Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-10 13:01:37 to 2023-11-14 22:44:09 UTC [more...]

[PATCH v2 0/7] ima: kexec: measure events between kexec load and execute
 2023-11-14 22:43 UTC  (26+ messages)
` [PATCH v2 1/7] ima: refactor ima_dump_measurement_list to move memory allocation to a separate function
` [PATCH v2 2/7] ima: move ima_dump_measurement_list call from kexec load to execute
` [PATCH v2 3/7] ima: kexec: map source pages containing IMA buffer to image post kexec load
` [PATCH v2 6/7] ima: make the memory for events between kexec load and exec configurable
` [PATCH v2 7/7] ima: record log size at kexec load and execute

[RFC V2] IMA Log Snapshotting Design Proposal
 2023-11-14 18:58 UTC  (7+ messages)

[PATCH] kexec: Use atomic_try_cmpxchg in crash_kexec
 2023-11-14 16:12 UTC 

[PATCH 0/7] kexec_file: print out debugging message if required
 2023-11-14 16:03 UTC  (9+ messages)
` [PATCH 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH 2/7] kexec_file: print out debugging message if required
` [PATCH 3/7] kexec_file, x86: "
` [PATCH 4/7] kexec_file, arm64: "
` [PATCH 5/7] kexec_file, ricv: "
` [PATCH 6/7] kexec_file, power: "
` [PATCH 7/7] kexec_file, parisc: "

[PATCH] kexec_file: add kexec_file flag to support debug printing
 2023-11-14 15:20 UTC 

[PATCH] x86/kexec: set MIN_KERNEL_LOAD_ADDR to 0x01000000
 2023-11-14 14:16 UTC  (4+ messages)

[PATCH 0/2] kexec_file: Load kernel at top of system RAM if required
 2023-11-14  9:16 UTC  (3+ messages)
` [PATCH 1/2] resource: add walk_system_ram_res_rev()
` [PATCH 2/2] kexec_file: Load kernel at top of system RAM if required

[PATCH v7 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-11-13 23:21 UTC  (21+ messages)
` [PATCH v7 01/13] x86/boot: Place kernel_info at a fixed offset
` [PATCH v7 02/13] Documentation/x86: Secure Launch kernel documentation
` [PATCH v7 03/13] x86: Secure Launch Kconfig
` [PATCH v7 04/13] x86: Secure Launch Resource Table header file
` [PATCH v7 05/13] x86: Secure Launch main "
` [PATCH v7 06/13] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v7 07/13] x86: Secure Launch kernel early boot stub
` [PATCH v7 08/13] x86: Secure Launch kernel late "
` [PATCH v7 09/13] x86: Secure Launch SMP bringup support
` [PATCH v7 10/13] kexec: Secure Launch kexec SEXIT support
` [PATCH v7 11/13] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v7 12/13] x86: Secure Launch late initcall platform module
` [PATCH v7 13/13] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch

Słowa kluczowe do wypozycjonowania
 2023-11-10 10:10 UTC 

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

[PATCH AUTOSEL 5.15 05/20] kernel: kexec: copy user-array safely
 2023-11-07 12:28 UTC 

[PATCH AUTOSEL 6.1 08/25] kernel: kexec: copy user-array safely
 2023-11-07 12:26 UTC 

[PATCH AUTOSEL 6.5 14/37] kernel: kexec: copy user-array safely
 2023-11-07 12:21 UTC 

[PATCH AUTOSEL 6.6 15/40] kernel: kexec: copy user-array safely
 2023-11-07 12:16 UTC 

[ANNOUNCE] makedumpfile 1.7.4
 2023-11-06  0:51 UTC 

[PATCH 1/2] kexec: fix KEXEC_FILE dependencies
 2023-11-02  8:03 UTC  (4+ messages)

[PATCHv2 00/13] x86/tdx: Add kexec support
 2023-11-01 13:26 UTC  (35+ messages)
` [PATCHv2 01/13] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv2 02/13] kernel/cpu: Add support for declaring CPU offlining not supported
` [PATCHv2 03/13] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv2 04/13] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCHv2 05/13] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv2 06/13] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv2 07/13] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv2 08/13] x86/tdx: Account shared memory
` [PATCHv2 09/13] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv2 10/13] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv2 11/13] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv2 12/13] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv2 13/13] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-10-31 21:37 UTC  (5+ messages)
` [PATCH v6 05/14] x86: Secure Launch main header file

[PATCH v12 0/6] powerpc/crash: Kernel handling of CPU and memory hotplug
 2023-10-30  7:56 UTC  (9+ messages)
` [PATCH v12 1/6] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v12 2/6] crash: make CPU and Memory hotplug support reporting flexible
` [PATCH v12 3/6] crash: add a new kexec flag for FDT update
` [PATCH v12 4/6] powerpc/kexec: turn some static helper functions public
` [PATCH v12 5/6] powerpc: add crash CPU hotplug support
` [PATCH v12 6/6] powerpc: add crash memory "

use one cert for all; modules, kernel, kexec
 2023-10-27  9:33 UTC 

[PATCH] kexec: Annotate struct crash_mem with __counted_by
 2023-10-24 21:18 UTC  (2+ messages)

Apartament nad morzem - inwestycja
 2023-10-23  8:05 UTC 

[PATCH] kdump: fix reference to nonexistent file
 2023-10-22 23:18 UTC  (2+ messages)

[PATCHv9 0/2] enable nr_cpus for powerpc
 2023-10-21 16:39 UTC  (8+ messages)
` [PATCHv9 1/2] powerpc/setup : Enable boot_cpu_hwid for PPC32
` [PATCHv9 2/2] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt

[PATCH 00/13] x86/tdx: Add kexec support
 2023-10-20 12:42 UTC  (30+ messages)
` [PATCH 03/13] cpu/hotplug, x86/acpi: Disable CPU hotplug for ACPI MADT wakeup
` [PATCH 04/13] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCH 09/13] x86/tdx: Account shared memory
` [PATCH 12/13] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
  ` [PATCH 02/13] kernel/cpu: Add support for declaring CPU hotplug not supported
  ` [PATCH 10/13] x86/tdx: Convert shared memory back to private on kexec
  ` [PATCH 13/13] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH kexec-tools] workflow: update to Ubuntu 22.04
 2023-10-18  9:48 UTC  (2+ messages)

[PATCHv8 0/5] enable nr_cpus for powerpc
 2023-10-17  2:12 UTC  (16+ messages)
` [PATCHv8 1/5] powerpc/setup : Enable boot_cpu_hwid for PPC32
` [PATCHv8 2/5] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt
` [PATCHv8 3/5] powerpc/setup: Handle the case when boot_cpuid greater than nr_cpus

panic context: was: Re: [PATCH printk v2 04/11] printk: nbcon: Provide functions to mark atomic write sections
 2023-10-16 10:09 UTC  (2+ messages)

[PATCH v11 0/4] PowerPC: In-kernel handling of CPU/Memory hotplug/online/offline events for kdump kernel
 2023-10-13 16:46 UTC  (4+ messages)
` [PATCH v11 1/4] powerpc/kexec: turn some static helper functions public

[PATCH] kexec: Fix reboot race during device_shutdown()
 2023-10-11 15:52 UTC  (10+ messages)

[PATCH] kexec/loongarch64: fix 'make dist' file loss issue
 2023-10-11  8:56 UTC  (2+ messages)

[PATCH V2 0/2] riscv: kexec: cleanup and fixups
 2023-10-11  8:31 UTC  (3+ messages)
` [PATCH 1/2] riscv: kexec: Cleanup riscv_kexec_relocate
` [PATCH 2/2] riscv: kexec: Remove -fPIE for PURGATORY_CFLAGS

[PATCH 0/7] Kexec-tools: Improve RISC-V port
 2023-10-11  5:22 UTC  (3+ messages)

[kexec-tools] Archive file is missed iomem.h file under loongarch architecture
 2023-10-11  3:28 UTC  (4+ messages)

[PATCH makedumpfile V2 0/2] Add riscv64 support for makedumpfile
 2023-10-10 23:47 UTC  (4+ messages)
` [PATCH makedumpfile V2 1/2] Add riscv64 support
` [PATCH makedumpfile V2 2/2] riscv64: Correct the pfn_start for flatmem


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