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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-07
kho: add support for preserving vmalloc allocations
Mike Rapoport (Microsoft)
1
-0
/
+281
2025-10-07
kho: replace kho_preserve_phys() with kho_preserve_pages()
Mike Rapoport (Microsoft)
1
-14
/
+11
2025-10-07
kho: check if kho is finalized in __kho_preserve_order()
Mike Rapoport (Microsoft)
1
-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
-1
/
+21
2025-09-28
kho: only fill kimage if KHO is finalized
Pratyush Yadav
1
-1
/
+1
2025-09-23
kho: make sure page being restored is actually from KHO
Pratyush Yadav
1
-7
/
+34
2025-09-23
kho: move sanity checks to kho_restore_page()
Pratyush Yadav
1
-14
/
+14
2025-09-13
kexec: introduce is_kho_boot()
Evangelos Petrongonas
1
-0
/
+20
2025-09-13
kho: make sure kho_scratch argument is fully consumed
Pratyush Yadav
1
-0
/
+4
2025-09-13
kho: allow scratch areas with zero size
Mike Rapoport (Microsoft)
1
-1
/
+6
2025-08-19
kho: warn if KHO is disabled due to an error
Pasha Tatashin
1
-0
/
+1
2025-08-19
kho: init new_physxa->phys_bits to fix lockdep
Pasha Tatashin
1
-4
/
+24
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2025-07-24
x86: Handle KCOV __init vs inline mismatches
Kees Cook
1
-2
/
+2
2025-07-13
mm/page_alloc: add support for initializing pageblock as isolated
Zi Yan
1
-2
/
+2
2025-06-19
kho: initialize tail pages for higher order folios properly
Pratyush Yadav
1
-12
/
+17
2025-05-12
kexec: add KHO support to kexec file loads
Alexander Graf
1
-0
/
+67
2025-05-12
kexec: enable KHO support for memory preservation
Mike Rapoport (Microsoft)
1
-0
/
+411
2025-05-12
kexec: add KHO parsing support
Alexander Graf
1
-1
/
+232
2025-05-12
kexec: add Kexec HandOver (KHO) generation helpers
Alexander Graf
1
-0
/
+557