summaryrefslogtreecommitdiff
path: root/kernel/liveupdate
AgeCommit message (Expand)Author
27 hoursMerge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2 daysliveupdate: defer file handler module refcounting to active sessionsPasha Tatashin
2 daysliveupdate: make unregister functions return voidPasha Tatashin
2 daysliveupdate: remove liveupdate_test_unregister()Pasha Tatashin
2 daysliveupdate: auto unregister FLBs on file handler unregistrationPasha Tatashin
2 daysliveupdate: remove luo_session_quiesce()Pasha Tatashin
2 daysliveupdate: defer FLB module refcounting to active sessionsPasha Tatashin
2 daysliveupdate: protect FLB lists with luo_register_rwlockPasha Tatashin
2 daysliveupdate: protect file handler list with rwsemPasha Tatashin
2 daysliveupdate: synchronize lazy initialization of FLB private statePasha Tatashin
2 daysliveupdate: safely print untrusted stringsPasha Tatashin
2 daysliveupdate: prevent double management of filesPasha Tatashin
2 dayskho: kexec-metadata: track previous kernel chainBreno Leitao
2 dayskho: fix kho_in_debugfs_init() to handle non-FDT blobsBreno Leitao
2 dayskho: persist blob size in KHO FDTBreno Leitao
2 dayskho: rename fdt parameter to blob in kho_add/remove_subtree()Breno Leitao
2 dayskho: add size parameter to kho_add_subtree()Breno Leitao
5 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
14 daysliveupdate: propagate file deserialization failuresLeo Timmins
2026-04-05kho: drop restriction on maximum page orderPratyush Yadav
2026-04-05kho: make sure preservations do not span multiple NUMA nodesPratyush Yadav (Google)
2026-04-05kho: fix KASAN support for restored vmalloc regionsPasha Tatashin
2026-04-05kho: remove finalize state and clientsJason Miu
2026-04-05kho: adopt radix tree for preserved memory trackingJason Miu
2026-04-05kho: move alloc tag init to kho_init_{folio,pages}()Pratyush Yadav (Google)
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-12kho: remove unnecessary WARN_ON(err) in kho_populate()Ran Xiaokai
2026-02-12kho: fix missing early_memunmap() call in kho_populate()Ran Xiaokai
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-08kho: fix doc for kho_restore_pages()Tycho Andersen (AMD)
2026-02-08tests/liveupdate: add in-kernel liveupdate testPasha Tatashin
2026-02-08liveupdate: luo_flb: introduce File-Lifecycle-Bound global statePasha Tatashin
2026-02-08liveupdate: luo_file: Use private listPasha Tatashin
2026-02-02liveupdate: luo_file: do not clear serialized_data on unfreezePratyush Yadav (Google)
2026-01-31kho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas
2026-01-31kho: cleanup error handling in kho_populate()Mike Rapoport (Microsoft)
2026-01-31kho: simplify page initialization in kho_restore_page()Pratyush Yadav
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton
2026-01-26kho: print which scratch buffer failed to be reservedPratyush Yadav (Google)
2026-01-26kho: remove duplicate header file referencesLong Wei
2026-01-26kho: relocate vmalloc preservation structure to KHO ABI headerJason Miu
2026-01-26kho: introduce KHO FDT ABI headerJason Miu
2026-01-26kho: docs: combine concepts and FDT documentationMike Rapoport (Microsoft)
2026-01-26liveupdate: separate memfd support into LIVEUPDATE_MEMFDPasha Tatashin
2026-01-26kho: kho_preserve_vmalloc(): don't return 0 when ENOMEMAndrew Morton
2026-01-26kho: init alloc tags when restoring pages from reserved memoryRan Xiaokai