June 2016 Archives by date
Starting: Wed Jun 1 13:26:38 PDT 2016
Ending: Thu Jun 30 22:11:12 PDT 2016
Messages: 310
- [PATCH] kexec-tools: find sysfs smarter
Josef Bacik
- [PATCH] kexec-tools: find sysfs smarter
Pratyush Anand
- [PATCH 1/8] ARM: kdump: advertise boot aliased crash kernel resource
Russell King
- [PATCH 2/8] ARM: kexec: advertise location of bootable RAM
Russell King
- [PATCH 3/8] kexec: don't invoke OOM-killer for control page allocation
Russell King
- [PATCH 4/8] kexec: ensure user memory sizes do not wrap
Russell King
- [PATCH 5/8] kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t
Russell King
- [PATCH 6/8] kexec: allow architectures to override boot mapping
Russell King
- [PATCH 7/8] ARM: keystone: dts: add psci command definition
Russell King
- [PATCH 8/8] ARM: kexec: fix kexec for Keystone 2
Russell King
- [PATCH v17 01/13] arm64: Add back cpu reset routines
Geoff Levand
- [PATCH v17 00/13] arm64 kexec kernel patches
Geoff Levand
- [PATCH v17 02/13] arm64: Add cpus_are_stuck_in_kernel
Geoff Levand
- [PATCH v17 09/13] arm64: kdump: add kdump support
Geoff Levand
- [PATCH v17 03/13] arm64/kexec: Add core kexec support
Geoff Levand
- [PATCH v17 12/13] arm64: kdump: update a kernel doc
Geoff Levand
- [PATCH v17 08/13] arm64: kdump: implement machine_crash_shutdown()
Geoff Levand
- [PATCH v17 13/13] Documentation: dt: usable-memory and elfcorehdr nodes for arm64 kexec
Geoff Levand
- [PATCH v17 10/13] arm64: kdump: add VMCOREINFO for user-space coredump tools
Geoff Levand
- [PATCH v17 07/13] arm64: limit memory regions based on DT property, usable-memory
Geoff Levand
- [PATCH v17 04/13] arm64/kexec: Add pr_debug output
Geoff Levand
- [PATCH v17 11/13] arm64: kdump: enable kdump in the arm64 defconfig
Geoff Levand
- [PATCH v17 05/13] arm64/kexec: Enable kexec in the arm64 defconfig
Geoff Levand
- [PATCH v17 06/13] arm64: kdump: reserve memory for crash dump kernel
Geoff Levand
- [PATCH kexec-tools v2 00/32] Keystone II updates for kexec tools
Russell King - ARM Linux
- [PATCH kexec-tools v2 01/32] kdump: mmap() and munmap() only work on page-aligned quantites
Russell King
- [PATCH kexec-tools v2 02/32] kdump: fix multiple program header entries
Russell King
- [PATCH kexec-tools v2 03/32] kdump: actually write out the memory
Russell King
- [PATCH kexec-tools v2 04/32] kdump: fix kdump mapping
Russell King
- [PATCH kexec-tools v2 05/32] arm: fix kdump to work on LPAE systems
Russell King
- [PATCH kexec-tools v2 06/32] kdump: print mmap() offset in hex
Russell King
- [PATCH kexec-tools v2 07/32] kexec: fix warnings caused by selecting 64-bit file IO on 32-bit platforms
Russell King
- [PATCH kexec-tools v2 08/32] kexec: add max_size to memory_ranges
Russell King
- [PATCH kexec-tools v2 09/32] kexec: phys_to_virt() must take unsigned long long
Russell King
- [PATCH kexec-tools v2 10/32] kexec: add generic helper to add to memory_regions
Russell King
- [PATCH kexec-tools v2 11/32] kexec: add mem_regions sorting implementation
Russell King
- [PATCH kexec-tools v2 12/32] kexec: add helper to exlude a region from a set of memory ranges
Russell King
- [PATCH kexec-tools v2 13/32] arm: fix pointer signedness warning in kexec-uImage-arm.c
Russell King
- [PATCH kexec-tools v2 14/32] arm: fix off-by-one on memory end
Russell King
- [PATCH kexec-tools v2 15/32] arm: fix get_kernel_stext_sym() to close its file
Russell King
- [PATCH kexec-tools v2 16/32] arm: fix ELF32/ELF64 check
Russell King
- [PATCH kexec-tools v2 17/32] arm: return proper error for missing crash kernel
Russell King
- [PATCH kexec-tools v2 18/32] arm: report if crash kernel is out of bounds
Russell King
- [PATCH kexec-tools v2 19/32] arm: add memory ranges debug
Russell King
- [PATCH kexec-tools v2 20/32] arm: add maximum number of memory ranges
Russell King
- [PATCH kexec-tools v2 21/32] arm: parse crash_reserved_mem early
Russell King
- [PATCH kexec-tools v2 22/32] arm: use generic mem_region sorting implementation
Russell King
- [PATCH kexec-tools v2 23/32] arm: move crash system RAM parsing earlier
Russell King
- [PATCH kexec-tools v2 24/32] arm: add support for platforms with boot memory aliases
Russell King
- [PATCH kexec-tools v2 25/32] arm: crashdump needs boot alias of crash kernel region
Russell King
- [PATCH kexec-tools v2 26/32] arm: rename crash_reserved_mem to crash_kernel_mem
Russell King
- [PATCH kexec-tools v2 27/32] arm: add support for multiple reserved regions
Russell King
- [PATCH kexec-tools v2 28/32] arm: add support for boot-time crash kernel resource
Russell King
- [PATCH kexec-tools v2 29/32] arm: add debug of reserved and coredump memory ranges
Russell King
- [PATCH kexec-tools v2 30/32] arm: fix type of phys_offset
Russell King
- [PATCH kexec-tools v2 31/32] arm: clean up phys/page offset debug
Russell King
- [PATCH kexec-tools v2 32/32] arm: report which ELF core format we will use
Russell King
- [PATCH v17 00/13] arm64 kexec kernel patches
AKASHI Takahiro
- [PATCH kexec-tools v2 04/32] kdump: fix kdump mapping
Pratyush Anand
- [PATCH V7] makedumpfile: exclude page structures of non-dumped pages
Atsushi Kumagai
- [PATCH 2/3] makedumpfile: Mark unstored ELF pages as filtered
Atsushi Kumagai
- [ANNOUNCE] makedumpfile: v1.6.0 release date
Atsushi Kumagai
- [PATCH kexec-tools v2 12/32] kexec: add helper to exlude a region from a set of memory ranges
Pratyush Anand
- [PATCH kexec-tools v2 16/32] arm: fix ELF32/ELF64 check
Pratyush Anand
- [PATCH kexec-tools v2 18/32] arm: report if crash kernel is out of bounds
Pratyush Anand
- [PATCH kexec-tools v2 00/32] Keystone II updates for kexec tools
Simon Horman
- [PATCH kexec-tools v2 10/32] kexec: add generic helper to add to memory_regions
Baoquan He
- [PATCH kexec-tools v2 10/32] kexec: add generic helper to add to memory_regions
Simon Horman
- [PATCH v17 00/13] arm64 kexec kernel patches
AKASHI Takahiro
- makedumpfile-1.6.0: Exclude page structures of non-dumped pages
Atsushi Kumagai
- [PATCH v17 01/13] arm64: Add back cpu reset routines
James Morse
- [PATCH v17 02/13] arm64: Add cpus_are_stuck_in_kernel
James Morse
- [PATCH v17 10/13] arm64: kdump: add VMCOREINFO for user-space coredump tools
Suzuki K Poulose
- [PATCH v17 10/13] arm64: kdump: add VMCOREINFO for user-space coredump tools
Suzuki K Poulose
- [PATCH] Remove "max" parameter comment
Russell King
- [PATCH] Remove "max" parameter comment
Pratyush Anand
- [PATCH v17 01/13] arm64: Add back cpu reset routines
Geoff Levand
- [PATCH v17 02/13] arm64: Add cpus_are_stuck_in_kernel
Geoff Levand
- [PATCH v18 02/13] arm64: Add cpus_are_stuck_in_kernel
Geoff Levand
- [PATCH v18 05/13] arm64/kexec: Enable kexec in the arm64 defconfig
Geoff Levand
- [PATCH v18 09/13] arm64: kdump: add kdump support
Geoff Levand
- [PATCH v18 07/13] arm64: limit memory regions based on DT property, usable-memory
Geoff Levand
- [PATCH v18 03/13] arm64/kexec: Add core kexec support
Geoff Levand
- [PATCH v18 08/13] arm64: kdump: implement machine_crash_shutdown()
Geoff Levand
- [PATCH v18 01/13] arm64: Add back cpu reset routines
Geoff Levand
- [PATCH v18 04/13] arm64/kexec: Add pr_debug output
Geoff Levand
- [PATCH v18 00/13] arm64 kexec kernel patches
Geoff Levand
- [PATCH v18 06/13] arm64: kdump: reserve memory for crash dump kernel
Geoff Levand
- [PATCH v18 11/13] arm64: kdump: enable kdump in the arm64 defconfig
Geoff Levand
- [PATCH v18 13/13] Documentation: dt: usable-memory and elfcorehdr nodes for arm64 kexec
Geoff Levand
- [PATCH v18 12/13] arm64: kdump: update a kernel doc
Geoff Levand
- [PATCH v18 10/13] arm64: kdump: add VMCOREINFO for user-space coredump tools
Geoff Levand
- [PATCH v17 10/13] arm64: kdump: add VMCOREINFO for user-space coredump tools
AKASHI Takahiro
- [PATCH] arm64:kexec: Memstart should not be before the kernel start address
Geoff Levand
- [PATCH 0/8] kexec_file_load implementation for PowerPC
Thiago Jung Bauermann
- [PATCH 1/8] kexec_file: Remove unused members from struct kexec_buf.
Thiago Jung Bauermann
- [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH 3/8] powerpc: Factor out relocation code from module_64.c to elf_util_64.c.
Thiago Jung Bauermann
- [PATCH 4/8] powerpc: Generalize elf64_apply_relocate_add.
Thiago Jung Bauermann
- [PATCH 5/8] powerpc: Add functions to read ELF files of any endianness.
Thiago Jung Bauermann
- [PATCH 6/8] powerpc: Implement kexec_file_load.
Thiago Jung Bauermann
- [PATCH 7/8] powerpc: Add support for loading ELF kernels with kexec_file_load.
Thiago Jung Bauermann
- [PATCH 8/8] powerpc: Add purgatory for kexec_file_load implementation.
Thiago Jung Bauermann
- [PATCH 0/8] kexec_file_load implementation for PowerPC
Dave Young
- [PATCH 1/8] kexec_file: Remove unused members from struct kexec_buf.
Dave Young
- [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH 2/8] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH v18 08/13] arm64: kdump: implement machine_crash_shutdown()
AKASHI Takahiro
- [PATCH v2 0/9] kexec_file_load implementation for PowerPC
Thiago Jung Bauermann
- [PATCH v2 1/9] kexec_file: Remove unused members from struct kexec_buf.
Thiago Jung Bauermann
- [PATCH v2 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v2 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v2 4/9] powerpc: Factor out relocation code from module_64.c to elf_util_64.c.
Thiago Jung Bauermann
- [PATCH v2 5/9] powerpc: Generalize elf64_apply_relocate_add.
Thiago Jung Bauermann
- [PATCH v2 6/9] powerpc: Add functions to read ELF files of any endianness.
Thiago Jung Bauermann
- [PATCH v2 7/9] powerpc: Implement kexec_file_load.
Thiago Jung Bauermann
- [PATCH v2 8/9] powerpc: Add support for loading ELF kernels with kexec_file_load.
Thiago Jung Bauermann
- [PATCH v2 9/9] powerpc: Add purgatory for kexec_file_load implementation.
Thiago Jung Bauermann
- kexec failures with DEBUG_RODATA
Russell King - ARM Linux
- kexec failures with DEBUG_RODATA
Kees Cook
- [PATCH v18 08/13] arm64: kdump: implement machine_crash_shutdown()
Geoff Levand
- kexec failures with DEBUG_RODATA
Baoquan He
- [PATCH v2 2/9] kexec_file: Generalize kexec_add_buffer.
Dave Young
- kexec failures with DEBUG_RODATA
Pratyush Anand
- [PATCH v18 03/13] arm64/kexec: Add core kexec support
AKASHI Takahiro
- [PATCH v2 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v18 03/13] arm64/kexec: Add core kexec support
James Morse
- [PATCH v18 04/13] arm64/kexec: Add pr_debug output
James Morse
- kexec failures with DEBUG_RODATA
Russell King - ARM Linux
- kexec failures with DEBUG_RODATA
Russell King - ARM Linux
- kexec failures with DEBUG_RODATA
Kees Cook
- kexec failures with DEBUG_RODATA
Russell King - ARM Linux
- kexec failures with DEBUG_RODATA
Kees Cook
- kexec failures with DEBUG_RODATA
Russell King - ARM Linux
- [PATCH v2 2/9] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH v2 0/9] kexec_file_load implementation for PowerPC
Michael Ellerman
- [PATCH] Revert "mm: rename _count, field of the struct page, to _refcount"
Vitaly Kuznetsov
- [PATCH] Revert "mm: rename _count, field of the struct page, to _refcount"
Christoph Hellwig
- [PATCH] Revert "mm: rename _count, field of the struct page, to _refcount"
Vlastimil Babka
- [PATCH] Revert "mm: rename _count, field of the struct page, to _refcount"
Vitaly Kuznetsov
- [PATCH] Revert "mm: rename _count, field of the struct page, to _refcount"
Michal Hocko
- [PATCH] Revert "mm: rename _count, field of the struct page, to _refcount"
Vitaly Kuznetsov
- [PATCH] Revert "mm: rename _count, field of the struct page, to _refcount"
Michal Hocko
- [PATCH] makedumpfile: support _count -> _refcount rename in struct page
Vitaly Kuznetsov
- [PATCH] makedumpfile: support _count -> _refcount rename in struct page
Dave Anderson
- [PATCH] makedumpfile: support _count -> _refcount rename in struct page
Vitaly Kuznetsov
- [PATCH v2 0/9] kexec_file_load implementation for PowerPC
Thiago Jung Bauermann
- [PATCH v2 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v18 03/13] arm64/kexec: Add core kexec support
Geoff Levand
- [PATCH v18 04/13] arm64/kexec: Add pr_debug output
Geoff Levand
- [PATCH v19 02/13] arm64: Add back cpu reset routines
Geoff Levand
- [PATCH v19 03/13] arm64/kexec: Add core kexec support
Geoff Levand
- [PATCH v19 01/13] arm64: Add cpus_are_stuck_in_kernel
Geoff Levand
- [PATCH v19 04/13] arm64/kexec: Enable kexec in the arm64 defconfig
Geoff Levand
- [PATCH v19 00/13] arm64 kexec kernel patches
Geoff Levand
- [PATCH v19 05/13] arm64/kexec: Add pr_debug output
Geoff Levand
- [PATCH v19 11/13] arm64: kdump: enable kdump in the arm64 defconfig
Geoff Levand
- [PATCH v19 07/13] arm64: limit memory regions based on DT property, usable-memory
Geoff Levand
- [PATCH v19 10/13] arm64: kdump: add VMCOREINFO's for user-space coredump tools
Geoff Levand
- [PATCH v19 08/13] arm64: kdump: implement machine_crash_shutdown()
Geoff Levand
- [PATCH v19 12/13] arm64: kdump: update a kernel doc
Geoff Levand
- [PATCH v19 09/13] arm64: kdump: add kdump support
Geoff Levand
- [PATCH v19 06/13] arm64: kdump: reserve memory for crash dump kernel
Geoff Levand
- [PATCH v19 13/13] Documentation: dt: usable-memory and elfcorehdr nodes for arm64 kexec
Geoff Levand
- [PATCH] makedumpfile: support _count -> _refcount rename in struct page
Atsushi Kumagai
- [PATCH v2 2/9] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH] makedumpfile: support _count -> _refcount rename in struct page
Vitaly Kuznetsov
- [PATCH v2] makedumpfile: support _count -> _refcount rename in struct page
Vitaly Kuznetsov
- [PATCH 0/2] Simple fix to the ARM kexec tools implementation
Russell King - ARM Linux
- [PATCH 1/2] arm: take account of TEXT_OFFSET for subsequent images
Russell King
- [PATCH 2/2] arm: fix kernel image size
Russell King
- [PATCH v2 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- From Sgt Hester
Sgt Hester A
- [PATCH v2 2/9] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH v19 10/13] arm64: kdump: add VMCOREINFO's for user-space coredump tools
Pratyush Anand
- [PATCH 1/2] sadump: fix segmentation fault on sadump-related formats
HATAYAMA Daisuke
- [PATCH 2/2] sadump: fix wrong progress report on sadump formats
HATAYAMA Daisuke
- [PATCH v19 03/13] arm64/kexec: Add core kexec support
James Morse
- Proposal for run time memory allocation for crash kernel
Ronit halder
- [PATCH v2 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v19 05/13] arm64/kexec: Add pr_debug output
James Morse
- [PATCH v19 06/13] arm64: kdump: reserve memory for crash dump kernel
James Morse
- [PATCH v19 03/13] arm64/kexec: Add core kexec support
Geoff Levand
- [PATCH v19 05/13] arm64/kexec: Add pr_debug output
Geoff Levand
- [PATCH v19 06/13] arm64: kdump: reserve memory for crash dump kernel
AKASHI Takahiro
- [PATCH 0/6] kexec_file: Add buffer hand-over for the next kernel
Thiago Jung Bauermann
- [PATCH 1/6] kexec_file: Add buffer hand-over support for the next kernel
Thiago Jung Bauermann
- [PATCH 2/6] powerpc: kexec_file: Add buffer hand-over support for the next kernel
Thiago Jung Bauermann
- [PATCH 3/6] kexec_file: Allow skipping checksum calculation for some segments.
Thiago Jung Bauermann
- [PATCH 4/6] kexec_file: Add mechanism to update kexec segments.
Thiago Jung Bauermann
- [PATCH 5/6] kexec: Share logic to copy segment page contents.
Thiago Jung Bauermann
- [PATCH 6/6] IMA: Demonstration code for kexec buffer passing.
Thiago Jung Bauermann
- [PATCH v2] makedumpfile: support _count -> _refcount rename in struct page
Atsushi Kumagai
- [PATCH 0/2] Simple fix to the ARM kexec tools implementation
Pratyush Anand
- [PATCH v2] makedumpfile: support _count -> _refcount rename in struct page
Pratyush Anand
- [PATCH 2/2] arm: fix kernel image size
Tony Lindgren
- [PATCH v2] makedumpfile: support _count -> _refcount rename in struct page
Vitaly Kuznetsov
- [PATCH 0/2] Simple fix to the ARM kexec tools implementation
Russell King - ARM Linux
- [PATCH 2/2] arm: fix kernel image size
Russell King - ARM Linux
- [PATCH v2] makedumpfile: support _count -> _refcount rename in struct page
Pratyush Anand
- [PATCH v2] makedumpfile: support _count -> _refcount rename in struct page
Vitaly Kuznetsov
- [PATCH 2/2] arm: fix kernel image size
Tony Lindgren
- [PATCH 2/2] arm: fix kernel image size
Tony Lindgren
- kexec failures with DEBUG_RODATA
Pratyush Anand
- kexec failures with DEBUG_RODATA
Russell King - ARM Linux
- [PATCH 2/2] arm: fix kernel image size
Russell King - ARM Linux
- [PATCH 2/2] arm: fix kernel image size
Tony Lindgren
- [PATCH v3 0/9] kexec_file_load implementation for PowerPC
Thiago Jung Bauermann
- [PATCH v3 1/9] kexec_file: Remove unused members from struct kexec_buf.
Thiago Jung Bauermann
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v3 4/9] powerpc: Factor out relocation code from module_64.c to elf_util_64.c.
Thiago Jung Bauermann
- [PATCH v3 5/9] powerpc: Generalize elf64_apply_relocate_add.
Thiago Jung Bauermann
- [PATCH v3 6/9] powerpc: Add functions to read ELF files of any endianness.
Thiago Jung Bauermann
- [PATCH v3 7/9] powerpc: Implement kexec_file_load.
Thiago Jung Bauermann
- [PATCH v3 8/9] powerpc: Add support for loading ELF kernels with kexec_file_load.
Thiago Jung Bauermann
- [PATCH v3 9/9] powerpc: Add purgatory for kexec_file_load implementation.
Thiago Jung Bauermann
- [PATCH 2/2] arm: fix kernel image size
Russell King - ARM Linux
- [PATCH v2] makedumpfile: support _count -> _refcount rename in struct page
Atsushi Kumagai
- [PATCH 0/6] kexec_file: Add buffer hand-over for the next kernel
Dave Young
- [PATCH v19 10/13] arm64: kdump: add VMCOREINFO's for user-space coredump tools
AKASHI Takahiro
- [PATCH 2/2] arm: fix kernel image size
Tony Lindgren
- [PATCH 2/2] arm: fix kernel image size
Russell King - ARM Linux
- [PATCH 1/2] sadump: fix segmentation fault on sadump-related formats
HATAYAMA, Daisuke
- [PATCH 2/2] arm: fix kernel image size
Tony Lindgren
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Dave Young
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH 0/6] kexec_file: Add buffer hand-over for the next kernel
Mimi Zohar
- [PATCH v3 0/9] kexec_file_load implementation for PowerPC
Balbir Singh
- [PATCH 0/3] support other types of measurements
Mimi Zohar
- [PATCH 1/3] ima: measure other types of data
Mimi Zohar
- [PATCH 2/3] kexec: measure boot command line
Mimi Zohar
- [PATCH 3/3] ima: add pre-calculated measurements (experimental)
Mimi Zohar
- [PATCH 0/6] kexec_file: Add buffer hand-over for the next kernel
Thiago Jung Bauermann
- [PATCH v3 0/9] kexec_file_load implementation for PowerPC
Thiago Jung Bauermann
- [PATCH v2 1/2] refactor code parsing size based on memory range
Hari Bathini
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v3 0/9] kexec_file_load implementation for PowerPC
Balbir Singh
- [PATCH 1/2] sadump: fix segmentation fault on sadump-related formats
Atsushi Kumagai
- [PATCH] Remove "max" parameter comment
Simon Horman
- [PATCH 0/2] Simple fix to the ARM kexec tools implementation
Simon Horman
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Dave Young
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Dave Young
- [PATCH v19 10/13] arm64: kdump: add VMCOREINFO's for user-space coredump tools
Pratyush Anand
- [PATCH v19 10/13] arm64: kdump: add VMCOREINFO's for user-space coredump tools
AKASHI Takahiro
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v19 10/13] arm64: kdump: add VMCOREINFO's for user-space coredump tools
Pratyush Anand
- [PATCH v3 0/9] kexec_file_load implementation for PowerPC
Thiago Jung Bauermann
- [PATCH v20 00/14] arm64 kexec kernel patches
Geoff Levand
- [PATCH v20 04/14] arm64/kexec: Add core kexec support
Geoff Levand
- [PATCH v20 10/14] arm64: kdump: add kdump support
Geoff Levand
- [PATCH v20 06/14] arm64/kexec: Add pr_debug output
Geoff Levand
- [PATCH v20 12/14] arm64: kdump: enable kdump in the arm64 defconfig
Geoff Levand
- [PATCH v20 05/14] arm64/kexec: Enable kexec in the arm64 defconfig
Geoff Levand
- [PATCH v20 11/14] arm64: kdump: add VMCOREINFO's for user-space coredump tools
Geoff Levand
- [PATCH v20 08/14] arm64: limit memory regions based on DT property, usable-memory
Geoff Levand
- [PATCH v20 02/14] arm64: smp: Add function to determine if cpus are stuck in the kernel
Geoff Levand
- [PATCH v20 01/14] arm64: hibernate: Don't hibernate on systems with stuck CPUs
Geoff Levand
- [PATCH v20 03/14] arm64: Add back cpu reset routines
Geoff Levand
- [PATCH v20 09/14] arm64: kdump: implement machine_crash_shutdown()
Geoff Levand
- [PATCH v20 07/14] arm64: kdump: reserve memory for crash dump kernel
Geoff Levand
- [PATCH v20 14/14] Documentation: dt: usable-memory and elfcorehdr nodes for arm64 kexec
Geoff Levand
- [PATCH v20 13/14] arm64: kdump: update a kernel doc
Geoff Levand
- [PATCH v3 0/9] kexec_file_load implementation for PowerPC
Balbir Singh
- [PATCH v3 0/9] kexec_file_load implementation for PowerPC
Thiago Jung Bauermann
- [v2,1/2] refactor code parsing size based on memory range
Michael Ellerman
- [v2,1/2] refactor code parsing size based on memory range
Hari Bathini
- [PATCH v20 01/14] arm64: hibernate: Don't hibernate on systems with stuck CPUs
James Morse
- [PATCH v20 04/14] arm64/kexec: Add core kexec support
James Morse
- [PATCH v20 04/14] arm64/kexec: Add core kexec support
Catalin Marinas
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Dave Young
- [PATCH v20 04/14] arm64/kexec: Add core kexec support
James Morse
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v20 01/14] arm64: hibernate: Don't hibernate on systems with stuck CPUs
Geoff Levand
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v20 04/14] arm64/kexec: Add core kexec support
Geoff Levand
- [PATCH v20 00/14] arm64 kexec kernel patches
Catalin Marinas
- [PATCH v20 00/14] arm64 kexec kernel patches
Geoff Levand
- [PATCH v20 14/14] Documentation: dt: usable-memory and elfcorehdr nodes for arm64 kexec
Thiago Jung Bauermann
- No subject
Dave Young
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Dave Young
- [PATCH v20 14/14] Documentation: dt: usable-memory and elfcorehdr nodes for arm64 kexec
Michael Ellerman
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Dave Young
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v20 00/14] arm64 kexec kernel patches
AKASHI Takahiro
- [PATCH v20 00/14] arm64 kexec kernel patches
Catalin Marinas
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Dave Young
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v19 10/13] arm64: kdump: add VMCOREINFO's for user-space coredump tools
AKASHI Takahiro
- [PATCH v20 00/14] arm64 kexec kernel patches
AKASHI Takahiro
- [PATCH v20 13/14] arm64: kdump: update a kernel doc
Baoquan He
- [PATCH v20 13/14] arm64: kdump: update a kernel doc
Dave Young
- kexec_file_load signature verification failure
Dave Young
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Dave Young
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Thiago Jung Bauermann
- [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Dave Young
- [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer.
Dave Young
- [PATCH v20 00/14] arm64 kexec kernel patches
Pratyush Anand
- [RFC] arm64: kexec_file_load support
AKASHI Takahiro
Last message date:
Thu Jun 30 22:11:12 PDT 2016
Archived on: Thu Jun 30 22:06:22 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).