kexec
Thread
Date
Earlier messages
Messages by Thread
[PATCH] Remove duplicate header file references
l00580197
[PATCH] crash_dump: Constify struct configfs_item_operations and configfs_group_operations
Christophe JAILLET
Re: [PATCH] crash_dump: Constify struct configfs_item_operations and configfs_group_operations
Baoquan He
Re: [PATCH] crash_dump: Constify struct configfs_item_operations and configfs_group_operations
Christophe JAILLET
Re: [PATCH] crash_dump: Constify struct configfs_item_operations and configfs_group_operations
Baoquan He
[Hypervisor Live Update] Notes from December 1, 2025
David Rientjes
[PATCH v1 0/3] kexec: add kexec flag to control debug printing
Qiang Ma
[PATCH v1 1/3] kexec: add kexec flag to control debug printing
Qiang Ma
[PATCH v1 3/3] arm64: kexec: Adjust the debug print of kexec_image_info
Qiang Ma
[PATCH v1 2/3] kexec: print out debugging message if required for kexec_load
Qiang Ma
Re: [PATCH v1 2/3] kexec: print out debugging message if required for kexec_load
Andrew Morton
Re: [PATCH v1 2/3] kexec: print out debugging message if required for kexec_load
Qiang Ma
[PATCH] kexec: Fix uninitialized struct kimage *image pointer
Qiang Ma
Re: [PATCH] kexec: Fix uninitialized struct kimage *image pointer
Baoquan He
Re: [PATCH] kexec: Fix uninitialized struct kimage *image pointer
Baoquan He
Re: [PATCH] kexec: Fix uninitialized struct kimage *image pointer
Qiang Ma
Re: [PATCH] kexec: Fix uninitialized struct kimage *image pointer
Baoquan He
Re: [PATCH] kexec: Fix uninitialized struct kimage *image pointer
Qiang Ma
Re: [PATCH] kexec: Fix uninitialized struct kimage *image pointer
Baoquan He
Re: [PATCH] kexec: Fix uninitialized struct kimage *image pointer
Qiang Ma
[PATCH] MAINTAINERS: add ABI headers to KHO and LIVE UPDATE
Pratyush Yadav
[RFC PATCH] liveupdate: list all file handler versions in vmlinux section
Pratyush Yadav
Re: [RFC PATCH] liveupdate: list all file handler versions in vmlinux section
Alexander Graf
[PATCH v3 0/4] Make KHO Stateless
Jason Miu
[PATCH v3 1/4] kho: Introduce KHO FDT ABI header
Jason Miu
[PATCH v3 2/4] kho: Relocate vmalloc preservation structure to KHO ABI header
Jason Miu
[PATCH v3 4/4] kho: Remove finalize state and clients
Jason Miu
[PATCH v3 3/4] kho: Adopt radix tree for preserved memory tracking
Jason Miu
[PATCH 0/4] Make KHO Stateless
Jason Miu
[PATCH 2/4] kho: Relocate vmalloc preservation structure to KHO ABI header
Jason Miu
[PATCH 4/4] kho: Remove finalize state and clients
Jason Miu
[PATCH 3/4] kho: Adopt radix tree for preserved memory tracking
Jason Miu
[PATCH 1/4] kho: Introduce KHO FDT ABI header
Jason Miu
[RFC PATCH 00/10] liveupdate: hugetlb support
Pratyush Yadav
[RFC PATCH 01/10] kho: drop restriction on maximum page order
Pratyush Yadav
[RFC PATCH 02/10] kho: disable scratch-only earlier in boot
Pratyush Yadav
[RFC PATCH 03/10] liveupdate: do early initialization before hugepages are allocated
Pratyush Yadav
[RFC PATCH 04/10] liveupdate: flb: allow getting FLB data in early boot
Pratyush Yadav
[RFC PATCH 05/10] mm: hugetlb: export some functions to hugetlb-internal header
Pratyush Yadav
[RFC PATCH 06/10] liveupdate: hugetlb subsystem FLB state preservation
Pratyush Yadav
[RFC PATCH 07/10] mm: hugetlb: don't allocate pages already in live update
Pratyush Yadav
[RFC PATCH 08/10] mm: hugetlb: disable CMA if liveupdate is enabled
Pratyush Yadav
[RFC PATCH 09/10] mm: hugetlb: allow freezing the inode
Pratyush Yadav
[RFC PATCH 10/10] liveupdate: allow preserving hugetlb-backed memfd
Pratyush Yadav
Re: [RFC PATCH 00/10] liveupdate: hugetlb support
Zhu Yanjun
Re: [RFC PATCH 00/10] liveupdate: hugetlb support
Pratyush Yadav
[PATCH] UKI: Fix the size of real payload
Pingfan Liu
Re: [PATCH] UKI: Fix the size of real payload
Simon Horman
[PATCH kexec-tools] ppc64: Fix minor build warnings
Shivang Upadhyay
Re: [PATCH kexec-tools] ppc64: Fix minor build warnings
Simon Horman
[Hypervisor Live Update] Notes from November 17, 2025
David Rientjes
[PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
[PATCH v4 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
Baoquan He
Re: [PATCH v4 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
Andrey Konovalov
Re: [PATCH v4 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
Baoquan He
Re: [PATCH v4 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
Andrey Konovalov
[PATCH v4 02/12] mm/kasan: move kasan= code to common place
Baoquan He
Re: [PATCH v4 02/12] mm/kasan: move kasan= code to common place
Andrey Konovalov
Re: [PATCH v4 02/12] mm/kasan: move kasan= code to common place
Baoquan He
[PATCH v4 03/12] mm/kasan/sw_tags: don't initialize kasan if it's disabled
Baoquan He
Re: [PATCH v4 03/12] mm/kasan/sw_tags: don't initialize kasan if it's disabled
Andrey Konovalov
[PATCH v4 04/12] arch/arm: don't initialize kasan if it's disabled
Baoquan He
[PATCH v4 05/12] arch/arm64: don't initialize kasan if it's disabled
Baoquan He
[PATCH v4 06/12] arch/loongarch: don't initialize kasan if it's disabled
Baoquan He
[PATCH v4 07/12] arch/powerpc: don't initialize kasan if it's disabled
Baoquan He
[PATCH v4 08/12] arch/riscv: don't initialize kasan if it's disabled
Baoquan He
[PATCH v4 09/12] arch/x86: don't initialize kasan if it's disabled
Baoquan He
[PATCH v4 10/12] arch/xtensa: don't initialize kasan if it's disabled
Baoquan He
[PATCH v4 11/12] arch/um: don't initialize kasan if it's disabled
Baoquan He
Re: [PATCH v4 11/12] arch/um: don't initialize kasan if it's disabled
Johannes Berg
Re: [PATCH v4 11/12] arch/um: don't initialize kasan if it's disabled
Baoquan He
[PATCH v4 12/12] mm/kasan: make kasan=on|off take effect for all three modes
Baoquan He
Re: [PATCH v4 12/12] mm/kasan: make kasan=on|off take effect for all three modes
Alexander Potapenko
Re: [PATCH v4 12/12] mm/kasan: make kasan=on|off take effect for all three modes
Baoquan He
Re: [PATCH v4 12/12] mm/kasan: make kasan=on|off take effect for all three modes
Andrey Konovalov
Re: [PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Re: [PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
Re: [PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
Heiko Carstens
Re: [PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
Re: [PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
[PATCH v4] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
ranxiaokai627
Re: [PATCH v4] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
Pratyush Yadav
[PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Qiang Ma
[PATCH v3 1/3] kexec: Fix uninitialized struct kimage *image pointer
Qiang Ma
[PATCH v3 2/3] kexec: add kexec flag to control debug printing
Qiang Ma
[PATCH v3 3/3] kexec: print out debugging message if required for kexec_load
Qiang Ma
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Baoquan He
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Qiang Ma
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Baoquan He
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Qiang Ma
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Baoquan He
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Qiang Ma
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Sourabh Jain
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Baoquan He
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Sourabh Jain
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Baoquan He
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Sourabh Jain
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Qiang Ma
Re: [PATCH v3 0/3] kexec: print out debugging message if required for kexec_load
Baoquan He
[PATCH 0/2] kho: fixes for vmalloc restoration
Mike Rapoport
[PATCH 1/2] kho: kho_restore_vmalloc: fix initialization of pages array
Mike Rapoport
Re: [PATCH 1/2] kho: kho_restore_vmalloc: fix initialization of pages array
Pratyush Yadav
[PATCH 2/2] kho: fix restoring of contiguous ranges of order-0 pages
Mike Rapoport
Re: [PATCH 2/2] kho: fix restoring of contiguous ranges of order-0 pages
Pratyush Yadav
Re: [PATCH 2/2] kho: fix restoring of contiguous ranges of order-0 pages
Mike Rapoport
Re: [PATCH 2/2] kho: fix restoring of contiguous ranges of order-0 pages
Pratyush Yadav
[PATCH v3] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
ranxiaokai627
Re: [PATCH v3] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
Pratyush Yadav
Re: [PATCH v3] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
Pratyush Yadav
[PATCH v2] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
ranxiaokai627
Re: [PATCH v2] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
Mike Rapoport
[PATCH 0/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages
ranxiaokai627
[PATCH 2/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages
ranxiaokai627
Re: [PATCH 2/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages
Pratyush Yadav
Re: [PATCH 2/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages
ranxiaokai627
Re: [PATCH 2/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages
Mike Rapoport
Re: [PATCH 2/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages
ranxiaokai627
[PATCH 1/2] mm: kmemleak: introduce kmemleak_no_scan_phys() helper
ranxiaokai627
[PATCH] MAINTAINERS: add test_kho to KHO's entry
Pratyush Yadav
Re: [PATCH] MAINTAINERS: add test_kho to KHO's entry
Pasha Tatashin
Re: [PATCH] MAINTAINERS: add test_kho to KHO's entry
Mike Rapoport
Re: [PATCH] MAINTAINERS: add test_kho to KHO's entry
Greg KH
Re: [PATCH] MAINTAINERS: add test_kho to KHO's entry
Pratyush Yadav
Re: [PATCH] MAINTAINERS: add test_kho to KHO's entry
Greg KH
Re: [PATCH] MAINTAINERS: add test_kho to KHO's entry
Pratyush Yadav
[PATCH] kho: free chunks using free_page() instead of kfree()
Pratyush Yadav
Re: [PATCH] kho: free chunks using free_page() instead of kfree()
Pasha Tatashin
Re: [PATCH] kho: free chunks using free_page() instead of kfree()
Mike Rapoport
Re: [PATCH] kho: free chunks using free_page() instead of kfree()
Markus Elfring
Re: [PATCH] kho: free chunks using free_page() instead of kfree()
Pratyush Yadav
Re: kho: free chunks using free_page() instead of kfree()
Markus Elfring
[PATCH] kho: free already restored pages when kho_restore_vmalloc() fails
Pratyush Yadav
Re: [PATCH] kho: free already restored pages when kho_restore_vmalloc() fails
Pasha Tatashin
Re: [PATCH] kho: free already restored pages when kho_restore_vmalloc() fails
Pratyush Yadav
[PATCH] test_kho: always print restore status
Pratyush Yadav
Re: [PATCH] test_kho: always print restore status
Pasha Tatashin
Re: [PATCH] test_kho: always print restore status
Mike Rapoport
Re: [PATCH] test_kho: always print restore status
SeongJae Park
[PATCH v6 0/3] kexec: reorganize kexec and kdump sysfs
Sourabh Jain
[PATCH v6 1/3] kexec: move sysfs entries to /sys/kernel/kexec
Sourabh Jain
[PATCH v6 2/3] Documentation/ABI: mark old kexec sysfs deprecated
Sourabh Jain
[PATCH v6 3/3] Documentation/ABI: new kexec and kdump sysfs interface
Sourabh Jain
Re: [PATCH v6 0/3] kexec: reorganize kexec and kdump sysfs
Baoquan he
[PATCH v6] crash: export crashkernel CMA reservation to userspace
Sourabh Jain
Re: [PATCH v6] crash: export crashkernel CMA reservation to userspace
Baoquan he
[PATCH v5 3/3] kexec: document new kexec and kdump sysfs ABIs
Sourabh Jain
[PATCH v5 2/3] Documentation/ABI: mark old kexec sysfs deprecated
Sourabh Jain
[PATCH v5 1/3] kexec: move sysfs entries to /sys/kernel/kexec
Sourabh Jain
[PATCH v5] crash: export crashkernel CMA reservation to userspace
Sourabh Jain
Re: [PATCH v5] crash: export crashkernel CMA reservation to userspace
Andrew Morton
Re: [PATCH v5] crash: export crashkernel CMA reservation to userspace
Sourabh Jain
[PATCH v5] Documentation/ABI: add kexec and kdump sysfs interface
Sourabh Jain
Re: [PATCH v2 03/13] kho: Introduce high-level memory allocation API
Lance Yang
Re: [PATCH v2 03/13] kho: Introduce high-level memory allocation API
Pasha Tatashin
[PATCH v2 00/13] kho: simplify state machine and enable dynamic updates
Pasha Tatashin
[PATCH v2 01/13] kho: Fix misleading log message in kho_populate()
Pasha Tatashin
[PATCH v2 07/13] kho: Simplify serialization and remove __kho_abort
Pasha Tatashin
[PATCH v2 04/13] kho: Preserve FDT folio only once during initialization
Pasha Tatashin
[PATCH v2 06/13] kho: Always expose output FDT in debugfs
Pasha Tatashin
[PATCH v2 08/13] kho: Remove global preserved_mem_map and store state in FDT
Pasha Tatashin
[PATCH v2 10/13] kho: Update FDT dynamically for subtree addition/removal
Pasha Tatashin
Re: [PATCH v2 10/13] kho: Update FDT dynamically for subtree addition/removal
Mike Rapoport
Re: [PATCH v2 10/13] kho: Update FDT dynamically for subtree addition/removal
Pasha Tatashin
Re: [PATCH v2 10/13] kho: Update FDT dynamically for subtree addition/removal
Mike Rapoport
[PATCH v2 12/13] kho: Allow memory preservation state updates after finalization
Pasha Tatashin
Re: [PATCH v2 12/13] kho: Allow memory preservation state updates after finalization
Pratyush Yadav
[PATCH v2 13/13] kho: Add Kconfig option to enable KHO by default
Pasha Tatashin
Re: [PATCH v2 13/13] kho: Add Kconfig option to enable KHO by default
Pratyush Yadav
Re: [PATCH v2 03/13] kho: Introduce high-level memory allocation API
Pratyush Yadav
Re: [PATCH v2 05/13] kho: Verify deserialization status and fix FDT alignment access
Pratyush Yadav
Re: [PATCH v2 00/13] kho: simplify state machine and enable dynamic updates
Andrew Morton
Re: [PATCH v2 00/13] kho: simplify state machine and enable dynamic updates
Pasha Tatashin
Re: [PATCH v2 00/13] kho: simplify state machine and enable dynamic updates
Pasha Tatashin
[PATCH v1 00/13] kho: simplify state machine and enable dynamic updates
Pasha Tatashin
[PATCH v1 01/13] kho: Fix misleading log message in kho_populate()
Pasha Tatashin
Re: [PATCH v1 01/13] kho: Fix misleading log message in kho_populate()
Pratyush Yadav
[PATCH v1 03/13] kho: Preserve FDT folio only once during initialization
Pasha Tatashin
Re: [PATCH v1 03/13] kho: Preserve FDT folio only once during initialization
Pratyush Yadav
[PATCH v1 05/13] kho: Always expose output FDT in debugfs
Pasha Tatashin
Re: [PATCH v1 05/13] kho: Always expose output FDT in debugfs
Pratyush Yadav
[PATCH v1 02/13] kho: Convert __kho_abort() to return void
Pasha Tatashin
Re: [PATCH v1 02/13] kho: Convert __kho_abort() to return void
Pratyush Yadav
[PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
Pasha Tatashin
Re: [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
Pratyush Yadav
Re: [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
Pasha Tatashin
Re: [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
Mike Rapoport
Re: [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
Pratyush Yadav
Re: [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
Pasha Tatashin
Re: [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
Pratyush Yadav
Re: [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
Mike Rapoport
[PATCH v1 09/13] kho: Update FDT dynamically for subtree addition/removal
Pasha Tatashin
Re: [PATCH v1 09/13] kho: Update FDT dynamically for subtree addition/removal
Mike Rapoport
Re: [PATCH v1 09/13] kho: Update FDT dynamically for subtree addition/removal
Pasha Tatashin
Re: [PATCH v1 09/13] kho: Update FDT dynamically for subtree addition/removal
Pratyush Yadav
[PATCH v1 07/13] kho: Remove global preserved_mem_map and store state in FDT
Pasha Tatashin
Re: [PATCH v1 07/13] kho: Remove global preserved_mem_map and store state in FDT
Pratyush Yadav
[PATCH v1 12/13] kho: Add Kconfig option to enable KHO by default
Pasha Tatashin
Re: [PATCH v1 12/13] kho: Add Kconfig option to enable KHO by default
Pratyush Yadav
[PATCH v1 06/13] kho: Simplify serialization and remove __kho_abort
Pasha Tatashin
Re: [PATCH v1 06/13] kho: Simplify serialization and remove __kho_abort
Pratyush Yadav
Earlier messages