kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-18 12:51:32 to 2023-05-10 11:46:16 UTC [more...]

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-05-10  1:21 UTC  (36+ 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 "

[PATCH v6 0/4] kexec: Fix kexec_file_load for llvm16 with PGO
 2023-05-05 12:30 UTC  (13+ messages)
` [PATCH v6 1/4] kexec: Support purgatories with .text.hot sections
` [PATCH v6 2/4] x86/purgatory: Remove profile optimization flags
` [PATCH v6 3/4] powerpc/purgatory: "
` [PATCH v6 4/4] risc/purgatory: Add linker script

[RFC PATCH v2 0/3] pmem memmap dump support
 2023-05-10 10:41 UTC  (17+ messages)
` [RFC PATCH v2 1/3] crash: export dev memmap header to vmcoreinfo
` [RFC PATCH v2 2/3] drivers/nvdimm: export memmap of namespace "
` [RFC PATCH v2 3/3] resource, crash: Make kexec_file_load support pmem
` [RFC PATCH v2 kexec-tools] kexec: Add and mark pmem region into PT_LOADs
` [RFC PATCH v2 makedumpfile 1/3] elf_info.c: Introduce is_pmem_pt_load_range
` [RFC PATCH v2 makedumpfile 2/3] makedumpfile.c: Exclude all pmem pages
` [RFC PATCH v2 makedumpfile 3/3] makedumpfile.c: Allow excluding metadata of pmem region

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

[PATCH v22 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-05-09 22:52 UTC  (16+ 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 0/6] vfs: provide automatic kernel freeze / resume
 2023-05-09  1:20 UTC  (9+ 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 0/3] filesystems: start removal of the kthread freezer
 2023-05-08  1:19 UTC  (4+ messages)
` [PATCH 1/3] ext4: replace kthread freezing with auto fs freezing
` [PATCH 2/3] btrfs: "
` [PATCH 3/3] xfs: "

[RFC v3 00/24] vfs: provide automatic kernel freeze / resume
 2023-05-07  4:08 UTC  (11+ 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/5] arm64: zboot support
 2023-05-06  3:14 UTC  (12+ 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 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  (8+ messages)
` [PATCH v2 1/6] kexec: define KEXEC_UPDATE_ELFCOREHDR
` [PATCH v2 2/6] crashdump: introduce the hotplug command line options
` [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 "

64-bit kernels and 32-bit user-space
 2023-05-03 11:43 UTC  (2+ messages)

[PATCH v21 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2023-05-02  9:36 UTC  (17+ messages)
` [PATCH v21 2/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v21 5/7] x86/crash: add x86 "

[RFC v3 00/21] Preserved-over-Kexec RAM
 2023-04-27 22:38 UTC  (24+ messages)
` [RFC v3 01/21] mm: add PKRAM API stubs and Kconfig
` [RFC v3 02/21] mm: PKRAM: implement node load and save functions
` [RFC v3 03/21] mm: PKRAM: implement object "
` [RFC v3 04/21] mm: PKRAM: implement folio stream operations
` [RFC v3 05/21] mm: PKRAM: implement byte "
` [RFC v3 06/21] mm: PKRAM: link nodes by pfn before reboot
` [RFC v3 07/21] mm: PKRAM: introduce super block
` [RFC v3 08/21] PKRAM: track preserved pages in a physical mapping pagetable
` [RFC v3 09/21] PKRAM: pass a list of preserved ranges to the next kernel
` [RFC v3 10/21] PKRAM: prepare for adding preserved ranges to memblock reserved
` [RFC v3 11/21] mm: PKRAM: reserve preserved memory at boot
` [RFC v3 12/21] PKRAM: free the preserved ranges list
` [RFC v3 13/21] PKRAM: prevent inadvertent use of a stale superblock
` [RFC v3 14/21] PKRAM: provide a way to ban pages from use by PKRAM
` [RFC v3 15/21] kexec: PKRAM: prevent kexec clobbering preserved pages in some cases
` [RFC v3 16/21] PKRAM: provide a way to check if a memory range has preserved pages
` [RFC v3 17/21] kexec: PKRAM: avoid clobbering already "
` [RFC v3 18/21] mm: PKRAM: allow preserved memory to be freed from userspace
` [RFC v3 19/21] PKRAM: disable feature when running the kdump kernel
` [RFC v3 20/21] x86/KASLR: PKRAM: support physical kaslr
` [RFC v3 21/21] x86/boot/compressed/64: use 1GB pages for mappings

[RFC PATCH v2 0/3] pmem memmap dump support
 2023-04-27 10:11 UTC 

Fotovoltaické rozvodnice
 2023-04-27  9:51 UTC 

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

[ANNOUNCE] makedumpfile 1.7.3
 2023-04-25  7:09 UTC 

[PATCH v10 0/5] PowerPC: In-kernel handling of CPU/Memory hotplug/online/offline events for kdump kernel
 2023-04-24 15:13 UTC  (14+ messages)
` [PATCH v10 1/5] powerpc/kexec: turn some static helper functions public
` [PATCH v10 2/5] powerpc/crash: introduce a new config option CRASH_HOTPLUG
` [PATCH v10 3/5] powerpc/crash: add crash CPU hotplug support
` [PATCH v10 4/5] crash: forward memory_notify args to arch crash hotplug handler
` [PATCH v10 5/5] powerpc/kexec: add crash memory hotplug support

[PATCH] m68k: fix getrandom() use with uclibc
 2023-04-22  9:59 UTC 

[PATCH] m68k: kexec: include reboot.h
 2023-04-21  7:50 UTC  (2+ messages)

[PATCH] arm64: kexec: include reboot.h
 2023-04-20 17:04 UTC  (2+ messages)

[PATCH v9 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2023-04-18 19:12 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
` [PATCH v9 4/4] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH v5 0/2] kexec: Fix kexec_file_load for llvm16
 2023-04-18 17:49 UTC  (9+ messages)
` [PATCH v5 2/2] x86/purgatory: Add linker script

[PATCH 6.2 092/139] asymmetric_keys: log on fatal failures in PE/pkcs7
 2023-04-18 12:22 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).