Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-09 13:09:55 to 2015-05-13 02:11:09 UTC [more...]

[PATCH v11 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-05-13  2:10 UTC  (24+ messages)
` [PATCH v11 01/10] iommu/vt-d: New function to attach domain with id
` [PATCH v11 02/10] iommu/vt-d: Items required for kdump
` [PATCH v11 03/10] iommu/vt-d: Function to get existing context entry
` [PATCH v11 04/10] iommu/vt-d: functions to copy data from old mem
` [PATCH v11 05/10] iommu/vt-d: Add functions to load and save old re
` [PATCH v11 06/10] iommu/vt-d: datatypes and functions used for kdump
` [PATCH v11 07/10] iommu/vt-d: enable kdump support in iommu module
` [PATCH v11 08/10] iommu/vt-d: assign new page table for dma_map
` [PATCH v11 09/10] iommu/vt-d: Copy functions for irte
` [PATCH v11 10/10] iommu/vt-d: Use old irte in kdump kernel

[PATCH v2] kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path
 2015-05-12  8:43 UTC  (9+ messages)
    `  "
              `  "

[PATCH 0/13] makedumpfile: Avoid two pass filtering by using bitmap file
 2015-05-12  8:20 UTC  (2+ messages)

[v2 0/5] arm64: add kdump support
 2015-05-12  7:32 UTC  (24+ messages)
` [v2 1/5] arm64: kdump: reserve memory for crash dump kernel
` [v2 2/5] arm64: kdump: implement machine_crash_shutdown()
` [v2 3/5] arm64: kdump: do not go into EL2 before starting a crash dump kernel
` [v2 4/5] arm64: add kdump support
` [v2 5/5] arm64: enable kdump in the arm64 defconfig

[PATCH v9 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-05-12  6:41 UTC  (19+ messages)

[PATCH 13/13] Remove --non-cyclic option
 2015-05-11  6:36 UTC 

[PATCH 12/13] Adjust sadump path to the new code
 2015-05-11  6:34 UTC 

[PATCH 11/13] Adjust refiltering path to the new code
 2015-05-11  6:33 UTC 

[PATCH 10/13] Adjust --split/--reassemble path to the new code
 2015-05-11  6:32 UTC 

[PATCH 09/13] Adjust --mem-usage path to the new code
 2015-05-11  6:32 UTC 

[PATCH 08/13] Remove the old logic of writing ELF pages
 2015-05-11  6:29 UTC 

[PATCH 07/13] Integrate filtering process for ELF path
 2015-05-11  6:28 UTC 

[PATCH 06/13] Remove the old logic of writing kdump pages
 2015-05-11  6:27 UTC 

[PATCH 05/13] Communalize the function for creating 1st bitmap
 2015-05-11  6:26 UTC 

[PATCH 04/13] Integrate the main logic of writing kdump file
 2015-05-11  6:25 UTC 

[PATCH 03/13] Integrate the entry point of is_dumpable()
 2015-05-11  6:23 UTC 

[PATCH 02/13] Add option to specify working directory for the bitmap
 2015-05-11  6:22 UTC 

[PATCH 01/13] Organize bitmap structure for cyclic logic
 2015-05-11  6:15 UTC 

More on kexec/purgatory handover
 2015-05-09 13:21 UTC 

[v4 0/4] arm64: kvm: reset hyp context for kexec
 2015-05-08  1:18 UTC  (5+ messages)
` [v4 1/4] arm64: kvm: add a cpu tear-down function
` [v4 2/4] arm64: kvm: add kvm cpu hotplug
` [v4 3/4] arm64: kvm: remove !KEXEC dependency
` [v4 4/4] arm: kvm: add stub implementation for kvm_cpu_reset()

[PATCH v10 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-05-08  1:00 UTC  (33+ messages)
` [PATCH v10 01/10] iommu/vt-d: New function to attach domain with id
` [PATCH v10 02/10] iommu/vt-d: Items required for kdump
` [PATCH v10 03/10] iommu/vt-d: Function to get old context entry
` [PATCH v10 04/10] iommu/vt-d: functions to copy data from old mem
` [PATCH v10 05/10] iommu/vt-d: Add functions to load and save old re
` [PATCH v10 06/10] iommu/vt-d: datatypes and functions used for kdump
` [PATCH v10 07/10] iommu/vt-d: enable kdump support in iommu module
` [PATCH v10 08/10] iommu/vt-d: assign new page table for dma_map
` [PATCH v10 09/10] iommu/vt-d: Copy functions for irte
` [PATCH v10 10/10] iommu/vt-d: Use old irte in kdump kernel

[PATCH RFC 0/3] arm64: disable/enable d-cache support for
 2015-05-07 15:32 UTC  (11+ messages)
` [PATCH RFC 1/3] arm64: Add enable/disable d-cache support for purgatory
` [PATCH RFC 2/3] arm64: Pass RAM boundary to purgatory
` [PATCH RFC 3/3] arm64: Enable/disable D-cache before/after sha verification

[PATCH] arm64: Kexec: Add support for binary image
 2015-05-06 17:34 UTC  (4+ messages)
` [PATCH] arm64: kdump: "
` [PATCH] arm64: wait for transmit completion before next character transmission

commit 5edcbfd1368e break kexec on x86-64
 2015-05-04 22:09 UTC  (7+ messages)

[PATCH] purgatory: Disabling GCC's stack protection
 2015-04-30  5:21 UTC  (4+ messages)

[PATCH] purgatory: force PIC/PIE/SSP off
 2015-04-30  5:05 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] x86_64: fill out reloc list
 2015-04-29 10:35 UTC 

[PATCH] purgatory: Fix memcmp for src address increment
 2015-04-23  4:46 UTC  (2+ messages)

[PATCH RFC 0/6] Various fixes for purgatory and ARM64
 2015-04-23  2:23 UTC  (38+ messages)
` [PATCH RFC 1/6] purgatory: Fix memcmp for src address increment
` [PATCH RFC 2/6] purgatory: No need to sha256 update if ptr->len is zero
` [PATCH RFC 3/6] arm64: allocate memory for other segments after kernel
` [PATCH RFC 4/6] arm64: support reuse-cmdline option
` [PATCH RFC 5/6] arm64: Add support for binary image
` [PATCH RFC 6/6] arm64: wait for transmit completion before next character transmission

[PATCH] makedumpfile: Correct vmap_area_list support for i386 and ppc32
 2015-04-16  8:13 UTC 

[PATCH] makedumpfile: Free pages aren't removed in non-cyclic mode
 2015-04-16  8:14 UTC 

[v3 0/5] arm64: kvm: reset hyp context for kexec
 2015-04-15 12:49 UTC  (7+ messages)
` [v3 2/5] arm64: kvm: allow EL2 context to be reset on shutdown

[PATCH 1/2] kexec: implement -y (--no-sync) option
 2015-04-15  2:42 UTC  (8+ messages)
` [PATCH 2/2] kexec: remove ordering constraints from -x (--no-ifdown) and -y (--no-sync)
      ` [PATCH REPOST 1/2] kexec: implement -y (--no-sync) option
        ` [PATCH REPOST 2/2] kexec: remove ordering constraints from -x (--no-ifdown) and -y (--no-sync)

[PATCH 0/5] arm64: add kdump support
 2015-04-10  6:35 UTC  (5+ messages)
` [PATCH 1/5] arm64: kdump: reserve memory for crash dump kernel


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