messages from 2019-09-11 05:56:26 to 2019-10-17 09:45:14 UTC [more...]
[PATCH 0/3 v4] x86/kdump: Fix 'kmem -s' reported an invalid freepointer when SME was active
2019-10-17 9:43 UTC (4+ messages)
` [PATCH 1/3 v4] x86/kdump: always reserve the low 1MiB when the crashkernel option is specified
` [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
[PATCH v7 00/25] arm64: MMU enabled kexec relocation
2019-10-16 20:00 UTC (26+ 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
makedumpfile: ELF format issues (RE: makedumpfile: Fix divide by zero in print_report())
2019-10-16 15:29 UTC (3+ messages)
[PATCH V4 0/2] Add support for arm64 to carry ima measurement
2019-10-16 1:44 UTC (9+ 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 v3 2/2] x86/kdump: Reserve extra memory when SME or SEV is active
2019-10-15 17:18 UTC (11+ messages)
` [PATCH v3 0/2] "
[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 (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] 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 (2+ messages)
[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
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