aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/liveupdate
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge tag 'liveupdate-v7.3-rc1-20260823' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds4-146/+414
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2026-08-04mm: split out vmalloc declarations from internal.hMike Rapoport (Microsoft)1-1/+1
2026-08-04mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)1-0/+1
2026-08-04Merge branch 'misc' into nextMike Rapoport (Microsoft)1-1/+0
2026-08-04kho: exclude hugetlb memory from scratch size calculationPratyush Yadav (Google)1-2/+10
2026-08-04kho: extend scratchPratyush Yadav (Google)1-17/+153
2026-08-04kho: initialize preserved memory map radix tree earlierPratyush Yadav (Google)1-17/+26
2026-08-04kho: initialize kho_scratch pointer earlier in bootPratyush Yadav (Google)1-2/+13
2026-08-04kho: expose kho_scratch_overlap() to kexec_handover.hPratyush Yadav (Google)4-37/+20
2026-08-04kho: add kho_radix_init_tree()Pratyush Yadav (Google)1-18/+44
2026-08-04kho: allow destroying KHO radix treePratyush Yadav (Google)1-0/+35
2026-08-04kho: allow early-boot usage of the KHO radix treePratyush Yadav (Google)1-2/+22
2026-08-04kho: add data argument to radix walk callbackPratyush Yadav (Google)1-11/+13
2026-08-04kho: add callback for table pagesPratyush Yadav (Google)1-0/+12
2026-08-04kho: add a struct for radix callbacksPratyush Yadav (Google)1-12/+15
2026-08-04kho: move all memory retrieval logic to kho_mem_retrieve()Pratyush Yadav (Google)1-13/+19
2026-08-04kho: store incoming radix tree in kho_inPratyush Yadav (Google)1-16/+22
2026-08-03kho: disallow wide keys in radix treePratyush Yadav (Google)1-0/+12
2026-08-03kho: make radix max key width more obviousPratyush Yadav (Google)1-8/+11
2026-08-03kho: generalize radix tree APIsPratyush Yadav (Google)1-40/+36
2026-07-29kho: fix size calculation in kho_preserved_memory_reserve()Pratyush Yadav (Google)1-1/+1
2026-07-25liveupdate: Remember FLB retrieve() statusDavid Matlack1-3/+7
2026-07-25liveupdate: Reference count outgoing FLB dataDavid Matlack1-3/+7
2026-07-25liveupdate: reject nonzero reserved value for SESSION_FINISHJackie Liu1-1/+5
2026-07-25kho: align kho_scratch to MAX_ORDER_NR_PAGES pagesMichal Clapinski1-6/+16
2026-07-16liveupdate: fix GET_NAME ioctl argument validationJackie Liu1-1/+1
2026-07-15liveupdate: Remove redundant INIT_LIST_HEAD in luo_session_allocHongfu Li1-1/+0
2026-06-03liveupdate: Remove limit on the number of files per sessionPasha Tatashin2-77/+67
2026-06-03liveupdate: Remove limit on the number of sessionsPasha Tatashin1-60/+53
2026-06-03liveupdate: defer session block allocation and physical address settingPasha Tatashin3-29/+45
2026-06-03kho: add support for linked-block serializationPasha Tatashin2-0/+417
2026-06-03liveupdate: Extract luo_session_deserialize_one helperPasha Tatashin1-27/+36
2026-06-03liveupdate: Extract luo_file_deserialize_one helperPasha Tatashin1-33/+44
2026-06-03liveupdate: register luo_ser as KHO subtreePasha Tatashin1-59/+24
2026-06-03liveupdate: centralize state management into struct luo_serPasha Tatashin4-131/+65
2026-06-03liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fdPasha Tatashin1-2/+3
2026-06-03liveupdate: change file_set->count type to u64 for type safetyPasha Tatashin1-1/+1
2026-06-01liveupdate: Remove unused ser field from struct luo_sessionPasha Tatashin1-2/+0
2026-06-01liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish()Pasha Tatashin1-2/+3
2026-06-01liveupdate: block session mutations during rebootPasha Tatashin1-3/+48
2026-06-01liveupdate: fix TOCTOU race in luo_session_retrieve()Pasha Tatashin1-6/+5
2026-06-01kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)1-11/+21
2026-06-01liveupdate: document liveupdate=onPratyush Yadav (Google)1-0/+4
2026-06-01liveupdate: validate session type before performing operationPratyush Yadav (Google)1-6/+33
2026-06-01liveupdate: Reference count incoming FLB dataDavid Matlack1-15/+17
2026-06-01liveupdate: Use refcount_t for FLB reference countsDavid Matlack1-12/+10
2026-06-01liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctlLuca Boccassi1-0/+16
2026-06-01liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name lengthLuca Boccassi1-0/+4
2026-06-01kho: make preserved pages compatible with deferred struct page initEvangelos Petrongonas2-3/+26