summaryrefslogtreecommitdiff
path: root/kernel/liveupdate
AgeCommit message (Expand)Author
43 hoursliveupdate: defer file handler module refcounting to active sessionsPasha Tatashin
43 hoursliveupdate: make unregister functions return voidPasha Tatashin
43 hoursliveupdate: remove liveupdate_test_unregister()Pasha Tatashin
43 hoursliveupdate: auto unregister FLBs on file handler unregistrationPasha Tatashin
43 hoursliveupdate: remove luo_session_quiesce()Pasha Tatashin
43 hoursliveupdate: defer FLB module refcounting to active sessionsPasha Tatashin
43 hoursliveupdate: protect FLB lists with luo_register_rwlockPasha Tatashin
43 hoursliveupdate: protect file handler list with rwsemPasha Tatashin
43 hoursliveupdate: synchronize lazy initialization of FLB private statePasha Tatashin
43 hoursliveupdate: safely print untrusted stringsPasha Tatashin
43 hoursliveupdate: prevent double management of filesPasha Tatashin
43 hourskho: kexec-metadata: track previous kernel chainBreno Leitao
43 hourskho: fix kho_in_debugfs_init() to handle non-FDT blobsBreno Leitao
43 hourskho: persist blob size in KHO FDTBreno Leitao
43 hourskho: rename fdt parameter to blob in kho_add/remove_subtree()Breno Leitao
43 hourskho: add size parameter to kho_add_subtree()Breno Leitao
43 hoursfooAndrew Morton
4 daysliveupdate: propagate file deserialization failuresLeo Timmins
5 dayskho: drop restriction on maximum page orderPratyush Yadav
5 dayskho: make sure preservations do not span multiple NUMA nodesPratyush Yadav (Google)
5 dayskho: fix KASAN support for restored vmalloc regionsPasha Tatashin
5 dayskho: remove finalize state and clientsJason Miu
5 dayskho: adopt radix tree for preserved memory trackingJason Miu
5 dayskho: 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
2026-01-14kho: validate preserved memory map during populationPasha Tatashin