index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
liveupdate
/
kexec_handover.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2026-01-26
kho: remove duplicate header file references
Long Wei
1
-1
/
+0
2026-01-26
kho: relocate vmalloc preservation structure to KHO ABI header
Jason Miu
1
-15
/
+0
2026-01-26
kho: introduce KHO FDT ABI header
Jason Miu
1
-10
/
+9
2026-01-26
kho: kho_preserve_vmalloc(): don't return 0 when ENOMEM
Andrew Morton
1
-1
/
+3
2026-01-26
kho: init alloc tags when restoring pages from reserved memory
Ran Xiaokai
1
-0
/
+8
2026-01-14
kho: validate preserved memory map during population
Pasha Tatashin
1
-18
/
+19
2025-11-27
kho: fix restoring of contiguous ranges of order-0 pages
Mike Rapoport (Microsoft)
1
-8
/
+12
2025-11-27
kho: kho_restore_vmalloc: fix initialization of pages array
Mike Rapoport (Microsoft)
1
-1
/
+1
2025-11-27
KHO: fix boot failure due to kmemleak access to non-PRESENT pages
Ran Xiaokai
1
-0
/
+10
2025-11-27
kho: free chunks using free_page() instead of kfree()
Pratyush Yadav
1
-1
/
+1
2025-11-27
kho: add Kconfig option to enable KHO by default
Pasha Tatashin
1
-1
/
+1
2025-11-27
kho: allow memory preservation state updates after finalization
Pasha Tatashin
1
-42
/
+13
2025-11-27
kho: allow kexec load before KHO finalization
Pasha Tatashin
1
-1
/
+1
2025-11-27
kho: update FDT dynamically for subtree addition/removal
Pasha Tatashin
1
-75
/
+69
2025-11-27
kho: remove abort functionality and support state refresh
Pasha Tatashin
1
-17
/
+4
2025-11-27
kho: remove global preserved_mem_map and store state in FDT
Pasha Tatashin
1
-17
/
+26
2025-11-27
kho: simplify serialization and remove __kho_abort
Pasha Tatashin
1
-24
/
+17
2025-11-27
kho: always expose output FDT in debugfs
Pasha Tatashin
1
-5
/
+3
2025-11-27
kho: verify deserialization status and fix FDT alignment access
Pasha Tatashin
1
-13
/
+19
2025-11-27
kho: preserve FDT folio only once during initialization
Pasha Tatashin
1
-12
/
+6
2025-11-27
kho: introduce high-level memory allocation API
Pasha Tatashin
1
-0
/
+87
2025-11-27
kho: convert __kho_abort() to return void
Pasha Tatashin
1
-9
/
+2
2025-11-27
kho: fix misleading log message in kho_populate()
Pasha Tatashin
1
-1
/
+1
2025-11-27
liveupdate: kho: use %pe format specifier for error pointer printing
Zhu Yanjun
1
-2
/
+2
2025-11-27
liveupdate: kho: move to kernel/liveupdate
Pasha Tatashin
1
-0
/
+1548