messages from 2023-09-11 13:19:36 to 2023-09-27 18:12:16 UTC [more...]
[PATCH v3 0/6] crashdump: Kernel handling of CPU and memory hot un/plug
2023-09-27 18:11 UTC (6+ messages)
` [PATCH v3 1/6] kexec: define KEXEC_UPDATE_ELFCOREHDR
` [PATCH v3 2/6] crashdump: introduce the hotplug command line options
` [PATCH v3 3/6] crashdump: setup general hotplug support
` [PATCH v3 4/6] crashdump: exclude elfcorehdr segment from digest for hotplug
` [PATCH v3 5/6] crashdump/x86: identify elfcorehdr segment "
[RFC PATCH v2 0/7] Introduce persistent memory pool
2023-09-27 16:13 UTC (2+ messages)
[PATCH makedumpfile 0/2] Add riscv64 support for makedumpfile
2023-09-27 11:18 UTC (3+ messages)
` [PATCH makedumpfile 1/2] Add riscv64 support
` [PATCH makedumpfile 2/2] riscv64: Correct the pfn_start for flatmem
[PATCH] makedumpfile: ppc64: do page traversal if vmemmap_list not populated
2023-09-27 8:39 UTC (5+ messages)
[PATCH 1/1] kexec: provide a memfd_create() wrapper if not present in libc
2023-09-27 6:45 UTC (2+ messages)
[PATCH v3] Crash: add lock to serialize crash hotplug handling
2023-09-27 0:14 UTC (5+ messages)
[PATCH v2] Crash: add lock to serialize crash hotplug handling
2023-09-26 12:03 UTC (3+ messages)
Słowa kluczowe do wypozycjonowania
2023-09-26 7:51 UTC
[RFC PATCH v2 0/7] Introduce persistent memory pool
2023-09-25 21:28 UTC (8+ messages)
` [RFC PATCH v2 1/7] kexec_file: Add fdt modification callback support
` [RFC PATCH v2 2/7] x86: kexec: Transfer existing fdt to the new kernel
` [RFC PATCH v2 3/7] x86: kexec: Enable fdt modification in callbacks
` [RFC PATCH v2 4/7] pmpool: Introduce persistent memory pool
` [RFC PATCH v2 5/7] pmpool: Update device tree on kexec
` [RFC PATCH v2 6/7] pmpool: Restore state from device tree post-kexec
` [RFC PATCH v2 7/7] Drivers: hv: Allocate persistent pages for root partition
[PATCH 0/1] x86/kexec: UKI support
2023-09-25 16:43 UTC (21+ messages)
` [systemd-devel] "
[PATCH 0/2] Sign the Image which is zboot's payload
2023-09-25 15:24 UTC (8+ messages)
` [PATCH 1/2] zboot: Signing the payload
` [PATCH 2/2] arm64: Enable signing on the kernel image loaded by kexec file load
[PATCH v2 0/2] x86/kexec: UKI Support
2023-09-25 14:36 UTC (22+ messages)
[PATCHv7 0/4] enable nr_cpus for powerpc
2023-09-25 7:53 UTC (5+ messages)
` [PATCHv7 1/4] powerpc/setup : Enable boot_cpu_hwid for PPC32
` [PATCHv7 2/4] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt
` [PATCHv7 3/4] powerpc/setup: Handle the case when boot_cpuid greater than nr_cpus
` [PATCHv7 4/4] powerpc/setup: alloc extra paca_ptrs to hold boot_cpuid
[PATCH] Crash: add lock to serialize crash hotplug handling
2023-09-25 2:34 UTC (3+ messages)
[PATCH] kexec: Annotate struct crash_mem with __counted_by
2023-09-24 0:52 UTC (4+ messages)
[PATCH] kexec: change locking mechanism to a mutex
2023-09-23 0:04 UTC (11+ messages)
[PATCH 00/10] ima: measure events between kexec load and execute
2023-09-22 18:59 UTC (4+ messages)
kexec reboot failed due to commit 75d090fd167ac
2023-09-22 10:12 UTC (9+ messages)
[PATCH v3 1/2] vmcore: remove dependency with is_kdump_kernel() for exporting vmcore
2023-09-21 9:30 UTC (5+ messages)
` [PATCH v3 2/2] powerpc/fadump: make is_kdump_kernel() return false when fadump is active
[PATCH v3 0/9] kdump: use generic functions to simplify crashkernel reservation in arch
2023-09-21 5:00 UTC (18+ messages)
` [PATCH v3 1/9] crash_core.c: remove unnecessary parameter of function
` [PATCH v3 2/9] crash_core: change the prototype of function parse_crashkernel()
` [PATCH v3 3/9] crash_core: change parse_crashkernel() to support crashkernel=,high|low parsing
` [PATCH v3 4/9] crash_core: add generic function to do reservation
` [PATCH v3 5/9] crash_core: move crashk_*res definition into crash_core.c
` [PATCH v3 6/9] x86: kdump: use generic interface to simplify crashkernel reservation code
` [PATCH v4 "
` [PATCH v3 7/9] arm64: kdump: use generic interface to simplify crashkernel reservation
` [PATCH v3 8/9] riscv: "
` [PATCH v3 9/9] crash_core.c: remove unneeded functions
[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
2023-09-20 21:40 UTC (4+ messages)
` [PATCH v6 07/14] x86: Secure Launch kernel early boot stub
[PATCH 0/7] Kexec-tools: Improve RISC-V port
2023-09-20 13:47 UTC (10+ messages)
` [PATCH 1/7] RISC-V: Use linux,usable-memory-range for crash kernel
` [PATCH 2/7] RISC-V: Fix the undeclared ‘EM_RISCV’ build failure
` [PATCH 3/7] RISC-V: Get memory ranges from iomem
` [PATCH 4/7] RISC-V: Correct the usage of command line option
` [PATCH 5/7] RISC-V: Enable kexe_file_load
` [PATCH 6/7] RISC-V: Separate elf_riscv_find_pbase out
` [PATCH 7/7] RISC-V: Support loading Image binary file
[PATCH] kexec: update manpage with explicit mention of clean kexec
2023-09-20 12:01 UTC (7+ messages)
[PATCH v3 0/5] Introduce new wrappers to copy user-arrays
2023-09-20 12:36 UTC (6+ messages)
` [PATCH v3 1/5] string.h: add array-wrappers for (v)memdup_user()
` [PATCH v3 2/5] kernel: kexec: copy user-array safely
` [PATCH v3 3/5] kernel: watch_queue: "
` [PATCH v3 4/5] drm_lease.c: "
` [PATCH v3 5/5] drm: vmgfx_surface.c: "
[PATCH v2] kexec: update manpage with explicit mention of clean kexec
2023-09-20 11:59 UTC
[PATCH -next] crash_core: Remove duplicated include in crash_core.c
2023-09-20 11:53 UTC (2+ messages)
[PATCH v1 0/2] zboot: enable kexec_load for zboot kernel images
2023-09-20 11:47 UTC (6+ messages)
` [PATCH v1 1/2] zboot: enable arm64 kexec_load for zboot image
` [PATCH v1 2/2] zboot: add loongarch kexec_load support
[PATCH v2 0/5] Introduce new wrappers to copy user-arrays
2023-09-18 9:13 UTC (9+ messages)
` [PATCH v2 1/5] string.h: add array-wrappers for (v)memdup_user()
Przechowywanie towaru w Gliwicach
2023-09-18 8:15 UTC
[PATCH] x86/boot/compressed: Reserve more memory for page tables
2023-09-15 7:02 UTC (4+ messages)
` [PATCHv2] "
[PATCH v3] x86/purgatory: Remove LTO flags
2023-09-14 19:15 UTC (3+ messages)
[PATCH v2] x86/purgatory: Remove LTO flags
2023-09-14 17:02 UTC (6+ messages)
[PATCH 1/2] zboot: enable arm64 kexec_load for zboot image
2023-09-13 6:48 UTC (3+ messages)
[PATCH V1 0/3] riscv: kexec: cleanup and fixups
2023-09-13 0:37 UTC (2+ messages)
[PATCHv6 1/3] powerpc/setup: Loosen the mapping between cpu logical id and its seq in dt
2023-09-12 18:50 UTC (2+ messages)
[PATCH v2 1/3] powerpc/fadump: make is_fadump_active() visible for exporting vmcore
2023-09-12 8:31 UTC (5+ messages)
` [PATCH v2 2/3] vmcore: allow fadump to export vmcore even if is_kdump_kernel() is false
[PATCH V2 0/2] Do not try to access unaccepted memory
2023-09-12 7:50 UTC (8+ messages)
` [PATCH V2 1/2] efi/unaccepted: Do not let /proc/vmcore "
` [PATCH V2 2/2] proc/kcore: Do not "
[PATCH 0/3] Do not map unaccepted memory
2023-09-11 14:33 UTC (15+ messages)
` [PATCH 1/3] proc/vmcore: "
` [PATCH 3/3] /dev/mem: "
[PATCHv6 0/3] enable nr_cpus for powerpc
2023-09-11 13:18 UTC (2+ messages)
` [PATCHv6 3/3] powerpc/setup: alloc extra paca_ptrs to hold boot_cpuid
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