summaryrefslogtreecommitdiff
path: root/kernel/liveupdate
AgeCommit message (Expand)Author
2026-06-03liveupdate: Remove limit on the number of files per sessionPasha Tatashin
2026-06-03liveupdate: Remove limit on the number of sessionsPasha Tatashin
2026-06-03liveupdate: defer session block allocation and physical address settingPasha Tatashin
2026-06-03kho: add support for linked-block serializationPasha Tatashin
2026-06-03liveupdate: Extract luo_session_deserialize_one helperPasha Tatashin
2026-06-03liveupdate: Extract luo_file_deserialize_one helperPasha Tatashin
2026-06-03liveupdate: register luo_ser as KHO subtreePasha Tatashin
2026-06-03liveupdate: centralize state management into struct luo_serPasha Tatashin
2026-06-03liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fdPasha Tatashin
2026-06-03liveupdate: change file_set->count type to u64 for type safetyPasha Tatashin
2026-06-01liveupdate: Remove unused ser field from struct luo_sessionPasha Tatashin
2026-06-01liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish()Pasha Tatashin
2026-06-01liveupdate: block session mutations during rebootPasha Tatashin
2026-06-01liveupdate: fix TOCTOU race in luo_session_retrieve()Pasha Tatashin
2026-06-01kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)
2026-06-01liveupdate: document liveupdate=onPratyush Yadav (Google)
2026-06-01liveupdate: validate session type before performing operationPratyush Yadav (Google)
2026-06-01liveupdate: Reference count incoming FLB dataDavid Matlack
2026-06-01liveupdate: Use refcount_t for FLB reference countsDavid Matlack
2026-06-01liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctlLuca Boccassi
2026-06-01liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name lengthLuca Boccassi
2026-06-01kho: make preserved pages compatible with deferred struct page initEvangelos Petrongonas
2026-06-01kho: fix deferred initialization of scratch areasMichal Clapinski
2026-05-26kho: fix order calculation for kho_unpreserve_pages()Pratyush Yadav (Google)
2026-05-13Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-28kho: skip KHO for crash kernelEvangelos Petrongonas
2026-04-27kho: fix error handling in kho_add_subtree()Breno Leitao
2026-04-27liveupdate: fix return value on session allocation failurePasha Tatashin
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-18liveupdate: defer file handler module refcounting to active sessionsPasha Tatashin
2026-04-18liveupdate: make unregister functions return voidPasha Tatashin
2026-04-18liveupdate: remove liveupdate_test_unregister()Pasha Tatashin
2026-04-18liveupdate: auto unregister FLBs on file handler unregistrationPasha Tatashin
2026-04-18liveupdate: remove luo_session_quiesce()Pasha Tatashin
2026-04-18liveupdate: defer FLB module refcounting to active sessionsPasha Tatashin
2026-04-18liveupdate: protect FLB lists with luo_register_rwlockPasha Tatashin
2026-04-18liveupdate: protect file handler list with rwsemPasha Tatashin
2026-04-18liveupdate: synchronize lazy initialization of FLB private statePasha Tatashin
2026-04-18liveupdate: safely print untrusted stringsPasha Tatashin
2026-04-18liveupdate: prevent double management of filesPasha Tatashin
2026-04-18kho: kexec-metadata: track previous kernel chainBreno Leitao
2026-04-18kho: fix kho_in_debugfs_init() to handle non-FDT blobsBreno Leitao
2026-04-18kho: persist blob size in KHO FDTBreno Leitao
2026-04-18kho: rename fdt parameter to blob in kho_add/remove_subtree()Breno Leitao
2026-04-18kho: add size parameter to kho_add_subtree()Breno Leitao
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-06liveupdate: 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