index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
liveupdate
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-03
liveupdate: Remove limit on the number of files per session
Pasha Tatashin
2
-77
/
+67
2026-06-03
liveupdate: Remove limit on the number of sessions
Pasha Tatashin
1
-60
/
+53
2026-06-03
liveupdate: defer session block allocation and physical address setting
Pasha Tatashin
3
-29
/
+45
2026-06-03
kho: add support for linked-block serialization
Pasha Tatashin
2
-0
/
+417
2026-06-03
liveupdate: Extract luo_session_deserialize_one helper
Pasha Tatashin
1
-27
/
+36
2026-06-03
liveupdate: Extract luo_file_deserialize_one helper
Pasha Tatashin
1
-33
/
+44
2026-06-03
liveupdate: register luo_ser as KHO subtree
Pasha Tatashin
1
-60
/
+25
2026-06-03
liveupdate: centralize state management into struct luo_ser
Pasha Tatashin
4
-131
/
+65
2026-06-03
liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
Pasha Tatashin
1
-2
/
+3
2026-06-03
liveupdate: change file_set->count type to u64 for type safety
Pasha Tatashin
1
-1
/
+1
2026-06-01
liveupdate: Remove unused ser field from struct luo_session
Pasha Tatashin
1
-2
/
+0
2026-06-01
liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish()
Pasha Tatashin
1
-2
/
+3
2026-06-01
liveupdate: block session mutations during reboot
Pasha Tatashin
1
-3
/
+48
2026-06-01
liveupdate: fix TOCTOU race in luo_session_retrieve()
Pasha Tatashin
1
-6
/
+5
2026-06-01
kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTES
Pratyush Yadav (Google)
1
-11
/
+21
2026-06-01
liveupdate: document liveupdate=on
Pratyush Yadav (Google)
1
-0
/
+4
2026-06-01
liveupdate: validate session type before performing operation
Pratyush Yadav (Google)
1
-6
/
+33
2026-06-01
liveupdate: Reference count incoming FLB data
David Matlack
1
-15
/
+17
2026-06-01
liveupdate: Use refcount_t for FLB reference counts
David Matlack
1
-12
/
+10
2026-06-01
liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
Luca Boccassi
1
-0
/
+16
2026-06-01
liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
Luca Boccassi
1
-0
/
+4
2026-06-01
kho: make preserved pages compatible with deferred struct page init
Evangelos Petrongonas
2
-3
/
+26
2026-06-01
kho: fix deferred initialization of scratch areas
Michal Clapinski
1
-25
/
+0
2026-05-26
kho: fix order calculation for kho_unpreserve_pages()
Pratyush Yadav (Google)
1
-24
/
+32
2026-05-13
Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2026-04-28
kho: skip KHO for crash kernel
Evangelos Petrongonas
1
-1
/
+1
2026-04-27
kho: fix error handling in kho_add_subtree()
Breno Leitao
1
-8
/
+13
2026-04-27
liveupdate: fix return value on session allocation failure
Pasha Tatashin
1
-5
/
+10
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
8
-238
/
+348
2026-04-18
liveupdate: defer file handler module refcounting to active sessions
Pasha Tatashin
1
-12
/
+12
2026-04-18
liveupdate: make unregister functions return void
Pasha Tatashin
2
-20
/
+5
2026-04-18
liveupdate: remove liveupdate_test_unregister()
Pasha Tatashin
2
-4
/
+0
2026-04-18
liveupdate: auto unregister FLBs on file handler unregistration
Pasha Tatashin
3
-39
/
+60
2026-04-18
liveupdate: remove luo_session_quiesce()
Pasha Tatashin
4
-114
/
+11
2026-04-18
liveupdate: defer FLB module refcounting to active sessions
Pasha Tatashin
1
-10
/
+17
2026-04-18
liveupdate: protect FLB lists with luo_register_rwlock
Pasha Tatashin
1
-0
/
+14
2026-04-18
liveupdate: protect file handler list with rwsem
Pasha Tatashin
3
-5
/
+25
2026-04-18
liveupdate: synchronize lazy initialization of FLB private state
Pasha Tatashin
1
-1
/
+6
2026-04-18
liveupdate: safely print untrusted strings
Pasha Tatashin
2
-2
/
+4
2026-04-18
liveupdate: prevent double management of files
Pasha Tatashin
1
-2
/
+30
2026-04-18
kho: kexec-metadata: track previous kernel chain
Breno Leitao
1
-0
/
+98
2026-04-18
kho: fix kho_in_debugfs_init() to handle non-FDT blobs
Breno Leitao
1
-11
/
+21
2026-04-18
kho: persist blob size in KHO FDT
Breno Leitao
3
-7
/
+25
2026-04-18
kho: rename fdt parameter to blob in kho_add/remove_subtree()
Breno Leitao
3
-36
/
+38
2026-04-18
kho: add size parameter to kho_add_subtree()
Breno Leitao
4
-12
/
+19
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-361
/
+359
2026-04-06
liveupdate: propagate file deserialization failures
Leo Timmins
1
-2
/
+7
2026-04-05
kho: drop restriction on maximum page order
Pratyush Yadav
1
-1
/
+1
2026-04-05
kho: make sure preservations do not span multiple NUMA nodes
Pratyush Yadav (Google)
1
-1
/
+9
2026-04-05
kho: fix KASAN support for restored vmalloc regions
Pasha Tatashin
1
-1
/
+11
[next]