kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-01 17:48:03 to 2021-04-02 11:06:48 UTC [more...]

[PATCH v1 0/3] crashdump/x86: dump dax/kmem and virito-mem added System RAM
 2021-04-02 11:06 UTC  (8+ messages)
` [PATCH v1 1/3] crashdump/x86: dump any kind of "System RAM"
` [PATCH v1 2/3] crashdump/x86: iterate only over actual crash memory ranges
` [PATCH v1 3/3] crashdump/x86: increase CRASH_MAX_MEMORY_RANGES to 32k

[PATCH kexec-tools 0/7] build enhancements and GitHub workflow
 2021-04-02 10:17 UTC  (8+ messages)
` [PATCH kexec-tools 1/7] build: create tarball without self-referential hard links
` [PATCH kexec-tools 2/7] build: add dist make target
` [PATCH kexec-tools 3/7] build: uninstall kexec_test
` [PATCH kexec-tools 4/7] build: use DESTDIR in uninstall target
` [PATCH kexec-tools 5/7] build: simplify "
` [PATCH kexec-tools 6/7] build: add distcheck target
` [PATCH kexec-tools 7/7] github: initial workflow

[PATCH] kexec-xen: Use correct image type for Live Update
 2021-04-02 10:01 UTC  (2+ messages)

[PATCH] kexec: Make --status work with normal kexec images
 2021-04-02 10:01 UTC  (2+ messages)

[PATCH] kexec: Fix description of --status exit code
 2021-04-02 10:00 UTC  (2+ messages)

[PATCH 0/3] Miscellaneous 32-bit fixes
 2021-04-02  9:58 UTC  (7+ messages)
` [PATCH 1/3] kexec: Use %llu/%llx and casts to format uint64_t
` [PATCH 2/3] printk: Use ULL suffix for 64-bit constants
` [PATCH 3/3] printk: Use %zu to format size_t

[PATCH] kexec-tools: mips: Fix the increased mem parameter size
 2021-04-02  9:55 UTC  (2+ messages)

[PATCH 1/1] kexec-tools: fix build on pre 4.4 kernels
 2021-04-02  9:53 UTC  (4+ messages)

[PATCH] MIPS: Fix typo in comment
 2021-04-02  9:51 UTC  (2+ messages)

[PATCH] MIPS: Add '--reuse-cmdline' optional parameter support
 2021-04-02  9:51 UTC  (2+ messages)

[PATCH printk v2 0/5] printk: remove safe buffers
 2021-04-02  2:14 UTC  (7+ messages)
` [PATCH printk v2 2/5] "

Regarding your presentation "CFP, #LinuxCon, Beijing, June 19-20, 2017"
 2021-04-01 19:17 UTC 

kexec does not work for kernel version with patch level >= 256
 2021-04-01 17:50 UTC  (8+ messages)

[RFC v2 00/43] PKRAM: Preserved-over-Kexec RAM
 2021-03-31 20:28 UTC  (46+ messages)
` [RFC v2 01/43] mm: add PKRAM API stubs and Kconfig
` [RFC v2 02/43] mm: PKRAM: implement node load and save functions
` [RFC v2 03/43] mm: PKRAM: implement object "
` [RFC v2 04/43] mm: PKRAM: implement page stream operations
` [RFC v2 05/43] mm: PKRAM: support preserving transparent hugepages
` [RFC v2 06/43] mm: PKRAM: implement byte stream operations
` [RFC v2 07/43] mm: PKRAM: link nodes by pfn before reboot
` [RFC v2 08/43] mm: PKRAM: introduce super block
` [RFC v2 09/43] PKRAM: track preserved pages in a physical mapping pagetable
` [RFC v2 10/43] PKRAM: pass a list of preserved ranges to the next kernel
` [RFC v2 11/43] PKRAM: prepare for adding preserved ranges to memblock reserved
` [RFC v2 12/43] mm: PKRAM: reserve preserved memory at boot
` [RFC v2 13/43] PKRAM: free the preserved ranges list
` [RFC v2 14/43] PKRAM: prevent inadvertent use of a stale superblock
` [RFC v2 15/43] PKRAM: provide a way to ban pages from use by PKRAM
` [RFC v2 16/43] kexec: PKRAM: prevent kexec clobbering preserved pages in some cases
` [RFC v2 17/43] PKRAM: provide a way to check if a memory range has preserved pages
` [RFC v2 18/43] kexec: PKRAM: avoid clobbering already "
` [RFC v2 19/43] mm: PKRAM: allow preserved memory to be freed from userspace
` [RFC v2 20/43] PKRAM: disable feature when running the kdump kernel
` [RFC v2 21/43] x86/KASLR: PKRAM: support physical kaslr
` [RFC v2 22/43] x86/boot/compressed/64: use 1GB pages for mappings
` [RFC v2 23/43] mm: shmem: introduce shmem_insert_page
` [RFC v2 24/43] mm: shmem: enable saving to PKRAM
` [RFC v2 25/43] mm: shmem: prevent swapping of PKRAM-enabled tmpfs pages
` [RFC v2 26/43] mm: shmem: specify the mm to use when inserting pages
` [RFC v2 27/43] mm: shmem: when inserting, handle pages already charged to a memcg
` [RFC v2 28/43] x86/mm/numa: add numa_isolate_memblocks()
` [RFC v2 29/43] PKRAM: ensure memblocks with preserved pages init'd for numa
` [RFC v2 30/43] memblock: PKRAM: mark memblocks that contain preserved pages
` [RFC v2 31/43] memblock, mm: defer initialization of "
` [RFC v2 32/43] shmem: preserve shmem files a chunk at a time
` [RFC v2 33/43] PKRAM: atomically add and remove link pages
` [RFC v2 34/43] shmem: PKRAM: multithread preserving and restoring shmem pages
` [RFC v2 35/43] shmem: introduce shmem_insert_pages()
` [RFC v2 36/43] PKRAM: add support for loading pages in bulk
` [RFC v2 37/43] shmem: PKRAM: enable bulk loading of preserved pages into shmem
` [RFC v2 38/43] mm: implement splicing a list of pages to the LRU
` [RFC v2 39/43] shmem: optimize adding pages to the LRU in shmem_insert_pages()
` [RFC v2 40/43] shmem: initial support for adding multiple pages to pagecache
` [RFC v2 41/43] XArray: add xas_export_node() and xas_import_node()
` [RFC v2 42/43] shmem: reduce time holding xa_lock when inserting pages
` [RFC v2 43/43] PKRAM: improve index alignment of pkram_link entries

[PATCH v3 00/12] Add build ID to stacktraces
 2021-03-31  3:05 UTC  (3+ messages)
` [PATCH v3 02/12] buildid: Stash away kernels build ID on init
` [PATCH v3 12/12] kdump: Use vmlinux_build_id to simplify

[PATCH v2 00/12] Add build ID to stacktraces
 2021-03-30 10:59 UTC  (12+ messages)
` [PATCH v2 02/12] buildid: Add method to get running kernel's build ID
` [PATCH v2 12/12] kdump: Use vmlinux_build_id() to simplify

[PATCH next v1 0/3] printk: remove safe buffers
 2021-03-29 15:13 UTC  (12+ messages)
` [PATCH next v1 2/3] "

[PATCH v14 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-03-29  2:34 UTC  (8+ messages)
` [PATCH v14 01/11] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN

[PATCH v2 1/3] kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources
 2021-03-25 11:53 UTC  (3+ messages)
` [PATCH v2 2/3] kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
` [PATCH v2 3/3] kernel/resource: remove first_lvl / siblings_only logic

[PATCH v1 1/3] kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources
 2021-03-24 11:28 UTC  (17+ messages)
` [PATCH v1 2/3] kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
` [PATCH v1 3/3] kernel/resource: remove first_lvl / siblings_only logic

[PATCH] include: linux: Remove duplicate include of pgtable.h
 2021-03-23  7:57 UTC  (2+ messages)

[PATCH] crash_dump: Fix duplicate included pgtable.h
 2021-03-23  7:48 UTC  (3+ messages)

[PATCH v3] ARM: Parse kdump DT properties
 2021-03-22 16:58 UTC  (2+ messages)

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

[PATCH v3 0/1] dump kmessage before machine_kexec
 2021-03-19 19:31 UTC  (3+ messages)
` [PATCH v3 1/1] kexec: "

[PATCH] crash_dump: remove duplicate include in crash_dump.h
 2021-03-19 12:38 UTC  (2+ messages)

[PATCH] kexec: Add kexec reboot string
 2021-03-11 21:07 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH v2] powerpc/kexec_file: Restore FDT size estimation for kdump kernel
 2021-03-11 16:53 UTC  (6+ messages)

[PATCH] kernel: kexec_file: fix error return code of kexec_calculate_store_digests()
 2021-03-11  5:32 UTC  (2+ messages)

[PATCH v1 0/3] Reducing memory usage of i40e for kdump
 2021-03-04  2:55 UTC  (4+ messages)
` [PATCH v1 1/3] i40e: use minimal tx and rx pairs "
` [PATCH v1 2/3] i40e: use minimal rx and tx ring buffers "
` [PATCH v1 3/3] i40e: use minimal admin queue "

[RFC PATCH 0/4] Reducing memory usage of i40e for kdump
 2021-03-03  9:44 UTC  (4+ messages)
` [RFC PATCH 4/4] i40e: don't open i40iw client "

[PATCH 0/7] Add build ID to stacktraces
 2021-03-02 23:21 UTC  (4+ messages)
` [PATCH 7/7] kdump: Use vmlinux_build_id() to simplify

[PATCH v4 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation
 2021-03-02 23:05 UTC  (3+ messages)

[PATCH 0/3] warn and suppress irqflood
 2021-03-02  7:45 UTC  (2+ 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).