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
/
kexec_handover.c
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
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-08
kho: fix doc for kho_restore_pages()
Tycho Andersen (AMD)
-1
/
+1
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: 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
2026-01-14
kho: validate preserved memory map during population
Pasha Tatashin
-18
/
+19
2025-11-27
kho: fix restoring of contiguous ranges of order-0 pages
Mike Rapoport (Microsoft)
-8
/
+12
2025-11-27
kho: kho_restore_vmalloc: fix initialization of pages array
Mike Rapoport (Microsoft)
-1
/
+1
2025-11-27
KHO: fix boot failure due to kmemleak access to non-PRESENT pages
Ran Xiaokai
-0
/
+10
2025-11-27
kho: free chunks using free_page() instead of kfree()
Pratyush Yadav
-1
/
+1
2025-11-27
kho: add Kconfig option to enable KHO by default
Pasha Tatashin
-1
/
+1
2025-11-27
kho: allow memory preservation state updates after finalization
Pasha Tatashin
-42
/
+13
2025-11-27
kho: allow kexec load before KHO finalization
Pasha Tatashin
-1
/
+1
2025-11-27
kho: update FDT dynamically for subtree addition/removal
Pasha Tatashin
-75
/
+69
2025-11-27
kho: remove abort functionality and support state refresh
Pasha Tatashin
-17
/
+4
2025-11-27
kho: remove global preserved_mem_map and store state in FDT
Pasha Tatashin
-17
/
+26
2025-11-27
kho: simplify serialization and remove __kho_abort
Pasha Tatashin
-24
/
+17
2025-11-27
kho: always expose output FDT in debugfs
Pasha Tatashin
-5
/
+3
2025-11-27
kho: verify deserialization status and fix FDT alignment access
Pasha Tatashin
-13
/
+19
2025-11-27
kho: preserve FDT folio only once during initialization
Pasha Tatashin
-12
/
+6
2025-11-27
kho: introduce high-level memory allocation API
Pasha Tatashin
-0
/
+87
2025-11-27
kho: convert __kho_abort() to return void
Pasha Tatashin
-9
/
+2
2025-11-27
kho: fix misleading log message in kho_populate()
Pasha Tatashin
-1
/
+1
2025-11-27
liveupdate: kho: use %pe format specifier for error pointer printing
Zhu Yanjun
-2
/
+2
2025-11-27
liveupdate: kho: move to kernel/liveupdate
Pasha Tatashin
-0
/
+1548