index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
liveupdate
Age
Commit message (
Expand
)
Author
Lines
9 days
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-238
/
+348
10 days
liveupdate: defer file handler module refcounting to active sessions
Pasha Tatashin
-12
/
+12
10 days
liveupdate: make unregister functions return void
Pasha Tatashin
-20
/
+5
10 days
liveupdate: remove liveupdate_test_unregister()
Pasha Tatashin
-4
/
+0
10 days
liveupdate: auto unregister FLBs on file handler unregistration
Pasha Tatashin
-39
/
+60
10 days
liveupdate: remove luo_session_quiesce()
Pasha Tatashin
-114
/
+11
10 days
liveupdate: defer FLB module refcounting to active sessions
Pasha Tatashin
-10
/
+17
10 days
liveupdate: protect FLB lists with luo_register_rwlock
Pasha Tatashin
-0
/
+14
10 days
liveupdate: protect file handler list with rwsem
Pasha Tatashin
-5
/
+25
10 days
liveupdate: synchronize lazy initialization of FLB private state
Pasha Tatashin
-1
/
+6
10 days
liveupdate: safely print untrusted strings
Pasha Tatashin
-2
/
+4
10 days
liveupdate: prevent double management of files
Pasha Tatashin
-2
/
+30
10 days
kho: kexec-metadata: track previous kernel chain
Breno Leitao
-0
/
+98
10 days
kho: fix kho_in_debugfs_init() to handle non-FDT blobs
Breno Leitao
-11
/
+21
10 days
kho: persist blob size in KHO FDT
Breno Leitao
-7
/
+25
10 days
kho: rename fdt parameter to blob in kho_add/remove_subtree()
Breno Leitao
-36
/
+38
10 days
kho: add size parameter to kho_add_subtree()
Breno Leitao
-12
/
+19
12 days
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-361
/
+359
2026-04-06
liveupdate: propagate file deserialization failures
Leo Timmins
-2
/
+7
2026-04-05
kho: drop restriction on maximum page order
Pratyush Yadav
-1
/
+1
2026-04-05
kho: make sure preservations do not span multiple NUMA nodes
Pratyush Yadav (Google)
-1
/
+9
2026-04-05
kho: fix KASAN support for restored vmalloc regions
Pasha Tatashin
-1
/
+11
2026-04-05
kho: remove finalize state and clients
Jason Miu
-57
/
+2
2026-04-05
kho: adopt radix tree for preserved memory tracking
Jason Miu
-292
/
+330
2026-04-05
kho: move alloc tag init to kho_init_{folio,pages}()
Pratyush Yadav (Google)
-9
/
+6
2026-02-24
liveupdate: luo_file: remember retrieve() status
Pratyush Yadav (Google)
-16
/
+25
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+7
2026-02-18
Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-13
/
+15
2026-02-12
kho: remove unnecessary WARN_ON(err) in kho_populate()
Ran Xiaokai
-1
/
+1
2026-02-12
kho: fix missing early_memunmap() call in kho_populate()
Ran Xiaokai
-12
/
+14
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-89
/
+801
2026-02-08
kho: fix doc for kho_restore_pages()
Tycho Andersen (AMD)
-1
/
+1
2026-02-08
tests/liveupdate: add in-kernel liveupdate test
Pasha Tatashin
-1
/
+15
2026-02-08
liveupdate: luo_flb: introduce File-Lifecycle-Bound global state
Pasha Tatashin
-3
/
+690
2026-02-08
liveupdate: luo_file: Use private list
Pasha Tatashin
-10
/
+4
2026-02-02
liveupdate: luo_file: do not clear serialized_data on unfreeze
Pratyush Yadav (Google)
-2
/
+0
2026-01-31
kho: skip memoryless NUMA nodes when reserving scratch areas
Evangelos Petrongonas
-2
/
+6
2026-01-31
kho: cleanup error handling in kho_populate()
Mike Rapoport (Microsoft)
-22
/
+17
2026-01-31
kho: simplify page initialization in kho_restore_page()
Pratyush Yadav
-14
/
+26
2026-01-31
kho: use unsigned long for nr_pages
Pratyush Yadav
-5
/
+6
2026-01-31
Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changes
Andrew Morton
-1
/
+11
2026-01-26
kho: print which scratch buffer failed to be reserved
Pratyush Yadav (Google)
-4
/
+12
2026-01-26
kho: remove duplicate header file references
Long Wei
-1
/
+0
2026-01-26
kho: relocate vmalloc preservation structure to KHO ABI header
Jason Miu
-15
/
+0
2026-01-26
kho: introduce KHO FDT ABI header
Jason Miu
-10
/
+9
2026-01-26
kho: docs: combine concepts and FDT documentation
Mike Rapoport (Microsoft)
-2
/
+1
2026-01-26
liveupdate: separate memfd support into LIVEUPDATE_MEMFD
Pasha Tatashin
-1
/
+16
2026-01-26
kho: kho_preserve_vmalloc(): don't return 0 when ENOMEM
Andrew Morton
-1
/
+3
2026-01-26
kho: init alloc tags when restoring pages from reserved memory
Ran Xiaokai
-0
/
+8
[next]