public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-08-16 05:52:12 to 2021-09-28 18:26:15 UTC [more...]

[PATCH v1 0/8] proc/vmcore: sanitize access to virtio-mem memory
 2021-09-28 18:22 UTC  (9+ messages)
` [PATCH v1 1/8] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [PATCH v1 2/8] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [PATCH v1 3/8] proc/vmcore: let pfn_is_ram() return a bool
` [PATCH v1 4/8] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [PATCH v1 5/8] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [PATCH v1 6/8] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [PATCH v1 7/8] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [PATCH v1 8/8] virtio-mem: kdump mode to sanitize /proc/vmcore access

[PATCH v1 0/4] mm/memory_hotplug: full support for
 2021-09-28  9:38 UTC  (8+ messages)
` [PATCH v1 1/4] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
` [PATCH v1 2/4] memblock: allow to specify flags with memblock_add_node()
` [PATCH v1 3/4] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
` [PATCH v1 4/4] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED

[PATCH 0/2] use more system keyrings to verify kdump kernel image signature
 2021-09-27  0:50 UTC  (3+ messages)
` [PATCH 1/2] kexec, KEYS: make the code in bzImage64_verify_sig public
` [PATCH 2/2] arm64: kexec_file: use more system keyrings to verify kernel image signature

[PATCH] kexec-tools: multiboot2: Correct BASIC_MEMINFO memory units
 2021-09-24 17:03 UTC 

[PATCH] kexec:Fix memory leak problem in zImage_ppc64_load()
 2021-09-24 15:33 UTC  (2+ messages)

[PATCH] kexec:Remove unused local variable in get_kernel_page_offset()
 2021-09-24 15:33 UTC  (2+ messages)

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-24 13:31 UTC  (47+ 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-23 19:07 UTC  (6+ messages)
` [PATCH v4] lockdown,selinux: "

[PATCH v6] ARM: uncompress: Parse "linux, usable-memory-range" DT property
 2021-09-23  0:08 UTC  (3+ messages)

[PATCH 00/11] makedumpfile: Add zstd support for makedumpfile
 2021-09-22  8:16 UTC  (20+ 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 v17 00/15] arm64: MMU enabled kexec relocation
 2021-09-16 23:13 UTC  (16+ messages)
` [PATCH v17 01/15] arm64: kernel: add helper for booted at EL2 and not VHE
` [PATCH v17 02/15] arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
` [PATCH v17 03/15] arm64: hibernate: abstract ttrb0 setup function
` [PATCH v17 04/15] arm64: kexec: flush image and lists during kexec load time
` [PATCH v17 05/15] arm64: kexec: skip relocation code for inplace kexec
` [PATCH v17 06/15] arm64: kexec: Use dcache ops macros instead of open-coding
` [PATCH v17 07/15] arm64: kexec: pass kimage as the only argument to relocation function
` [PATCH v17 08/15] arm64: kexec: configure EL2 vectors for kexec
` [PATCH v17 09/15] arm64: kexec: relocate in EL1 mode
` [PATCH v17 10/15] arm64: kexec: use ld script for relocation function
` [PATCH v17 11/15] arm64: kexec: install a copy of the linear-map
` [PATCH v17 12/15] arm64: kexec: keep MMU enabled during kexec relocation
` [PATCH v17 13/15] arm64: kexec: remove the pre-kexec PoC maintenance
` [PATCH v17 14/15] arm64: kexec: remove cpu-reset.h
` [PATCH v17 15/15] arm64: trans_pgd: remove trans_pgd_map_page()

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

[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 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  (16+ messages)
` [PATCH v5 1/9] MIPS: Avoid future duplicate elf core header reservation
` [PATCH v5 7/9] arm64: kdump: Remove custom linux,elfcorehdr handling
` [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 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  (35+ messages)
` [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 09/12] mm: Remove the now unused mem_encrypt_active() function


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