messages from 2019-07-24 09:13:53 to 2019-08-26 19:01:03 UTC [more...]
[PATCH v1 0/6] Allow kexec reboot for GICv3 and device tree
2019-08-26 19:00 UTC (3+ messages)
` [PATCH v1 1/6] rqchip/gic-v3-its: reset prop table outside of allocation
` [PATCH v1 2/6] rqchip/gic-v3-its: use temporary va / pa variables
[PATCH v5 0/7] kexec: add generic support for elf kernel images
2019-08-23 19:49 UTC (8+ messages)
` [PATCH v5 1/7] kexec: add KEXEC_ELF
` [PATCH v5 2/7] kexec_elf: change order of elf_*_to_cpu() functions
` [PATCH v5 3/7] kexec_elf: remove parsing of section headers
` [PATCH v5 4/7] kexec_elf: remove PURGATORY_STACK_SIZE
` [PATCH v5 5/7] kexec_elf: remove Elf_Rel macro
` [PATCH v5 6/7] kexec_elf: remove unused variable in kexec_elf_load()
` [PATCH v5 7/7] kexec_elf: support 32 bit ELF files
[PATCH 0/4 v2] Limit the size of vmcore-dmesg.txt to 2G
2019-08-23 12:05 UTC (5+ messages)
` [PATCH 1/4 v2] Cleanup: remove the read_elf_kcore()
` [PATCH 2/4 v2] Fix an error definition about the variable 'fname'
` [PATCH 3/4 v2] Cleanup: move it back from util_lib/elf_info.c
` [PATCH 4/4 v2] Limit the size of vmcore-dmesg.txt to 2G
[PATCH 0/2] Limit the size of vmcore-dmesg.txt to 2G
2019-08-23 7:58 UTC (8+ messages)
` [PATCH 1/2] cleanup: move it back from util_lib/elf_info.c
` [PATCH 2/2] Limit the size of vmcore-dmesg.txt to 2G
[PATCH] x86/kdump: Reserve extra memory when SME or SEV is active
2019-08-23 2:11 UTC (2+ messages)
Brocken/incomplete `/proc/vmcore`
2019-08-22 13:14 UTC (3+ messages)
[PATCH v4 0/7] kexec: add generic support for elf kernel images
2019-08-21 20:15 UTC (18+ 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 v3 00/17] arm64: MMU enabled kexec relocation
2019-08-21 18:32 UTC (18+ messages)
` [PATCH v3 01/17] kexec: quiet down kexec reboot
` [PATCH v3 02/17] arm64, hibernate: use get_safe_page directly
` [PATCH v3 03/17] arm64, hibernate: remove gotos in create_safe_exec_page
` [PATCH v3 04/17] arm64, hibernate: rename dst to page "
` [PATCH v3 05/17] arm64, hibernate: check pgd table allocation
` [PATCH v3 06/17] arm64, hibernate: add trans_pgd public functions
` [PATCH v3 07/17] arm64, hibernate: move page handling function to new trans_pgd.c
` [PATCH v3 08/17] arm64, trans_pgd: make trans_pgd_map_page generic
` [PATCH v3 09/17] arm64, trans_pgd: add trans_pgd_create_empty
` [PATCH v3 10/17] arm64, trans_pgd: adjust trans_pgd_create_copy interface
` [PATCH v3 11/17] arm64, trans_pgd: add PUD_SECT_RDONLY
` [PATCH v3 12/17] arm64, trans_pgd: complete generalization of trans_pgds
` [PATCH v3 13/17] kexec: add machine_kexec_post_load()
` [PATCH v3 14/17] arm64, kexec: move relocation function setup and clean up
` [PATCH v3 15/17] arm64, kexec: add expandable argument to relocation function
` [PATCH v3 16/17] arm64, kexec: configure trans_pgd page table for kexec
` [PATCH v3 17/17] arm64, kexec: enable MMU during kexec relocation
/proc/vmcore and wrong PAGE_OFFSET
2019-08-20 21:21 UTC
kexec broken on arm (v7) socfpga in later 4 series kernels ?
2019-08-20 17:06 UTC
[PATCH v2 00/14] arm64: MMU enabled kexec relocation
2019-08-20 11:41 UTC (21+ messages)
` [PATCH v2 01/14] kexec: quiet down kexec reboot
` [PATCH v2 02/14] arm64, hibernate: create_safe_exec_page cleanup
` [PATCH v2 03/14] arm64, hibernate: add trans_table public functions
` [PATCH v2 04/14] arm64, hibernate: move page handling function to new trans_table.c
` [PATCH v2 05/14] arm64, trans_table: make trans_table_map_page generic
` [PATCH v2 06/14] arm64, trans_table: add trans_table_create_empty
` [PATCH v2 07/14] arm64, trans_table: adjust trans_table_create_copy interface
` [PATCH v2 08/14] arm64, trans_table: add PUD_SECT_RDONLY
` [PATCH v2 09/14] arm64, trans_table: complete generalization of trans_tables
` [PATCH v2 10/14] kexec: add machine_kexec_post_load()
` [PATCH v2 11/14] arm64, kexec: move relocation function setup and clean up
` [PATCH v2 12/14] arm64, kexec: add expandable argument to relocation function
` [PATCH v2 13/14] arm64, kexec: configure transitional page table for kexec
` [PATCH v2 14/14] arm64, kexec: enable MMU during kexec relocation
No compression technique of zImage/uImage detected - ARM
2019-08-20 10:45 UTC (8+ messages)
[PATCH V40 06/29] kexec_load: Disable at runtime if the kernel is locked down
2019-08-20 0:17 UTC (4+ messages)
` [PATCH V40 07/29] lockdown: Copy secure_boot flag in boot params across kexec reboot
` [PATCH V40 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V40 09/29] kexec_file: Restrict at runtime if the kernel is locked down
crash: `kmem -s` reported "kmem: dma-kmalloc-512: slab: ffffe192c0001000 invalid freepointer: e5ffef4e9a040b7e" on a dumped vmcore
2019-08-17 7:23 UTC (4+ messages)
[PATCH v1 0/8] arm64: MMU enabled kexec relocation
2019-08-16 19:19 UTC (17+ messages)
` [PATCH v1 1/8] kexec: quiet down kexec reboot
` [PATCH v1 2/8] arm64, mm: transitional tables
` [PATCH v1 3/8] arm64: hibernate: switch to transtional page tables
` [PATCH v1 4/8] kexec: add machine_kexec_post_load()
` [PATCH v1 5/8] arm64, kexec: move relocation function setup and clean up
` [PATCH v1 6/8] arm64, kexec: add expandable argument to relocation function
` [PATCH v1 7/8] arm64, kexec: configure transitional page table for kexec
` [PATCH v1 8/8] arm64, kexec: enable MMU during kexec relocation
[RFC PATCH v4 9/9] printk: use a new ringbuffer implementation
2019-08-16 9:40 UTC (3+ messages)
Crash kernel with 256 MB reserved memory runs into OOM condition
2019-08-15 17:00 UTC (7+ messages)
` Messages to kexec@ get moderated (was: Crash kernel with 256 MB reserved memory runs into OOM condition)
[PATCH 3/6] Avoid build warning when !CONFIG_KEXEC_SIG
2019-08-14 17:18 UTC (3+ messages)
[x86/boot] 5b51ae969e: kexec boot failed
2019-08-14 2:43 UTC (16+ messages)
` [LKP] "
[PATCH] do not clean dummy variable in kexec path
2019-08-13 21:14 UTC (9+ messages)
[PATCH 0/4] x86/mce: protect nr_cpus from rebooting by broadcast mce
2019-08-08 6:51 UTC (16+ messages)
` [PATCH 1/4] x86/apic: correct the ENO in generic_processor_info()
` [PATCH 2/4] x86/apic: record capped cpu "
` [RFC PATCH] x86/apic: __cpu_capped_mask can be static
` [PATCH 3/4] x86/smp: send capped cpus to a stable state when smp_init()
` [RFC PATCH] x86/smp: __cpu_capped_done_mask can be static
` [PATCH 4/4] x86/smp: disallow MCE handler on rebooting AP
[PATCH V38 06/29] kexec_load: Disable at runtime if the kernel is locked down
2019-08-08 0:07 UTC (4+ messages)
` [PATCH V38 07/29] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V38 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V38 09/29] kexec_file: Restrict at runtime if the kernel is locked down
[RFC PATCH] makedumpfile: exclude ZFS file cache pages
2019-08-06 16:57 UTC (2+ messages)
[RFC v2 0/8] arm64: MMU enabled kexec relocation
2019-08-01 13:24 UTC (16+ messages)
` [RFC v2 1/8] kexec: quiet down kexec reboot
` [RFC v2 2/8] arm64, mm: transitional tables
` [RFC v2 3/8] arm64: hibernate: switch to transtional page tables
` [RFC v2 4/8] kexec: add machine_kexec_post_load()
` [RFC v2 5/8] arm64, kexec: move relocation function setup and clean up
` [RFC v2 6/8] arm64, kexec: add expandable argument to relocation function
` [RFC v2 7/8] arm64, kexec: configure transitional page table for kexec
` [RFC v2 8/8] arm64, kexec: enable MMU during kexec relocation
[PATCH V37 06/29] kexec_load: Disable at runtime if the kernel is locked down
2019-07-31 22:15 UTC (4+ messages)
` [PATCH V37 07/29] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V37 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V37 09/29] kexec_file: Restrict at runtime if the kernel is locked down
[PATCH] x86: Fix broken multiboot2 buliding for i386
2019-07-31 9:09 UTC
[PATCH] kexec: restore arch_kexec_kernel_image_probe declaration
2019-07-30 10:25 UTC (3+ messages)
[RFC v1 0/4] arm64: MMU enabled kexec kernel relocation
2019-07-26 14:00 UTC (4+ messages)
No compression technique of zImage/uImage detected - ARM
2019-07-26 11:31 UTC
[ANNOUNCE] kexec-tools 2.0.20
2019-07-25 4:21 UTC
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