messages from 2022-01-21 13:48:58 to 2022-02-17 10:01:49 UTC [more...]
[PATCH] arm64: crash_core: Export MODULES, VMALLOC, and VMEMMAP ranges
2022-02-17 10:01 UTC (6+ messages)
[PATCH v5 00/12] x86: Trenchboot secure dynamic launch Linux kernel support
2022-02-17 3:54 UTC (13+ messages)
` [PATCH v5 01/12] x86/boot: Place kernel_info at a fixed offset
` [PATCH v5 02/12] Documentation/x86: Secure Launch kernel documentation
` [PATCH v5 03/12] x86: Secure Launch Kconfig
` [PATCH v5 04/12] x86: Secure Launch main header file
` [PATCH v5 05/12] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v5 06/12] x86: Secure Launch kernel early boot stub
` [PATCH v5 07/12] x86: Secure Launch kernel late "
` [PATCH v5 08/12] x86: Secure Launch SMP bringup support
` [PATCH v5 09/12] kexec: Secure Launch kexec SEXIT support
` [PATCH v5 10/12] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v5 11/12] x86: Secure Launch late initcall platform module
` [PATCH v5 12/12] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch
[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
2022-02-17 1:57 UTC (26+ messages)
` [PATCH v20 1/5] arm64: Use insert_resource() to simplify code
` [PATCH v20 2/5] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v20 3/5] arm64: kdump: reimplement crashkernel=X
` [PATCH v20 4/5] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
` [PATCH v20 4/5] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
` [PATCH v20 5/5] kdump: update Documentation about crashkernel
[PATCH V5] panic: Move panic_print before kmsg dumpers
2022-02-16 10:02 UTC (4+ messages)
[PATCH 1/4] Fix arm64 kexec forbidding kernels signed with keys in the secondary keyring to boot
2022-02-15 19:39 UTC (3+ messages)
` [PATCH 2/4] kexec, KEYS, arm64: Make use of platform keyring for signature verification
` [PATCH 3/4] kexec, KEYS, s390: Make use of built-in and secondary "
[PATCH V6] panic: Move panic_print before kmsg dumpers
2022-02-15 16:14 UTC (2+ messages)
[RFC PATCH] kdump: Add support for crashkernel=auto
2022-02-15 10:38 UTC (8+ messages)
Is it possible to use a stream for initrd=
2022-02-15 10:31 UTC (7+ messages)
[PATCH v5 0/6] KEXEC_SIG with appended signature
2022-02-14 17:09 UTC (25+ messages)
` [PATCH v5 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v5 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v5 4/6] module: strip the signature marker in the verification function
` [PATCH v5 5/6] module: Use key_being_used_for for log messages in verify_appended_signature
` [PATCH v5 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig
[PATCHv2] kexec: disable cpu hotplug until the rebooting cpu is stable
2022-02-14 2:38 UTC (7+ messages)
[PATCH V4] notifier/panic: Introduce panic_notifier_filter
2022-02-10 17:50 UTC (23+ messages)
[PATCH] kexec: move KEXEC_SIG_FORCE from arch/x86 to arch
2022-02-10 17:33 UTC (2+ messages)
[PATCH v3 0/6] crash: Kernel handling of CPU and memory hot un/plug
2022-02-09 20:01 UTC (13+ messages)
` [PATCH v3 3/6] crash hp: definitions and prototype changes
` [PATCH v3 6/6] crash hp: Add x86 crash hotplug support
[PATCH v4 00/10] crash: Kernel handling of CPU and memory hot un/plug
2022-02-09 19:57 UTC (11+ messages)
` [PATCH v4 01/10] crash: fix minor typo/bug in debug message
` [PATCH v4 02/10] crash hp: Introduce CRASH_HOTPLUG configuration options
` [PATCH v4 03/10] crash hp: definitions and prototype changes
` [PATCH v4 04/10] crash hp: prototype change for crash_prepare_elf64_headers
` [PATCH v4 05/10] crash hp: introduce helper functions un/map_crash_pages
` [PATCH v4 06/10] crash hp: generic crash hotplug support infrastructure
` [PATCH v4 07/10] crash hp: exclude elfcorehdr from the segment digest
` [PATCH v4 08/10] crash hp: exclude hot remove cpu from elfcorehdr notes
` [PATCH v4 09/10] crash hp: Add x86 crash hotplug support for kexec_file_load
` [PATCH v4 10/10] crash hp: Add x86 crash hotplug support for kexec_load
[PATCH v2 0/5] Update doc and fix some issues about kdump
2022-02-08 13:39 UTC (9+ messages)
` [PATCH v2 1/5] docs: kdump: update description about sysfs file system support
` [PATCH v2 2/5] docs: kdump: add scp example to write out the dump file
` [PATCH v2 3/5] panic: unset panic_on_warn inside panic()
` [PATCH v2 4/5] ubsan: no need to unset panic_on_warn in ubsan_epilogue()
` [PATCH v2 5/5] kasan: no need to unset panic_on_warn in end_report()
[PATCH v3 04/10] x86/sev: Cache AP Jump Table Address
2022-02-07 22:11 UTC (2+ messages)
` [PATCH v3 05/10] x86/sev: Setup code to park APs in the AP Jump Table
[PATCH V3] panic: Move panic_print before kmsg dumpers
2022-02-07 8:33 UTC (20+ messages)
[PATCH 0/2] kexec-tools: mips: Modify some code
2022-02-01 11:26 UTC (4+ messages)
` [PATCH 1/2] kexec-tools: mips: Add some debug info
` [PATCH 2/2] kexec-tools: mips: Concatenate --reuse-cmdline and --append
[PATCH 0/5] Update doc and fix some issues about kdump
2022-01-30 2:46 UTC (10+ messages)
` [PATCH 1/5] docs: kdump: update description about sysfs file system support
` [PATCH 2/5] docs: kdump: add scp sample to write out the dump file
` [PATCH 3/5] kcsan: unset panic_on_warn before calling panic()
` [PATCH 4/5] sched: "
` [PATCH 5/5] kfence: "
[PATCH 0/3] usable memory range fixes (arm64/fdt/efi)
2022-01-29 16:19 UTC (5+ messages)
` [PATCH 1/3] memblock: define functions to set the usable memory range
[PATCH -next] proc/vmcore: Fix vmcore_alloc_buf() kernel-doc comment
2022-01-29 7:53 UTC (2+ messages)
[PATCH V4] panic: Move panic_print before kmsg dumpers
2022-01-27 16:47 UTC (3+ messages)
[PATCH v3 0/3] Convert vmcore to use an iov_iter
2022-01-27 9:44 UTC (3+ messages)
[PATCH v2 03/12] x86/sev: Save and print negotiated GHCB protocol version
2022-01-27 9:01 UTC (6+ messages)
` [PATCH v2 07/12] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v2 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
[PATCH] kexec: disable cpu hotplug until the rebooting cpu is stable
2022-01-27 8:44 UTC (5+ messages)
[PATCH v2] proc/vmcore: fix possible deadlock on concurrent mmap and read
2022-01-26 2:33 UTC (4+ messages)
[PATCH] sadump, kaslr: fix failure of calculating kaslr_offset
2022-01-26 1:43 UTC (2+ messages)
[PATCH v4 0/6] KEXEC_SIG with appended signature
2022-01-25 19:50 UTC (3+ messages)
` [PATCH v4 1/6] s390/kexec_file: Don't opencode appended signature check
[PATCHv4 0/4] arm64: make phys_to_virt() correct
2022-01-24 9:53 UTC (7+ messages)
` [PATCHv4 1/4] arm64: make phys_offset signed
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;
as well as URLs for NNTP newsgroup(s).