kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-17 22:26:09 to 2021-01-30 07:10:25 UTC [more...]

[PATCH v14 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-01-30  7:10 UTC  (12+ messages)
` [PATCH v14 01/11] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN
` [PATCH v14 02/11] x86: kdump: make the lower bound of crash kernel reservation consistent
` [PATCH v14 03/11] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()
` [PATCH v14 04/11] x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch()
` [PATCH v14 05/11] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c
` [PATCH v14 06/11] x86/elf: Move vmcore_elf_check_arch_cross to arch/x86/include/asm/elf.h
` [PATCH v14 07/11] arm64: kdump: introduce some macroes for crash kernel reservation
` [PATCH v14 08/11] arm64: kdump: reimplement crashkernel=X
` [PATCH v14 09/11] x86, arm64: Add ARCH_WANT_RESERVE_CRASH_KERNEL config
` [PATCH v14 10/11] arm64: kdump: add memory for devices by DT property linux, usable-memory-range
` [PATCH v14 11/11] kdump: update Documentation about crashkernel

[PATCH v2] makedumpfile: Add initial mips64 support
 2021-01-29  8:27 UTC 

[PATCH] makedumpfile: Add initial mips64 support
 2021-01-29  7:44 UTC  (3+ messages)

Makedumpfile compile errors on Debian 10
 2021-01-29  6:23 UTC  (4+ messages)
  ` [External] "

[PATCH 0/3] makedumpfile/arm64: support flipped VA and 52-bit kernel VA
 2021-01-29  2:40 UTC  (4+ messages)
` [PATCH 1/3] Use vmcoreinfo note in /proc/kcore for --mem-usage option
` [PATCH 2/3] arm64: Make use of NUMBER(VA_BITS) in vmcoreinfo
` [PATCH 3/3] arm64: support flipped VA and 52-bit kernel VA

[PATCH v5 4/4] printk: use the lockless ringbuffer
 2021-01-29  1:46 UTC  (5+ messages)
` Issue in dmesg time with lockless ring buffer

[PATCH v2 0/1] dump kmessage before machine_kexec
 2021-01-28 21:43 UTC  (5+ messages)
` [PATCH v2 1/1] kexec: "

[MAKDUMPFILE PATCH 0/2] Get stats without writing dumpfile
 2021-01-28  9:00 UTC  (6+ messages)
` [MAKEDUMPFILE PATCH 1/2] Add option to prevent writing the dumpfile
` [MAKEDUMPFILE PATCH 2/2] Add shorthand option to show report stats

amdgpu problem after kexec
 2021-01-28  5:29 UTC  (2+ messages)

[PATCH v11 0/6] arm64: MMU enabled kexec relocation
 2021-01-27 17:27 UTC  (7+ messages)
` [PATCH v11 1/6] arm64: kexec: add expandable argument to relocation function
` [PATCH v11 2/6] arm64: kexec: use ld script for "
` [PATCH v11 3/6] arm64: kexec: kexec may require EL2 vectors
` [PATCH v11 4/6] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v11 5/6] arm64: kexec: enable MMU during kexec relocation
` [PATCH v11 6/6] arm64: kexec: remove head from relocation argument

[PATCH v10 00/18] arm64: MMU enabled kexec relocation
 2021-01-27 16:47 UTC  (27+ messages)
` [PATCH v10 01/18] arm64: kexec: make dtb_mem always enabled
` [PATCH v10 02/18] arm64: hibernate: variable pudp is used instead of pd4dp
` [PATCH v10 03/18] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v10 04/18] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v10 05/18] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v10 06/18] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v10 07/18] arm64: mm: Always update TCR_EL1 from __cpu_set_tcr_t0sz()
` [PATCH v10 08/18] arm64: trans_pgd: hibernate: idmap the single page that holds the copy page routines
` [PATCH v10 09/18] arm64: kexec: move relocation function setup
` [PATCH v10 10/18] arm64: kexec: call kexec_image_info only once
` [PATCH v10 11/18] arm64: kexec: arm64_relocate_new_kernel clean-ups and optimizations
` [PATCH v10 12/18] arm64: kexec: arm64_relocate_new_kernel don't use x0 as temp
` [PATCH v10 13/18] arm64: kexec: add expandable argument to relocation function
` [PATCH v10 14/18] arm64: kexec: use ld script for "
` [PATCH v10 15/18] arm64: kexec: kexec may require EL2 vectors
` [PATCH v10 16/18] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v10 17/18] arm64: kexec: enable MMU during kexec relocation
` [PATCH v10 18/18] arm64: kexec: remove head from relocation argument
` (subset) [PATCH v10 00/18] arm64: MMU enabled kexec relocation

[PATCH v9 03/18] arm64: trans_pgd: make trans_pgd_map_page generic
 2021-01-25 19:07 UTC  (20+ messages)
  ` [PATCH v9 01/18] arm64: kexec: make dtb_mem always enabled
  ` [PATCH v9 02/18] arm64: hibernate: move page handling function to new trans_pgd.c
  ` [PATCH v9 04/18] arm64: trans_pgd: pass allocator trans_pgd_create_copy
  ` [PATCH v9 05/18] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
  ` [PATCH v9 07/18] arm64: trans_pgd: hibernate: idmap the single page that holds the copy page routines
  ` [PATCH v9 08/18] arm64: kexec: move relocation function setup
  ` [PATCH v9 10/18] arm64: kexec: cpu_soft_restart change argument types
  ` [PATCH v9 13/18] arm64: kexec: add expandable argument to relocation function
  ` [PATCH v9 15/18] arm64: kexec: kexec EL2 vectors

[PATCH] kernel/kexec: remove the lock operation of system_transition_mutex
 2021-01-25 17:45 UTC  (3+ messages)

[PATCH 1/1] kernel/crash_core.c - Add crashkernel=auto for x86 and ARM
 2021-01-23  3:57 UTC  (15+ messages)

[bug report] PM / reboot: Eliminate race between reboot and suspend
 2021-01-22  7:38 UTC  (5+ messages)

[PATCH] vmalloc: remove redundant NULL check
 2021-01-21  8:23 UTC  (2+ messages)

[PATCH V3] MIPS: Loongson64: Add kexec/kdump support
 2021-01-20  1:49 UTC  (11+ messages)

[RFC PATCH 0/4] makedumpfile/arm64: support flipped VA and 52-bit kernel VA
 2021-01-15  3:16 UTC  (10+ messages)
` [RFC PATCH 1/4] Use ELF vmcoreinfo note for --mem-usage option
` [RFC PATCH 2/4] arm64: use NUMBER(VA_BITS) in vmcoreinfo
` [RFC PATCH 3/4] Get kernel version from OSRELEASE "
` [RFC PATCH 4/4] arm64: support flipped VA and 52-bit kernel VA

[PATCH v5 0/3] makedumpfile/arm64: Add support for ARMv8.2 extensions
 2021-01-14  0:43 UTC  (5+ messages)
` [PATCH v5 3/3] makedumpfile/arm64: Add support for ARMv8.2-LVA (52-bit kernel VA support)

[PATCH v3 1/1] kdump: append uts_namespace.name offset to VMCOREINFO
 2021-01-11 10:03 UTC  (9+ messages)

[RFC PATCH 0/3] makedumpfile: about failing on arm64 with kernel > 5.4
 2020-12-25  2:13 UTC 

[RFC]: kexec: change to handle memory/cpu changes
 2020-12-22  1:40 UTC  (2+ messages)

kexec not working in xen domU?
 2020-12-18 20:59 UTC  (6+ messages)

[ANNOUNCE] kexec-tools 2.0.21
 2020-12-17 12:24 UTC 

[PATCH 1/1] makedumpfile: make use of 'uts_namespace.name' offset in VMCOREINFO
 2020-12-17  9:55 UTC  (2+ messages)

[PATCH 1/3] x86/quirks: Scan all busses for early PCI quirks
 2020-12-14 18:32 UTC  (5+ messages)

makedumpfile and tmpfs contents
 2020-12-12  5:30 UTC  (2+ messages)

[PATCH] kexec: Fix error code in kexec_calculate_store_digests()
 2020-12-10  2:05 UTC  (2+ messages)

[ANNOUNCE] kexec-tools 2.0.21-rc1
 2020-12-09 13:00 UTC 

[PATCH] kexec: mips: Fix mem parameters
 2020-12-09 12:48 UTC  (2+ messages)

[PATCH v2] dt-ops: fix memory leak when new_node malloc fails
 2020-12-09 12:43 UTC  (2+ messages)

[PATCH v2 0/4] syscalls: remove compat_alloc_user_space callers
 2020-12-08 15:06 UTC  (5+ messages)
` [PATCH v2 4/4] compat: remove some compat entry points

[PATCH v2] ARM: Parse kdump DT properties
 2020-12-03 12:34 UTC 

[PATCH] dt-ops: fix memory leak when new_node malloc fails
 2020-12-01  3:11 UTC 

[ANNOUNCE] kexec-tools v2.0.21 preparation
 2020-11-30 16:41 UTC 

[PATCH] dt-ops: fix memory leak when new_node malloc fails
 2020-11-30 16:39 UTC  (2+ messages)

[PATCH] zlib: fix resource leak when gzdirect failed
 2020-11-30 16:37 UTC  (2+ messages)

[PATCH] printk: add support for lockless ringbuffer
 2020-11-30 16:34 UTC  (2+ messages)

[PATCH] makedumpfile: printk: add support for lockless ringbuffer
 2020-11-27  0:00 UTC  (8+ messages)

[PATCH 0/2] x86/hyperv: fix kexec/kdump hang on some VMs
 2020-11-25 23:39 UTC  (4+ messages)
` [PATCH 1/2] x86/kexec: Use up-to-dated screen_info copy to fill boot params

[RFC PATCH 0/3] makedumpfile: about failing on arm64 with kernel > 5.4
 2020-11-23  6:13 UTC  (6+ messages)
` [RFC PATCH 1/3] makedumpfile/arm64: Add support for ARMv8.2-LVA (52-bit kernel VA support)
` [RFC PATCH 2/3] added way to determine kernel version that vmcore is from
` [RFC PATCH 3/3] arm64: use kernel version from OSRELEASE to determine linear mapping position

Facing issue with va to pa conversion in arm64/makedumpfile
 2020-11-20  8:41 UTC  (3+ messages)

[MAKDUMPFILE PATCH] Add option to estimate the size of vmcore dump files
 2020-11-18  7:33 UTC  (9+ messages)

[PATCH 0/3] warn and suppress irqflood
 2020-11-18  3:36 UTC  (5+ messages)
` [PATCH 0/3] use soft lockup to detect irq flood
  ` [PATCH 1/3] x86/irq: account the unused irq
  ` [PATCH 2/3] kernel/watchdog: make watchdog_touch_ts more accurate by using nanosecond
  ` [PATCH 3/3] kernel/watchdog: use soft lockup to detect irq flood

[PATCH 1/3] x86/quirks: Scan all busses for early PCI quirks
 2020-11-17 22:25 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).