Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-11 19:44:22 to 2020-05-07 18:43:23 UTC [more...]

[PATCH v2] kernel: add panic_on_taint
 2020-05-07 18:43 UTC  (3+ messages)

[RFC 00/43] PKRAM: Preserved-over-Kexec RAM
 2020-05-07 18:41 UTC  (48+ 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 v9 01/18] arm64: kexec: make dtb_mem always enabled
 2020-05-07 16:22 UTC  (16+ messages)
  ` [PATCH v9 02/18] arm64: hibernate: move page handling function to new trans_pgd.c
  ` [PATCH v9 03/18] arm64: trans_pgd: make trans_pgd_map_page generic
  ` [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 09/18] arm64: kexec: call kexec_image_info only once
  ` [PATCH v9 10/18] arm64: kexec: cpu_soft_restart change argument types
  ` [PATCH v9 15/18] arm64: kexec: kexec EL2 vectors
  ` [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] kernel: add panic_on_taint
 2020-05-07  2:50 UTC  (5+ messages)

[PATCH v2 0/3] printk: replace ringbuffer
 2020-05-06 14:50 UTC  (5+ 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 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] kexec: Discard loaded image on memory hotplug
 2020-05-01 17:26 UTC  (2+ messages)

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-05-01 16:55 UTC  (58+ messages)
                    ` [PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
  ` [PATCH 2/3] mm/memory_hotplug: Allow arch override of non boot memory resource names
  ` [PATCH 3/3] arm64: memory: Give hotplug memory a different resource name

[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 

[PATCH] arm64/defconfig: Enable CONFIG_KEXEC_FILE
 2020-04-30  4:35 UTC  (5+ messages)

[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
                `  "

[crash - Question ] mod -s <module> not working with compressed modules
 2020-04-24 19:24 UTC 

[crash - Question ] mod -s <module> not working with compressed modules
 2020-04-24 13:49 UTC 

[Crash-utility] new printk ringbuffer interface
 2020-04-24 13:16 UTC  (6+ messages)

[PATCH] arm: redefine OPT_APPEND and OPT_RAMDISK
 2020-04-24  9:40 UTC  (7+ messages)
  ` [PATCH v2] "
          ` [PATCH v3] "

[ANNOUNCE] makedumpfile: Moved to GitHub
 2020-04-21 17:19 UTC 

[PRE-ANNOUNCE] makedumpfile: Moving to GitHub
 2020-04-15 13:39 UTC 

[PATCH] efi/x86: Revert struct layout change to fix kexec boot regression
 2020-04-14  6:27 UTC  (6+ messages)

[PATCH] makedumpfile: clear mem_map if not in pt_loads
 2020-04-14  3:01 UTC  (3+ messages)

[GIT PULL 0/9] EFI fixes for v5.7-rc
 2020-04-12  3:51 UTC  (3+ messages)


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