messages from 2019-02-18 01:48:42 to 2019-03-27 01:48:59 UTC [more...]
[PATCH] x86/boot: Use EFI setup data if provided
2019-03-27 1:48 UTC (19+ messages)
` [PATCH v2] "
` [PATCH v2] x86/boot: Don't try to search RSDP from EFI when kexec-booted
[PATCH V31 04/25] kexec_load: Disable at runtime if the kernel is locked down
2019-03-26 18:27 UTC (4+ messages)
` [PATCH V31 05/25] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V31 06/25] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V31 07/25] kexec_file: Restrict at runtime if the kernel is locked down
[PATCH v3 0/3] Append new variables to vmcoreinfo (PTRS_PER_PGD for arm64 and MAX_PHYSMEM_BITS for all archs)
2019-03-26 16:36 UTC (5+ messages)
` [PATCH v3 1/3] arm64, vmcoreinfo : Append 'PTRS_PER_PGD' to vmcoreinfo
` [PATCH v3 2/3] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' "
` [PATCH v3 3/3] Documentation/vmcoreinfo: Add documentation for 'MAX_PHYSMEM_BITS'
[PATCH v4a 1/2] selftests/kexec: make tests independent of IMA being enabled
2019-03-26 13:56 UTC (6+ messages)
` [PATCH v4a 2/2] selftests/kexec: testing CONFIG_KEXEC_BZIMAGE_VERIFY_SIG is not enough
[PATCH v5 0/9] selftests/kexec: add kexec tests
2019-03-26 13:34 UTC (10+ messages)
` [PATCH v5 1/9] selftests/kexec: move the IMA kexec_load selftest to selftests/kexec
` [PATCH v5 2/9] selftests/kexec: cleanup the kexec selftest
` [PATCH v5 3/9] selftests/kexec: define a set of common functions
` [PATCH v5 4/9] selftests/kexec: define common logging functions
` [PATCH v5 5/9] kselftest/kexec: define "require_root_privileges"
` [PATCH v5 6/9] selftests/kexec: kexec_file_load syscall test
` [PATCH v5 7/9] selftests/kexec: Add missing '=y' to config options
` [PATCH v5 8/9] selftests/kexec: check kexec_load and kexec_file_load are enabled
` [PATCH v5 9/9] selftests/kexec: make kexec_load test independent of IMA being enabled
[PATCH 0/3] Add kdump support for the SEV enabled guest
2019-03-26 10:06 UTC (14+ messages)
` [PATCH 1/3] kexec: Do not map the kexec area as decrypted when SEV is active
` [PATCH 2/3] kexec: Set the C-bit in the identity map page table "
` [PATCH 3/3] kdump, proc/vmcore: Enable kdumping encrypted memory when SEV was active
[PATCH 0/2 v8] add reserved e820 ranges to the kdump kernel e820 table
2019-03-26 9:58 UTC (8+ messages)
` [PATCH 1/2 v8] resource: add the new I/O resource descriptor 'IORES_DESC_RESERVED'
[PATCH] include/kcore: Remove left-over instances of 'kclist_add_remap()'
2019-03-26 6:50 UTC
[PATCH 04/27] kexec_load: Disable at runtime if the kernel is locked down
2019-03-25 22:09 UTC (4+ messages)
` [PATCH 05/27] Copy secure_boot flag in boot params across kexec reboot
` [PATCH 06/27] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH 07/27] kexec_file: Restrict at runtime if the kernel is locked down
[PATCH 0/3 v9] add reserved e820 ranges to the kdump kernel e820 table
2019-03-25 12:24 UTC (12+ messages)
` [PATCH 1/3 v9] x86/mm: Change the examination condition to avoid confusion
` [PATCH 2/3 v9] resource: add the new I/O resource descriptor 'IORES_DESC_RESERVED'
` [PATCH 3/3 v9] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table
[PATCH 4.4 098/230] x86/kexec: Dont setup EFI info if EFI runtime is not enabled
2019-03-22 11:13 UTC
[PATCH 3.18 068/134] x86/kexec: Dont setup EFI info if EFI runtime is not enabled
2019-03-22 11:14 UTC
[PATCHv7] x86/kdump: bugfix, make the behavior of crashkernel=X consistent with kaslr
2019-03-22 8:22 UTC (28+ messages)
[PATCH] kexec: fix the check in crash_save_cpu
2019-03-22 2:50 UTC
[PATCH v4 0/8] selftests/kexec: add kexec tests
2019-03-20 12:03 UTC (12+ messages)
` [PATCH v4 1/8] selftests/kexec: move the IMA kexec_load selftest to selftests/kexec
` [PATCH v4 2/8] selftests/kexec: cleanup the kexec selftest
` [PATCH v4 3/8] selftests/kexec: define a set of common functions
` [PATCH v4 4/8] selftests/kexec: define common logging functions
` [PATCH v4 5/8] kselftest/kexec: define "require_root_privileges"
` [PATCH v4 6/8] selftests/kexec: kexec_file_load syscall test
` [PATCH v4 7/8] selftests/kexec: Add missing '=y' to config options
` [PATCH v4 8/8] selftests/kexec: check kexec_load and kexec_file_load are enabled
[PATCH] kexec: Allow kexec_file() with appropriate IMA policy when locked down
2019-03-19 2:47 UTC (2+ messages)
[RFC] kexec: Allow kexec_file() with appropriate IMA policy when locked down
2019-03-18 19:51 UTC (2+ messages)
[PATCH] kexec/x86: Unconditionally add the acpi_rsdp command line
2019-03-15 9:35 UTC
[PATCH v2 0/2] Append new variables to vmcoreinfo (PTRS_PER_PGD for arm64 and MAX_PHYSMEM_BITS for all archs)
2019-03-14 14:22 UTC (7+ messages)
` [PATCH v2 1/2] arm64, vmcoreinfo : Append 'PTRS_PER_PGD' to vmcoreinfo
` [PATCH v2 2/2] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' "
[PATCH 4.9 58/96] x86/kexec: Dont setup EFI info if EFI runtime is not enabled
2019-03-12 17:10 UTC
[PATCH 4.14 079/135] x86/kexec: Dont setup EFI info if EFI runtime is not enabled
2019-03-12 17:08 UTC
[PATCH 4.19 052/149] x86/kexec: Dont setup EFI info if EFI runtime is not enabled
2019-03-12 17:07 UTC
[PATCH 4.20 060/171] x86/kexec: Dont setup EFI info if EFI runtime is not enabled
2019-03-12 17:07 UTC
[PATCH v3 0/7] selftests/ima: add kexec and kernel module tests
2019-03-12 16:51 UTC (12+ messages)
` [PATCH v3 1/7] selftests/ima: cleanup the kexec selftest
` [PATCH v3 2/7] selftests/ima: define a set of common functions
` [PATCH v3 3/7] selftests/ima: define common logging functions
` [PATCH v3 4/7] kselftest/ima: define "require_root_privileges"
` [PATCH v3 5/7] selftests/ima: kexec_file_load syscall test
` [PATCH v3 6/7] selftests/ima: loading kernel modules
` [PATCH v3 7/7] selftests/ima: Add missing '=y' to config options
[PATCH v3] Remove the memory encryption mask to obtain the true physical address
2019-03-12 1:13 UTC (5+ messages)
[PATCH 0/3] selftest/ima: fail kexec_load syscall
2019-03-11 19:20 UTC (12+ messages)
` [PATCH 3/3] x86/ima: retry detecting secure boot mode
[PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline
2019-03-11 16:40 UTC (14+ messages)
` [PATCH v2 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v2] makedumpfile: exclude pages that are logically offline
[PATCH v3 0/3] makedumpfile/arm64: Add support for ARMv8.2 extensions
2019-03-10 10:57 UTC (4+ messages)
` [PATCH v3 1/3] tree-wide: Retrieve 'MAX_PHYSMEM_BITS' from vmcoreinfo (if available)
` [PATCH v3 2/3] makedumpfile/arm64: Add support for ARMv8.2-LPA (52-bit PA support)
` [PATCH v3 3/3] makedumpfile/arm64: Add support for ARMv8.2-LVA (52-bit user-space VA support)
[PATCH 0/3] selftest/ima: add kexec_file_load test
2019-03-08 13:45 UTC (6+ messages)
` [PATCH 2/3] scripts/ima: define a set of common functions
machine_kexec() stuck at load_segments() in arch/x86/kernel/machine_kexec_64.c
2019-03-07 9:31 UTC
[PATCH v2] x86: Introduce a new option --reuse-video-type
2019-03-06 12:51 UTC (3+ messages)
[PATCH] x86: Introdudce a new option --force-vga
2019-03-05 10:17 UTC (5+ messages)
[ANNOUNCE] kexec-tools 2.0.19
2019-03-04 13:43 UTC
[PATCH] arm64, vmcoreinfo : Append 'MAX_USER_VA_BITS' and 'MAX_PHYSMEM_BITS' to vmcoreinfo
2019-03-01 4:01 UTC (19+ messages)
[PATCH] makedumpfile: fixing possible memory leaks seen in static analysis
2019-02-28 21:16 UTC (2+ messages)
[PATCH v2 0/2] makedumpfile/arm64: Add support for ARMv8.2 extensions
2019-02-26 5:31 UTC (6+ messages)
` [PATCH v2 1/2] makedumpfile/arm64: Add support for ARMv8.2-LPA (52-bit PA support)
[ANNOUNCE] kexec-tools 2.0.19-rc1
2019-02-25 13:45 UTC
[PATCH AUTOSEL 3.18 15/18] x86/kexec: Don't setup EFI info if EFI runtime is not enabled
2019-02-23 21:11 UTC
[PATCH AUTOSEL 4.4 20/26] x86/kexec: Don't setup EFI info if EFI runtime is not enabled
2019-02-23 21:10 UTC
[PATCH AUTOSEL 4.9 26/32] x86/kexec: Don't setup EFI info if EFI runtime is not enabled
2019-02-23 21:09 UTC
[PATCH AUTOSEL 4.14 38/45] x86/kexec: Don't setup EFI info if EFI runtime is not enabled
2019-02-23 21:08 UTC
[PATCH AUTOSEL 4.19 57/65] x86/kexec: Don't setup EFI info if EFI runtime is not enabled
2019-02-23 21:06 UTC
[PATCH AUTOSEL 4.20 63/72] x86/kexec: Don't setup EFI info if EFI runtime is not enabled
2019-02-23 21:04 UTC
[PATCH] makedumpfile/arm64: Add support for ARMv8.2-LVA (52-bit user-space VA support)
2019-02-22 6:21 UTC (3+ 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