aboutsummaryrefslogtreecommitdiff
path: root/kernel/liveupdate
AgeCommit message (Expand)AuthorFilesLines
13 dayskho: fix error handling in kho_add_subtree()Breno Leitao1-8/+13
13 daysliveupdate: fix return value on session allocation failurePasha Tatashin1-5/+10
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-238/+348
2026-04-18liveupdate: defer file handler module refcounting to active sessionsPasha Tatashin1-12/+12
2026-04-18liveupdate: make unregister functions return voidPasha Tatashin2-20/+5
2026-04-18liveupdate: remove liveupdate_test_unregister()Pasha Tatashin2-4/+0
2026-04-18liveupdate: auto unregister FLBs on file handler unregistrationPasha Tatashin3-39/+60
2026-04-18liveupdate: remove luo_session_quiesce()Pasha Tatashin4-114/+11
2026-04-18liveupdate: defer FLB module refcounting to active sessionsPasha Tatashin1-10/+17
2026-04-18liveupdate: protect FLB lists with luo_register_rwlockPasha Tatashin1-0/+14
2026-04-18liveupdate: protect file handler list with rwsemPasha Tatashin3-5/+25
2026-04-18liveupdate: synchronize lazy initialization of FLB private statePasha Tatashin1-1/+6
2026-04-18liveupdate: safely print untrusted stringsPasha Tatashin2-2/+4
2026-04-18liveupdate: prevent double management of filesPasha Tatashin1-2/+30
2026-04-18kho: kexec-metadata: track previous kernel chainBreno Leitao1-0/+98
2026-04-18kho: fix kho_in_debugfs_init() to handle non-FDT blobsBreno Leitao1-11/+21
2026-04-18kho: persist blob size in KHO FDTBreno Leitao3-7/+25
2026-04-18kho: rename fdt parameter to blob in kho_add/remove_subtree()Breno Leitao3-36/+38
2026-04-18kho: add size parameter to kho_add_subtree()Breno Leitao4-12/+19
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-361/+359
2026-04-06liveupdate: propagate file deserialization failuresLeo Timmins1-2/+7
2026-04-05kho: drop restriction on maximum page orderPratyush Yadav1-1/+1
2026-04-05kho: make sure preservations do not span multiple NUMA nodesPratyush Yadav (Google)1-1/+9
2026-04-05kho: fix KASAN support for restored vmalloc regionsPasha Tatashin1-1/+11
2026-04-05kho: remove finalize state and clientsJason Miu4-57/+2
2026-04-05kho: adopt radix tree for preserved memory trackingJason Miu2-292/+330
2026-04-05kho: move alloc tag init to kho_init_{folio,pages}()Pratyush Yadav (Google)1-9/+6
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)1-16/+25
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-7/+7
2026-02-18Merge 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