messages from 2021-09-22 13:40:53 to 2021-11-10 15:18:43 UTC [more...]
[PATCH] s390/kexec: fix memory leak of ipl report buffer
2021-11-10 15:18 UTC (3+ messages)
[PATCH v2 01/12] kexec: Allow architecture code to opt-out at runtime
2021-11-08 18:14 UTC (9+ messages)
` [PATCH v2 03/12] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v2 05/12] x86/sev: Use GHCB protocol version 2 if supported
` [PATCH v2 06/12] x86/sev: Cache AP Jump Table Address
[ANNOUNCE] makedumpfile 1.7.0
2021-11-08 1:40 UTC
[ANNOUNCE] kexec-tools 2.0.23
2021-11-04 15:07 UTC
[PATCH v3 0/3] use more system keyrings to verify arm64 kdump kernel image signature
2021-11-02 3:52 UTC (5+ messages)
` [PATCH v3 1/3] kexec: clean up arch_kexec_kernel_verify_sig
` [PATCH v3 2/3] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH v3 3/3] arm64: kexec_file: use more system keyrings to verify kernel image signature
[PATCH 0/3] riscv: kexec: add kexec_file_load() support
2021-11-02 3:52 UTC (8+ messages)
` [PATCH 1/3] kexec_file: Fix kexec_file.c build error for riscv platform
` [PATCH 2/3] RISC-V: use memcpy for kexec_file mode
` [PATCH 3/3] RISC-V: Add kexec_file support
[PATCH 0/3] x86/kexec: fix memory leak of elf header buffer
2021-11-01 6:54 UTC (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] x86/kexec: remove incorrect elf header buffer freeing
` [PATCH 3/3] kexec_file: clean up arch_kexec_kernel_image_load
[PATCH] crash_dump: fix boolreturn.cocci warning
2021-10-29 9:31 UTC (3+ messages)
[PATCH] crash_dump: remove duplicate include in crash_dump.h
2021-10-29 9:28 UTC (4+ messages)
` [PATCH v2] "
[ANNOUNCE] kexec-tools 2.0.23-rc1
2021-10-28 11:55 UTC
[PATCH v15 00/10] support reserving crashkernel above 4G on arm64 kdump
2021-10-21 1:14 UTC (13+ messages)
` [PATCH v15 01/10] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v15 02/10] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v15 03/10] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()
` [PATCH v15 04/10] x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch()
` [PATCH v15 05/10] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v15 06/10] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v15 07/10] arm64: kdump: reimplement crashkernel=X
` [PATCH v15 08/10] x86, arm64: Add ARCH_WANT_RESERVE_CRASH_KERNEL config
` [PATCH v15 09/10] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
` [PATCH v15 09/10] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
` [PATCH v15 10/10] kdump: update Documentation about crashkernel
[ANNOUNCE] kexec-tools v2.0.23 preparation
2021-10-20 10:18 UTC
[PATCH v2] arm: kdump: Add DT properties to crash dump kernel's DTB
2021-10-20 10:11 UTC (2+ messages)
[PATCH] kexec-tools: multiboot2: Correct BASIC_MEMINFO memory units
2021-10-20 10:01 UTC (4+ messages)
[PATCH v3 05/18] powerpc/85xx: Load all early TLB entries at once
2021-10-19 12:42 UTC (2+ messages)
[PATCH v1 0/2] firmware: dmi_scan: Make it work in kexec'ed kernel
2021-10-17 13:31 UTC (14+ messages)
RISC-V: patched kexec-tools on github for review/testing
2021-10-15 7:07 UTC (5+ messages)
[PATCH v2 0/2] use more system keyrings to verify arm64 kdump kernel image signature
2021-10-12 3:53 UTC (5+ messages)
` [PATCH v2 1/2] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH v2 2/2] arm64: kexec_file: use more system keyrings to verify kernel image signature
[PATCH 0/2] use more system keyrings to verify kdump kernel image signature
2021-10-08 1:11 UTC (7+ 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 v2 0/5] mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK
2021-10-06 0:36 UTC (10+ messages)
` [PATCH v2 1/5] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
` [PATCH v2 2/5] memblock: improve MEMBLOCK_HOTPLUG documentation
` [PATCH v2 3/5] memblock: allow to specify flags with memblock_add_node()
` [PATCH v2 4/5] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
` [PATCH v2 5/5] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED
[PATCH v2 0/9] proc/vmcore: sanitize access to virtio-mem memory
2021-10-05 19:30 UTC (12+ messages)
` [PATCH v2 1/9] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [PATCH v2 2/9] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [PATCH v2 3/9] x86/xen: print a warning when HVMOP_get_mem_type fails
` [PATCH v2 4/9] proc/vmcore: let pfn_is_ram() return a bool
` [PATCH v2 5/9] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [PATCH v2 6/9] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [PATCH v2 7/9] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [PATCH v2 8/9] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [PATCH v2 9/9] virtio-mem: kdump mode to sanitize /proc/vmcore access
[PATCH] kexec-tools:Add some necessary free() calls
2021-10-05 8:36 UTC (2+ messages)
[PATCH] kexec:Add some necessary fclose() calls
2021-10-05 8:36 UTC (2+ messages)
[PATCH v1 0/4] mm/memory_hotplug: full support for
2021-10-01 14:03 UTC (15+ 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 v18 00/15] arm64: MMU enabled kexec relocation
2021-10-01 14:01 UTC (17+ messages)
` [PATCH v18 01/15] arm64: kernel: add helper for booted at EL2 and not VHE
` [PATCH v18 02/15] arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
` [PATCH v18 03/15] arm64: hibernate: abstract ttrb0 setup function
` [PATCH v18 04/15] arm64: kexec: flush image and lists during kexec load time
` [PATCH v18 05/15] arm64: kexec: skip relocation code for inplace kexec
` [PATCH v18 06/15] arm64: kexec: Use dcache ops macros instead of open-coding
` [PATCH v18 07/15] arm64: kexec: pass kimage as the only argument to relocation function
` [PATCH v18 08/15] arm64: kexec: configure EL2 vectors for kexec
` [PATCH v18 09/15] arm64: kexec: relocate in EL1 mode
` [PATCH v18 10/15] arm64: kexec: use ld script for relocation function
` [PATCH v18 11/15] arm64: kexec: install a copy of the linear-map
` [PATCH v18 12/15] arm64: kexec: keep MMU enabled during kexec relocation
` [PATCH v18 13/15] arm64: kexec: remove the pre-kexec PoC maintenance
` [PATCH v18 14/15] arm64: kexec: remove cpu-reset.h
` [PATCH v18 15/15] arm64: trans_pgd: remove trans_pgd_map_page()
[PATCH v17 00/15] arm64: MMU enabled kexec relocation
2021-09-30 11:59 UTC (20+ messages)
` [PATCH v17 05/15] arm64: kexec: skip relocation code for inplace kexec
` [PATCH v17 08/15] arm64: kexec: configure EL2 vectors for kexec
` [PATCH v17 10/15] arm64: kexec: use ld script for relocation function
` [PATCH v17 15/15] arm64: trans_pgd: remove trans_pgd_map_page()
[PATCH v1 0/8] proc/vmcore: sanitize access to virtio-mem memory
2021-09-29 15:07 UTC (16+ 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 v4 0/8] Implement generic cc_platform_has() helper function
2021-09-28 21:40 UTC (15+ messages)
` [PATCH 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH 2/8] arch/cc: Introduce a function to check for confidential computing features
` [PATCH 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 8/8] treewide: Replace the use of mem_encrypt_active() "
[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 (18+ messages)
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
[PATCH v4] lockdown, selinux: fix wrong subject in some SELinux lockdown checks
2021-09-23 19:07 UTC (4+ messages)
` [PATCH v4] lockdown,selinux: "
[PATCH v6] ARM: uncompress: Parse "linux, usable-memory-range" DT property
2021-09-23 0:08 UTC (2+ messages)
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