index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
kexec_handover.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-09
kho: warn and exit when unpreserved page wasn't preserved
Pratyush Yadav
1
-4
/
+4
2025-11-09
kho: fix unpreservation of higher-order vmalloc preservations
Pratyush Yadav
1
-3
/
+4
2025-11-09
kho: fix out-of-bounds access of vmalloc chunk
Pratyush Yadav
1
-2
/
+2
2025-11-09
kho: allocate metadata directly from the buddy allocator
Pasha Tatashin
1
-3
/
+3
2025-11-09
kho: increase metadata bitmap size to PAGE_SIZE
Pasha Tatashin
1
-10
/
+11
2025-11-09
kho: warn and fail on metadata or preserved memory in scratch area
Pasha Tatashin
1
-19
/
+38
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