Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-12 16:52:27 to 2019-07-24 09:13:53 UTC [more...]

No compression technique of zImage/uImage detected - ARM
 2019-07-24  9:13 UTC 

[PATCH] kexec: Bail out upon SIGKILL when allocating memory
 2019-07-23 13:22 UTC 

[RFC] makedumpfile: exclude ZFS file cache pages
 2019-07-22 14:35 UTC  (2+ messages)

[PATCH v3 0/7] kexec: add generic support for elf kernel images
 2019-07-19 14:06 UTC  (15+ messages)
` [PATCH v3 1/7] kexec: add KEXEC_ELF
` [PATCH v3 2/7] kexec_elf: change order of elf_*_to_cpu() functions
` [PATCH v3 3/7] kexec_elf: remove parsing of section headers
` [PATCH v3 4/7] kexec_elf: remove PURGATORY_STACK_SIZE
` [PATCH v3 5/7] kexec_elf: remove elf_addr_to_cpu macro
` [PATCH v3 6/7] kexec_elf: remove Elf_Rel macro
` [PATCH v3 7/7] kexec_elf: remove unused variable in kexec_elf_load()

[PATCH V36 06/29] kexec_load: Disable at runtime if the kernel is locked down
 2019-07-18 19:43 UTC  (4+ messages)
` [PATCH V36 07/29] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V36 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V36 09/29] kexec_file: Restrict at runtime if the kernel is locked down

[RFC v1 0/4] arm64: MMU enabled kexec kernel relocation
 2019-07-17 19:13 UTC  (9+ messages)
` [RFC v1 1/4] arm64, mm: identity mapped page table
` [RFC v1 2/4] arm64, kexec: interface preparation for mmu enabled kexec
` [RFC v1 3/4] arm64, kexec: add kexec's own identity page table
` [RFC v1 4/4] arm64: Keep MMU on while kernel is being relocated

[PATCH v2 0/4] kexec/arm64: Add support for zlib compressed kernel images (Image.gz)
 2019-07-16 19:15 UTC  (7+ messages)
` [PATCH v2 1/4] kexec/kexec.c: Add the missing close() for fd used for kexec_file_load()
` [PATCH v2 2/4] kexec-uImage-arm64.c: Fix return value of uImage_arm64_probe()
` [PATCH v2 3/4] kexec/kexec-zlib.h: Add 'is_zlib_file()' helper function
` [PATCH v2 4/4] kexec/arm64: Add support for handling zlib compressed (Image.gz) image

[ANNOUNCE] kexec-tools 2.0.20-rc2
 2019-07-16 12:01 UTC 

[PATCH V35 06/29] kexec_load: Disable at runtime if the kernel is locked down
 2019-07-15 19:59 UTC  (4+ messages)
` [PATCH V35 07/29] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V35 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V35 09/29] kexec_file: Restrict at runtime if the kernel is locked down

[PATCH v4 0/7] kexec: add generic support for elf kernel images
 2019-07-15  8:27 UTC  (8+ messages)
` [PATCH v4 1/7] kexec: add KEXEC_ELF
` [PATCH v4 2/7] kexec_elf: change order of elf_*_to_cpu() functions
` [PATCH v4 3/7] kexec_elf: remove parsing of section headers
` [PATCH v4 4/7] kexec_elf: remove PURGATORY_STACK_SIZE
` [PATCH v4 5/7] kexec_elf: remove Elf_Rel macro
` [PATCH v4 6/7] kexec_elf: remove unused variable in kexec_elf_load()
` [PATCH v4 7/7] kexec_elf: support 32 bit ELF files

[PATCH 0/4] kexec/arm64: Add support for zlib compressed kernel images (Image.gz)
 2019-07-12  8:06 UTC  (9+ messages)
` [PATCH 1/4] kexec/kexec.c: Add the missing close() for fd used for kexec_file_load()
` [PATCH 2/4] kexec-uImage-arm64.c: Fix return value of uImage_arm64_probe()
` [PATCH 3/4] kexec/kexec-zlib.h: Add 'is_zlib_file()' helper function
` [PATCH 4/4] kexec/arm64: Add support for handling zlib compressed (Image.gz) image

[v1 0/5] allow to reserve memory for normal kexec kernel
 2019-07-11 12:26 UTC  (17+ messages)
` [v1 1/5] kexec: quiet down kexec reboot
` [v1 2/5] kexec: add resource for normal kexec region
` [v1 3/5] kexec: export common crashkernel/kexeckernel parser
` [v1 4/5] kexec: use reserved memory for normal kexec reboot
` [v1 5/5] arm64, kexec: reserve kexeckernel region

[v2 0/5] arm64: allow to reserve memory for normal kexec kernel
 2019-07-10 15:58 UTC  (12+ messages)
` [v2 1/5] kexec: quiet down kexec reboot
` [v2 2/5] kexec: add resource for normal kexec region
` [v2 3/5] kexec: export common crashkernel/kexeckernel parser
` [v2 4/5] kexec: use reserved memory for normal kexec reboot
` [v2 5/5] arm64, kexec: reserve kexeckernel region

[PATCH v2 0/7] kexec: add generic support for elf kernel images
 2019-07-10 14:24 UTC  (10+ messages)
` [PATCH v2 1/7] kexec: add KEXEC_ELF
` [PATCH v2 2/7] kexec_elf: change order of elf_*_to_cpu() functions
` [PATCH v2 3/7] kexec_elf: remove parsing of section headers
` [PATCH v2 4/7] kexec_elf: remove PURGATORY_STACK_SIZE
` [PATCH v2 5/7] kexec_elf: remove elf_addr_to_cpu macro
` [PATCH v2 6/7] kexec_elf: remove Elf_Rel macro
` [PATCH v2 7/7] kexec_elf: remove unused variable in kexec_elf_load()

[PATCH kexec-tools] x86: re-order includes to avoid duplicate struct e820entry
 2019-07-10  8:55 UTC  (6+ messages)

[ANNOUNCE] kexec-tools 2.0.20-rc1
 2019-07-10  8:54 UTC 

[PATCH] x86: Include kexec-mb2-x86.c and multiboot2.h in distribution
 2019-07-10  8:36 UTC 

[PATCH using git format-patch -C] kexec: add generic support for elf kernel images
 2019-07-09  4:19 UTC  (4+ messages)

[PATCH] kexec: add generic support for elf kernel images
 2019-07-08 10:12 UTC  (2+ messages)

[PATCH 18/39] docs: admin-guide: add kdump documentation into it
 2019-07-06 11:46 UTC  (5+ messages)

Your message to kexec awaits moderator approval
 2019-07-03  8:40 UTC 

[PATCH 1/2] elf: Support ELF loading with relocation
 2019-07-03  8:39 UTC  (7+ messages)
` [PATCH 2/2] x86: Support multiboot2 images

Your message to kexec awaits moderator approval
 2019-07-02 13:29 UTC 

Your message to kexec awaits moderator approval
 2019-07-02 11:37 UTC 

[ANNOUNCE] kexec-tools v2.0.20 preparation
 2019-07-02 11:12 UTC 

mgag200 fails kdump kernel booting
 2019-07-02  7:42 UTC  (9+ messages)

[PATCH RFC] generic ELF support for kexec
 2019-07-01 18:11 UTC  (6+ messages)

[PATCH V34 06/29] kexec_load: Disable at runtime if the kernel is locked down
 2019-06-27 23:17 UTC  (13+ messages)
` [PATCH V34 07/29] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V34 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V34 09/29] kexec_file: Restrict at runtime if the kernel is locked down

[ANNOUNCE] makedumpfile 1.6.6 is released
 2019-06-27 13:47 UTC 

[PATCH 2/3] elf: Support ELF loading with relocation
 2019-06-25  8:11 UTC  (2+ messages)
` [PATCH 2/3 RESEND] "

[PATCH V31 06/25] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
 2019-06-25  2:51 UTC  (13+ messages)
` [PATCH V31 07/25] kexec_file: Restrict at runtime if the kernel is locked down

[PATCH 1/3] xen: Avoid overlapping segments in low memory
 2019-06-24 19:02 UTC  (3+ messages)

[PATCH 3/3] x86: Support multiboot2 images
 2019-06-24 18:59 UTC  (2+ messages)
` [PATCH v2] "

[Query] arm64: Right approach to support Image.gz file type via kexec_file_load()
 2019-06-24 17:35 UTC  (4+ messages)

[PATCH v2 RESEND] kexec: fix warnig of crash_zero_bytes in crash.c
 2019-06-24  4:41 UTC 

[PATCH V33 06/30] kexec_load: Disable at runtime if the kernel is locked down
 2019-06-21  1:19 UTC  (4+ messages)
` [PATCH V33 07/30] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V33 08/30] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V33 09/30] kexec_file: Restrict at runtime if the kernel is locked down

[PATCH v3 0/4] x86: Always try to fill acpi_rsdp_addr in boot params
 2019-06-20 12:16 UTC  (4+ messages)

[PATCH v1 22/22] admin-guide: add kdump documentation into it
 2019-06-18 21:05 UTC 

[PATCH V8 3/3] Call ima_kexec_cmdline to measure the cmdline args
 2019-06-13 20:07 UTC  (3+ messages)

[ANNOUNCE] makedumpfile 1.6.6 preparation
 2019-06-13 19:57 UTC 

[PATCH 0/3 v11] add reserved e820 ranges to the kdump kernel e820 table
 2019-06-13 15:07 UTC  (16+ messages)

[PATCH 0/4] support reserving crashkernel above 4G on arm64 kdump
 2019-06-13 12:44 UTC  (13+ messages)
` [PATCH 1/4] x86: kdump: move reserve_crashkernel_low() into kexec_core.c
` [PATCH 2/4] arm64: kdump: support reserving crashkernel above 4G

[PATCH v4 13/28] docs: kdump: convert docs to ReST and rename to *.rst
 2019-06-12 17:52 UTC 


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