aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/liveupdate/kexec_handover.c
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 Torvalds1-111/+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-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)1-2/+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-25kho: align kho_scratch to MAX_ORDER_NR_PAGES pagesMichal Clapinski1-6/+16
2026-06-01kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)1-11/+21
2026-06-01kho: make preserved pages compatible with deferred struct page initEvangelos Petrongonas1-1/+26
2026-06-01kho: fix deferred initialization of scratch areasMichal Clapinski1-25/+0
2026-05-26kho: fix order calculation for kho_unpreserve_pages()Pratyush Yadav (Google)1-24/+32
2026-05-13Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds1-1/+1
2026-04-28kho: skip KHO for crash kernelEvangelos Petrongonas1-1/+1
2026-04-27kho: fix error handling in kho_add_subtree()Breno Leitao1-8/+13
2026-04-18kho: kexec-metadata: track previous kernel chainBreno Leitao1-0/+98
2026-04-18kho: persist blob size in KHO FDTBreno Leitao1-5/+22
2026-04-18kho: rename fdt parameter to blob in kho_add/remove_subtree()Breno Leitao1-16/+17
2026-04-18kho: add size parameter to kho_add_subtree()Breno Leitao1-3/+5
2026-04-05kho: drop restriction on maximum page orderPratyush Yadav1-1/+1
2026-04-05kho: make sure preservations do not span multiple NUMA nodesPratyush Yadav (Google)1-1/+9
2026-04-05kho: fix KASAN support for restored vmalloc regionsPasha Tatashin1-1/+11
2026-04-05kho: remove finalize state and clientsJason Miu1-20/+1
2026-04-05kho: adopt radix tree for preserved memory trackingJason Miu1-291/+328
2026-04-05kho: move alloc tag init to kho_init_{folio,pages}()Pratyush Yadav (Google)1-9/+6
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-12kho: remove unnecessary WARN_ON(err) in kho_populate()Ran Xiaokai1-1/+1
2026-02-12kho: fix missing early_memunmap() call in kho_populate()Ran Xiaokai1-12/+14
2026-02-08kho: fix doc for kho_restore_pages()Tycho Andersen (AMD)1-1/+1
2026-01-31kho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas1-2/+6
2026-01-31kho: cleanup error handling in kho_populate()Mike Rapoport (Microsoft)1-22/+17
2026-01-31kho: simplify page initialization in kho_restore_page()Pratyush Yadav1-14/+26
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav1-5/+6
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton1-1/+11
2026-01-26kho: print which scratch buffer failed to be reservedPratyush Yadav (Google)1-4/+12