linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-15 16:35:15 to 2018-09-19 18:55:10 UTC [more...]

[PATCH v8 00/20] kasan: add software tag-based mode for arm64
 2018-09-19 18:54 UTC  (4+ messages)
` [PATCH v8 01/20] kasan, mm: change hooks signatures
` [PATCH v8 02/20] kasan: move common generic and tag-based code to common.c
` [PATCH v8 03/20] kasan: rename source files to reflect the new naming scheme

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-19 18:53 UTC  (34+ messages)
` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v6 07/18] khwasan: add tag related helper functions
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v6 13/18] khwasan: add bug reporting routines
` [PATCH v6 14/18] khwasan: add hooks implementation
` [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v6 17/18] khwasan: update kasan documentation

[PATCH v7 0/6] Btrfs: implement swap file support
 2018-09-19 18:43 UTC  (10+ messages)
` [PATCH v7 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [PATCH v7 2/6] mm: export add_swap_extent()

[PATCH 1/2] Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
 2018-09-19 18:15 UTC  (8+ messages)
` [PATCH 2/2] mm: zero remaining unavailable struct pages

[PATCH] mm: memcg: update memcg OOM messages on cgroup2
 2018-09-19 17:17 UTC  (5+ messages)
` [PATCH v2] "

[v11 PATCH 0/3] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-09-19 17:03 UTC  (4+ messages)
` [v11 PATCH 1/3] mm: mmap: zap pages with read mmap_sem in munmap
` [v11 PATCH 2/3] mm: unmap VM_HUGETLB mappings with optimized path
` [v11 PATCH 3/3] mm: unmap VM_PFNMAP "

[PATCH] mm/filemap.c: Use existing variable
 2018-09-19 16:50 UTC 

[RFC][PATCH 0/2] convert s390 to generic mmu_gather
 2018-09-19 16:15 UTC  (6+ messages)
` [PATCH 1/2] asm-generic/tlb: introduce HAVE_MMU_GATHER_NO_GATHER
` [PATCH 2/2] s390/tlb: convert to generic mmu_gather

zswap: use PAGE_SIZE * 2 for compression dst buffer size when calling crypto compression API
 2018-09-19 15:47 UTC  (6+ messages)

Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
 2018-09-19 15:43 UTC  (7+ messages)

[PATCH] memcg: remove memcg_kmem_skip_account
 2018-09-19 14:22 UTC  (2+ messages)

[RFC][PATCH 00/11] my generic mmu_gather patches
 2018-09-19 13:12 UTC  (12+ messages)
` [RFC][PATCH 01/11] asm-generic/tlb: Provide a comment
` [RFC][PATCH 07/11] arm/tlb: Convert to generic mmu_gather

kernel BUG at include/linux/page-flags.h:LINE!
 2018-09-19 12:25 UTC  (2+ messages)

block: DMA alignment of IO buffer allocated from slab
 2018-09-19 11:15 UTC  (4+ messages)

[RFC PATCH 00/29] mm: remove bootmem allocator
 2018-09-19 10:55 UTC  (6+ messages)
` [RFC PATCH 03/29] mm: remove CONFIG_HAVE_MEMBLOCK

[PATCH 0/5] Refactor node_states_check_changes_online/offline
 2018-09-19 10:08 UTC  (6+ messages)
` [PATCH 1/5] mm/memory_hotplug: Spare unnecessary calls to node_set_state
` [PATCH 2/5] mm/memory_hotplug: Avoid node_set/clear_state(N_HIGH_MEMORY) when !CONFIG_HIGHMEM
` [PATCH 3/5] mm/memory_hotplug: Tidy up node_states_clear_node
` [PATCH 4/5] mm/memory_hotplug: Simplify node_states_check_changes_online
` [PATCH 5/5] mm/memory_hotplug: Clean up node_states_check_changes_offline

[PATCH] mm/page_alloc: Fix panic caused by passing debug_guardpage_minorder or kernelcore to command line
 2018-09-19  9:51 UTC  (3+ messages)

x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000
 2018-09-19  8:09 UTC  (2+ messages)

[PATCH v1 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-19  7:35 UTC  (11+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH v1 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v1 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v1 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH v1 5/6] powerpc/powernv: hold device_hotplug_lock in memtrace_offline_pages()
` [PATCH v1 6/6] memory-hotplug.txt: Add some details about locking internals

[PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-09-19 10:55 UTC  (8+ messages)
` [PATCH V5 4/4] kvm: add a check if pfn is from NVDIMM pmem

[PATCH 0/3] introduce a new state 'isolate' for memblock to split the isolation and migration steps
 2018-09-19  6:49 UTC  (6+ messages)
` [PATCH 1/3] mm/isolation: separate the isolation and migration ops in offline memblock
` [PATCH 2/3] drivers/base/memory: introduce a new state 'isolate' for memblock
` [PATCH 3/3] drivers/base/node: create a partial offline hints under each node

[PATCH 3/3] vfree, kvfree: Add debug might sleeps
 2018-09-19  5:07 UTC  (4+ messages)
` [LKP] [vfree, kvfree] a79ed8bfb2: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c

[PATCH V4 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-09-19  2:48 UTC  (5+ messages)
` [PATCH V4 2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH V4 3/4] mm: add a function to differentiate the pages is from DAX device memory

[PATCH v5 0/7] mm: Merge hmm into devm_memremap_pages, mark GPL-only
 2018-09-19  1:24 UTC  (12+ messages)
` [PATCH v5 2/7] mm, devm_memremap_pages: Kill mapping "System RAM" support
` [PATCH v5 3/7] mm, devm_memremap_pages: Fix shutdown handling
` [PATCH v5 4/7] mm, devm_memremap_pages: Add MEMORY_DEVICE_PRIVATE support
` [PATCH v5 5/7] mm, hmm: Use devm semantics for hmm_devmem_{add, remove}
` [PATCH v5 6/7] mm, hmm: Replace hmm_devmem_pages_create() with devm_memremap_pages()

[RFC] memory_hotplug: Free pages as pageblock_order
 2018-09-19  1:18 UTC  (7+ messages)

Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
 2018-09-18 23:00 UTC  (12+ messages)

[PATCH 00/19] vmw_balloon: compaction, shrinker, 64-bit, etc
 2018-09-18 16:42 UTC  (5+ messages)
` [PATCH 14/19] mm/balloon_compaction: suppress allocation warnings
` [PATCH 15/19] mm/balloon_compaction: list interfaces

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4
 2018-09-18 16:03 UTC  (10+ messages)

PROBLEM: Memory leaking when running kubernetes cronjobs
 2018-09-18 15:45 UTC  (2+ messages)

32-bit PTI with THP = userspace corruption
 2018-09-18 13:00 UTC  (9+ messages)

[RFC] mm/memory_hotplug: wrong node identified if memory was never on-lined
 2018-09-18 12:24 UTC  (3+ messages)

[PATCH V3 0/2] mm/kvm/vfio/ppc64: Migrate compound pages out of CMA region
 2018-09-18 11:58 UTC  (3+ messages)
` [PATCH V3 1/2] mm: Add get_user_pages_cma_migrate
` [PATCH V3 2/2] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_get

How to handle PTE tables with non contiguous entries ?
 2018-09-18 11:53 UTC  (5+ messages)

[RFC v10 PATCH 0/3] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-09-18 10:37 UTC  (7+ messages)
` [RFC v10 PATCH 1/3] mm: mmap: zap pages with read mmap_sem in munmap

[BUG] mm: direct I/O (using GUP) can write to COW anonymous pages
 2018-09-18  9:58 UTC  (6+ messages)

[PATCH v11 00/26] Speculative page faults
 2018-09-18  6:42 UTC  (15+ messages)

[PATCH v6 4/4] Kselftest for module text allocation benchmarking
 2018-09-18  0:27 UTC  (2+ messages)

[PATCH 4.18 111/158] x86/mm: Remove in_nmi() warning from vmalloc_fault()
 2018-09-17 22:42 UTC 

[PATCH 0/3] mm: Randomize free memory
 2018-09-17 23:12 UTC  (4+ messages)
` [PATCH 1/3] mm: Shuffle initial "
` [PATCH 3/3] mm: Maintain randomization of page free lists

[PATCH RESEND] mm: don't raise MEMCG_OOM event due to failed high-order allocation
 2018-09-17 23:10 UTC 

[PATCH 4.14 063/126] x86/mm: Remove in_nmi() warning from vmalloc_fault()
 2018-09-17 22:41 UTC 

[PATCH 4.9 43/70] x86/mm: Remove in_nmi() warning from vmalloc_fault()
 2018-09-17 22:42 UTC 

[PATCH 4.4 33/56] x86/mm: Remove in_nmi() warning from vmalloc_fault()
 2018-09-17 22:42 UTC 

[RFC 00/12] Multi-Key Total Memory Encryption API (MKTME)
 2018-09-17 22:34 UTC  (6+ messages)
` [RFC 11/12] keys/mktme: Add a new key service type for memory encryption keys

Patch "x86/kexec: Allocate 8k PGDs for PTI" has been added to the 3.18-stable tree
 2018-09-17 21:09 UTC  (4+ messages)

[PATCH 0/5] Clean up huge vmap and ioremap code
 2018-09-17 18:55 UTC  (12+ messages)
` [PATCH 1/5] ioremap: Rework pXd_free_pYd_page() API
` [PATCH 3/5] x86: pgtable: Drop pXd_none() checks from pXd_free_pYd_table()
` [PATCH 5/5] lib/ioremap: Ensure break-before-make is used for huge p4d mappings

[PATCH 0/3] mm: dirty/accessed pte optimisations
 2018-09-17 17:53 UTC  (4+ messages)
` [PATCH 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-09-17 17:01 UTC  (8+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

KSM not working in 4.9 Kernel
 2018-09-17 14:59 UTC  (7+ messages)

[PATCHv2] mm, thp: Fix mlocking THP page with migration enabled
 2018-09-17 14:19 UTC  (2+ messages)

[PATCH -next] mm: swap: remove duplicated include from swap.c
 2018-09-17 13:13 UTC 

[PATCH 2/2] mm: thp: fix transparent_hugepage/defrag = madvise || always
 2018-09-17 11:27 UTC  (13+ messages)
              ` [PATCH] mm, thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings

Patch "x86/mm: Remove in_nmi() warning from vmalloc_fault()" has been added to the 4.18-stable tree
 2018-09-17 10:40 UTC 

Patch "x86/kexec: Allocate 8k PGDs for PTI" has been added to the 4.18-stable tree
 2018-09-17 10:40 UTC 

Patch "x86/kexec: Allocate 8k PGDs for PTI" has been added to the 4.14-stable tree
 2018-09-17 10:34 UTC 

Patch "x86/mm: Remove in_nmi() warning from vmalloc_fault()" has been added to the 4.14-stable tree
 2018-09-17 10:34 UTC 

Patch "x86/kexec: Allocate 8k PGDs for PTI" has been added to the 4.9-stable tree
 2018-09-17 10:23 UTC 

Patch "x86/mm: Remove in_nmi() warning from vmalloc_fault()" has been added to the 4.9-stable tree
 2018-09-17 10:23 UTC 

Patch "x86/mm: Remove in_nmi() warning from vmalloc_fault()" has been added to the 4.4-stable tree
 2018-09-17 10:15 UTC 

Patch "x86/kexec: Allocate 8k PGDs for PTI" has been added to the 4.4-stable tree
 2018-09-17 10:15 UTC 

Patch "x86/mm: Remove in_nmi() warning from vmalloc_fault()" has been added to the 3.18-stable tree
 2018-09-17  9:46 UTC 

[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-17  7:32 UTC  (4+ messages)
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix "

[PATCH AUTOSEL 3.18 03/29] x86/numa_emulation: Fix emulated-to-physical node mapping
 2018-09-17  3:05 UTC 

[PATCH AUTOSEL 4.4 04/43] x86/numa_emulation: Fix emulated-to-physical node mapping
 2018-09-17  3:04 UTC 

[PATCH AUTOSEL 4.9 04/57] x86/numa_emulation: Fix emulated-to-physical node mapping
 2018-09-17  3:03 UTC 

[PATCH AUTOSEL 4.14 05/87] x86/numa_emulation: Fix emulated-to-physical node mapping
 2018-09-17  3:02 UTC 

[PATCH AUTOSEL 4.18 011/136] x86/numa_emulation: Fix emulated-to-physical node mapping
 2018-09-17  3:00 UTC 

[PATCH] Revert "x86/mm/legacy: Populate the user page-table with user pgd's"
 2018-09-15 18:50 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 NNTP newsgroup(s).