Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-03 06:43:18 to 2020-07-23 00:00:16 UTC [more...]

[RFC PATCH] PCI, kdump: Clear bus master bit upon shutdown in kdump kernel
 2020-07-23  0:00 UTC  (5+ messages)

[PATCH v2 00/18] Introduce partial kernel_read_file() support
 2020-07-22 22:29 UTC  (20+ messages)
` [PATCH v2 01/18] test_firmware: Test platform fw loading on non-EFI systems
` [PATCH v2 02/18] selftest/firmware: Add selftest timeout in settings
` [PATCH v2 03/18] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH v2 04/18] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v2 05/18] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH v2 06/18] fs/kernel_read_file: Split into separate include file
` [PATCH v2 07/18] fs/kernel_read_file: Split into separate source file
` [PATCH v2 08/18] fs/kernel_read_file: Remove redundant size argument
` [PATCH v2 09/18] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH v2 10/18] fs/kernel_read_file: Add file_size output argument
` [PATCH v2 11/18] LSM: Introduce kernel_post_load_data() hook
` [PATCH v2 12/18] firmware_loader: Use security_post_load_data()
` [PATCH v2 13/18] module: Call security_kernel_post_load_data()
` [PATCH v2 14/18] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH v2 15/18] fs/kernel_file_read: Add "offset" arg for partial reads
` [PATCH v2 16/18] firmware: Store opt_flags in fw_priv
` [PATCH v2 17/18] firmware: Add request_partial_firmware_into_buf()
` [PATCH v2 18/18] test_firmware: Test partial read support

[PATCH v4 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-22 17:33 UTC  (16+ messages)
` [PATCH v4 01/12] kexec_file: allow archs to handle special regions while locating memory hole
` [PATCH v4 02/12] powerpc/kexec_file: mark PPC64 specific code
` [PATCH v4 03/12] powerpc/kexec_file: add helper functions for getting memory ranges
` [PATCH v4 04/12] ppc64/kexec_file: avoid stomping memory used by special regions
` [PATCH v4 05/12] powerpc/drmem: make lmb walk a bit more flexible
` [PATCH v4 06/12] ppc64/kexec_file: restrict memory usage of kdump kernel
` [PATCH v4 07/12] ppc64/kexec_file: add support to relocate purgatory
` [PATCH v4 08/12] ppc64/kexec_file: setup the stack for purgatory
` [PATCH v4 09/12] ppc64/kexec_file: setup backup region for kdump kernel
` [PATCH v4 10/12] ppc64/kexec_file: prepare elfcore header for crashing kernel
` [PATCH v4 11/12] ppc64/kexec_file: add appropriate regions for memory reserve map
` [PATCH v4 12/12] ppc64/kexec_file: fix kexec load failure with lack of memory hole

[PATCHv3 1/2] powerpc/pseries: group lmb operation and memblock's
 2020-07-22  4:57 UTC  (3+ messages)
` [PATCHv3 2/2] powerpc/pseries: update device tree before ejecting hotplug uevents

[PATCH 00/13] Introduce partial kernel_read_file() support
 2020-07-21 21:50 UTC  (27+ messages)
` [PATCH 01/13] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH 02/13] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH 03/13] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH 04/13] fs/kernel_read_file: Split into separate include file
` [PATCH 05/13] fs/kernel_read_file: Split into separate source file
` [PATCH 06/13] fs/kernel_read_file: Remove redundant size argument
` [PATCH 07/13] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH 08/13] fs/kernel_read_file: Add file_size output argument
` [PATCH 09/13] LSM: Introduce kernel_post_load_data() hook
` [PATCH 10/13] firmware_loader: Use security_post_load_data()
` [PATCH 11/13] module: Call security_kernel_post_load_data()
` [PATCH 12/13] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH 13/13] fs/kernel_file_read: Add "offset" arg for partial reads

[PATCH 0/4] printk: reimplement LOG_CONT handling
 2020-07-21 15:40 UTC  (17+ messages)
` [PATCH 1/4] printk: ringbuffer: support dataless records
` [PATCH 2/4] printk: store instead of processing cont parts
` [PATCH 3/4] printk: process cont records during reading
` [PATCH 4/4] ipconfig: cleanup printk usage

[PATCH v2][next] printk: ringbuffer: support dataless records
 2020-07-21 13:25 UTC 

[PATCH][next] printk: ringbuffer: support dataless records
 2020-07-21 10:30 UTC  (4+ messages)

[PATCH v3 00/12] ima: Fix rule parsing bugs and extend KEXEC_CMDLINE rule support
 2020-07-20 21:38 UTC  (4+ messages)
` [PATCH v3 12/12] ima: Support additional conditionals in the KEXEC_CMDLINE hook function

[PATCH v5 0/4] printk: replace ringbuffer
 2020-07-20 10:32 UTC  (20+ messages)
` [PATCH v5 1/4] crash: add VMCOREINFO macro to define offset in a struct declared by typedef
` [PATCH v5 2/4] printk: add lockless ringbuffer
` [PATCH v5 3/4] Revert "printk: lock/unlock console only for new logbuf entries"
` [PATCH v5 4/4] printk: use the lockless ringbuffer
  ` [printk] 96d5c61b1f: stress-ng.timerfd.ops_per_sec 8.3% improvement

[PATCH v3 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-17 20:00 UTC  (37+ messages)
` [PATCH v3 01/12] kexec_file: allow archs to handle special regions while locating memory hole
` [PATCH v3 02/12] powerpc/kexec_file: mark PPC64 specific code
` [PATCH v3 03/12] powerpc/kexec_file: add helper functions for getting memory ranges
` [PATCH v3 04/12] ppc64/kexec_file: avoid stomping memory used by special regions
` [PATCH v3 05/12] powerpc/drmem: make lmb walk a bit more flexible
` [PATCH v3 06/12] ppc64/kexec_file: restrict memory usage of kdump kernel
` [PATCH v3 07/12] ppc64/kexec_file: add support to relocate purgatory
` [PATCH v3 08/12] ppc64/kexec_file: setup the stack for purgatory
` [PATCH v3 09/12] ppc64/kexec_file: setup backup region for kdump kernel
` [PATCH v3 10/12] ppc64/kexec_file: prepare elfcore header for crashing kernel
` [PATCH v3 11/12] ppc64/kexec_file: add appropriate regions for memory reserve map
` [PATCH v3 12/12] ppc64/kexec_file: fix kexec load failure with lack of memory hole

Return value of `kexec -S` under Xen
 2020-07-14 16:46 UTC 

[PATCH v4 0/4] printk: replace ringbuffer
 2020-07-14  2:56 UTC  (26+ messages)
` [PATCH v4 1/4] crash: add VMCOREINFO macro to define offset in a struct declared by typedef
` [PATCH v4 2/4] printk: add lockless ringbuffer
` [PATCH v4 3/4] Revert "printk: lock/unlock console only for new logbuf entries"
` [PATCH v4 4/4] printk: use the lockless ringbuffer
  ` [printk] 18a2dc6982: ltp.kmsg01.fail

[PATCH v3 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-13 17:18 UTC 

[PATCH][next] kexec_file: Assign array_size() to a variable
 2020-07-10 21:22 UTC 

[PATCH] sadump, kaslr: fix failure of calculating kaslr_offset due to an sadump format restriction
 2020-07-10  7:08 UTC  (2+ messages)

[PATCH v3 0/3] printk: replace ringbuffer
 2020-07-08  5:50 UTC  (11+ messages)
` [PATCH v3 1/3] crash: add VMCOREINFO macro to define offset in a struct declared by typedef
` [PATCH v3 3/3] printk: use the lockless ringbuffer

[PATCH] Replace HTTP links with HTTPS ones: kdump
 2020-07-08  3:25 UTC  (6+ messages)

[PATCH v2 00/12] ppc64: enable kdump support for kexec_file_load syscall
 2020-07-07  0:43 UTC  (4+ messages)
` [PATCH v2 01/12] kexec_file: allow archs to handle special regions while locating memory hole

[PATCH] arm64/defconfig: Enable CONFIG_KEXEC_FILE
 2020-07-04 20:15 UTC  (9+ messages)

[PATCH v10 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-07-03  9:11 UTC  (7+ messages)
` [PATCH v10 5/5] kdump: update Documentation about crashkernel on arm64

[PATCH 0/2] arm64/kdump: Fix OOPS and OOM issues in kdump kernel
 2020-07-03  7:39 UTC  (9+ messages)
` [PATCH 1/2] mm/memcontrol: Fix OOPS inside mem_cgroup_get_nr_swap_pages()
` [PATCH 2/2] arm64: Allocate crashkernel always in ZONE_DMA


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