Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-03 22:16:37 to 2023-05-25 00:24:19 UTC [more...]

[PATCH v9 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2023-05-25  0:23 UTC  (8+ messages)
` [PATCH v9 1/4] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v9 2/4] tpm: of: Make of-tree specific function commonly available
` [PATCH v9 3/4] of: kexec: Refactor IMA buffer related functions to make them reusable

[PATCHv2 0/6] arm64: zboot support
 2023-05-24 11:52 UTC  (8+ messages)
` [PATCHv2 1/6] kexec: Change the image probe's prototype
` [PATCHv2 2/6] arm64: Fix some issues with zImage _probe()
` [PATCHv2 3/6] arm64: Scatter the logic of reading of kernel file into each probe
` [PATCHv2 4/6] kexec/zboot: Add arch independent zboot support
` [PATCHv2 5/6] arm64: Add ZBOOT PE containing compressed image support
` [PATCHv2 6/6] arm64: Hook up the ZBOOT support as vmlinuz

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-05-24  2:55 UTC  (90+ messages)
` [PATCH v6 01/14] x86/boot: Place kernel_info at a fixed offset
` [PATCH v6 02/14] Documentation/x86: Secure Launch kernel documentation
` [PATCH v6 03/14] x86: Secure Launch Kconfig
` [PATCH v6 04/14] x86: Secure Launch Resource Table header file
` [PATCH v6 05/14] x86: Secure Launch main "
` [PATCH v6 06/14] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v6 07/14] x86: Secure Launch kernel early boot stub
` [PATCH v6 08/14] x86: Secure Launch kernel late "
` [PATCH v6 09/14] x86: Secure Launch SMP bringup support
` [PATCH v6 10/14] kexec: Secure Launch kexec SEXIT support
` [PATCH v6 11/14] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v6 12/14] x86: Secure Launch late initcall platform module
` [PATCH v6 13/14] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch
` [PATCH v6 14/14] x86: EFI stub DRTM launch support "

[RFC v3 00/24] vfs: provide automatic kernel freeze / resume
 2023-05-23  0:33 UTC  (12+ messages)
` [RFC v3 01/24] fs: unify locking semantics for fs freeze / thaw
` [RFC v3 03/24] fs: distinguish between user initiated freeze and kernel initiated freeze
` [RFC v3 05/24] fs: add automatic kernel fs freeze / thaw and remove kthread freezing

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-05-22 23:42 UTC  (13+ messages)
` [PATCH 1/6] fs: unify locking semantics for fs freeze / thaw
` [PATCH 2/6] fs: add frozen sb state helpers
` [PATCH 3/6] fs: distinguish between user initiated freeze and kernel initiated freeze
` [PATCH 4/6] fs: move !SB_BORN check early on freeze and add for thaw
` [PATCH 5/6] fs: add iterate_supers_excl() and iterate_supers_reverse_excl()
` [PATCH 6/6] fs: add automatic kernel fs freeze / thaw and remove kthread freezing

[PATCH v7 0/4] kexec: Fix kexec_file_load for llvm16 with PGO
 2023-05-22  4:16 UTC  (6+ messages)
` [PATCH v7 1/4] kexec: Support purgatories with .text.hot sections
` [PATCH v7 2/4] x86/purgatory: Remove PGO flags
` [PATCH v7 3/4] powerpc/purgatory: "
` [PATCH v7 4/4] riscv/purgatory: "

[PATCH -next v4 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-05-20 13:19 UTC  (5+ messages)
` [PATCH -next v4 1/2] riscv: kdump: Implement crashkernel=X,[high,low]

Słowa kluczowe do wypozycjonowania
 2023-05-17  7:55 UTC 

[PATCH] coredump, vmcore: Set p_align to 4 for PT_NOTE
 2023-05-16 21:32 UTC  (4+ messages)

[PATCH v5] arm64: kdump: simplify the reservation behaviour of crashkernel=,high
 2023-05-16  3:00 UTC  (3+ messages)

[PATCH v6 0/2] arm64: kdump: simplify the reservation behaviour of crashkernel=,high
 2023-05-15 10:07 UTC  (5+ messages)
` [PATCH v6 1/2] "
  ` [PATCH v6 RESEND "
` [PATCH v6 2/2] Documentation: add kdump.rst to present crashkernel reservation on arm64

[PATCH 0/3] filesystems: start removal of the kthread freezer
 2023-05-12  7:31 UTC  (5+ messages)
` [PATCH 1/3] ext4: replace kthread freezing with auto fs freezing
` [PATCH 2/3] btrfs: "
` [PATCH 3/3] xfs: "

[PATCH 0/5] arm64: zboot support
 2023-05-12  3:10 UTC  (13+ messages)
` [PATCH 1/5] kexec: Adding missing free for kernel_buf
` [PATCH 2/5] arm64/zImage: Remove unnecessary allocation for kernel_uncompressed_buf
` [PATCH 3/5] arm64: change the prototype of image probe function
` [PATCH 4/5] arm64: Scatter the logic of reading of kernel file into each probe
` [PATCH 4/5] arm64: Scatter the "
` [PATCH 5/5] arm64: add support for zboot image

[PATCH -next v5 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-05-11  8:51 UTC  (3+ messages)
` [PATCH -next v5 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v5 2/2] docs: kdump: Update the crashkernel description for riscv

[PATCH v22 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-05-10 22:52 UTC  (19+ messages)
` [PATCH v22 1/8] crash: move a few code bits to setup support of crash hotplug
` [PATCH v22 2/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v22 3/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v22 4/8] crash: memory and CPU hotplug sysfs attributes
` [PATCH v22 5/8] x86/crash: add x86 crash hotplug support
` [PATCH v22 6/8] crash: hotplug support for kexec_load()
` [PATCH v22 7/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v22 8/8] x86/crash: optimize CPU changes

[PATCH v6 0/4] kexec: Fix kexec_file_load for llvm16 with PGO
 2023-05-05 12:30 UTC  (5+ messages)
` [PATCH v6 4/4] risc/purgatory: Add linker script

[RFC PATCH v2 0/3] pmem memmap dump support
 2023-05-10 10:41 UTC  (4+ messages)

[PATCH] parisc: kexec: include reboot.h
 2023-05-10  4:11 UTC  (5+ messages)

[PATCH 0/4] Support kexec'ing PEs containing compressed kernels
 2023-05-05  3:17 UTC  (9+ messages)
` [PATCH 1/4] arm64: Cleanup _probe() return values
` [PATCH 2/4] arm64: Add ZBOOT PE containing compressed image support
` [PATCH 3/4] arm64: Hook up the ZBOOT support as vmlinuz
` [PATCH 4/4] arm64: Fix some issues with zImage _probe()

[PATCH v2 0/6] crashdump: Kernel handling of CPU and memory hot un/plug
 2023-05-04  6:19 UTC  (6+ messages)
` [PATCH v2 3/6] crashdump: setup hotplug support
` [PATCH v2 4/6] crashdump: exclude elfcorehdr segment from digest for hotplug
` [PATCH v2 5/6] crashdump/x86: identify elfcorehdr segment "
` [PATCH v2 6/6] crashdump/x86: set the elfcorehdr segment size "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox