messages from 2018-11-02 06:47:34 to 2018-11-30 13:21:14 UTC [more...]
[PATCH v16 00/16] arm64: kexec: add kexec_file_load() support
2018-11-30 13:21 UTC (20+ messages)
` [PATCH v16 01/16] asm-generic: add kexec_file_load system call to unistd.h
` [PATCH v16 02/16] kexec_file: make kexec_image_post_load_cleanup_default() global
` [PATCH v16 03/16] s390, kexec_file: drop arch_kexec_mem_walk()
` [PATCH v16 04/16] powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()
` [PATCH v16 05/16] kexec_file: kexec_walk_memblock() only walks a dedicated region at kdump
` [PATCH v16 06/16] lib: fdt: add a helper function for handling memory range property
` [PATCH v16 07/16] arm64: add image head flag definitions
` [PATCH v16 08/16] arm64: cpufeature: add MMFR0 helper functions
` [PATCH v16 09/16] arm64: enable KEXEC_FILE config
` [PATCH v16 10/16] arm64: kexec_file: load initrd and device-tree
` [PATCH v16 11/16] arm64: kexec_file: allow for loading Image-format kernel
` [PATCH v16 12/16] arm64: kexec_file: add crash dump support
` [PATCH v16 13/16] arm64: kexec_file: invoke the kernel without purgatory
` [PATCH v16 14/16] include: pe.h: remove message[] from mz header definition
` [PATCH v16 15/16] arm64: kexec_file: add kernel signature verification support
` [PATCH v16 16/16] arm64: kexec_file: add kaslr support
[PATCH 0/2 v8] add reserved e820 ranges to the kdump kernel e820 table
2018-11-30 7:04 UTC (8+ messages)
` [PATCH 1/2 v8] resource: add the new I/O resource descriptor 'IORES_DESC_RESERVED'
` [PATCH 2/2 v8] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table
[PATCH] kexec/dt-ops.c: Fix check against 'fdt_add_subnode' return value
2018-11-30 5:40 UTC (10+ messages)
[PATCH 0/4] kexec/arm64: Fix issue with 'kexec load' and 'kdump' when --dtb option is used
2018-11-30 5:32 UTC (5+ messages)
` [PATCH 1/4] kexec/dt-ops.c: Fix check against 'fdt_add_subnode' return value
` [PATCH 2/4] kexec/kexec-arm64.c: Add error handling check against return value of 'set_bootargs()'
` [PATCH 3/4] kexec/dt-ops.c: Fix adding '/chosen' node for cases where it is not available in dtb passed via --dtb option
` [PATCH 4/4] kexec/kexec-arm64.c: Add missing error handling paths
[PATCH 0/2 RESEND v7] add reserved e820 ranges to the kdump kernel e820 table
2018-11-29 2:14 UTC (13+ messages)
` [PATCH 1/2 RESEND v7] resource: add the new I/O resource descriptor 'IORES_DESC_RESERVED'
` [PATCH 2/2 RESEND v7] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table
[PATCH 0/7] add platform/firmware keys support for kernel verification by IMA
2018-11-28 16:45 UTC (11+ messages)
` [PATCH 1/7] integrity: Define a trusted platform keyring
` [PATCH 2/7] integrity: Load certs to the "
` [PATCH 3/7] efi: Add EFI signature data types
` [PATCH 4/7] efi: Add an EFI signature blob parser
` [PATCH 5/7] efi: Import certificates from UEFI Secure Boot
` [PATCH 6/7] efi: Allow the "db" UEFI variable to be suppressed
` [PATCH 7/7] ima: Support platform keyring for kernel appraisal
[PATCH v2] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo
2018-11-28 11:38 UTC (17+ messages)
[PATCH] x86_64, Fix for kexec not finding kernel text area
2018-11-28 1:12 UTC
[PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline
2018-11-27 16:32 UTC (12+ messages)
` [PATCH v2 1/8] mm: balloon: update comment about isolation/migration/compaction
` [PATCH v2 2/8] mm: convert PG_balloon to PG_offline
` [PATCH v2 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v2 4/8] xen/balloon: mark inflated pages PG_offline
` [PATCH v2 5/8] hv_balloon: "
` [PATCH v2 6/8] vmw_balloon: "
` [PATCH v2 7/8] PM / Hibernate: use pfn_to_online_page()
` [PATCH v2 8/8] PM / Hibernate: exclude all PageOffline() pages
` [PATCH v2] makedumpfile: exclude pages that are logically offline
[PATCH] x86: Handle 64bit framebuffer memory address properly
2018-11-23 9:26 UTC
[PATCH] x86: Clear isVGA flag if current fb driver is mimicking VGA
2018-11-23 9:28 UTC
[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
2018-11-22 20:01 UTC (3+ messages)
[PATCH] x86: fix -Wmissing-prototypes warning
2018-11-22 11:14 UTC (3+ messages)
[PATCH 0/2 v7] add reserved e820 ranges to the kdump kernel e820 table
2018-11-22 8:21 UTC (5+ messages)
` [PATCH 1/2 v7] resource: add the new I/O resource descriptor 'IORES_DESC_RESERVED'
` [PATCH 2/2 v7] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table
[PATCH 0/2 v6] add reserved e820 ranges to the kdump kernel e820 table
2018-11-21 18:42 UTC (19+ messages)
` [PATCH 1/2 v6] x86/kexec_file: add e820 entry in case e820 type string matches to io resource name
` [PATCH 2/2 v6] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table
[PATCH v1 0/8] mm/kdump: allow to exclude pages that are logically offline
2018-11-21 15:35 UTC (35+ messages)
` [PATCH v1 1/8] mm: balloon: update comment about isolation/migration/compaction
` [PATCH v1 2/8] mm: convert PG_balloon to PG_offline
` [PATCH v1 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v1 4/8] xen/balloon: mark inflated pages PG_offline
` [PATCH v1 5/8] hv_balloon: "
` [PATCH v1 6/8] vmw_balloon: "
` [PATCH v1 7/8] PM / Hibernate: use pfn_to_online_page()
` [PATCH v1 8/8] PM / Hibernate: exclude all PageOffline() pages
` [PATCH v1] makedumpfile: exclude pages that are logically offline
[PATCH 0/3] selftest/ima: fail kexec_load syscall
2018-11-19 19:56 UTC (4+ messages)
` [PATCH 1/3] ima: add error mesage to kexec_load
` [PATCH 2/3] selftests/ima: kexec_load syscall test
` [PATCH 3/3] x86/ima: retry detecting secure boot mode
[PATCH v2 0/2] makedumpfile: Allow 'info->page_offset' calc via VMCOREINFO in '/proc/kcore'
2018-11-16 16:32 UTC (11+ messages)
` [PATCH v2 1/2] makedumpfile/arm64: Use VMCOREINFO inside '/proc/kcore' (if available)
` [PATCH v2 2/2] makedumpfile/x86_64: Add 'page_offset_base' reading capability from VMCOREINFO
[PATCH] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo
2018-11-16 3:03 UTC (8+ messages)
[PATCH] kexec/dt-ops.c: Fix check against 'fdt_add_subnode' return value
2018-11-12 16:10 UTC
[BUG] Set device tree bootargs failed when DTB does not contain a chosen node
2018-11-11 20:33 UTC (6+ messages)
[PATCH 0/2 v5] add reserved e820 ranges to the kdump kernel e820 table
2018-11-09 7:13 UTC (9+ messages)
` [PATCH 1/2 v5] x86/kexec_file: add e820 entry in case e820 type string matches to io resource name
` [PATCH 2/2 v5] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table
[Bug Report] kdump crashes after latest EFI memblock changes on arm64 machines with large number of CPUs
2018-11-08 5:58 UTC (6+ messages)
[PATCH v2] lockdown: allow kexec_file of unsigned images when not under lockdown
2018-11-07 3:41 UTC (2+ messages)
[PATCH v2 2/3] keys: export find_keyring_by_name()
2018-11-06 15:08 UTC
[PATCH] lockdown: allow kexec_file of unsigned images when not under lockdown
2018-11-02 7:19 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;
as well as URLs for NNTP newsgroup(s).