public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2020-04-29 21:33:29 to 2020-05-15 21:29:38 UTC [more...]

[PATCH 0/3] fs: reduce export usage of kerne_read*() calls
 2020-05-15 21:29 UTC  (12+ messages)
` [PATCH 1/3] fs: unexport kernel_read_file()
` [PATCH 2/3] security: add symbol namespace for reading file data
` [PATCH 3/3] fs: move kernel_read*() calls to its own symbol namespace

kexec: arm: possible overwrite of initrd
 2020-05-15 21:06 UTC  (2+ messages)

[PATCH v5] kernel: add panic_on_taint
 2020-05-15 20:26 UTC  (2+ messages)

kdump: Getting "warn_alloc" warning during boot of kdump kernel
 2020-05-15 10:58 UTC 

[PATCH v2 0/3] printk: replace ringbuffer
 2020-05-15 10:24 UTC  (7+ messages)
` [PATCH v2 1/3] crash: add VMCOREINFO macro for anonymous structs
` [PATCH v2 2/3] printk: add lockless buffer
` [PATCH v2 3/3] printk: use the lockless ringbuffer

[PATCH] arm64/defconfig: Enable CONFIG_KEXEC_FILE
 2020-05-15  9:14 UTC  (6+ messages)

[PATCH][v2] iommu: arm-smmu-v3: Copy SMMU table for kdump kernel
 2020-05-14  7:17 UTC  (3+ messages)

[PATCH v6 0/2] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2020-05-13 18:52 UTC  (3+ messages)
` [PATCH v6 1/2] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo
` [PATCH v6 2/2] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo

[PATCH v4] kernel: add panic_on_taint
 2020-05-13 16:07 UTC  (3+ messages)

[REQUEST] makedumpfile: stream compress flat ELF format with libz
 2020-05-12 19:20 UTC  (8+ messages)

[PATCH] kexec: Discard loaded image on memory hotplug
 2020-05-12 14:11 UTC  (13+ messages)

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

[PATCH v3] kernel: add panic_on_taint
 2020-05-11 21:05 UTC  (10+ messages)

[PATCH v2 0/2] net: Optimize the qed* allocations inside kdump kernel
 2020-05-11 20:25 UTC  (4+ messages)
` [PATCH v2 1/2] net: qed*: Reduce RX and TX default ring count when running "
` [PATCH v2 2/2] net: qed: Disable SRIOV functionality "

[PATCH v3 1/2] arm64/crash_core: Export KERNELPACMASK in vmcoreinfo
 2020-05-11 16:27 UTC  (3+ messages)
` [PATCH v3 2/2] Documentation/vmcoreinfo: Add documentation for 'KERNELPACMASK'

[PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
 2020-05-11  8:35 UTC  (7+ messages)
  ` [PATCH 2/3] mm/memory_hotplug: Allow arch override of non boot memory resource names

[PATCH v2] kernel: add panic_on_taint
 2020-05-09 14:56 UTC  (12+ messages)

[PATCH v4 0/4] mm/memory_hotplug: Interface to add driver-managed system ram
 2020-05-09  5:40 UTC  (7+ messages)
` [PATCH v4 1/4] device-dax: Don't leak kernel memory to user space after unloading kmem
` [PATCH v4 2/4] mm/memory_hotplug: Introduce add_memory_driver_managed()
` [PATCH v4 3/4] kexec_file: Don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v4 4/4] device-dax: Add memory via add_memory_driver_managed()

[PATCH] kernel: add panic_on_taint
 2020-05-08  0:28 UTC  (11+ messages)

[PATCH] kexec: Replace zero-length array with flexible-array
 2020-05-07 18:56 UTC 

[PATCH v9 15/18] arm64: kexec: kexec EL2 vectors
 2020-05-07 16:22 UTC  (6+ messages)
  ` [PATCH v9 11/18] arm64: kexec: arm64_relocate_new_kernel clean-ups
  ` [PATCH v9 13/18] arm64: kexec: add expandable argument to relocation function
  ` [PATCH v9 12/18] arm64: kexec: arm64_relocate_new_kernel don't use x0 as temp
  ` [PATCH v9 14/18] arm64: kexec: offset for relocation function
  ` [PATCH v9 16/18] arm64: kexec: configure trans_pgd page table for kexec

[PATCH] iommu: arm-smmu-v3: Copy SMMU table for kdump kernel
 2020-05-07  6:03 UTC  (3+ messages)

[PATCH v3 0/3] mm/memory_hotplug: Interface to add driver-managed system ram
 2020-05-06 14:19 UTC  (7+ messages)
` [PATCH v3 1/3] mm/memory_hotplug: Introduce add_memory_device_managed()
` [PATCH v3 2/3] kexec_file: Don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v3 3/3] device-dax: Add memory via add_memory_driver_managed()

[PATCH v2 1/2] arm64/crash_core: Export KERNELPACMASK in vmcoreinfo
 2020-05-06 13:04 UTC  (10+ messages)
` [PATCH v2 2/2] Documentation/vmcoreinfo: Add documentation for 'KERNELPACMASK'

[PATCH 0/2] net: Optimize the qed* allocations inside kdump kernel
 2020-05-06  7:13 UTC  (7+ messages)
` [PATCH 1/2] net: qed*: Reduce RX and TX default ring count when running "
  ` [EXT] "
` [PATCH 2/2] net: qed: Disable SRIOV functionality "

[PATCH v2 03/10] kexec: separate PageHighMem() and PageHighMemZone() use case
 2020-05-06  5:23 UTC  (5+ messages)
        ` [RFC][PATCH] kexec: Teach indirect pages how to live in high memory

[PATCH v8 17/18] KVM: x86: Add kexec support for SEV Live Migration
 2020-05-05 21:21 UTC 

[PATCH] makedumpfile: cope with not-present mem section
 2020-04-30 20:37 UTC  (4+ messages)

[RFC PATCH 0/1] support lockless printk ringbuffer
 2020-04-30 15:47 UTC  (3+ messages)
` [RFC PATCH 1/1] printk: add support for lockless ringbuffer

[PATCH v7 18/18] KVM: x86: Add kexec support for SEV Live Migration
 2020-04-30  8:48 UTC 

[RESEND PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2020-04-29 23:04 UTC  (5+ messages)
` [RESEND PATCH v5 2/5] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
                `  "


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