kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-09 05:20:24 to 2018-03-29 14:55:39 UTC [more...]

[PATCH 000/109] remove in-kernel calls to syscalls
 2018-03-29 14:55 UTC  (7+ messages)
` [PATCH 004/109] kexec: call do_kexec_load() in compat syscall directly
` [PATCH 102/109] kexec: move sys_kexec_load() prototype to syscalls.h

makedumpfile fails on 4.4 longterm kernel with kaslr enabled
 2018-03-29  8:00 UTC  (2+ messages)

[PATCH 4/5] kexec: fallback to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported
 2018-03-28 13:15 UTC  (42+ messages)
` [PATCH v4 2/5] kexec: do not special-case the -s option
` [PATCH v4 5/5] kexec: document -s, -c and -a options
` [PATCH v5 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD
` [PATCH v5 2/5] kexec: Fix option checks to take KEXEC_FILE_LOAD into account
` [PATCH v5 3/5] kexec: Do not special-case the -s option
` [PATCH v5 4/5] kexec: Add option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported
            ` [PATCH v6 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD
              ` [PATCH v6 2/5] kexec: Fix option checks to take KEXEC_FILE_LOAD into account
              ` [PATCH v6 3/5] kexec: Do not special-case the -s option
              ` [PATCH v6 4/5] kexec: Add option to revert -s
              ` [PATCH v6 5/5] kexec: Add option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported
              ` [PATCH 6/6] kexec: Document -s, -c and -a options in the man page
` [PATCH v5 5/5] kexec: Document -s, -c and -a options

[PATCH net-next v2 0/2] kernel: add support to collect hardware logs in crash recovery kerne
 2018-03-27 16:29 UTC 

[PATCH net-next v2 0/2] kernel: add support to collect hardware logs in crash recovery kernel
 2018-03-27 15:59 UTC  (12+ messages)
` [PATCH net-next v2 1/2] fs/crashdd: add API to collect hardware dump in second kernel
` [PATCH net-next v2 2/2] cxgb4: "

[RESEND PATCH 1/2] dt-ops: Add helper API to dump fdt blob
 2018-03-27 13:31 UTC  (7+ messages)
` [RESEND PATCH 2/2] kexec-arm64: Add functionality to dump 2nd dtb

[RFC] arm64: extra entries in /proc/iomem for kexec
 2018-03-27 13:32 UTC  (7+ messages)

[PATCH 0/2] Kexec_file: Load kernel at top of system ram
 2018-03-26 15:04 UTC  (14+ messages)
` [PATCH 1/2] resource: add walk_system_ram_res_rev()
` [PATCH 2/2] kexec_file: Load kernel at top of system RAM if required

[PATCH] kexec/ppc64: leverage kexec_file_load support
 2018-03-26  8:49 UTC  (4+ messages)

[PATCH v2] kexec/ppc64: leverage kexec_file_load support
 2018-03-26  8:46 UTC 

[PATCH net-next 0/2] kernel: add support to collect hardware logs in crash recovery kernel
 2018-03-24 12:42 UTC  (6+ messages)
` [PATCH net-next 1/2] fs/crashdd: add API to collect hardware dump in second kernel
` [PATCH net-next 2/2] cxgb4: "

[PATCH] Fix array index out of bound exception
 2018-03-23 11:40 UTC  (4+ messages)
` [PATCH makedumpfile] "

[PATCH v2 00/11] kexec_file: Clean up purgatory load
 2018-03-23  9:41 UTC  (15+ messages)
` [PATCH v2 01/11] kexec_file: Silence compile warnings
` [PATCH v2 02/11] kexec_file: Remove checks in kexec_purgatory_load
` [PATCH v2 03/11] kexec_file: Make purgatory_info->ehdr const
` [PATCH v2 04/11] kexec_file: Search symbols in read-only kexec_purgatory
` [PATCH v2 05/11] kexec_file: Use read-only sections in arch_kexec_apply_relocations*
` [PATCH v2 06/11] kexec_file: Split up __kexec_load_puragory
` [PATCH v2 07/11] kexec_file: Remove unneeded for-loop in kexec_purgatory_setup_sechdrs
` [PATCH v2 08/11] kexec_file: Remove unneeded variables "
` [PATCH v2 09/11] kexec_file: Remove mis-use of sh_offset field during purgatory load
` [PATCH v2 10/11] kexec_file: Allow archs to set purgatory load address
` [PATCH v2 11/11] kexec_file: Move purgatories sha256 to common code

[PATCHv5 0/3] enable nr_cpus for powerpc
 2018-03-23  5:28 UTC  (6+ messages)
` [PATCHv5 1/3] powerpc, cpu: partially unbind the mapping between cpu logical id and its seq in dt
` [PATCHv5 2/3] powerpc, cpu: handling the special case when boot_cpuid greater than nr_cpus
` [PATCHv5 3/3] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit

[PATCH 24/45] kexec: call do_kexec_load() in compat syscall directly
 2018-03-22  9:00 UTC 

[RFC v2 0/2] kernel: add support to collect hardware logs in crash recovery kernel
 2018-03-20 13:30 UTC  (6+ messages)
` [RFC v2 1/2] proc/crashdd: add API to collect hardware dump in second kernel
` [RFC v2 2/2] cxgb4: "

[makedumpfile PATCH v2] Always use bigger SECTION_MAP_MASK
 2018-03-20 12:48 UTC  (2+ messages)

[PATCH 00/11] kexec_file: Clean up purgatory load
 2018-03-20  9:49 UTC  (23+ messages)
` [PATCH 08/11] kexec_file: Simplify kexec_purgatory_setup_sechdrs 2
` [PATCH 09/11] kexec_file: Remove mis-use of sh_offset field
` [PATCH 11/11] kexec_file: Move purgatories sha256 to common code

[PATCH v8 00/13] arm64: kexec: add kexec_file_load() support
 2018-03-20  3:48 UTC  (6+ messages)
` [PATCH v8 01/13] resource: add walk_system_ram_res_rev()

[PATCH 4.9 022/241] x86/mce: Handle broadcasted MCE gracefully with kexec
 2018-03-19 18:04 UTC 

[PATCH AUTOSEL for 4.14 83/97] x86/gart: Exclude GART aperture from vmcore
 2018-03-19 15:56 UTC 

[PATCH AUTOSEL for 4.15 110/124] x86/gart: Exclude GART aperture from vmcore
 2018-03-19 15:49 UTC 

[PATCH 1/2] dt-ops: Add helper API to dump fdt blob
 2018-03-19 10:36 UTC  (4+ messages)
` [PATCH 2/2] kexec-arm64: Add functionality to dump 2nd dtb

[PATCH v4 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD
 2018-03-16 11:44 UTC  (11+ messages)
` [PATCH v4 4/5] kexec: add option to fall back to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported

[Query] ARM64 kaslr support - randomness, seeding and kdump
 2018-03-16  9:35 UTC  (13+ messages)

[makedumpfile PATCH] Always use bigger SECTION_MAP_MASK
 2018-03-14  6:14 UTC  (4+ messages)

[PATCH v2 0/7] kexec_file, x86, powerpc: refactoring for other architecutres
 2018-03-14  2:14 UTC  (13+ messages)
` [PATCH v2 2/7] kexec_file, x86, powerpc: factor out kexec_file_ops functions

[PATCHv4 0/3] enable nr_cpus for powerpc
 2018-03-14  2:02 UTC  (7+ messages)
` [PATCHv4 1/3] powerpc, cpu: partially unbind the mapping between cpu logical id and its seq in dt
` [PATCHv4 2/3] powerpc, cpu: handling the special case when boot_cpuid greater than nr_cpus
` [PATCHv4 3/3] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit

[PATCH 1/5] kexec: Return -ENOSYS when kexec does not know how to call KEXEC_FILE_LOAD
 2018-03-13 20:43 UTC  (4+ messages)
` [PATCH 4/5] kexec: fallback to KEXEC_LOAD when KEXEC_FILE_LOAD is not supported

[PATCH] makedumpfile: fix for hugepages filtering
 2018-03-09  5:58 UTC  (2+ messages)

[RESEND PATCH] makedumpfile: fix for hugepages filtering
 2018-03-09  5:26 UTC 


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).