kexec
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v4 5/7] LoongArch/kexec_file: Add crash dump support
Youling Tang
[PATCH v4 6/7] LoongArch: Automatically disable kaslr when the kernel loads from kexec_file
Youling Tang
Re: [PATCH v4 0/7] Add kexec_file support for LoongArch
Huacai Chen
Live Update MC (LPC): Call for Presentations
David Matlack
Re: Live Update MC (LPC): Call for Presentations
Chris Li
[PATCH v2 0/9] panic: introduce panic status function family
Jinchao Wang
[PATCH v2 4/9] panic: use panic_try_start() in nmi_panic()
Jinchao Wang
[PATCH v2 5/9] panic: use panic_try_start() in vpanic()
Jinchao Wang
Re: [PATCH v2 5/9] panic: use panic_try_start() in vpanic()
Petr Mladek
[PATCH v2 8/9] panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()
Jinchao Wang
Re: [PATCH v2 8/9] panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()
Petr Mladek
[PATCH v2 9/9] watchdog: skip checks when panic is in progress
Jinchao Wang
[PATCH v2 2/9] fbdev: Use panic_in_progress() helper
Jinchao Wang
[PATCH v2 6/9] printk/nbcon: use panic_on_this_cpu() helper
Jinchao Wang
Re: [PATCH v2 6/9] printk/nbcon: use panic_on_this_cpu() helper
Petr Mladek
[PATCH v2 7/9] panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
Jinchao Wang
Re: [PATCH v2 7/9] panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
Petr Mladek
[PATCH v2 1/9] panic: Introduce helper functions for panic state
Jinchao Wang
Re: [PATCH v2 1/9] panic: Introduce helper functions for panic state
Petr Mladek
Re: [PATCH v2 1/9] panic: Introduce helper functions for panic state
Jinchao Wang
[PATCH v2 3/9] crash_core: use panic_try_start() in crash_kexec()
Jinchao Wang
Re: [PATCH v2 3/9] crash_core: use panic_try_start() in crash_kexec()
Qianqiang Liu
Re: [PATCH v2 3/9] crash_core: use panic_try_start() in crash_kexec()
Jinchao Wang
[PATCH 0/7] Fix and improve the LoongArch implementation
Youling Tang
[PATCH 4/7] LoongArch: Enforce relocatable kernel check for crash dump
Youling Tang
[PATCH 2/7] LoongArch: Fix comments
Youling Tang
[PATCH 3/7] LoongArch: Terminate the cmdline string using '\0'
Youling Tang
[PATCH 7/7] LoongArch: Add pe_hdr->machine check for pei format images
Youling Tang
Re: [PATCH 0/7] Fix and improve the LoongArch implementation
Youling Tang
[PATCH 6/7] LoongArch: Fix the use of loongarch_image_header in ELF format
Youling Tang
[PATCH 1/7] kexec: Handle removal of multiple 'crashkernel' parameters
Youling Tang
[PATCH 5/7] LoongArch: Change initrd allocation to top-down
Youling Tang
[PATCH] kho: make sure kho_scratch argument is fully consumed
Pratyush Yadav
Re: [PATCH] kho: make sure kho_scratch argument is fully consumed
Mike Rapoport
[PATCH] arm64: kexec: Initialize kexec_buf struct in image_load()
Breno Leitao
Re: [PATCH] arm64: kexec: Initialize kexec_buf struct in image_load()
Pratyush Yadav
Re: [PATCH] arm64: kexec: Initialize kexec_buf struct in image_load()
Mark Rutland
Re: [PATCH] arm64: kexec: Initialize kexec_buf struct in image_load()
Breno Leitao
Re: [PATCH] arm64: kexec: Initialize kexec_buf struct in image_load()
Andrew Morton
[PATCH v3 0/6] Add kexec_file support for LoongArch
Youling Tang
[PATCH v3 1/6] LoongArch: Add struct loongarch_image_header for kernel image
Youling Tang
Re: [PATCH v3 1/6] LoongArch: Add struct loongarch_image_header for kernel image
Huacai Chen
[PATCH v3 6/6] LoongArch: Enable CONFIG_KEXEC_FILE
Youling Tang
[PATCH v3 3/6] LoongArch/kexec_file: Support loading EFI binary file
Youling Tang
[PATCH v3 4/6] LoongArch/kexec_file: Support loading ELF binary file
Youling Tang
[PATCH v3 5/6] LoongArch/kexec_file: Add crash dump support
Youling Tang
[PATCH v3 2/6] LoongArch: Add preparatory infrastructure for kexec_file
Youling Tang
[PATCH] kexec_core: Remove redundant 0 value initialization
Liao Yuanhong
[Hypervisor Live Update] Notes from August 11, 2025
David Rientjes
[PATCH v3 0/2] efi: Fix EFI boot with kexec handover (KHO)
Evangelos Petrongonas
[PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
Evangelos Petrongonas
Re: [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
Ard Biesheuvel
Re: [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
Ard Biesheuvel
Re: Re: [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
Evangelos Petrongonas
Re: Re: [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
Ard Biesheuvel
Re: Re: Re: [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
Evangelos Petrongonas
Re: Re: Re: [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
Ard Biesheuvel
Re: [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
Pratyush Yadav
[PATCH v3 1/2] kexec: introduce is_kho_boot()
Evangelos Petrongonas
Re: [PATCH v3 1/2] kexec: introduce is_kho_boot()
Pratyush Yadav
Re: [PATCH v3 0/2] efi: Fix EFI boot with kexec handover (KHO)
Andrew Morton
[PATCH 3/9] crash_core: use panic_try_start() in crash_kexec()
Jinchao Wang
Re: [PATCH 3/9] crash_core: use panic_try_start() in crash_kexec()
Baoquan He
Re: [PATCH 3/9] crash_core: use panic_try_start() in crash_kexec()
Baoquan He
Re: [PATCH 3/9] crash_core: use panic_try_start() in crash_kexec()
Baoquan He
Re: [PATCH 3/9] crash_core: use panic_try_start() in crash_kexec()
Jinchao Wang
[PATCH v2 0/5] Add kexec_file support for LoongArch
Youling Tang
[PATCH v2 3/5] LoongArch/kexec_file: Support loading ELF binary file
Youling Tang
Re: [PATCH v2 3/5] LoongArch/kexec_file: Support loading ELF binary file
Youling Tang
[PATCH v2 5/5] LoongArch: Enable CONFIG_KEXEC_FILE
Youling Tang
[PATCH v2 2/5] LoongArch: Add kexec_file support
Youling Tang
Re: [PATCH v2 2/5] LoongArch: Add kexec_file support
Yao Zi
Re: [PATCH v2 2/5] LoongArch: Add kexec_file support
Youling Tang
Re: [PATCH v2 2/5] LoongArch: Add kexec_file support
Yao Zi
Re: [PATCH v2 2/5] LoongArch: Add kexec_file support
Youling Tang
Re: [PATCH v2 2/5] LoongArch: Add kexec_file support
Huacai Chen
Re: [PATCH v2 2/5] LoongArch: Add kexec_file support
Youling Tang
Re: [PATCH v2 2/5] LoongArch: Add kexec_file support
Yao Zi
Re: [PATCH v2 2/5] LoongArch: Add kexec_file support
Huacai Chen
Re: [PATCH v2 2/5] LoongArch: Add kexec_file support
kernel test robot
[PATCH v2 1/5] LoongArch: Add struct loongarch_image_header for kernel image
Youling Tang
[PATCH v2 4/5] LoongArch/kexec_file: Add crash dump support
Youling Tang
Re: [PATCH v2 0/5] Add kexec_file support for LoongArch
Huacai Chen
[PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
[PATCH v3 03/12] mm/kasan/sw_tags: don't initialize kasan if it's disabled
Baoquan He
[PATCH v3 05/12] arch/arm64: don't initialize kasan if it's disabled
Baoquan He
[PATCH v3 04/12] arch/arm: don't initialize kasan if it's disabled
Baoquan He
[PATCH v3 06/12] arch/loongarch: don't initialize kasan if it's disabled
Baoquan He
[PATCH v3 12/12] mm/kasan: make kasan=on|off take effect for all three modes
Baoquan He
[PATCH v3 07/12] arch/powerpc: don't initialize kasan if it's disabled
Baoquan He
[PATCH v3 11/12] arch/um: don't initialize kasan if it's disabled
Baoquan He
[PATCH v3 08/12] arch/riscv: don't initialize kasan if it's disabled
Baoquan He
[PATCH v3 10/12] arch/xtensa: don't initialize kasan if it's disabled
Baoquan He
[PATCH v3 09/12] arch/x86: don't initialize kasan if it's disabled
Baoquan He
[PATCH v3 02/12] mm/kasan: move kasan= code to common place
Baoquan He
[PATCH v3 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
Baoquan He
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Ryabinin
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Christophe Leroy
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Sabyrzhan Tasbolatov
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Sabyrzhan Tasbolatov
Re: [PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
[PATCH v2 0/2] efi: Fix EFI boot with kexec handover (KHO)
Evangelos Petrongonas
[PATCH v2 2/2] efi: Support booting with kexec handover (KHO)
Evangelos Petrongonas
Re: [PATCH v2 2/2] efi: Support booting with kexec handover (KHO)
Mike Rapoport
[PATCH v2 1/2] kexec: introduce is_kho_boot()
Evangelos Petrongonas
Re: [PATCH v2 1/2] kexec: introduce is_kho_boot()
Mike Rapoport
Re: [PATCH v2 0/2] efi: Fix EFI boot with kexec handover (KHO)
Mike Rapoport
[PATCH v4 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Askar Safin
[PATCH v4 6/6] kexec/arch/arm64/crashdump-arm64.c: remove extra whitespace
Askar Safin
[PATCH v4 4/6] util_lib/elf_info.c: fix typo: prink -> printk
Askar Safin
[PATCH v4 1/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Askar Safin
[PATCH v4 5/6] kexec/arch/i386/kexec-x86-common.c: remove duplicate <stdio.h>
Askar Safin
[PATCH v4 2/6] kexec/kexec-elf-exec.c: Replace %lux with %lx
Askar Safin
[PATCH v4 3/6] kexec/arch/i386/x86-linux-setup.c: replace %d with %u
Askar Safin
Re: [PATCH v4 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Askar Safin
Re: [PATCH v4 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Baoquan He
Re: [PATCH v4 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Simon Horman
Re: [PATCH v4 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Jeremy Linton
Re: [PATCH v4 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Simon Horman
[PATCH v3 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Askar Safin
[PATCH v3 2/6] kexec/kexec-elf-exec.c: Replace %lux with %lx
Askar Safin
Re: [PATCH v3 2/6] kexec/kexec-elf-exec.c: Replace %lux with %lx
Andy Shevchenko
[PATCH v3 6/6] kexec/arch/arm64/crashdump-arm64.c: remove extra whitespace
Askar Safin
Re: [PATCH v3 6/6] kexec/arch/arm64/crashdump-arm64.c: remove extra whitespace
Andy Shevchenko
[PATCH v3 5/6] kexec/arch/i386/kexec-x86-common.c: remove duplicate <stdio.h>
Askar Safin
[PATCH v3 4/6] util_lib/elf_info.c: fix typo: prink -> printk
Askar Safin
[PATCH v3 3/6] kexec/arch/i386/x86-linux-setup.c: replace %d with %u
Askar Safin
[PATCH v3 1/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Askar Safin
Re: [PATCH v3 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Andy Shevchenko
Re: [PATCH v3 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Askar Safin
Re: [PATCH v3 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Andy Shevchenko
[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
Pingfan Liu
[PATCHv5 02/12] lib/decompress: Keep decompressor when CONFIG_KEEP_COMPRESSOR
Pingfan Liu
[PATCHv5 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
Pingfan Liu
Re: [PATCHv5 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
Philipp Rudo
Re: [PATCHv5 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
Pingfan Liu
[PATCHv5 07/12] kexec: Introduce a bpf-prog lskel to parse PE file
Pingfan Liu
[PATCHv5 04/12] bpf: Introduce decompressor kfunc
Pingfan Liu
[PATCHv5 10/12] arm64/kexec: Add PE image format support
Pingfan Liu
Re: [PATCHv5 10/12] arm64/kexec: Add PE image format support
kernel test robot
Re: [PATCHv5 10/12] arm64/kexec: Add PE image format support
kernel test robot
Re: [PATCHv5 10/12] arm64/kexec: Add PE image format support
Pingfan Liu
[PATCHv5 08/12] kexec: Factor out routine to find a symbol in ELF
Pingfan Liu
Re: [PATCHv5 08/12] kexec: Factor out routine to find a symbol in ELF
Philipp Rudo
Re: [PATCHv5 08/12] kexec: Factor out routine to find a symbol in ELF
Pingfan Liu
[PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
Pingfan Liu
Re: [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
Philipp Rudo
Re: [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
Pingfan Liu
Re: [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
Philipp Rudo
Re: [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
Pingfan Liu
[PATCHv5 01/12] kexec_file: Make kexec_image_load_default global visible
Pingfan Liu
[PATCHv5 09/12] kexec: Integrate bpf light skeleton to load zboot image
Pingfan Liu
[PATCHv5 03/12] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
Pingfan Liu
[PATCHv5 11/12] tools/kexec: Introduce a bpf-prog to parse zboot image format
Pingfan Liu
[PATCHv5 12/12] tools/kexec: Add a zboot image building tool
Pingfan Liu
Re: [PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
Philipp Rudo
Re: [PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
Pingfan Liu
Re: [PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
Philipp Rudo
[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
Lichen Liu
Re: [PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
Lichen Liu
Re: [PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
Christian Brauner
Re: [PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
Askar Safin
Re: [PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
Rob Landley
Re: [PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
Randy Dunlap
Re: [PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
Aleksa Sarai
Re: [PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
Lichen Liu
[PATCH RESEND] fs: Add 'rootfsflags' to set rootfs mount options
Lichen Liu
Re: [PATCH RESEND] fs: Add 'rootfsflags' to set rootfs mount options
Randy Dunlap
Re: [PATCH RESEND] fs: Add 'rootfsflags' to set rootfs mount options
Lichen Liu
[PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
[PATCH v2 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
Baoquan He
[PATCH v2 04/12] arch/arm: don't initialize kasan if it's disabled
Baoquan He
[PATCH v2 02/12] mm/kasan: move kasan= code to common place
Baoquan He
[PATCH v2 05/12] arch/arm64: don't initialize kasan if it's disabled
Baoquan He
[PATCH v2 03/12] mm/kasan/sw_tags: don't initialize kasan if it's disabled
Baoquan He
Re: [PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
[PATCH v2 06/12] arch/loongarch: don't initialize kasan if it's disabled
Baoquan He
[PATCH v2 09/12] arch/x86: don't initialize kasan if it's disabled
Baoquan He
[PATCH v2 08/12] arch/riscv: don't initialize kasan if it's disabled
Baoquan He
[PATCH v2 10/12] arch/xtensa: don't initialize kasan if it's disabled
Baoquan He
[PATCH v2 11/12] arch/um: don't initialize kasan if it's disabled
Baoquan He
[PATCH v2 12/12] mm/kasan: make kasan=on|off take effect for all three modes
Baoquan He
[PATCH v2 07/12] arch/powerpc: don't initialize kasan if it's disabled
Baoquan He
Re: [PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
Re: [PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Re: [PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Re: [PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
Re: [PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
Andrey Konovalov
Earlier messages
Later messages