messages from 2018-04-25 13:22:07 to 2018-05-24 11:10:53 UTC [more...]
[PATCH v3 0/7] kexec/firmware: support system wide policy requiring signatures
2018-05-24 11:09 UTC (4+ messages)
` [PATCH v3 1/7] security: rename security_kernel_read_file() hook
` [PATCH v3 2/7] kexec: add call to LSM hook in original kexec_load syscall
` [PATCH v3 5/7] ima: based on policy require signed firmware (sysfs fallback)
[PATCH] kdump: add default crashkernel reserve kernel config options
2018-05-24 9:02 UTC (16+ messages)
[PATCH v2] Makefile.in: Add uninstall rule
2018-05-24 7:57 UTC
[PATCH v2] Remove obsolete kdump tool
2018-05-24 7:38 UTC
[PATCH] How to validate this patch
2018-05-24 7:28 UTC (3+ messages)
` [PATCH] arm64: update PHYS_OFFSET to conform to kernel
(no subject)
2018-05-24 7:14 UTC
[PATCH] vmcore-dmesg: fix infinite loop if log buffer wraps around
2018-05-24 2:07 UTC (2+ messages)
[PATCH 0/2] Remove obsolete kdump tool and add missing uninstall rule
2018-05-23 5:43 UTC (4+ messages)
[PATCH 0/2] support kdump for AMD secure memory encryption(sme)
2018-05-23 2:02 UTC (14+ messages)
` [PATCH 1/2] add a function(ioremap_encrypted) for kdump when AMD sme enabled
` [PATCH 2/2] support kdump when AMD secure memory encryption is active
[PATCH v6 (proposal)] powerpc/cpu: enable nr_cpus for crash kernel
2018-05-22 8:49 UTC (2+ messages)
[PATCH] kexec/s390: Add support for kexec_file_load
2018-05-22 8:11 UTC (3+ messages)
[PATCH net-next] vmcore: move get_vmcore_size out of __init
2018-05-21 16:34 UTC (2+ messages)
[PATCH v9 00/11] arm64: kexec: add kexec_file_load() support
2018-05-21 10:14 UTC (46+ messages)
` [PATCH v9 02/11] kexec_file: make kexec_image_post_load_cleanup_default() global
` [PATCH v9 03/11] arm64: kexec_file: invoke the kernel without purgatory
` [PATCH v9 04/11] arm64: kexec_file: allocate memory walking through memblock list
` [PATCH v9 05/11] arm64: kexec_file: load initrd and device-tree
` [PATCH v9 06/11] arm64: kexec_file: allow for loading Image-format kernel
` [PATCH v9 07/11] arm64: kexec_file: add crash dump support
[PATCH 1/2] Add is_cache_page() helper to check if a page belongs to the cache
2018-05-20 23:49 UTC (6+ messages)
` [PATCH 2/2] Check PG_swapbacked for swap cache pages
[PATCH v2 0/9] kexec/firmware: support system wide policy requiring signatures
2018-05-18 17:55 UTC (17+ messages)
` [PATCH v2 1/9] ima: based on policy verify firmware signatures (pre-allocated buffer)
` [PATCH v2 2/9] ima: fix updating the ima_appraise flag
` [PATCH v2 3/9] security: define security_kernel_read_blob() wrapper
` [PATCH v2 4/9] kexec: add call to LSM hook in original kexec_load syscall
` [PATCH v2 5/9] ima: based on policy require signed kexec kernel images
` [PATCH v2 6/9] firmware: add call to LSM hook before firmware sysfs fallback
` [PATCH v2 7/9] ima: based on policy require signed firmware (sysfs fallback)
` [PATCH v2 8/9] ima: add build time policy
` [PATCH v2 9/9] ima: based on policy prevent loading firmware (pre-allocated buffer)
[PATCH] makedumpfile: Do not print ETA value if current progress is 0
2018-05-18 12:46 UTC (7+ messages)
` [PATCH v2] makedumpfile: Use integer arithmetics for the progress bar
[PATCH v2] arm64: Add support to supply 'kaslr-seed' to secondary kernel
2018-05-15 7:20 UTC (2+ messages)
[PATCH net-next v8 0/3] kernel: add support to collect hardware logs in crash recovery kernel
2018-05-14 17:49 UTC (8+ messages)
` [PATCH net-next v8 1/3] vmcore: add API to collect hardware dump in second kernel
` [PATCH net-next v8 2/3] vmcore: append device dumps to vmcore as elf notes
` [PATCH net-next v8 3/3] cxgb4: collect hardware dump in second kernel
[PATCH makedumpfile] handle mem_section as either a pointer or an array
2018-05-14 11:31 UTC (5+ messages)
[PATCH 0/3] kexec: limit kexec_load syscall
2018-05-11 1:36 UTC (4+ messages)
` [PATCH 1/3] ima: based on the "secure_boot" policy limit syscalls
` [PATCH 2/3] kexec: call LSM hook for kexec_load syscall
` [PATCH 3/3] ima: based on policy require signed kexec kernel images
[PATCH v4 0/3] resource: Use list_head to link sibling resource
2018-05-09 2:08 UTC (8+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] resource: add walk_system_ram_res_rev()
` [PATCH v4 3/3] kexec_file: Load kernel at top of system RAM if required
[PATCH v3 0/2] Add capability to dump fdt blob for arm64 platforms
2018-05-08 2:14 UTC (4+ messages)
` [PATCH v3 1/2] dt-ops: Add helper API to dump fdt blob
` [PATCH v3 2/2] kexec-arm64: Add functionality to dump 2nd dtb
[PATCH 0/4] Makedumpfile: Add 5-level paging support
2018-05-07 8:03 UTC (13+ messages)
` [PATCH 1/4] arch/x86_64: Cleanup the address translation of the 4-level page tables
` [PATCH 2/4] Makedumpfile: Add pgtable_l5_enabled to number_table
` [PATCH 3/4] Makedumpfile: Add a new function check_5level_paging()
` [PATCH 4/4] arch/x86_64: Add 5-level paging support
[PATCH 1/2] kdump/x86: crashkernel=X try to reserve below 896M first then below 4G and MAXMEM
2018-05-07 2:48 UTC (5+ messages)
` [PATCH 2/2] kdump: round up the total memory size to 128M for crashkernel reservation
[PATCH 0/3] kexec: limit kexec_load syscall
2018-05-04 2:29 UTC (19+ messages)
` [PATCH 2/3] kexec: call LSM hook for "
[PATCH net-next v7 0/3] kernel: add support to collect hardware logs in crash recovery kernel
2018-05-01 23:28 UTC (7+ messages)
` [PATCH net-next v7 1/3] vmcore: add API to collect hardware dump in second kernel
` [PATCH net-next v7 2/3] vmcore: append device dumps to vmcore as elf notes
` [PATCH net-next v7 3/3] cxgb4: collect hardware dump in second kernel
pciehp 0000:00:1c.0:pcie004: Timeout on hotplug command 0x1038 (issued 65284 msec ago)
2018-05-01 22:32 UTC (12+ messages)
[PATCH net-next v6 0/3] kernel: add support to collect hardware logs in crash recovery kernel
2018-04-30 20:09 UTC (5+ messages)
` [PATCH net-next v6 1/3] vmcore: add API to collect hardware dump in second kernel
` [PATCH net-next v6 2/3] vmcore: append device dumps to vmcore as elf notes
` [PATCH net-next v6 3/3] cxgb4: collect hardware dump in second kernel
[PATCH net-next v5 0/3] kernel: add support to collect hardware logs in crash recovery kernel
2018-04-27 1:30 UTC (3+ messages)
` [PATCH net-next v5 1/3] vmcore: add API to collect hardware dump in second kernel
[RFC] arm64: extra entries in /proc/iomem for kexec
2018-04-26 14:26 UTC (13+ messages)
[PATCH v2 0/2] Add capability to dump fdt blob for arm64 platforms
2018-04-26 8:51 UTC (3+ 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