messages from 2020-07-14 02:56:35 to 2020-07-29 11:39:59 UTC [more...]
[PATCH v6 00/11] ppc64: enable kdump support for kexec_file_load syscall
2020-07-29 11:39 UTC (3+ messages)
` [PATCH v6 01/11] kexec_file: allow archs to handle special regions while locating memory hole
` [PATCH v6 02/11] powerpc/kexec_file: mark PPC64 specific code
[PATCH v10 0/5] support reserving crashkernel above 4G on arm64 kdump
2020-07-29 3:52 UTC (7+ messages)
` [PATCH v10 4/5] arm64: kdump: fix kdump broken with ZONE_DMA reintroduced
[PATCH 0/4] printk: reimplement LOG_CONT handling
2020-07-29 2:03 UTC (19+ 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 0/3] fs: reduce export usage of kerne_read*() calls
2020-07-29 1:20 UTC (7+ messages)
[RESEND PATCH v5 00/11] ppc64: enable kdump support for kexec_file_load syscall
2020-07-29 1:15 UTC (23+ messages)
` [RESEND PATCH v5 01/11] kexec_file: allow archs to handle special regions while locating memory hole
` [RESEND PATCH v5 02/11] powerpc/kexec_file: mark PPC64 specific code
` [RESEND PATCH v5 03/11] powerpc/kexec_file: add helper functions for getting memory ranges
` [RESEND PATCH v5 04/11] ppc64/kexec_file: avoid stomping memory used by special regions
` [RESEND PATCH v5 05/11] powerpc/drmem: make lmb walk a bit more flexible
` [RESEND PATCH v5 06/11] ppc64/kexec_file: restrict memory usage of kdump kernel
` [RESEND PATCH v5 07/11] ppc64/kexec_file: enable early kernel's OPAL calls
` [RESEND PATCH v5 08/11] ppc64/kexec_file: setup backup region for kdump kernel
` [RESEND PATCH v5 09/11] ppc64/kexec_file: prepare elfcore header for crashing kernel
` [RESEND PATCH v5 10/11] ppc64/kexec_file: add appropriate regions for memory reserve map
` [RESEND PATCH v5 11/11] ppc64/kexec_file: fix kexec load failure with lack of memory hole
[PATCH v2 00/18] Introduce partial kernel_read_file() support
2020-07-29 0:48 UTC (37+ 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
[PATCHv3 1/2] powerpc/pseries: group lmb operation and memblock's
2020-07-28 6:39 UTC (10+ messages)
` [PATCHv3 2/2] powerpc/pseries: update device tree before ejecting hotplug uevents
[PATCH v2][next] printk: ringbuffer: support dataless records
2020-07-27 8:53 UTC (2+ messages)
[PATCH v4 00/12] ppc64: enable kdump support for kexec_file_load syscall
2020-07-25 0:32 UTC (24+ 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
[PATCH v5 00/11] ppc64: enable kdump support for kexec_file_load syscall
2020-07-24 21:00 UTC (3+ messages)
` [PATCH v5 01/11] kexec_file: allow archs to handle special regions while locating memory hole
` [PATCH v5 02/11] powerpc/kexec_file: mark PPC64 specific code
[RFC PATCH] PCI, kdump: Clear bus master bit upon shutdown in kdump kernel
2020-07-23 18:34 UTC (6+ messages)
[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][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 (3+ messages)
[PATCH v5 0/4] printk: replace ringbuffer
2020-07-20 10:32 UTC (13+ messages)
` [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 (6+ 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