summaryrefslogtreecommitdiffstats
path: root/kernel/liveupdate
AgeCommit message (Expand)AuthorLines
2025-12-10mm: memfd_luo: add CONFIG_SHMEM dependencyArnd Bergmann-0/+1
2025-12-10liveupdate: luo_core: fix redundant bound check in luo_ioctl()Pasha Tatashin-3/+1
2025-12-10liveupdate: luo_file: don't use invalid list iteratorDan Carpenter-2/+5
2025-11-27kho: fix restoring of contiguous ranges of order-0 pagesMike Rapoport (Microsoft)-8/+12
2025-11-27kho: kho_restore_vmalloc: fix initialization of pages arrayMike Rapoport (Microsoft)-1/+1
2025-11-27KHO: fix boot failure due to kmemleak access to non-PRESENT pagesRan Xiaokai-0/+10
2025-11-27kho: free chunks using free_page() instead of kfree()Pratyush Yadav-1/+1
2025-11-27liveupdate: luo_file: add private argument to store runtime statePratyush Yadav-0/+9
2025-11-27liveupdate: luo_session: add ioctls for file preservationPasha Tatashin-2/+185
2025-11-27liveupdate: luo_file: implement file systems callbacksPasha Tatashin-0/+919
2025-11-27liveupdate: luo_core: add user interfacePasha Tatashin-0/+199
2025-11-27liveupdate: luo_session: add sessions supportPasha Tatashin-1/+503
2025-11-27liveupdate: luo_core: integrate with KHOPasha Tatashin-1/+175
2025-11-27liveupdate: luo_core: Live Update OrchestratorPasha Tatashin-0/+137
2025-11-27kho: add Kconfig option to enable KHO by defaultPasha Tatashin-1/+15
2025-11-27kho: allow memory preservation state updates after finalizationPasha Tatashin-42/+13
2025-11-27kho: allow kexec load before KHO finalizationPasha Tatashin-1/+1
2025-11-27kho: update FDT dynamically for subtree addition/removalPasha Tatashin-75/+69
2025-11-27kho: remove abort functionality and support state refreshPasha Tatashin-19/+5
2025-11-27kho: remove global preserved_mem_map and store state in FDTPasha Tatashin-17/+26
2025-11-27kho: simplify serialization and remove __kho_abortPasha Tatashin-24/+17
2025-11-27kho: always expose output FDT in debugfsPasha Tatashin-5/+3
2025-11-27kho: verify deserialization status and fix FDT alignment accessPasha Tatashin-13/+19
2025-11-27kho: preserve FDT folio only once during initializationPasha Tatashin-12/+6
2025-11-27kho: introduce high-level memory allocation APIPasha Tatashin-0/+87
2025-11-27kho: convert __kho_abort() to return voidPasha Tatashin-9/+2
2025-11-27kho: fix misleading log message in kho_populate()Pasha Tatashin-1/+1
2025-11-27liveupdate: kho: use %pe format specifier for error pointer printingZhu Yanjun-6/+8
2025-11-27liveupdate: kho: move to kernel/liveupdatePasha Tatashin-0/+1893