aboutsummaryrefslogtreecommitdiff
path: root/kernel/liveupdate
AgeCommit message (Expand)AuthorFilesLines
7 daysliveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)1-16/+25
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-7/+7
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-7/+7
13 daysMerge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-13/+15
2026-02-12kho: remove unnecessary WARN_ON(err) in kho_populate()Ran Xiaokai1-1/+1
2026-02-12kho: fix missing early_memunmap() call in kho_populate()Ran Xiaokai1-12/+14
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds7-89/+801
2026-02-08kho: fix doc for kho_restore_pages()Tycho Andersen (AMD)1-1/+1
2026-02-08tests/liveupdate: add in-kernel liveupdate testPasha Tatashin2-1/+15
2026-02-08liveupdate: luo_flb: introduce File-Lifecycle-Bound global statePasha Tatashin5-3/+690
2026-02-08liveupdate: luo_file: Use private listPasha Tatashin2-10/+4
2026-02-02liveupdate: luo_file: do not clear serialized_data on unfreezePratyush Yadav (Google)1-2/+0
2026-01-31kho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas1-2/+6
2026-01-31kho: cleanup error handling in kho_populate()Mike Rapoport (Microsoft)1-22/+17
2026-01-31kho: simplify page initialization in kho_restore_page()Pratyush Yadav1-14/+26
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav1-5/+6
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton1-1/+11
2026-01-26kho: print which scratch buffer failed to be reservedPratyush Yadav (Google)1-4/+12
2026-01-26kho: remove duplicate header file referencesLong Wei1-1/+0
2026-01-26kho: relocate vmalloc preservation structure to KHO ABI headerJason Miu1-15/+0
2026-01-26kho: introduce KHO FDT ABI headerJason Miu1-10/+9
2026-01-26kho: docs: combine concepts and FDT documentationMike Rapoport (Microsoft)1-2/+1
2026-01-26liveupdate: separate memfd support into LIVEUPDATE_MEMFDPasha Tatashin1-1/+16
2026-01-26kho: kho_preserve_vmalloc(): don't return 0 when ENOMEMAndrew Morton1-1/+3
2026-01-26kho: init alloc tags when restoring pages from reserved memoryRan Xiaokai1-0/+8
2026-01-14kho: validate preserved memory map during populationPasha Tatashin1-18/+19
2025-12-10mm: memfd_luo: add CONFIG_SHMEM dependencyArnd Bergmann1-0/+1
2025-12-10liveupdate: luo_core: fix redundant bound check in luo_ioctl()Pasha Tatashin1-3/+1
2025-12-10liveupdate: luo_file: don't use invalid list iteratorDan Carpenter1-2/+5
2025-11-27kho: fix restoring of contiguous ranges of order-0 pagesMike Rapoport (Microsoft)1-8/+12
2025-11-27kho: kho_restore_vmalloc: fix initialization of pages arrayMike Rapoport (Microsoft)1-1/+1
2025-11-27KHO: fix boot failure due to kmemleak access to non-PRESENT pagesRan Xiaokai1-0/+10
2025-11-27kho: free chunks using free_page() instead of kfree()Pratyush Yadav1-1/+1
2025-11-27liveupdate: luo_file: add private argument to store runtime statePratyush Yadav1-0/+9
2025-11-27liveupdate: luo_session: add ioctls for file preservationPasha Tatashin1-2/+185
2025-11-27liveupdate: luo_file: implement file systems callbacksPasha Tatashin3-0/+919
2025-11-27liveupdate: luo_core: add user interfacePasha Tatashin2-0/+199
2025-11-27liveupdate: luo_session: add sessions supportPasha Tatashin4-1/+503
2025-11-27liveupdate: luo_core: integrate with KHOPasha Tatashin2-1/+175
2025-11-27liveupdate: luo_core: Live Update OrchestratorPasha Tatashin3-0/+137
2025-11-27kho: add Kconfig option to enable KHO by defaultPasha Tatashin2-1/+15
2025-11-27kho: allow memory preservation state updates after finalizationPasha Tatashin1-42/+13
2025-11-27kho: allow kexec load before KHO finalizationPasha Tatashin1-1/+1
2025-11-27kho: update FDT dynamically for subtree addition/removalPasha Tatashin1-75/+69
2025-11-27kho: remove abort functionality and support state refreshPasha Tatashin3-19/+5
2025-11-27kho: remove global preserved_mem_map and store state in FDTPasha Tatashin1-17/+26
2025-11-27kho: simplify serialization and remove __kho_abortPasha Tatashin1-24/+17
2025-11-27kho: always expose output FDT in debugfsPasha Tatashin1-5/+3
2025-11-27kho: verify deserialization status and fix FDT alignment accessPasha Tatashin1-13/+19
2025-11-27kho: preserve FDT folio only once during initializationPasha Tatashin1-12/+6