index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
kexec_handover.c
Age
Commit message (
Expand
)
Author
Lines
2025-11-09
kho: warn and exit when unpreserved page wasn't preserved
Pratyush Yadav
-4
/
+4
2025-11-09
kho: fix unpreservation of higher-order vmalloc preservations
Pratyush Yadav
-3
/
+4
2025-11-09
kho: fix out-of-bounds access of vmalloc chunk
Pratyush Yadav
-2
/
+2
2025-11-09
kho: allocate metadata directly from the buddy allocator
Pasha Tatashin
-3
/
+3
2025-11-09
kho: increase metadata bitmap size to PAGE_SIZE
Pasha Tatashin
-10
/
+11
2025-11-09
kho: warn and fail on metadata or preserved memory in scratch area
Pasha Tatashin
-19
/
+38
2025-10-07
kho: add support for preserving vmalloc allocations
Mike Rapoport (Microsoft)
-0
/
+281
2025-10-07
kho: replace kho_preserve_phys() with kho_preserve_pages()
Mike Rapoport (Microsoft)
-14
/
+11
2025-10-07
kho: check if kho is finalized in __kho_preserve_order()
Mike Rapoport (Microsoft)
-29
/
+26
2025-10-02
Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+21
2025-09-28
kho: only fill kimage if KHO is finalized
Pratyush Yadav
-1
/
+1
2025-09-23
kho: make sure page being restored is actually from KHO
Pratyush Yadav
-7
/
+34
2025-09-23
kho: move sanity checks to kho_restore_page()
Pratyush Yadav
-14
/
+14
2025-09-13
kexec: introduce is_kho_boot()
Evangelos Petrongonas
-0
/
+20
2025-09-13
kho: make sure kho_scratch argument is fully consumed
Pratyush Yadav
-0
/
+4
2025-09-13
kho: allow scratch areas with zero size
Mike Rapoport (Microsoft)
-1
/
+6
2025-08-19
kho: warn if KHO is disabled due to an error
Pasha Tatashin
-0
/
+1
2025-08-19
kho: init new_physxa->phys_bits to fix lockdep
Pasha Tatashin
-4
/
+24
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+2
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2025-07-24
x86: Handle KCOV __init vs inline mismatches
Kees Cook
-2
/
+2
2025-07-13
mm/page_alloc: add support for initializing pageblock as isolated
Zi Yan
-2
/
+2
2025-06-19
kho: initialize tail pages for higher order folios properly
Pratyush Yadav
-12
/
+17
2025-05-12
kexec: add KHO support to kexec file loads
Alexander Graf
-0
/
+67
2025-05-12
kexec: enable KHO support for memory preservation
Mike Rapoport (Microsoft)
-0
/
+411
2025-05-12
kexec: add KHO parsing support
Alexander Graf
-1
/
+232
2025-05-12
kexec: add Kexec HandOver (KHO) generation helpers
Alexander Graf
-0
/
+557