kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-25 17:05:09 to 2022-07-21 00:10:12 UTC [more...]

[PATCH v9 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-07-21  0:07 UTC  (14+ messages)
` [PATCH v9 7/7] x86/crash: Add x86 crash hotplug support

[PATCH v6 0/6] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-07-20 13:48 UTC  (17+ messages)
` [PATCH v6 1/6] of: check previous kernel's ima-kexec-buffer against memory bounds
` [PATCH v6 2/6] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v6 3/6] x86/kexec: Carry forward IMA measurement log on kexec
` [PATCH v6 4/6] tpm: of: Make of-tree specific function commonly available
` [PATCH v6 5/6] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v6 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH] docs: admin-guide: ix typo in comment
 2022-07-20 11:07 UTC 

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-07-20  1:43 UTC  (20+ messages)
` [PATCH v2 01/13] ARM: Disable FIQs (but not IRQs) on CPUs shutdown paths
` [PATCH v2 02/13] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH v2 03/13] firmware: google: Test spinlock on panic path to avoid lockups
` [PATCH v2 04/13] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH v2 05/13] alpha: Clean-up the panic notifier code
` [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering
` [PATCH v2 07/13] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH v2 08/13] tracing: Improve panic/die notifiers
` [PATCH v2 09/13] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH v2 10/13] EDAC/altera: Skip the panic notifier if kdump is loaded
` [PATCH v2 11/13] video/hyperv_fb: Avoid taking busy spinlock on panic path
` [PATCH v2 12/13] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH v2 13/13] panic: Fixes the panic_print NMI backtrace setting

[ANNOUNCE] kexec-tools 2.0.25-rc1
 2022-07-19 12:40 UTC 

[PATCH] kexec-tools: Remove duplicate ultoa() definitions and redefine it
 2022-07-19 12:28 UTC  (2+ messages)

[PATCH v5 0/6] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-07-15 16:01 UTC  (12+ messages)
` [PATCH v5 1/6] of: check previous kernel's ima-kexec-buffer against memory bounds
` [PATCH v5 2/6] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v5 3/6] x86/kexec: Carry forward IMA measurement log on kexec
` [PATCH v5 4/6] tpm: of: Make of-tree specific function commonly available
` [PATCH v5 5/6] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v5 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH kexec-tools] i386: pass rng seed via setup_data
 2022-07-15  9:26 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION b6f1f2fa2bddd69ff46a190b8120bd440fd50563
 2022-07-05  0:01 UTC 

[RFC PATCH 0/7] ima: Support measurement of kexec initramfs components
 2022-07-11  8:38 UTC  (11+ messages)
` [RFC PATCH 1/7] initramfs: Move cpio handling routines into lib/
` [RFC PATCH 2/7] lib/cpio: Improve error handling
` [RFC PATCH 3/7] lib/cpio: use non __init filesystem related functions
  ` [lib/cpio] 0e4846b4e7: Initramfs_unpacking_failed
` [RFC PATCH 4/7] lib/cpio: Allow use outside of initramfs creation
` [RFC PATCH 5/7] lib/cpio: Add a parse-only option that doesn't extract any files
` [RFC PATCH 6/7] HACK: Allow the use of generic decompress with gzip outside __init
` [RFC PATCH 7/7] ima: Support measurement of kexec initramfs components

Unstable tsc caused soft lockup in kdump kernel
 2022-07-15  1:33 UTC  (3+ messages)

[ANNOUNCE] kexec-tools v2.0.25 preparation
 2022-07-14 14:34 UTC 

[PATCH v9 0/4] unify the keyrings of arm64 and s390 with x86 to verify kexec'ed kernel signature
 2022-07-14 13:48 UTC  (11+ messages)
` [PATCH v9 1/4] kexec: clean up arch_kexec_kernel_verify_sig
` [PATCH v9 2/4] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH v9 3/4] arm64: kexec_file: use more system keyrings to verify kernel image signature
` [PATCH v9 4/4] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification

[PATCH v10 0/4] unify the keyrings of arm64 and s390 with x86 to verify kexec'ed kernel signature
 2022-07-14 13:40 UTC  (5+ messages)
` [PATCH v10 1/4] kexec: clean up arch_kexec_kernel_verify_sig
` [PATCH v10 2/4] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH v10 3/4] arm64: kexec_file: use more system keyrings to verify kernel image signature
` [PATCH v10 4/4] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification

[PATCH v4 0/2] kexec, panic: Making crash_kexec() NMI safe
 2022-07-14 11:32 UTC  (7+ messages)
` [PATCH v4 1/2] kexec: Turn all kexec_mutex acquisitions into trylocks
` [PATCH v4 2/2] panic, kexec: Make __crash_kexec() NMI safe

[PATCH v5] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-07-14  6:55 UTC 

[PATCH] ima: force signature verification when CONFIG_KEXEC_SIG is configured
 2022-07-13 14:23 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-07-12  1:27 UTC  (2+ messages)

[PATCH v3] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-07-12  1:06 UTC  (4+ messages)

[PATCH v3 0/2] arm64: kdump: Function supplement and performance optimization
 2022-07-11  9:03 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: kdump: Provide default size when crashkernel=Y,low is not specified
` [PATCH v3 2/2] arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zones

[PATCH v4 0/5] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-07-11  0:01 UTC  (10+ messages)
` [PATCH v4 1/5] of: check previous kernel's ima-kexec-buffer against memory bounds
` [PATCH v4 2/5] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v4 3/5] tpm: of: Make of-tree specific function commonly available
` [PATCH v4 4/5] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v4 5/5] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH v2] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-07-09  0:17 UTC  (3+ messages)

[PATCH] kexec: Replace kmap() with kmap_local_page()
 2022-07-07 23:50 UTC  (2+ messages)

[PATCH] kexec: Replace kmap() with kmap_local_page()
 2022-07-07 23:40 UTC  (2+ messages)

[PATCH v2] kexec: Replace kmap() with kmap_local_page()
 2022-07-07 23:15 UTC 

[PATCH 0/2] kexec: Drop __weak attributes from functions
 2022-07-06 11:00 UTC  (6+ messages)
` [PATCH 1/2] kexec_file: Drop weak attribute "
` [PATCH 2/2] kexec: "

RISC-V: patched kexec-tools on github for review/testing
 2022-07-05 14:12 UTC  (9+ messages)

[PATCH v4] arm64: mm: fix linear mem mapping access performance degradation
 2022-07-05  8:35 UTC 

[PATCH 0/2] kexec: accumulate and release the size of crashkernel
 2022-07-05  1:56 UTC  (4+ messages)
` [PATCH 1/2] kexec: accumulate kexec_crash_size if crashk_low_res defined
` [PATCH 2/2] kexec: release reserved memory ranges to RAM "

[PATCHv7 11/14] x86: Disable kexec if system has unaccepted memory
 2022-07-04  7:18 UTC  (7+ messages)

[PATCH] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-07-04  2:54 UTC  (2+ messages)

[PATCH v5] x86/kexec: Carry forward IMA measurement log on kexec
 2022-07-04  2:36 UTC  (5+ messages)
        ` [PATCH v6] "
          ` [PATCH v7] "

[PATCH v2 0/3] tpm: Preserve TPM measurement log across kexec
 2022-06-30 23:16 UTC  (9+ messages)
` [PATCH v2 1/3] tpm: of: Move of-tree specific code from tpm driver into of driver

[PATCH v3 0/2] kexec, panic: Making crash_kexec() NMI safe
 2022-06-30 17:20 UTC  (3+ messages)
` [PATCH v3 1/2] kexec: Turn all kexec_mutex acquisitions into trylocks
` [PATCH v3 2/2] panic, kexec: Make __crash_kexec() NMI safe

[PATCH v4.9] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
 2022-06-30 13:20 UTC  (2+ messages)

[Info] CONGRATULATION Thu Jun 30
 2022-06-30  7:14 UTC 

[PATCH] of: Correctly annotate IMA kexec buffer functions
 2022-06-29 17:49 UTC  (3+ messages)

[PATCH v2] panic, kexec: Make __crash_kexec() NMI safe
 2022-06-29 12:23 UTC  (10+ messages)

[PATCH v3 0/3] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-06-28 17:25 UTC  (5+ messages)
` [PATCH v3 1/3] tpm: of: Make of-tree specific function commonly available
` [PATCH v3 2/3] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v3 3/3] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH v2 3/3] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec
 2022-06-28 16:53 UTC  (2+ messages)

[PATCH v5.4] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
 2022-06-28 15:42 UTC 

[PATCH v4.19] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
 2022-06-28 15:42 UTC 

[PATCH v4.14] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
 2022-06-28 15:42 UTC 

[PATCH v2 0/3] arm64: kdump: Function supplement and performance optimization
 2022-06-28  1:58 UTC  (2+ messages)

[PATCH 0/5] arm64: kdump: Function supplement and performance optimization
 2022-06-27 11:11 UTC  (11+ messages)
` [PATCH 5/5] arm64: kdump: Don't defer the reservation of crash high memory

[PATCH v2] kdump: round up the total memory size to 128M for crashkernel reservation
 2022-06-27 10:35 UTC  (2+ messages)

[PATCH v6] kexec-tools: mips: Pass initrd parameter via cmdline
 2022-06-26  7:23 UTC  (2+ messages)


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).