messages from 2023-06-28 15:16:48 to 2023-07-25 10:01:58 UTC [more...]
[Crash-utility] RISCV64: Use va_kernel_pa_offset in VTOP()
2023-07-24 9:22 UTC (6+ messages)
[PATCH v1 0/3] RISC-V: Fix a few kexec_file_load(2) failures
2023-07-25 10:01 UTC (2+ messages)
` [PATCH v1 2/3] riscv/kexec: handle R_RISCV_ADD16 and R_RISCV_SUB16 relocation types
[RESEND PATCH -fixes 1/2] riscv: Export va_kernel_pa_offset in vmcoreinfo
2023-07-25 7:48 UTC (5+ messages)
` [RESEND PATCH -fixes 2/2] Documentation: kdump: Add va_kernel_pa_offset for RISCV64
[PATCH 0/3] arm64: kdump: Restore the write protection for the crashkernel memory region
2023-07-25 7:14 UTC (8+ messages)
` [PATCH 1/3] arm64: kdump: Allocate crash low memory in the bottom-up direction
` [PATCH 2/3] arm64: kdump: use page-level mapping for crashkernel region
` [PATCH 3/3] arm64: kdump: add support access protection "
[PATCH v2] kexec_lock: Replace kexec_mutex() by kexec_lock() in two comments
2023-07-24 10:01 UTC
[PATCH -fixes 1/2] riscv: Export va_kernel_pa_offset in vmcoreinfo
2023-07-24 9:57 UTC
[PATCH] kexec_lock:Fix comment for kexec_lock
2023-07-24 9:15 UTC (5+ messages)
[PATCHv6 0/5] arm64: zboot support
2023-07-24 2:21 UTC (6+ messages)
` [PATCHv6 1/5] kexec/arm64: Simplify the code for zImage
` [PATCHv6 2/5] kexec: Introduce a member kernel_fd in kexec_info
` [PATCHv6 3/5] kexec/zboot: Add arch independent zboot support
` [PATCHv6 4/5] arm64: Add ZBOOT PE containing compressed image support
` [PATCHv6 5/5] arm64: Hook up the ZBOOT support as vmlinuz
[PATCH v25 00/10] crash: Kernel handling of CPU and memory hot un/plug
2023-07-21 16:32 UTC (19+ messages)
` [PATCH v25 01/10] drivers/base: refactor cpu.c to use .is_visible()
` [PATCH v25 02/10] drivers/base: refactor memory.c "
` [PATCH v25 03/10] crash: move a few code bits to setup support of crash hotplug
` [PATCH v25 04/10] crash: add generic infrastructure for crash hotplug support
` [PATCH v25 05/10] kexec: exclude elfcorehdr from the segment digest
` [PATCH v25 06/10] crash: memory and CPU hotplug sysfs attributes
` [PATCH v25 07/10] x86/crash: add x86 crash hotplug support
` [PATCH v25 08/10] crash: hotplug support for kexec_load()
` [PATCH v25 09/10] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v25 10/10] x86/crash: optimize CPU changes
[PATCHv5 0/8] arm64: zboot support
2023-07-20 10:08 UTC (15+ messages)
` [PATCHv5 1/8] arm64: Fix some issues with zImage _probe()
` [PATCHv5 2/8] kexec: Isolate probe method
` [PATCHv5 3/8] kexec: Introduce a new image probe method 'probe2'
` [PATCHv5 4/8] arm64: Transfer from probe() to probe2()
` [PATCHv5 5/8] kexec: Drop condition macro for aarch64
` [PATCHv5 6/8] kexec/zboot: Add arch independent zboot support
` [PATCHv5 7/8] arm64: Add ZBOOT PE containing compressed image support
` [PATCHv5 8/8] arm64: Hook up the ZBOOT support as vmlinuz
[PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools
2023-07-18 9:49 UTC (9+ messages)
[PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
2023-07-17 15:11 UTC (19+ messages)
[PATCH] kexec_file: ima: allow loading a kernel with its IMA signature verified
2023-07-14 15:50 UTC (7+ messages)
[PATCH 00/10] ima: measure events between kexec load and execute
2023-07-12 19:51 UTC (40+ messages)
` [PATCH 01/10] ima: implement function to allocate buffer at kexec load
` [PATCH 02/10] ima: implement function to populate buffer at kexec execute
` [PATCH 03/10] ima: allocate buffer at kexec load to hold ima measurements
` [PATCH 04/10] ima: implement functions to suspend and resume measurements
` [PATCH 05/10] kexec: implement functions to map and unmap segment to kimage
` [PATCH 06/10] ima: update buffer at kexec execute with ima measurements
` [PATCH 07/10] ima: remove function ima_dump_measurement_list
` [PATCH 08/10] ima: implement and register a reboot notifier function to update kexec buffer
` [PATCH 09/10] ima: suspend measurements while the kexec buffer is being copied
` [PATCH 10/10] kexec: update kexec_file_load syscall to call ima_kexec_post_load
[PATCH 2/2] nvme-pci: use blk_mq_max_nr_hw_queues() to calculate io queues
2023-07-11 6:59 UTC (8+ messages)
[RFC PATCH 0/4] kdump: add generic functions to simplify crashkernel crashkernel in architecture
2023-07-10 17:20 UTC (3+ messages)
[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
2023-07-07 19:31 UTC (10+ messages)
` [PATCH v6 04/14] x86: Secure Launch Resource Table header file
[BUG REPORT] Triggering a panic in an x86 virtual machine does not wait
2023-07-07 12:40 UTC (4+ messages)
[PATCH] kexec: update manpage with explicit mention of clean kexec
2023-07-07 5:29 UTC
[PATCH -next v7 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-07 0:53 UTC (4+ messages)
` [PATCH -next v7 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v7 2/2] docs: kdump: Update the crashkernel description for riscv
[PATCHv4 0/8] arm64: zboot support
2023-07-05 2:47 UTC (9+ messages)
` [PATCHv4 1/8] arm64: Fix some issues with zImage _probe()
` [PATCHv4 2/8] kexec: Isolate probe method
` [PATCHv4 3/8] kexec: Introduce a new image probe method 'probe2'
` [PATCHv4 4/8] arm64: Transfer from probe() to probe2()
` [PATCHv4 5/8] kexec: Drop condition macro for aarch64
` [PATCHv4 6/8] kexec/zboot: Add arch independent zboot support
` [PATCHv4 7/8] arm64: Add ZBOOT PE containing compressed image support
` [PATCHv4 8/8] arm64: Hook up the ZBOOT support as vmlinuz
[PATCH -next v6 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-04 8:11 UTC (9+ messages)
` [PATCH -next v6 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v6 2/2] docs: kdump: Update the crashkernel description for riscv
[PATCH -next v5 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-04 3:51 UTC (7+ messages)
` [PATCH -next v5 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
[PATCH v24 00/10] crash: Kernel handling of CPU and memory hot un/plug
2023-06-29 13:25 UTC (13+ messages)
` [PATCH v24 01/10] drivers/base: refactor cpu.c to use .is_visible()
` [PATCH v24 02/10] drivers/base: refactor memory.c "
` [PATCH v24 03/10] crash: move a few code bits to setup support of crash hotplug
` [PATCH v24 04/10] crash: add generic infrastructure for crash hotplug support
` [PATCH v24 05/10] kexec: exclude elfcorehdr from the segment digest
` [PATCH v24 06/10] crash: memory and CPU hotplug sysfs attributes
` [PATCH v24 07/10] x86/crash: add x86 crash hotplug support
` [PATCH v24 08/10] crash: hotplug support for kexec_load()
` [PATCH v24 09/10] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v24 10/10] x86/crash: optimize CPU changes
[PATCHv2 0/6] arm64: zboot support
2023-06-29 3:57 UTC (6+ messages)
` [PATCHv2 1/6] kexec: Change the image probe's prototype
[PATCH v9 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
2023-06-28 23:07 UTC (6+ messages)
` [PATCH v9 2/4] tpm: of: Make of-tree specific function commonly available
[PATCH 08/11] sysctl: Add size to register_sysctl_init
2023-06-23 15:20 UTC (12+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox