Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-10-14 03:13:35 to 2016-11-10 04:49:13 UTC [more...]

[PATCH 0/2] makedumpfile: Adapt code to get value of phys_base
 2016-11-10  4:48 UTC  (11+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] makedumpfile: Clean up unused KERNEL_IMAGE_SIZE

[PATCH v10 00/10] kexec_file_load implementation for PowerPC
 2016-11-10  3:27 UTC  (11+ messages)
` [PATCH v10 01/10] kexec_file: Allow arch-specific memory walking for kexec_add_buffer
` [PATCH v10 02/10] kexec_file: Change kexec_add_buffer to take kexec_buf as argument
` [PATCH v10 03/10] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer
` [PATCH v10 04/10] kexec_file: Add support for purgatory built as PIE
` [PATCH v10 05/10] powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead
` [PATCH v10 06/10] powerpc: Implement kexec_file_load
` [PATCH v10 07/10] powerpc: Add functions to read ELF files of any endianness
` [PATCH v10 08/10] powerpc: Add support for loading ELF kernels with kexec_file_load
` [PATCH v10 09/10] powerpc: Add purgatory for kexec_file_load implementation
` [PATCH v10 10/10] powerpc: Enable CONFIG_KEXEC_FILE in powerpc server defconfigs

[PATCH v6 00/10] ima: carry the measurement list across kexec
 2016-11-08 23:40 UTC  (17+ messages)
` [PATCH v6 01/10] powerpc: ima: Get the kexec buffer passed by the previous kernel
` [PATCH v6 02/10] ima: on soft reboot, restore the measurement list
  ` [Linux-ima-devel] "
` [PATCH v6 03/10] ima: permit duplicate measurement list entries
  ` [Linux-ima-devel] "
` [PATCH v6 04/10] ima: maintain memory size needed for serializing the measurement list
  ` [Linux-ima-devel] "
` [PATCH v6 05/10] powerpc: ima: Send the kexec buffer to the next kernel
` [PATCH v6 06/10] ima: on soft reboot, save the measurement list
` [PATCH v6 07/10] ima: store the builtin/custom template definitions in a list
  ` [Linux-ima-devel] "
` [PATCH v6 08/10] ima: support restoring multiple template formats
` [PATCH v6 09/10] ima: define a canonical binary_runtime_measurements list format
` [PATCH v6 10/10] ima: platform-independent hash value

[PATCH 1/2] Revert "kdump, vmcoreinfo: report memory sections virtual addresses"
 2016-11-08  1:29 UTC  (2+ messages)
` [PATCH 2/2] kexec: Change to export the value of phys_base instead of symbol address

[PATCH v1 0/4] arm64 kexec-tools patches
 2016-11-07  8:17 UTC  (11+ messages)
` [PATCH v1 1/4] kexec: (bugfix) calc correct end address of memory ranges in device tree
              ` Memory range end be inclusive or exclusive? "

[PATCH V2] arm64: Add support of R_AARCH64_PREL32 relocation in purgatory
 2016-11-07  8:14 UTC  (3+ messages)

[PATCH v2] arm64: Add support for additional relocations in the kexec purgatory code
 2016-11-07  8:12 UTC  (4+ messages)

[RFC] kexec_file: Add support for purgatory built as PIE
 2016-11-04 19:19 UTC  (5+ messages)

[Makedumpfile PATCH V2 0/4] x86_64: Fix page_offset for randomized base enabled
 2016-11-04 10:35 UTC  (7+ messages)
` [Makedumpfile PATCH V2 1/4] x86_64: Calculate page_offset from pt_load
` [Makedumpfile PATCH V2 2/4] x86_64: translate all VA to PA using page table values
` [Makedumpfile PATCH V2 3/4] x86_64: kill is_vmalloc_addr_x86_64()
` [Makedumpfile PATCH V2 4/4] x86_64: kill some unused initialization

[PATCH Makedumpfile 0/4] x86_64: Fix page_offset for randomized base enabled
 2016-11-04 10:35 UTC  (26+ messages)
` [PATCH] temp
` [PATCH Makedumpfile 1/4] x86_64: Calculate page_offset from pt_load
` [PATCH Makedumpfile 2/4] x86_64: translate all VA to PA using page table values
` [PATCH Makedumpfile 3/4] x86_64: kill is_vmalloc_addr_x86_64()
` [PATCH Makedumpfile 4/4] x86_64: kill some unused initialization

[PATCH v6 0/9] Fix kdump faults on system with amd iommu
 2016-11-04  5:29 UTC  (12+ messages)
` [PATCH v6 1/9] iommu/amd: Detect pre enabled translation
` [PATCH v6 2/9] iommu/amd: add several helper function
` [PATCH v6 3/9] iommu/amd: Define bit fields for DTE particularly
` [PATCH v6 4/9] iommu/amd: Add function copy_dev_tables
` [PATCH v6 5/9] iommu/amd: copy old trans table from old kernel
` [PATCH v6 6/9] iommu/amd: Don't update domain info to dte entry at iommu init stage
` [PATCH v6 7/9] iommu/amd: Update domain into to dte entry during device driver init
` [PATCH v6 8/9] iommu/amd: Add sanity check of irq remap information of old dev table entry
` [PATCH v6 9/9] iommu/amd: Don't copy GCR3 table root pointer

[PATCH v27 0/9] arm64: add kdump support
 2016-11-04  3:00 UTC  (12+ messages)
` [PATCH v27 1/9] memblock: add memblock_cap_memory_range()
` [PATCH v27 2/9] arm64: limit memory regions based on DT property, usable-memory-range
` [PATCH v27 3/9] arm64: kdump: reserve memory for crash dump kernel
` [PATCH v27 4/9] arm64: kdump: implement machine_crash_shutdown()
` [PATCH v27 5/9] arm64: kdump: add VMCOREINFO's for user-space tools
` [PATCH v27 6/9] arm64: kdump: provide /proc/vmcore file
` [PATCH v27 7/9] arm64: kdump: enable kdump in defconfig
` [PATCH v27 8/9] Documentation: kdump: describe arm64 port
` [PATCH v27 9/9] Documentation: dt: chosen properties for arm64 kdump

[PATCH v4 0/9] (kexec-tools) arm64: add kdump support
 2016-11-04  2:31 UTC  (13+ messages)
` [PATCH v4 1/9] kexec: exntend the semantics of kexec_iomem_for_each_line
` [PATCH v4 2/9] kexec: generalize and rename get_kernel_stext_sym()
  ` [Resend PATCH "
` [PATCH v4 3/9] arm64: identify PHYS_OFFSET correctly
` [PATCH v4 4/9] arm64: kdump: identify memory regions
` [PATCH v4 5/9] arm64: kdump: add elf core header segment
` [PATCH v4 6/9] arm64: kdump: set up kernel image segment
` [PATCH v4 7/9] arm64: kdump: set up other segments
` [PATCH v4 8/9] arm64: kdump: add DT properties to crash dump kernel's dtb
` [PATCH v4 9/9] arm64: kdump: Add support for binary image files

[PATCH] kexec: Export memory sections virtual addresses to vmcoreinfo
 2016-11-02 13:48 UTC  (14+ messages)

[PATCH] kexec: Increase the upper limit for RAM segments
 2016-11-01 19:24 UTC  (5+ messages)

[PATCH v26 0/7] arm64: add kdump support
 2016-11-01 12:19 UTC  (4+ messages)

[PATCH Makedumpfile 00/10] arm64 cleanup and kaslr support
 2016-11-01  9:11 UTC  (13+ messages)
` [PATCH Makedumpfile 01/10] arm64: cleanup code, comment, blank space, blank lines etc
` [PATCH Makedumpfile 02/10] read_vmcoreinfo_long: Allow to read hex values as well
` [PATCH Makedumpfile 03/10] Introduce read_vmcoreinfo_ulong()
` [PATCH Makedumpfile 04/10] arm64: use already available PAGESIZE() and PAGESHIFT() macros
` [PATCH Makedumpfile 05/10] arm64: fix page_offset definition
` [PATCH Makedumpfile 06/10] arm64: fix re-filtering
` [PATCH Makedumpfile 07/10] arm64: use value of VA_BITS and PHYS_OFFSET embedded into vmcore
` [PATCH Makedumpfile 08/10] arm64: immunize identity mapped address finding w.r.t. kernel changes
` [PATCH Makedumpfile 09/10] arm64: Add support for 4level 4K page translations table
` [PATCH Makedumpfile 10/10] arm64: fix memory layout as per changes in v4.6 kernel

[PATCH] Fix module module_init/init_size offsets for v4.5 kernel
 2016-10-31  6:17 UTC  (6+ messages)

[PATCH Makedumpfile 0/4] x86_64: Fix page_offset for randomized base enabled
 2016-10-27 13:25 UTC 

[PATCH] arm64: Add support of R_AARCH64_PREL32 relocation in purgatory
 2016-10-26 19:57 UTC  (2+ messages)

kexec and arm64 advice
 2016-10-26 13:52 UTC  (5+ messages)

[PATCH 4.8 105/140] x86/boot/smp: Dont try to poke disabled/non-existent APIC
 2016-10-26 12:22 UTC 

[PATCH] arch/x86: Don't try to poke disabled/non-existent APIC
 2016-10-25 18:32 UTC  (2+ messages)

makedumpfile issues many readpage_elf: Attempt to read non-existent page
 2016-10-25  9:19 UTC  (6+ messages)

[PATCH v3 0/8] (kexec-tools) arm64: add kdump support
 2016-10-24 23:02 UTC  (5+ messages)
` [PATCH v3 1/8] arm64: identify PHYS_OFFSET correctly

[PATCH net 0/2] net: dsa: bcm_sf2: Do not rely on kexec_in_progress
 2016-10-22 20:18 UTC  (4+ messages)
` [PATCH net 1/2] Revert "kexec: Export kexec_in_progress to modules"
` [PATCH net 2/2] net: dsa: bcm_sf2: Do not rely on kexec_in_progress

[PATCH] kexec: Export kexec_in_progress to modules
 2016-10-21 18:48 UTC  (6+ messages)

[PATCH v9 00/10] kexec_file_load implementation for PowerPC
 2016-10-21  2:40 UTC  (11+ messages)
` [PATCH v9 01/10] kexec_file: Allow arch-specific memory walking for kexec_add_buffer
` [PATCH v9 02/10] kexec_file: Change kexec_add_buffer to take kexec_buf as argument
` [PATCH v9 03/10] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer
` [PATCH v9 04/10] powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead
` [PATCH v9 05/10] powerpc: Factor out relocation code in module_64.c
` [PATCH v9 06/10] powerpc: Implement kexec_file_load
` [PATCH v9 07/10] powerpc: Add functions to read ELF files of any endianness
` [PATCH v9 08/10] powerpc: Add support for loading ELF kernels with kexec_file_load
` [PATCH v9 09/10] powerpc: Add purgatory for kexec_file_load implementation
` [PATCH v9 10/10] powerpc: Enable CONFIG_KEXEC_FILE in powerpc server defconfigs

[PATCH] arm64: Add support for additional relocations in the kexec purgatory code
 2016-10-20 10:12 UTC  (3+ messages)

[PATCH 4.7 23/31] arch/x86: Handle non enumerated CPU after physical hotplug
 2016-10-14 12:55 UTC 

[PATCH 4.8 26/37] arch/x86: Handle non enumerated CPU after physical hotplug
 2016-10-14 12:27 UTC 


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