messages from 2019-07-15 07:24:35 to 2019-08-21 18:32:22 UTC [more...]
[PATCH v3 00/17] arm64: MMU enabled kexec relocation
2019-08-21 18:31 UTC (10+ 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 v4 0/7] kexec: add generic support for elf kernel images
2019-08-21 1:13 UTC (17+ 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
/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
Brocken/incomplete `/proc/vmcore`
2019-08-19 19:22 UTC (2+ messages)
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 0/2] Limit the size of vmcore-dmesg.txt to 2G
2019-08-15 3:37 UTC (3+ 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 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 (10+ 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
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
[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 (7+ messages)
` [PATCH v3 5/7] kexec_elf: remove elf_addr_to_cpu macro
[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
[PATCH v2 0/4] kexec/arm64: Add support for zlib compressed kernel images (Image.gz)
2019-07-16 19:15 UTC (3+ messages)
[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
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