kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-27  7:40 UTC  (17+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function

[RFC PATCH 0/9] kexec x86 purgatory cleanup
 2024-04-26 22:01 UTC  (19+ messages)
` [RFC PATCH 1/9] x86/purgatory: Drop function entry padding from purgatory
` [RFC PATCH 2/9] x86/purgatory: Simplify stack handling
` [RFC PATCH 3/9] x86/purgatory: Drop pointless GDT switch
` [RFC PATCH 4/9] x86/purgatory: Avoid absolute reference to GDT
` [RFC PATCH 5/9] x86/purgatory: Simplify GDT and drop data segment
` [RFC PATCH 6/9] kexec: Add support for fully linked purgatory executables
` [RFC PATCH 7/9] x86/purgatory: Use fully linked PIE ELF executable
` [RFC PATCH 8/9] x86/purgatory: Simplify references to regs array
` [RFC PATCH 9/9] kexec: Drop support for partially linked purgatory executables

[kexec-tools][PATCH] ARM: Fix add_buffer_phys_virt() align issue
 2024-04-26 17:42 UTC  (2+ messages)

[PATCHv10 05/18] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
 2024-04-26 16:35 UTC  (38+ messages)
` [PATCH v4 0/4] x86/snp: Add kexec support
  ` [PATCH v4 1/4] efi/x86: skip efi_arch_mem_reserve() in case of kexec
  ` [PATCH v4 2/4] x86/sev: add sev_es_enabled() function
  ` [PATCH v4 3/4] x86/boot/compressed: Skip Video Memory access in Decompressor for SEV-ES/SNP
  ` [PATCH v4 4/4] x86/snp: Convert shared memory back to private on kexec
  ` [PATCH v5 0/3] x86/snp: Add kexec support
    ` [PATCH v5 1/3] efi/x86: skip efi_arch_mem_reserve() in case of kexec
    ` [PATCH v5 2/3] x86/boot/compressed: Skip Video Memory access in Decompressor for SEV-ES/SNP
    ` [PATCH v5 3/3] x86/snp: Convert shared memory back to private on kexec
  ` [PATCH v6 0/3] x86/snp: Add kexec support
    ` [PATCH v6 1/3] efi/x86: Fix EFI memory map corruption with kexec
    ` [PATCH v6 2/3] x86/boot/compressed: Skip Video Memory access in Decompressor for SEV-ES/SNP
    ` [PATCH v6 3/3] x86/snp: Convert shared memory back to private on kexec
  ` [PATCHv10 03/18] cpu/hotplug: Add support for declaring CPU offlining not supported
  ` [PATCHv10 01/18] x86/acpi: Extract ACPI MADT wakeup code into a separate file
  ` [PATCHv10 04/18] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup

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

[PATCH makedumpfile] Make sbindir configurable
 2024-04-26  8:01 UTC  (2+ messages)

[PATCH v19 0/6]powerpc/crash: Kernel handling of CPU and memory hotplug
 2024-04-26  6:07 UTC  (7+ messages)
` [PATCH v19 1/6] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v19 2/6] crash: add a new kexec flag for hotplug support
` [PATCH v19 3/6] powerpc/kexec: move *_memory_ranges functions to ranges.c
` [PATCH v19 4/6] PowerPC/kexec: make the update_cpus_node() function public
` [PATCH v19 5/6] powerpc/crash: add crash CPU hotplug support
` [PATCH v19 6/6] powerpc/crash: add crash memory "

[PATCH v3 0/2] Apply RMP table fixups for kexec
 2024-04-26  0:43 UTC  (3+ messages)
` [PATCH v3 1/2] x86/e820: Expose API to update e820 kexec and firmware tables externally
` [PATCH v3 2/2] x86/sev: Add callback to apply RMP table fixups for kexec

Implementing .shutdown method for efa module
 2024-04-25  3:27 UTC  (10+ messages)

Please add powerpc topic/kdump-hotplug branch to linux-next
 2024-04-23 21:40 UTC  (2+ messages)

[PATCH] Fix incorrect Free Software Foundation address in the license
 2024-04-23 10:19 UTC  (2+ messages)

[PATCH] crashdump-x86.c:Add a check for the crash kernel range in exclude_region()
 2024-04-23 10:18 UTC  (2+ messages)

[PATCH] crash: Fix spelling mistake: "crahskernel" -> "crashkernel"
 2024-04-23 10:09 UTC  (2+ messages)

[PATCH makedumpfile] Update maintainers
 2024-04-23  2:25 UTC 

[RFC PATCH v3 0/7] device backed vmemmap crash dump support
 2024-04-19  2:05 UTC  (3+ messages)

[PATCH] crash: add prefix for crash dumping messages
 2024-04-18  3:58 UTC 

Sunbathing cosmetics
 2024-04-17  7:50 UTC 

[PATCH 0/2] crash: clean up outdated codes and doc related to CRASH_CORE
 2024-04-17  7:32 UTC  (7+ messages)
` [PATCH 1/2] arch/loongarch: clean up the left code and Kconfig item "
` [PATCH 2/2] Documentation: kdump: clean up the outdated description

Very Urgent Reply!!!!
 2024-04-16 21:54 UTC 

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-15 13:12 UTC  (13+ messages)
  ` [PATCH v3 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array
  ` [PATCH v3 02/10] umh: "
  ` [PATCH v3 03/10] ftrace: "
  ` [PATCH v3 04/10] timekeeping: "
  ` [PATCH v3 05/10] seccomp: "
  ` [PATCH v3 06/10] scheduler: "
  ` [PATCH v3 07/10] printk: "
  ` [PATCH v3 08/10] kprobes: "
  ` [PATCH v3 09/10] delayacct: "
  ` [PATCH v3 10/10] bpf: "

[PATCH v5 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2024-04-08  7:40 UTC  (11+ messages)
` [PATCH v5 01/10] x86/kexec/64: Disable kexec when SEV-ES is active
` [PATCH v5 02/10] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v5 03/10] x86/sev: Set GHCB data structure version
` [PATCH v5 04/10] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v5 05/10] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v5 06/10] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v5 07/10] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v5 08/10] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v5 09/10] x86/kexec/64: Support kexec under SEV-ES with AP Jump Table Blob
` [PATCH v5 10/10] x86/sev: Exclude AP jump table related code for SEV-SNP guests

[PATCH v2] kexec: fix the unexpected kexec_dprintk() macro
 2024-04-14 13:16 UTC  (5+ messages)

[ANNOUNCE] makedumpfile 1.7.5
 2024-04-12  5:43 UTC 

Moderne Schienenbearbeitungsmaschinen
 2024-04-10  8:15 UTC 

[PATCHv9 05/17] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
 2024-04-07 15:55 UTC  (19+ messages)
  ` [PATCHv9 09/17] x86/mm: Adding callbacks to prepare encrypted memory for kexec
` [PATCHv9 00/17] x86/tdx: Add kexec support
` [PATCH v3 0/4] x86/snp: "
  ` [PATCH v3 1/4] efi/x86: skip efi_arch_mem_reserve() in case of kexec
  ` [PATCH v3 2/4] x86/sev: add sev_es_enabled() function
  ` [PATCH v3 3/4] x86/boot/compressed: Skip Video Memory access in Decompressor for SEV-ES/SNP
  ` [PATCH v3 4/4] x86/snp: Convert shared memory back to private on kexec

[PATCH v2] vmcore: replace strncpy with strscpy_pad
 2024-04-04 21:20 UTC  (3+ messages)

[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-04-04 14:55 UTC  (20+ messages)
` [PATCH v8 04/15] x86: Secure Launch Resource Table header file
` [PATCH v8 06/15] x86: Add early SHA support for Secure Launch early measurements

[PATCH] vmcore: replace strncpy with strtomem
 2024-03-28 22:03 UTC  (4+ messages)

Awizacja dostawy
 2024-03-28  9:15 UTC 

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (12+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH v4 0/9] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2024-03-11 16:17 UTC  (2+ messages)
` [PATCH v4 7/9] x86/sev: Add MMIO handling support to boot/compressed/ code


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