messages from 2024-02-13 11:32:14 to 2024-02-29 08:19:36 UTC [more...]
[PATCH v17 0/6] powerpc/crash: Kernel handling of CPU and memory hotplug
2024-02-29 8:16 UTC (14+ messages)
` [PATCH v17 1/6] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v17 2/6] crash: add a new kexec flag for hotplug support
` [PATCH v17 3/6] powerpc/kexec: move *_memory_ranges functions to ranges.c
` [PATCH v17 4/6] PowerPC/kexec: make the update_cpus_node() function public
` [PATCH v17 5/6] powerpc/crash: add crash CPU hotplug support
` [PATCH v17 6/6] powerpc/crash: add crash memory "
[PATCHv8 17/17] ACPI: tables: Print MULTIPROC_WAKEUP when MADT is parsed
2024-02-28 21:19 UTC (8+ messages)
` [PATCHv8 08/17] x86/tdx: Account shared memory
` [PATCHv8 09/17] x86/mm: Adding callbacks to prepare encrypted memory for kexec
` [PATCHv8 10/17] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv8 06/17] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
[PATCH linux-next v2 0/3] powerpc/kexec: split CONFIG_CRASH_DUMP out from CONFIG_KEXEC_CORE
2024-02-28 13:27 UTC (6+ messages)
` [PATCH linux-next v2 1/3] kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMP
` [PATCH linux-next v2 2/3] powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMP
` [PATCH linux-next v2 3/3] powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependency
[PATCH] makedumpfile: ppc64: read cur_mmu_type from vmcoreinfo
2024-02-28 9:37 UTC (3+ messages)
[PATCH] makedumpfile: ppc64: get vmalloc start address from vmcoreinfo
2024-02-28 9:36 UTC (4+ messages)
[PATCHv8 00/16] x86/tdx: Add kexec support
2024-02-27 21:21 UTC
[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
2024-02-23 18:30 UTC (46+ messages)
` [PATCH v8 01/15] x86/boot: Place kernel_info at a fixed offset
` [PATCH v8 02/15] Documentation/x86: Secure Launch kernel documentation
` [PATCH v8 03/15] x86: Secure Launch Kconfig
` [PATCH v8 04/15] x86: Secure Launch Resource Table header file
` [PATCH v8 05/15] x86: Secure Launch main "
` [PATCH v8 06/15] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v8 07/15] x86: Secure Launch kernel early boot stub
` [PATCH v8 08/15] x86: Secure Launch kernel late "
` [PATCH v8 09/15] x86: Secure Launch SMP bringup support
` [PATCH v8 10/15] kexec: Secure Launch kexec SEXIT support
` [PATCH v8 11/15] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v8 12/15] tpm: Add ability to set the preferred locality the TPM chip uses
` [PATCH v8 13/15] tpm: Add sysfs interface to allow setting and querying the preferred locality
` [PATCH v8 14/15] x86: Secure Launch late initcall platform module
` [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch
[PATCH v2] crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabled
2024-02-27 1:49 UTC
[PATCH RESEND] crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabled
2024-02-26 19:10 UTC (2+ messages)
[PATCHv7 01/16] x86/acpi: Extract ACPI MADT wakeup code into a separate file
2024-02-26 13:58 UTC (39+ messages)
` [PATCHv7 02/16] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv7 07/16] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCH 0/2] x86/snp: Add kexec support
` [PATCH 1/2] x86/mm: Do not zap PMD entry mapping unaccepted memory table during kdump
` [PATCH 2/2] x86/snp: Convert shared memory back to private on kexec
` [PATCHv7 05/16] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv7 14/16] x86/smp: Add smp_ops.stop_this_cpu() callback
` [PATCHv7 12/16] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv7 13/16] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv7 16/16] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method
` [PATCHv7 06/16] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv7 08/16] x86/tdx: Account shared memory
` [PATCHv7 10/16] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv7 11/16] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
[PATCH linux-next 0/3] powerpc/kexec: split CONFIG_CRASH_DUMP out from CONFIG_KEXEC_CORE
2024-02-26 6:23 UTC (7+ messages)
` [PATCH linux-next 1/3] kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMP
` [PATCH linux-next 2/3] powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMP
` [PATCH linux-next 3/3] powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependency
[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
2024-02-23 15:53 UTC (12+ messages)
` [PATCH v3 02/17] memblock: Declare scratch memory as CMA
` [PATCH v3 04/17] kexec: Add KHO parsing support
` [PATCH v3 05/17] kexec: Add KHO support to kexec file loads
` [PATCH v3 09/17] x86: Add KHO support
` [PATCH v3 11/17] tracing: Introduce kho serialization
[PATCH] makedumpfile: ppc64: read cur_mmu_type from vmcoreinfo
2024-02-23 8:37 UTC (3+ messages)
[PATCH v2 00/14] Split crash out from kexec and clean up related config items
2024-02-23 5:41 UTC (16+ messages)
` [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH v2 02/14] crash: split vmcoreinfo exporting "
[PATCH v5 0/8] ima: kexec: measure events between kexec load and execute
2024-02-22 16:38 UTC (28+ messages)
` [PATCH v5 1/8] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v5 2/8] kexec: define functions to map and unmap segments
` [PATCH v5 3/8] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v5 4/8] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v5 5/8] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v5 6/8] ima: suspend measurements during buffer copy at kexec execute
` [PATCH v5 7/8] ima: make the kexec extra memory configurable
` [PATCH v5 8/8] ima: measure kexec load and exec events as critical data
[PATCH v2] kexec: copy only happens before uchunk goes to zero
2024-02-22 9:24 UTC (3+ messages)
` "
[PATCH V3] kexec: copy only happens before uchunk goes to zero
2024-02-22 9:21 UTC
Meeting with the Development Team
2024-02-22 8:40 UTC
[PATCH v16 0/5] powerpc/crash: Kernel handling of CPU and memory hotplug
2024-02-22 4:01 UTC (9+ messages)
` [PATCH v16 1/5] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v16 2/5] crash: add a new kexec flag for hotplug support
` [PATCH v16 3/5] powerpc/kexec: turn some static helper functions public
` [PATCH v16 4/5] powerpc: add crash CPU hotplug support
` [PATCH v16 5/5] powerpc: add crash memory "
Należność za fakturę
2024-02-21 9:10 UTC
[PATCH v2] efi/x86: skip efi_arch_mem_reserve() in case of kexec
2024-02-19 22:54 UTC
[PATCH] efi/x86: skip efi_arch_mem_reserve() in case of kexec
2024-02-19 21:11 UTC
[PATCH] kexec: should use uchunk for user buffer increasing
2024-02-19 9:26 UTC (6+ messages)
` "
Faktoring dla firm
2024-02-15 8:45 UTC
[PATCH v15 0/5] powerpc/crash: Kernel handling of CPU and memory hotplug
2024-02-14 13:35 UTC (6+ messages)
` [PATCH v15 2/5] crash: add a new kexec flag for hotplug support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox