summaryrefslogtreecommitdiffstats
path: root/kernel/liveupdate
AgeCommit message (Expand)AuthorLines
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)-16/+25
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2026-02-18Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-13/+15
2026-02-12kho: remove unnecessary WARN_ON(err) in kho_populate()Ran Xiaokai-1/+1
2026-02-12kho: fix missing early_memunmap() call in kho_populate()Ran Xiaokai-12/+14
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-89/+801
2026-02-08kho: fix doc for kho_restore_pages()Tycho Andersen (AMD)-1/+1
2026-02-08tests/liveupdate: add in-kernel liveupdate testPasha Tatashin-1/+15
2026-02-08liveupdate: luo_flb: introduce File-Lifecycle-Bound global statePasha Tatashin-3/+690
2026-02-08liveupdate: luo_file: Use private listPasha Tatashin-10/+4
2026-02-02liveupdate: luo_file: do not clear serialized_data on unfreezePratyush Yadav (Google)-2/+0
2026-01-31kho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas-2/+6
2026-01-31kho: cleanup error handling in kho_populate()Mike Rapoport (Microsoft)-22/+17
2026-01-31kho: simplify page initialization in kho_restore_page()Pratyush Yadav-14/+26
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav-5/+6
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton-1/+11
2026-01-26kho: print which scratch buffer failed to be reservedPratyush Yadav (Google)-4/+12
2026-01-26kho: remove duplicate header file referencesLong Wei-1/+0
2026-01-26kho: relocate vmalloc preservation structure to KHO ABI headerJason Miu-15/+0
2026-01-26kho: introduce KHO FDT ABI headerJason Miu-10/+9
2026-01-26kho: docs: combine concepts and FDT documentationMike Rapoport (Microsoft)-2/+1
2026-01-26liveupdate: separate memfd support into LIVEUPDATE_MEMFDPasha Tatashin-1/+16
2026-01-26kho: kho_preserve_vmalloc(): don't return 0 when ENOMEMAndrew Morton-1/+3
2026-01-26kho: init alloc tags when restoring pages from reserved memoryRan Xiaokai-0/+8
2026-01-14kho: validate preserved memory map during populationPasha Tatashin-18/+19
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