index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
liveupdate
/
kexec_handover.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-23
Merge tag 'liveupdate-v7.3-rc1-20260823' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux
Linus Torvalds
1
-111
/
+414
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+2
2026-08-04
mm: split out vmalloc declarations from internal.h
Mike Rapoport (Microsoft)
1
-1
/
+1
2026-08-04
mm: split out mm_init and memblock declarations from internal.h
Mike Rapoport (Microsoft)
1
-0
/
+1
2026-08-04
kho: exclude hugetlb memory from scratch size calculation
Pratyush Yadav (Google)
1
-2
/
+10
2026-08-04
kho: extend scratch
Pratyush Yadav (Google)
1
-17
/
+153
2026-08-04
kho: initialize preserved memory map radix tree earlier
Pratyush Yadav (Google)
1
-17
/
+26
2026-08-04
kho: initialize kho_scratch pointer earlier in boot
Pratyush Yadav (Google)
1
-2
/
+13
2026-08-04
kho: expose kho_scratch_overlap() to kexec_handover.h
Pratyush Yadav (Google)
1
-2
/
+20
2026-08-04
kho: add kho_radix_init_tree()
Pratyush Yadav (Google)
1
-18
/
+44
2026-08-04
kho: allow destroying KHO radix tree
Pratyush Yadav (Google)
1
-0
/
+35
2026-08-04
kho: allow early-boot usage of the KHO radix tree
Pratyush Yadav (Google)
1
-2
/
+22
2026-08-04
kho: add data argument to radix walk callback
Pratyush Yadav (Google)
1
-11
/
+13
2026-08-04
kho: add callback for table pages
Pratyush Yadav (Google)
1
-0
/
+12
2026-08-04
kho: add a struct for radix callbacks
Pratyush Yadav (Google)
1
-12
/
+15
2026-08-04
kho: move all memory retrieval logic to kho_mem_retrieve()
Pratyush Yadav (Google)
1
-13
/
+19
2026-08-04
kho: store incoming radix tree in kho_in
Pratyush Yadav (Google)
1
-16
/
+22
2026-08-03
kho: disallow wide keys in radix tree
Pratyush Yadav (Google)
1
-0
/
+12
2026-08-03
kho: make radix max key width more obvious
Pratyush Yadav (Google)
1
-8
/
+11
2026-08-03
kho: generalize radix tree APIs
Pratyush Yadav (Google)
1
-40
/
+36
2026-07-29
kho: fix size calculation in kho_preserved_memory_reserve()
Pratyush Yadav (Google)
1
-1
/
+1
2026-07-25
kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
Michal Clapinski
1
-6
/
+16
2026-06-01
kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTES
Pratyush Yadav (Google)
1
-11
/
+21
2026-06-01
kho: make preserved pages compatible with deferred struct page init
Evangelos Petrongonas
1
-1
/
+26
2026-06-01
kho: fix deferred initialization of scratch areas
Michal Clapinski
1
-25
/
+0
2026-05-26
kho: fix order calculation for kho_unpreserve_pages()
Pratyush Yadav (Google)
1
-24
/
+32
2026-05-13
Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux
Linus Torvalds
1
-1
/
+1
2026-04-28
kho: skip KHO for crash kernel
Evangelos Petrongonas
1
-1
/
+1
2026-04-27
kho: fix error handling in kho_add_subtree()
Breno Leitao
1
-8
/
+13
2026-04-18
kho: kexec-metadata: track previous kernel chain
Breno Leitao
1
-0
/
+98
2026-04-18
kho: persist blob size in KHO FDT
Breno Leitao
1
-5
/
+22
2026-04-18
kho: rename fdt parameter to blob in kho_add/remove_subtree()
Breno Leitao
1
-16
/
+17
2026-04-18
kho: add size parameter to kho_add_subtree()
Breno Leitao
1
-3
/
+5
2026-04-05
kho: drop restriction on maximum page order
Pratyush Yadav
1
-1
/
+1
2026-04-05
kho: make sure preservations do not span multiple NUMA nodes
Pratyush Yadav (Google)
1
-1
/
+9
2026-04-05
kho: fix KASAN support for restored vmalloc regions
Pasha Tatashin
1
-1
/
+11
2026-04-05
kho: remove finalize state and clients
Jason Miu
1
-20
/
+1
2026-04-05
kho: adopt radix tree for preserved memory tracking
Jason Miu
1
-291
/
+328
2026-04-05
kho: move alloc tag init to kho_init_{folio,pages}()
Pratyush Yadav (Google)
1
-9
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-12
kho: remove unnecessary WARN_ON(err) in kho_populate()
Ran Xiaokai
1
-1
/
+1
2026-02-12
kho: fix missing early_memunmap() call in kho_populate()
Ran Xiaokai
1
-12
/
+14
2026-02-08
kho: fix doc for kho_restore_pages()
Tycho Andersen (AMD)
1
-1
/
+1
2026-01-31
kho: skip memoryless NUMA nodes when reserving scratch areas
Evangelos Petrongonas
1
-2
/
+6
2026-01-31
kho: cleanup error handling in kho_populate()
Mike Rapoport (Microsoft)
1
-22
/
+17
2026-01-31
kho: simplify page initialization in kho_restore_page()
Pratyush Yadav
1
-14
/
+26
2026-01-31
kho: use unsigned long for nr_pages
Pratyush Yadav
1
-5
/
+6
2026-01-31
Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changes
Andrew Morton
1
-1
/
+11
2026-01-26
kho: print which scratch buffer failed to be reserved
Pratyush Yadav (Google)
1
-4
/
+12
[next]