aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/liveupdate/luo_file.c
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-6/+33
2026-02-08tests/liveupdate: add in-kernel liveupdate testPasha Tatashin1-1/+7
2026-02-08liveupdate: luo_flb: introduce File-Lifecycle-Bound global statePasha Tatashin1-2/+22
2026-02-08liveupdate: luo_file: Use private listPasha Tatashin1-3/+4
2026-02-02liveupdate: luo_file: do not clear serialized_data on unfreezePratyush Yadav (Google)1-2/+0
2025-12-10liveupdate: luo_file: don't use invalid list iteratorDan Carpenter1-2/+5
2025-11-27liveupdate: luo_file: add private argument to store runtime statePratyush Yadav1-0/+9
2025-11-27liveupdate: luo_file: implement file systems callbacksPasha Tatashin1-0/+880