index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
liveupdate
/
kexec_handover.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-12
kho: remove unnecessary WARN_ON(err) in kho_populate()
Ran Xiaokai
2026-02-12
kho: fix missing early_memunmap() call in kho_populate()
Ran Xiaokai
2026-02-08
kho: fix doc for kho_restore_pages()
Tycho Andersen (AMD)
2026-01-31
kho: skip memoryless NUMA nodes when reserving scratch areas
Evangelos Petrongonas
2026-01-31
kho: cleanup error handling in kho_populate()
Mike Rapoport (Microsoft)
2026-01-31
kho: simplify page initialization in kho_restore_page()
Pratyush Yadav
2026-01-31
kho: use unsigned long for nr_pages
Pratyush Yadav
2026-01-31
Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changes
Andrew Morton
2026-01-26
kho: print which scratch buffer failed to be reserved
Pratyush Yadav (Google)
2026-01-26
kho: remove duplicate header file references
Long Wei
2026-01-26
kho: relocate vmalloc preservation structure to KHO ABI header
Jason Miu
2026-01-26
kho: introduce KHO FDT ABI header
Jason Miu
2026-01-26
kho: kho_preserve_vmalloc(): don't return 0 when ENOMEM
Andrew Morton
2026-01-26
kho: init alloc tags when restoring pages from reserved memory
Ran Xiaokai
2026-01-14
kho: validate preserved memory map during population
Pasha Tatashin
2025-11-27
kho: fix restoring of contiguous ranges of order-0 pages
Mike Rapoport (Microsoft)
2025-11-27
kho: kho_restore_vmalloc: fix initialization of pages array
Mike Rapoport (Microsoft)
2025-11-27
KHO: fix boot failure due to kmemleak access to non-PRESENT pages
Ran Xiaokai
2025-11-27
kho: free chunks using free_page() instead of kfree()
Pratyush Yadav
2025-11-27
kho: add Kconfig option to enable KHO by default
Pasha Tatashin
2025-11-27
kho: allow memory preservation state updates after finalization
Pasha Tatashin
2025-11-27
kho: allow kexec load before KHO finalization
Pasha Tatashin
2025-11-27
kho: update FDT dynamically for subtree addition/removal
Pasha Tatashin
2025-11-27
kho: remove abort functionality and support state refresh
Pasha Tatashin
2025-11-27
kho: remove global preserved_mem_map and store state in FDT
Pasha Tatashin
2025-11-27
kho: simplify serialization and remove __kho_abort
Pasha Tatashin
2025-11-27
kho: always expose output FDT in debugfs
Pasha Tatashin
2025-11-27
kho: verify deserialization status and fix FDT alignment access
Pasha Tatashin
2025-11-27
kho: preserve FDT folio only once during initialization
Pasha Tatashin
2025-11-27
kho: introduce high-level memory allocation API
Pasha Tatashin
2025-11-27
kho: convert __kho_abort() to return void
Pasha Tatashin
2025-11-27
kho: fix misleading log message in kho_populate()
Pasha Tatashin
2025-11-27
liveupdate: kho: use %pe format specifier for error pointer printing
Zhu Yanjun
2025-11-27
liveupdate: kho: move to kernel/liveupdate
Pasha Tatashin