Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-05 16:29:23 to 2019-10-11 18:21:58 UTC [more...]

[PATCH v6 00/17] arm64: MMU enabled kexec relocation
 2019-10-11 18:21 UTC  (24+ messages)
` [PATCH v6 01/17] kexec: quiet down kexec reboot
` [PATCH v6 02/17] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v6 03/17] arm64: hibernate: check pgd table allocation
` [PATCH v6 04/17] arm64: hibernate: use get_safe_page directly
` [PATCH v6 05/17] arm64: hibernate: remove gotos as they are not needed
` [PATCH v6 06/17] arm64: hibernate: rename dst to page in create_safe_exec_page
` [PATCH v6 07/17] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v6 08/17] arm64: hibernate: add trans_pgd public functions
` [PATCH v6 09/17] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v6 10/17] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v6 11/17] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v6 12/17] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v6 13/17] kexec: add machine_kexec_post_load()
` [PATCH v6 14/17] arm64: kexec: move relocation function setup and clean up
` [PATCH v6 15/17] arm64: kexec: add expandable argument to relocation function
` [PATCH v6 16/17] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v6 17/17] arm64: kexec: enable MMU during kexec relocation

[PATCH v3 00/17] arm64: MMU enabled kexec relocation
 2019-10-11 18:16 UTC  (39+ 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 V4 0/2] Add support for arm64 to carry ima measurement
 2019-10-11  0:36 UTC  (3+ messages)
` [PATCH V4 1/2] Add support for arm64 to carry ima measurement log in kexec_file_load
` [PATCH V4 2/2] update powerpc implementation to call into of_ima*

[PATCH] lib/string: make memzero_explicit inline instead of external
 2019-10-10  6:56 UTC  (2+ messages)

[PATCH v3 0/2] Add support for arm64 to carry ima measurement log in kexec_file_load
 2019-10-10  0:12 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] update powerpc implementation to call into of_ima*

makedumpfile: ELF format issues (RE: makedumpfile: Fix divide by zero in print_report())
 2019-10-09 21:38 UTC  (2+ messages)

[PATCH v2 0/2] Add support to carry ima measurement log in kexec_file_load
 2019-10-09 20:49 UTC  (5+ messages)
` [PATCH v2 1/2] Add support for arm64 "
` [PATCH v2 2/2] update powerpc implementation to call into of_ima*

makedumpfile: Fix divide by zero in print_report()
 2019-10-08 21:37 UTC  (6+ messages)

[PATCH v2] x86/kdump: Fix 'kmem -s' reported an invalid freepointer when SME was active
 2019-10-08  3:17 UTC  (7+ messages)

[PATCH] kexec-tools: Fix conversion overflow when compiling on 32-bit platforms
 2019-10-07  7:12 UTC  (8+ messages)

[PATCH 0/3] arm64: kexec_file: add kdump
 2019-10-07  3:04 UTC  (5+ 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] x86/kdump: Fix 'kmem -s' reported an invalid freepointer when SME was active
 2019-10-05  7:35 UTC  (9+ messages)

[PATCH]kexec-tools: Fix possible out-of-bounds access in ifdown
 2019-10-03  8:14 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 25/29] kexec: bail out upon SIGKILL when allocating memory
 2019-10-01 16:44 UTC 

[PATCH AUTOSEL 4.19 36/43] kexec: bail out upon SIGKILL when allocating memory
 2019-10-01 16:43 UTC 

[PATCH AUTOSEL 5.2 47/63] kexec: bail out upon SIGKILL when allocating memory
 2019-10-01 16:41 UTC 

[PATCH AUTOSEL 5.3 53/71] kexec: bail out upon SIGKILL when allocating memory
 2019-10-01 16:39 UTC 

[PATCH] kexec: add support for PARISC architecture
 2019-10-01 11:44 UTC  (3+ messages)
` [PATCH] kexec-tools: "

[PATCH v3 2/2] x86/kdump: Reserve extra memory when SME or SEV is active
 2019-09-27  7:52 UTC  (6+ messages)
      ` [PATCH v3 0/2] "

[PATCH] do not clean dummy variable in kexec path
 2019-09-25 15:44 UTC  (7+ messages)

[PATCH v5 00/17] arm64: MMU enabled kexec relocation
 2019-09-25 15:33 UTC  (22+ messages)
` [PATCH v5 01/17] kexec: quiet down kexec reboot
` [PATCH v5 02/17] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v5 03/17] arm64: hibernate: check pgd table allocation
` [PATCH v5 04/17] arm64: hibernate: use get_safe_page directly
` [PATCH v5 05/17] arm64: hibernate: remove gotos as they are not needed
` [PATCH v5 06/17] arm64: hibernate: rename dst to page in create_safe_exec_page
` [PATCH v5 07/17] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v5 08/17] arm64: hibernate: add trans_pgd public functions
` [PATCH v5 09/17] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v5 10/17] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v5 11/17] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v5 12/17] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v5 13/17] kexec: add machine_kexec_post_load()
` [PATCH v5 14/17] arm64: kexec: move relocation function setup and clean up
` [PATCH v5 15/17] arm64: kexec: add expandable argument to relocation function
` [PATCH v5 16/17] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v5 17/17] arm64: kexec: enable MMU during kexec relocation

[RFC PATCH v1 0/1] Add support for arm64 to carry ima measurement log in kexec_file_load
 2019-09-24 20:27 UTC  (10+ messages)
` [RFC PATCH v1 1/1] "

[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  (8+ 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 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  (6+ messages)

[PATCH 0/4 v2] Limit the size of vmcore-dmesg.txt to 2G
 2019-09-09  1:03 UTC  (6+ messages)

[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  (3+ messages)


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