kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 08:32:57 to 2021-06-12 13:15:43 UTC [more...]

[PATCH] fs/proc/vmcore: hide mmap_vmcore_fault() and vmcore_mmap_ops for nommu
 2021-06-12 13:09 UTC 

[PATCH v3 0/9] Remove DISCONTIGMEM memory model
 2021-06-12  5:43 UTC  (14+ messages)
` [PATCH v3 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v3 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v3 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v3 4/9] m68k: "
` [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v3 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v3 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v3 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v3 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH v1 0/2] firmware: dmi_scan: Make it work in kexec'ed kernel
 2021-06-12  4:40 UTC  (9+ messages)

Compiling makedumpfile from source
 2021-06-11  9:07 UTC 

Compiling makedumpfile from source
 2021-06-11  8:38 UTC  (2+ messages)

Compiling makedumpfile from source
 2021-06-11  5:04 UTC  (3+ messages)

Compiling makedumpfile (and elfutils) from source
 2021-06-10  9:10 UTC 

[PATCH makedumpfile] Add -L option to limit output file size
 2021-06-10  8:24 UTC 

[PATCH v2 0/5] arm64: Make kexec_file_load honor iomem reservations
 2021-06-09 22:39 UTC  (12+ messages)
` [PATCH v2 1/5] arm64: kexec_file: Forbid non-crash kernels
` [PATCH v2 2/5] kexec_file: Make locate_mem_hole_callback global
` [PATCH v2 3/5] kernel/resource: Allow find_next_iomem_res() to exclude overlapping child resources
` [PATCH v2 4/5] kernel/resource: Introduce walk_system_ram_excluding_child_res()
` [PATCH v2 5/5] arm64: kexec_image: Restore full kexec functionnality

[PATCH v2 0/9] Remove DISCINTIGMEM memory model
 2021-06-09 14:50 UTC  (18+ messages)
` [PATCH v2 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v2 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v2 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v2 4/9] m68k: "
` [PATCH v2 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v2 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v2 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v2 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH v3] Documentation: kdump: update kdump guide
 2021-06-09 12:20 UTC  (2+ messages)

[PATCH 0/9] Remove DISCINTIGMEM memory model
 2021-06-09 10:58 UTC  (20+ messages)
` [PATCH 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH 2/9] arc: update comment about HIGHMEM implementation
` [PATCH 3/9] arc: remove support for DISCONTIGMEM
` [PATCH 4/9] m68k: "
` [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH 7/9] docs: remove description of DISCONTIGMEM
` [PATCH 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH] crash_core, vmcoreinfo: Append 'SECTION_SIZE_BITS' to vmcoreinfo
 2021-06-09  2:47 UTC  (5+ messages)

[PATCH v15 00/15] arm64: MMU enabled kexec relocation
 2021-06-09  0:44 UTC  (16+ messages)
` [PATCH v15 01/15] arm64: kernel: add helper for booted at EL2 and not VHE
` [PATCH v15 02/15] arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
` [PATCH v15 03/15] arm64: hibernate: abstract ttrb0 setup function
` [PATCH v15 04/15] arm64: kexec: flush image and lists during kexec load time
` [PATCH v15 05/15] arm64: kexec: skip relocation code for inplace kexec
` [PATCH v15 06/15] arm64: kexec: Use dcache ops macros instead of open-coding
` [PATCH v15 07/15] arm64: kexec: pass kimage as the only argument to relocation function
` [PATCH v15 08/15] arm64: kexec: configure EL2 vectors for kexec
` [PATCH v15 09/15] arm64: kexec: relocate in EL1 mode
` [PATCH v15 10/15] arm64: kexec: use ld script for relocation function
` [PATCH v15 11/15] arm64: kexec: install a copy of the linear-map
` [PATCH v15 12/15] arm64: kexec: keep MMU enabled during kexec relocation
` [PATCH v15 13/15] arm64: kexec: remove the pre-kexec PoC maintenance
` [PATCH v15 14/15] arm64: kexec: remove cpu-reset.h
` [PATCH v15 15/15] arm64: trans_pgd: remove trans_pgd_map_page()

[PATCH 00/18] arm64: MMU enabled kexec relocation
 2021-06-08 17:46 UTC  (27+ messages)
` [PATCH 01/18] arm64: hyp-stub: Check the size of the HYP stub's vectors
` [PATCH 02/18] arm64: hyp-stub: Move invalid vector entries into the vectors
` [PATCH 03/18] arm64: hyp-stub: Move elx_sync "
` [PATCH 04/18] arm64: kernel: add helper for booted at EL2 and not VHE
` [PATCH 05/18] arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
` [PATCH 06/18] arm64: hibernate: abstract ttrb0 setup function
` [PATCH 07/18] arm64: kexec: flush image and lists during kexec load time
` [PATCH 08/18] arm64: kexec: skip relocation code for inplace kexec
` [PATCH 09/18] arm64: kexec: Use dcache ops macros instead of open-coding
` [PATCH 10/18] arm64: kexec: pass kimage as the only argument to relocation function
` [PATCH 11/18] arm64: kexec: kexec may require EL2 vectors
` [PATCH 12/18] arm64: kexec: relocate in EL1 mode
` [PATCH 13/18] arm64: kexec: use ld script for relocation function
` [PATCH 14/18] arm64: kexec: install a copy of the linear-map
` [PATCH 15/18] arm64: kexec: keep MMU enabled during kexec relocation
` [PATCH 16/18] arm64: kexec: remove the pre-kexec PoC maintenance
` [PATCH 17/18] arm64: kexec: Remove cpu-reset.h
` [PATCH 18/18] arm64/mm: remove useless trans_pgd_map_page()

[PATCH] makedumpfile/arm64: get SECTIONS_SIZE_BITS from sysfs
 2021-06-08  9:29 UTC  (5+ messages)

[PATCH] add support for zstd
 2021-06-07  6:02 UTC  (4+ messages)

[PATCHv2] arm64/crashdump-arm64: deduce the paddr of _text
 2021-06-06  6:54 UTC  (2+ messages)

[RFC v2 00/43] PKRAM: Preserved-over-Kexec RAM
 2021-06-05 13:39 UTC  (2+ messages)

[PATCH 0/3] warn and suppress irqflood
 2021-06-05  2:32 UTC  (3+ messages)

[PATCH] Documentation: kdump: update kdump guide
 2021-06-04  4:44 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH 0/2] arm64: kexec_file_load vs memory reservations
 2021-06-02 16:58 UTC  (6+ messages)

[PATCH v1 2/2] firmware: dmi_scan: Pass dmi_entry_point to kexec'ed kernel
 2021-06-02  8:53 UTC  (7+ messages)

[PATCH V2 4/6] mm: rename the global section array to mem_sections
 2021-06-02  5:22 UTC  (11+ messages)

[PATCH v2 0/4] kernel: fix some spelling mistakes
 2021-06-01 23:54 UTC  (6+ messages)
` [PATCH v2 1/4] kprobes: Fix "
` [PATCH v2 2/4] kgdb: "
` [PATCH v2 3/4] kexec: fix a spelling mistake in comment
` [PATCH v2 4/4] time: Fix spelling mistakes

[PATCH v2] x86/efi: unconditionally hold the whole low-1MB memory regions
 2021-05-31 14:26 UTC  (7+ messages)

[PATCH 0/4] arm64: Make kexec_file_load honor iomem reservations
 2021-05-31  6:02 UTC  (11+ messages)
` [PATCH 1/4] kexec_file: Make locate_mem_hole_callback global
` [PATCH 2/4] kernel/resource: Populate child pointer in find_next_iomem_res()
` [PATCH 3/4] kernel/resource: Add walk_excluding_child_res() helper
` [PATCH 4/4] arm64: kexec_image: Implement arch_kexec_locate_mem_hole()

[PATCH 0/1] kernel: fix numerous spelling mistakes
 2021-05-29  0:39 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 4/5] mm: rename the global section array to mem_sections
 2021-05-25  8:32 UTC  (3+ messages)

Setting "orig_video_isVGA" when handing off Linux framebuffer
 2021-05-24 22:19 UTC  (4+ messages)

[PATCH] x86/efi: Do not release sub-1MB memory regions when the crashkernel option is specified
 2021-05-24  8:32 UTC  (6+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).