summaryrefslogtreecommitdiffstats
path: root/kernel/liveupdate
AgeCommit message (Expand)AuthorLines
9 daysMerge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-238/+348
10 daysliveupdate: defer file handler module refcounting to active sessionsPasha Tatashin-12/+12
10 daysliveupdate: make unregister functions return voidPasha Tatashin-20/+5
10 daysliveupdate: remove liveupdate_test_unregister()Pasha Tatashin-4/+0
10 daysliveupdate: auto unregister FLBs on file handler unregistrationPasha Tatashin-39/+60
10 daysliveupdate: remove luo_session_quiesce()Pasha Tatashin-114/+11
10 daysliveupdate: defer FLB module refcounting to active sessionsPasha Tatashin-10/+17
10 daysliveupdate: protect FLB lists with luo_register_rwlockPasha Tatashin-0/+14
10 daysliveupdate: protect file handler list with rwsemPasha Tatashin-5/+25
10 daysliveupdate: synchronize lazy initialization of FLB private statePasha Tatashin-1/+6
10 daysliveupdate: safely print untrusted stringsPasha Tatashin-2/+4
10 daysliveupdate: prevent double management of filesPasha Tatashin-2/+30
10 dayskho: kexec-metadata: track previous kernel chainBreno Leitao-0/+98
10 dayskho: fix kho_in_debugfs_init() to handle non-FDT blobsBreno Leitao-11/+21
10 dayskho: persist blob size in KHO FDTBreno Leitao-7/+25
10 dayskho: rename fdt parameter to blob in kho_add/remove_subtree()Breno Leitao-36/+38
10 dayskho: add size parameter to kho_add_subtree()Breno Leitao-12/+19
12 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-361/+359
2026-04-06liveupdate: propagate file deserialization failuresLeo Timmins-2/+7
2026-04-05kho: drop restriction on maximum page orderPratyush Yadav-1/+1
2026-04-05kho: make sure preservations do not span multiple NUMA nodesPratyush Yadav (Google)-1/+9
2026-04-05kho: fix KASAN support for restored vmalloc regionsPasha Tatashin-1/+11
2026-04-05kho: remove finalize state and clientsJason Miu-57/+2
2026-04-05kho: adopt radix tree for preserved memory trackingJason Miu-292/+330
2026-04-05kho: move alloc tag init to kho_init_{folio,pages}()Pratyush Yadav (Google)-9/+6
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