messages from 2019-08-20 10:45:30 to 2019-09-23 20:34:41 UTC [more...]
[PATCH v5 00/17] arm64: MMU enabled kexec relocation
2019-09-23 20:34 UTC (2+ messages)
` [PATCH v5 01/17] kexec: quiet down kexec reboot
[PATCH] kexec: add support for PARISC architecture
2019-09-21 18:36 UTC (2+ messages)
` [PATCH] kexec-tools: "
[RFC PATCH v1 0/1] Add support for arm64 to carry ima measurement log in kexec_file_load
2019-09-20 3:07 UTC (7+ messages)
` [RFC PATCH v1 1/1] "
[PATCH v3 2/2] x86/kdump: Reserve extra memory when SME or SEV is active
2019-09-18 10:17 UTC (3+ messages)
` [PATCH v3 0/2] "
[PATCH] do not clean dummy variable in kexec path
2019-09-17 17:51 UTC (6+ messages)
[PATCH] powerpc/crashkernel: take mem option into account
2019-09-17 5:29 UTC
[PATCH] x86: Fix PAGE_OFFSET for kernels since 4.20
2019-09-16 14:13 UTC (13+ messages)
[PATCH] kexec/arm: undefine __NR_kexec_file_load for arm
2019-09-16 7:19 UTC (2+ messages)
[PATCH 0/2] Fix a compilation warning and a static check error
2019-09-16 7:17 UTC (6+ messages)
` [PATCH 1/2] vmcore-dmesg/vmcore-dmesg.c: Fix shifting error reported by cppcheck
` [PATCH 2/2] i386/kexec-mb2-x86.c: Fix compilation warning
[PATCH 4.19 162/190] resource: Include resource end in walk_*() interfaces
2019-09-13 13:06 UTC (2+ messages)
` [PATCH 4.19 163/190] resource: Fix find_next_iomem_res() iteration issue
[PATCH 0/3] arm64: kexec_file: add kdump
2019-09-12 6:01 UTC (4+ messages)
` [PATCH 1/3] libfdt: define UINT32_MAX in libfdt_env.h
` [PATCH 2/3] libfdt: include fdt_addresses.c
` [PATCH 3/3] arm64: kexec_file: add crash dump support
[PATCH v4 00/17] arm64: MMU enabled kexec relocation
2019-09-10 9:20 UTC (24+ messages)
` [PATCH v4 01/17] kexec: quiet down kexec reboot
` [PATCH v4 02/17] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v4 03/17] arm64: hibernate: check pgd table allocation
` [PATCH v4 04/17] arm64: hibernate: use get_safe_page directly
` [PATCH v4 05/17] arm64: hibernate: remove gotos in create_safe_exec_page
` [PATCH v4 06/17] arm64: hibernate: rename dst to page "
` [PATCH v4 07/17] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v4 08/17] arm64: hibernate: add trans_pgd public functions
` [PATCH v4 09/17] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v4 10/17] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v4 11/17] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v4 12/17] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v4 13/17] kexec: add machine_kexec_post_load()
` [PATCH v4 14/17] arm64: kexec: move relocation function setup and clean up
` [PATCH v4 15/17] arm64: kexec: add expandable argument to relocation function
` [PATCH v4 16/17] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v4 17/17] arm64: kexec: enable MMU during kexec relocation
[PATCH] kexec/arm: undefine __NR_kexec_file_load for arm
2019-09-10 5:43 UTC
[PATCH v5 0/7] kexec: add generic support for elf kernel images
2019-09-09 8:20 UTC (13+ 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-09-09 1:03 UTC (10+ 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 v3 00/17] arm64: MMU enabled kexec relocation
2019-09-06 19:06 UTC (42+ 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
[PATCH v1 2/2] firmware: dmi_scan: Pass dmi_entry_point to kexec'ed kernel
2019-09-06 19:00 UTC (6+ messages)
[PATCH v2] x86/kdump: Reserve extra memory when SME or SEV is active
2019-09-05 16:29 UTC (6+ messages)
Crash kernel with 256 MB reserved memory runs into OOM condition
2019-09-04 10:10 UTC (6+ messages)
[PATCH AUTOSEL 4.19 142/167] resource: Include resource end in walk_*() interfaces
2019-09-03 16:24 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 143/167] resource: Fix find_next_iomem_res() iteration issue
[PATCHv2 0/4] x86/mce: protect nr_cpus from rebooting by broadcast mce
2019-09-02 4:26 UTC (7+ messages)
` [PATCHv2 1/4] x86/apic: correct the ENO in generic_processor_info()
` [PATCHv2 2/4] x86/apic: record capped cpu "
` [PATCHv2 3/4] x86/smp: send capped cpus to a stable state when smp_init()
` [PATCHv2 4/4] x86/smp: disallow MCE handler on rebooting AP
[PATCH v6 0/4] support reserving crashkernel above 4G on arm64 kdump
2019-08-31 23:48 UTC (7+ messages)
` [PATCH v6 1/4] x86: kdump: move reserve_crashkernel_low() into crash_core.c
` [PATCH v6 2/4] arm64: kdump: reserve crashkenel above 4G for crash dump kernel
` [PATCH v6 3/4] arm64: kdump: add memory for devices by DT property, low-memory-range
` [PATCH v6 4/4] kdump: update Documentation about crashkernel on arm64
[PATCH V40 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
2019-08-30 14:26 UTC (2+ messages)
crash: `kmem -s` reported "kmem: dma-kmalloc-512: slab: ffffe192c0001000 invalid freepointer: e5ffef4e9a040b7e" on a dumped vmcore
2019-08-30 11:27 UTC (5+ messages)
[PATCH v2] arm64: kdump: add another DT property to crash dump kernel's dtb
2019-08-30 6:43 UTC
/proc/vmcore and wrong PAGE_OFFSET
2019-08-28 22:32 UTC (4+ messages)
[PATCH v1 0/6] Allow kexec reboot for GICv3 and device tree
2019-08-27 9:24 UTC (13+ 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 v1 3/6] rqchip/gic-v3-its: add reset pending table function
` [PATCH v1 4/6] rqchip/gic-v3-its: move reset pending table outside of allocator
` [PATCH v1 5/6] "
` [PATCH v1 6/6] dt-bindings: interrupt-controller: add optional memory-region
[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 (2+ 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
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 (6+ messages)
` [PATCH v2 03/14] arm64, hibernate: add trans_table public functions
No compression technique of zImage/uImage detected - ARM
2019-08-20 10:45 UTC (8+ 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