summaryrefslogtreecommitdiff
path: root/kernel/liveupdate
AgeCommit message (Expand)Author
2026-08-23Merge tag 'liveupdate-v7.3-rc1-20260823' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-04mm: split out vmalloc declarations from internal.hMike Rapoport (Microsoft)
2026-08-04mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)
2026-08-04Merge branch 'misc' into nextMike Rapoport (Microsoft)
2026-08-04kho: exclude hugetlb memory from scratch size calculationPratyush Yadav (Google)
2026-08-04kho: extend scratchPratyush Yadav (Google)
2026-08-04kho: initialize preserved memory map radix tree earlierPratyush Yadav (Google)
2026-08-04kho: initialize kho_scratch pointer earlier in bootPratyush Yadav (Google)
2026-08-04kho: expose kho_scratch_overlap() to kexec_handover.hPratyush Yadav (Google)
2026-08-04kho: add kho_radix_init_tree()Pratyush Yadav (Google)
2026-08-04kho: allow destroying KHO radix treePratyush Yadav (Google)
2026-08-04kho: allow early-boot usage of the KHO radix treePratyush Yadav (Google)
2026-08-04kho: add data argument to radix walk callbackPratyush Yadav (Google)
2026-08-04kho: add callback for table pagesPratyush Yadav (Google)
2026-08-04kho: add a struct for radix callbacksPratyush Yadav (Google)
2026-08-04kho: move all memory retrieval logic to kho_mem_retrieve()Pratyush Yadav (Google)
2026-08-04kho: store incoming radix tree in kho_inPratyush Yadav (Google)
2026-08-03kho: disallow wide keys in radix treePratyush Yadav (Google)
2026-08-03kho: make radix max key width more obviousPratyush Yadav (Google)
2026-08-03kho: generalize radix tree APIsPratyush Yadav (Google)
2026-07-29kho: fix size calculation in kho_preserved_memory_reserve()Pratyush Yadav (Google)
2026-07-25liveupdate: Remember FLB retrieve() statusDavid Matlack
2026-07-25liveupdate: Reference count outgoing FLB dataDavid Matlack
2026-07-25liveupdate: reject nonzero reserved value for SESSION_FINISHJackie Liu
2026-07-25kho: align kho_scratch to MAX_ORDER_NR_PAGES pagesMichal Clapinski
2026-07-16liveupdate: fix GET_NAME ioctl argument validationJackie Liu
2026-07-15liveupdate: Remove redundant INIT_LIST_HEAD in luo_session_allocHongfu Li
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