summaryrefslogtreecommitdiffstats
path: root/kernel/kexec_handover.c
AgeCommit message (Expand)AuthorLines
2025-11-09kho: warn and exit when unpreserved page wasn't preservedPratyush Yadav-4/+4
2025-11-09kho: fix unpreservation of higher-order vmalloc preservationsPratyush Yadav-3/+4
2025-11-09kho: fix out-of-bounds access of vmalloc chunkPratyush Yadav-2/+2
2025-11-09kho: allocate metadata directly from the buddy allocatorPasha Tatashin-3/+3
2025-11-09kho: increase metadata bitmap size to PAGE_SIZEPasha Tatashin-10/+11
2025-11-09kho: warn and fail on metadata or preserved memory in scratch areaPasha Tatashin-19/+38
2025-10-07kho: add support for preserving vmalloc allocationsMike Rapoport (Microsoft)-0/+281
2025-10-07kho: replace kho_preserve_phys() with kho_preserve_pages()Mike Rapoport (Microsoft)-14/+11
2025-10-07kho: check if kho is finalized in __kho_preserve_order()Mike Rapoport (Microsoft)-29/+26
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+21
2025-09-28kho: only fill kimage if KHO is finalizedPratyush Yadav-1/+1
2025-09-23kho: make sure page being restored is actually from KHOPratyush Yadav-7/+34
2025-09-23kho: move sanity checks to kho_restore_page()Pratyush Yadav-14/+14
2025-09-13kexec: introduce is_kho_boot()Evangelos Petrongonas-0/+20
2025-09-13kho: make sure kho_scratch argument is fully consumedPratyush Yadav-0/+4
2025-09-13kho: allow scratch areas with zero sizeMike Rapoport (Microsoft)-1/+6
2025-08-19kho: warn if KHO is disabled due to an errorPasha Tatashin-0/+1
2025-08-19kho: init new_physxa->phys_bits to fix lockdepPasha Tatashin-4/+24
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2025-07-24x86: Handle KCOV __init vs inline mismatchesKees Cook-2/+2
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan-2/+2
2025-06-19kho: initialize tail pages for higher order folios properlyPratyush Yadav-12/+17
2025-05-12kexec: add KHO support to kexec file loadsAlexander Graf-0/+67
2025-05-12kexec: enable KHO support for memory preservationMike Rapoport (Microsoft)-0/+411
2025-05-12kexec: add KHO parsing supportAlexander Graf-1/+232
2025-05-12kexec: add Kexec HandOver (KHO) generation helpersAlexander Graf-0/+557