Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-23 20:34:41 to 2019-10-24 23:56:15 UTC [more...]

[PATCH 0/3 v4] x86/kdump: Fix 'kmem -s' reported an invalid freepointer when SME was active
 2019-10-24 23:55 UTC  (16+ messages)
` [PATCH 1/3 v4] x86/kdump: always reserve the low 1MiB when the crashkernel option is specified
      ` [PATCH] x86/kdump: always reserve the low 1MiB when the crashkernel
` [PATCH 2/3 v4] x86/kdump: remove the unused crash_copy_backup_region()
` [PATCH 3/3 v4] x86/kdump: clean up all the code related to the backup region

Ubuntu 18.04: Second kernel launch vai "kexec -e "gives ata1: failed to reset engine error
 2019-10-24 16:04 UTC 

[PATCH 0/2 v5] x86/kdump: Fix 'kmem -s' reported an invalid freepointer when SME was active
 2019-10-24 11:33 UTC  (5+ messages)
` [PATCH 1/2 v5] x86/kdump: always reserve the low 1MiB when the crashkernel option is specified
` [PATCH 2/2 v5] x86/kdump: clean up all the code related to the backup region

[PATCH 1/3 v4] x86/kdump: always reserve the low 1MiB when the crashkernel option is specified
 2019-10-22 13:38 UTC 

Makedumpfile help for 5.4.0.rc3 : Arm
 2019-10-22  7:52 UTC  (4+ messages)

[PATCH] kexec: Fix pointer-to-int-cast warnings
 2019-10-21 20:38 UTC 

[PATCH V4 0/2] Add support for arm64 to carry ima measurement
 2019-10-21 17:38 UTC  (10+ 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*

Build failed on Alpine Linux for x86 arch
 2019-10-19 20:10 UTC 

makedumpfile: ELF format issues (RE: makedumpfile: Fix divide by zero in print_report())
 2019-10-18  4:36 UTC  (5+ messages)

[PATCH v7 00/25] arm64: MMU enabled kexec relocation
 2019-10-17 14:26 UTC  (27+ messages)
` [PATCH v7 01/25] kexec: quiet down kexec reboot
` [PATCH v7 02/25] kexec: add machine_kexec_post_load()
` [PATCH v7 03/25] arm64: kexec: remove unnecessary debug prints
` [PATCH v7 04/25] arm64: kexec: make dtb_mem always enabled
` [PATCH v7 05/25] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v7 06/25] arm64: hibernate: use get_safe_page directly
` [PATCH v7 07/25] arm64: hibernate: remove gotos as they are not needed
` [PATCH v7 08/25] arm64: hibernate: rename dst to page in create_safe_exec_page
` [PATCH v7 09/25] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v7 10/25] arm64: hibernate: add trans_pgd public functions
` [PATCH v7 11/25] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v7 12/25] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v7 13/25] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v7 14/25] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v7 15/25] arm64: kexec: move relocation function setup
` [PATCH v7 16/25] arm64: kexec: call kexec_image_info only once
` [PATCH v7 17/25] arm64: kexec: cpu_soft_restart change argument types
` [PATCH v7 18/25] arm64: kexec: arm64_relocate_new_kernel clean-ups
` [PATCH v7 19/25] arm64: kexec: arm64_relocate_new_kernel don't use x0 as temp
` [PATCH v7 20/25] arm64: kexec: add expandable argument to relocation function
` [PATCH v7 21/25] arm64: kexec: offset for "
` [PATCH v7 22/25] arm64: kexec: kexec EL2 vectors
` [PATCH v7 23/25] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v7 24/25] arm64: kexec: enable MMU during kexec relocation
` [PATCH v7 25/25] arm64: kexec: remove head from relocation argument

[PATCH 0/3 v3] x86/kdump: Fix 'kmem -s' reported an invalid freepointer when SME was active
 2019-10-16 16:51 UTC  (16+ messages)
` [PATCH 1/3 "
` [PATCH 2/3 v3] x86/kdump cleanup: remove the unused crash_copy_backup_region()
` [PATCH 3/3 v3] x86/kdump: clean up all the code related to the backup region

[PATCH v3 2/2] x86/kdump: Reserve extra memory when SME or SEV is active
 2019-10-15 17:18 UTC  (9+ messages)

[PATCH v6 00/17] arm64: MMU enabled kexec relocation
 2019-10-15  2:12 UTC  (30+ 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  (9+ messages)
` [PATCH v3 06/17] arm64, hibernate: add trans_pgd public functions
` [PATCH v3 08/17] arm64, trans_pgd: make trans_pgd_map_page generic

[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*

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

[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] 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  (6+ messages)
` [RFC PATCH v1 1/1] "


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