Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-23 05:17:09 to 2024-11-20 14:05:34 UTC [more...]

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-11-20 14:05 UTC  (32+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 05/11] fs/proc/vmcore: factor out allocating a vmcore memory node
` [PATCH v1 06/11] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
` [PATCH v1 08/11] virtio-mem: mark device ready before registering callbacks in kdump mode
` [PATCH v1 09/11] virtio-mem: remember usable region size
` [PATCH v1 10/11] virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
` [PATCH v1 11/11] s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)

How to test preserve_context mode?
 2024-11-19 18:24 UTC  (3+ messages)

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-11-18 20:02 UTC  (19+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements

Współpraca
 2024-11-18  8:35 UTC 

[ANNOUNCE] kexec-tools 2.0.30-rc1
 2024-11-15  9:55 UTC 

[PATCH v1 1/1] kexec: x86: Include pref_address when looking for a memory hole
 2024-11-15  9:45 UTC  (2+ messages)

[PATCH 0/3] x86/ioremap: clean up the mess in xxx_is_setup_data
 2024-11-15  1:23 UTC 

[RFC PATCH 0/7] x86/kexec: Add exception handling for relocate_kernel
 2024-11-14  7:40 UTC  (33+ messages)
` [RFC PATCH 1/7] x86/kexec: Clean up and document register use in relocate_kernel_64.S
` [RFC PATCH 2/7] x86/kexec: Use named labels in swap_pages "
` [RFC PATCH 3/7] x86/kexec: Only swap pages for preserve_context mode
` [RFC PATCH 4/7] x86/kexec: Debugging support: load a GDT
` [RFC PATCH 5/7] x86/kexec: Debugging support: Load an IDT and basic exception entry points
` [RFC PATCH 6/7] x86/kexec: Debugging support: Dump registers on exception
            ` [RFC PATCH 1/2] x86/kexec: Use linker script for relocate_kernel page layout
              ` [RFC PATCH 2/2] x86/kexec: Add data section to relocate_kernel
` [RFC PATCH 7/7] [DO NOT MERGE] x86/kexec: enable DEBUG

[PATCH v3 0/2] x86/mm/sme: fix the kdump kernel breakage on SME system when CONFIG_IMA_KEXEC=y
 2024-11-13 13:10 UTC  (18+ messages)
` [PATCH v3 1/2] x86/mm: rename the confusing local variable in early_memremap_is_setup_data()

[PATCH v2] crash, powerpc: Default to CRASH_DUMP=n on PPC_BOOK3S_32
 2024-11-13  1:04 UTC  (4+ messages)

[PATCH] kexec_core: Accept unaccepted kexec destination addresses
 2024-11-08 12:29 UTC  (9+ messages)

[ANNOUNCE] kexec-tools v2.0.30 preparation
 2024-11-08  8:05 UTC 

[PATCH v1 1/1] kexec: x86: Use init_size in 32-bit case as well
 2024-11-08  8:02 UTC  (2+ messages)

[PATCH] Fix fd leakage in uki_image_probe()
 2024-11-06  9:28 UTC  (2+ messages)

[linus:master] [kexec] 816d334afa: Mem-Info
 2024-11-05 15:55 UTC  (3+ messages)

[PATCH 0/3] Enable UKI image load on x86_64
 2024-11-05  3:57 UTC  (4+ messages)
` [PATCH 1/3] UKI: Split out the routine to create temporary fd
` [PATCH 2/3] kexec: Create a temporary file to hold .linux section in uki_probe()
` [PATCH 3/3] x86_64: Support UKI image format

[PATCH V4] Documentation: Improve crash_kexec_post_notifiers description
 2024-11-04 19:29 UTC  (3+ messages)

Yamaha Piano !!
 2024-11-04  9:52 UTC 

[PATCH v2] Before adding to usablemem_rgns, check if the memory range is already included
 2024-11-04  9:29 UTC  (2+ messages)

[PATCH v6 0/7] Support kdump with LUKS encryption by reusing LUKS volume keys
 2024-11-04  6:17 UTC  (11+ messages)
` [PATCH v6 1/7] kexec_file: allow to place kexec_buf randomly
` [PATCH v6 2/7] crash_dump: make dm crypt keys persist for the kdump kernel
` [PATCH v6 3/7] crash_dump: store dm crypt keys in kdump reserved memory
` [PATCH v6 4/7] crash_dump: reuse saved dm crypt keys for CPU/memory hot-plugging
` [PATCH v6 5/7] crash_dump: retrieve dm crypt keys in kdump kernel
` [PATCH v6 6/7] x86/crash: pass dm crypt keys to "
` [PATCH v6 7/7] x86/crash: make the page that stores the dm crypt keys inaccessible

[PATCH v11 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-11-02 14:26 UTC  (44+ messages)
` [PATCH v11 01/20] Documentation/x86: Secure Launch kernel documentation
` [PATCH v11 14/20] tpm: Protect against locality counter underflow
` [PATCH v11 15/20] tpm: Ensure tpm is in known state at startup
` [PATCH v11 16/20] tpm: Make locality requests return consistent values
` [PATCH v11 17/20] tpm: Add ability to set the default locality the TPM chip uses
  ` [RFC PATCH] tpm, tpm_tis: Introduce TPM_IOC_SET_LOCALITY
      ` [RFC PATCH v2 1/2] "
        ` [RFC PATCH v2 2/2] tpm: show the default locality in sysfs
` [PATCH v11 18/20] tpm: Add sysfs interface to allow setting and querying the default locality

[PATCH] fs/proc: Fix compile warning about variable 'vmcore_mmap_ops'
 2024-11-01  3:48 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

Pmemfs/guestmemfs discussion recap and open questions
 2024-10-30 22:43 UTC  (5+ messages)

[PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
 2024-10-28 17:33 UTC  (5+ messages)

[PATCH v13 0/3] x86/snp: Add kexec support
 2024-10-28 16:15 UTC  (3+ messages)
  ` [PATCH v13 2/3] x86/mm: refactor __set_clr_pte_enc()

[PATCH V3] Documentation: Improve crash_kexec_post_notifiers description
 2024-10-27 20:43 UTC  (3+ messages)

[REGRESSION] kexec does firmware reboot in kernel v6.7.6
 2024-10-24 10:08 UTC  (13+ messages)

[PATCH] of/kexec: save pa of initial_boot_params for arm64 and use it at kexec
 2024-10-23 15:24 UTC  (10+ messages)

[ANNOUNCE] makedumpfile 1.7.6
 2024-10-23  4:55 UTC 


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