kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-05 06:56:06 to 2021-09-16 22:32:54 UTC [more...]

[PATCH v16 00/15] arm64: MMU enabled kexec relocation
 2021-09-16 22:32 UTC  (6+ messages)

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-16 18:38 UTC  (31+ messages)
` [PATCH v3 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v3 2/8] mm: Introduce a function to check for confidential computing features
` [PATCH v3 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH v3 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH v3 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v3 8/8] treewide: Replace the use of mem_encrypt_active() "

[PATCH v4] lockdown, selinux: fix wrong subject in some SELinux lockdown checks
 2021-09-16  6:57 UTC  (5+ messages)
` [PATCH v4] lockdown,selinux: "

[PATCH v6] ARM: uncompress: Parse "linux, usable-memory-range" DT property
 2021-09-15 12:46 UTC 

[PATCH v2 0/5] kexec-tools: multiboot2: Accept x86-64 images
 2021-09-14 11:26 UTC  (7+ messages)
` [PATCH v2 1/5] x86: Consolidate elf_x86_probe routines
` [PATCH v2 2/5] multiboot2: Correct MBI size calculation
` [PATCH v2 3/5] multiboot2: Use rel_min and rel_max for buffer destinations
` [PATCH v2 4/5] multiboot2: Avoid first 0x500 bytes
` [PATCH v2 5/5] multiboot2: Accept x86-64 images

[PATCH 00/11] makedumpfile: Add zstd support for makedumpfile
 2021-09-14  8:33 UTC  (14+ messages)
` [PATCH 01/11] makedumpfile: Add dump header for zstd
` [PATCH 02/11] makedumpfile: Add command-line processing "
` [PATCH 03/11] makedumpfile: Add zstd build support
` [PATCH 04/11] makedumpfile: Notify zstd unsupporting when disabled
` [PATCH 05/11] makedumpfile: Add single thread zstd compression processing
` [PATCH 06/11] makedumpfile: Add parallel threads "
` [PATCH 07/11] makedumpfile: Add single thread zstd uncompression processing
` [PATCH 08/11] makedumpfile: Add parallel threads "
` [PATCH 09/11] makedumpfile: Add zstd help message
` [PATCH 10/11] makedumpfile: Add zstd manual description
` [PATCH 11/11] makedumpfile: Add zstd README description

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-09-13 16:21 UTC  (3+ messages)

[PATCH 0/3] kexec-tools: multiboot2: Accept x86-64 images
 2021-09-13  9:17 UTC  (7+ messages)
` [PATCH 1/3] multiboot2: Correct MBI size calculation
` [PATCH 2/3] multiboot2: Use rel_min and rel_max for mbi destination
` [PATCH 3/3] multiboot2: Accept x86-64 images

[PATCH] Refer FDT tokens with symbolic names
 2021-09-13  8:55 UTC  (2+ messages)

kernel/kexec_file.o: failed: Cannot find symbol for section 10: .text.unlikely
 2021-09-07  6:14 UTC  (6+ messages)

[PATCH printk v4 0/6] printk: remove safe buffers
 2021-09-02 16:48 UTC  (3+ messages)
` [PATCH printk v4 3/6] "

[PATCH 1/1] fix left bit-shift overflow in __exclude_unnecessary_pages()
 2021-09-02  6:11 UTC  (4+ messages)

[PATCH] makedumpfile: support --partial-dmesg on 5.10+ kernels
 2021-09-01  5:27 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3] lockdown, selinux: fix wrong subject in some SELinux lockdown checks
 2021-08-31 18:59 UTC  (9+ messages)
` [PATCH v3] lockdown,selinux: "

[PATCH linux-next] include:crash_dump: fix boolreturn.cocci warnings
 2021-08-27  3:08 UTC  (2+ messages)

[PATCH v5 0/9] Add generic support for kdump DT properties
 2021-08-24 22:43 UTC  (23+ messages)
` [PATCH v5 1/9] MIPS: Avoid future duplicate elf core header reservation
` [PATCH v5 2/9] crash_dump: Make elfcorehdr address/size symbols always visible
` [PATCH v5 3/9] of: fdt: Add generic support for handling elf core headers property
` [PATCH v5 4/9] of: fdt: Add generic support for handling usable memory range property
` [PATCH v5 5/9] of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdef
` [PATCH v5 6/9] riscv: Remove non-standard linux,elfcorehdr handling
` [PATCH v5 7/9] arm64: kdump: Remove custom "
` [PATCH v5 8/9] arm64: kdump: Remove custom linux, usable-memory-range handling
  ` [PATCH v5 8/9] arm64: kdump: Remove custom linux,usable-memory-range handling
` [PATCH v5 9/9] ARM: uncompress: Parse "linux, usable-memory-range" DT property

[PATCH v6 5/5] x86/kvm: Add kexec support for SEV Live Migration
 2021-08-24 11:07 UTC 

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-24  7:14 UTC  (45+ messages)
` [PATCH v2 01/12] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v2 02/12] mm: Introduce a function to check for virtualization protection features
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "
` [PATCH v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "
` [PATCH v2 07/12] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v2 08/12] treewide: Replace the use of mem_encrypt_active() "
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function
` [PATCH v2 10/12] x86/sev: "
` [PATCH v2 11/12] powerpc/pseries/svm: "
` [PATCH v2 12/12] s390/mm: "

[PATCH 0/2] makedumpfile: fix two bugs with --dry-run
 2021-08-16  2:54 UTC  (4+ messages)
` [PATCH 1/2] makedumpfile: Fix bad file descriptor error when using --dry-run
` [PATCH 2/2] makedumpfile: Fix --dry-run for incomplete dumps

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-13 20:17 UTC  (22+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() with prot_guest_has()
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "

[PATCH RFC 0/2] dma-pool: allow user to disable atomic pool
 2021-08-11 13:46 UTC  (9+ messages)

[PATCH v4 00/10] Add generic support for kdump DT properties
 2021-08-11  8:11 UTC  (4+ messages)
` [PATCH v4 02/10] memblock: Add variables for usable memory limitation

[PATCH] x86: allow i386 kexec to load x86_64 bzImage anywhere
 2021-08-09 23:24 UTC  (2+ messages)

[RFC PATCH 13/15] mm: convert MAX_ORDER sized static arrays to dynamic ones
 2021-08-06 14:00 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).