linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-04 06:44:27 to 2019-03-06 23:23:42 UTC [more...]

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-03-06 23:23 UTC  (8+ messages)
` [PATCH 0/3] mincore() and IOCB_NOWAIT adjustments
  ` [PATCH 1/3] mm/mincore: make mincore() more conservative

[RFC][Patch v9 0/6] KVM: Guest Free Page Hinting
 2019-03-06 23:12 UTC  (26+ messages)
` [RFC][Patch v9 1/6] KVM: Guest free page hinting support
` [RFC][Patch v9 2/6] KVM: Enables the kernel to isolate guest free pages
` [RFC][Patch v9 3/6] KVM: Enables the kernel to report isolated pages
` [RFC][Patch v9 4/6] KVM: Reporting page poisoning value to the host
` [RFC][Patch v9 5/6] KVM: Enabling guest free page hinting via static key
` [RFC][Patch v9 6/6] KVM: Adding tracepoints for guest free page hinting
` [RFC][QEMU Patch] KVM: Enable QEMU to free the pages hinted by the guest

[PATCH 09/10] mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
 2019-03-06 22:18 UTC  (20+ messages)

[PATCH v9 00/11] KASAN for powerpc/32
 2019-03-06 21:54 UTC  (4+ messages)
` [PATCH v9 02/11] powerpc: prepare string/mem functions for KASAN

[PATCH v5 0/4] Fix free/allocation of runtime gigantic pages
 2019-03-06 21:17 UTC  (13+ messages)
` [PATCH v5 1/4] sh: Advertise gigantic page support
` [PATCH v5 2/4] sparc: "
` [PATCH v5 3/4] mm: Simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
` [PATCH v5 4/4] hugetlb: allow to free gigantic pages regardless of the configuration

[PATCH v4 00/19] Convert x86 & arm64 to use generic page walk
 2019-03-06 19:02 UTC  (22+ messages)
` [PATCH v4 01/19] arc: mm: Add p?d_large() definitions
` [PATCH v4 02/19] arm64: "
` [PATCH v4 03/19] mips: "
` [PATCH v4 04/19] powerpc: "
` [PATCH v4 05/19] riscv: "
` [PATCH v4 06/19] s390: "
` [PATCH v4 07/19] sparc: "
` [PATCH v4 08/19] x86: "
` [PATCH v4 09/19] mm: Add generic p?d_large() macros
` [PATCH v4 10/19] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v4 11/19] mm: pagewalk: Allow walking without vma
` [PATCH v4 12/19] mm: pagewalk: Add test_p?d callbacks
` [PATCH v4 13/19] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v4 14/19] x86: mm: Don't display pages which aren't present in debugfs
` [PATCH v4 15/19] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v4 16/19] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v4 17/19] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v4 18/19] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v4 19/19] x86: mm: Convert dump_pagetables to use walk_page_range

[PATCH] RDMA/umem: updated bug fix in error handling path
 2019-03-06 18:45 UTC  (2+ messages)

[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
 2019-03-06 18:43 UTC  (10+ messages)
` [RFC PATCH V2 1/5] vhost: generalize adding used elem
` [RFC PATCH V2 2/5] vhost: fine grain userspace memory accessors
` [RFC PATCH V2 3/5] vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()
` [RFC PATCH V2 4/5] vhost: introduce helpers to get the size of metadata area
` [RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address

[PATCH] mm/hmm: fix unused variable warnings
 2019-03-06 18:34 UTC  (6+ messages)

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2019-03-06 18:29 UTC  (18+ messages)

[PATCH v1 0/2] stability fixes for vmalloc allocator
 2019-03-06 16:25 UTC  (5+ messages)
` [PATCH v1 2/2] mm: add priority threshold to __purge_vmap_area_lazy()

[PATCH] mm/hmm: fix unused variable warning in hmm_vma_walk_pud
 2019-03-06 16:08 UTC  (2+ messages)

next/master boot bisection: next-20190215 on beaglebone-black
 2019-03-06 14:05 UTC  (13+ messages)

[PATCH v3 00/34] Convert x86 & arm64 to use generic page walk
 2019-03-06 13:45 UTC  (18+ messages)
` [PATCH v3 03/34] arm: mm: Add p?d_large() definitions
` [PATCH v3 05/34] c6x: "
` [PATCH v3 08/34] ia64: "
` [PATCH v3 15/34] parisc: "

[PATCH 1/2] fs/dax: deposit pagetable even when installing zero page
 2019-03-06 13:06 UTC  (8+ messages)
` [PATCH 2/2] mm/dax: Don't enable huge dax mapping by default

[PATCH -next] mm/hotplug: fix an imbalance with DEBUG_PAGEALLOC
 2019-03-06 11:44 UTC  (2+ messages)

[PATCH] mm/filemap: fix minor typo
 2019-03-06  9:44 UTC  (2+ messages)

[PATCH v4] mm/hugetlb: Fix unsigned overflow in __nr_hugepages_store_common()
 2019-03-06  9:41 UTC  (17+ messages)

[PATCH v3] page cache: Store only head pages in i_pages
 2019-03-06  9:36 UTC  (4+ messages)

low-memory crash with patch "capture a page under direct compaction"
 2019-03-06  9:13 UTC  (7+ messages)

Kernel bug with MPX?
 2019-03-06  8:53 UTC 

[PATCH v2] hugetlbfs: fix memory leak for resv_map
 2019-03-06  6:10 UTC 

[PATCH] RDMA/umem: minor bug fix and cleanup in error handling paths
 2019-03-06  2:04 UTC  (18+ messages)
` [PATCH v2] "

mmotm 2019-03-05-16-36 uploaded
 2019-03-06  0:37 UTC 

5.0.0-rc8-next-20190301+: kernel bug at fs/inode.c:513
 2019-03-05 21:33 UTC  (2+ messages)

Banana Pi-R1 stabil
 2019-03-05 19:21 UTC  (9+ messages)

[PATCH v10 00/12] arm64: untag user pointers passed to the kernel
 2019-03-05 17:47 UTC  (7+ messages)
` [PATCH v10 07/12] fs, arm64: untag user pointers in fs/userfaultfd.c

[PATCH v3 0/1] RDMA/umem: minor bug fix in error handling path
 2019-03-05 16:45 UTC  (8+ messages)
` [PATCH v3] "

[PATCH] kasan: fix coccinelle warnings in kasan_p*_table
 2019-03-05 16:14 UTC  (2+ messages)

[PATCH] writeback: fix inode cgroup switching comment
 2019-03-05 15:42 UTC  (2+ messages)

[PATCH 0/2] RFC: READ/WRITE_ONCE vma/mm cleanups
 2019-03-05 13:00 UTC  (6+ messages)

[PATCH 0/6] make memblock allocator utilize the node's fallback info
 2019-03-05 12:37 UTC  (5+ messages)

[PATCH] hugetlbfs: fix memory leak for resv_map
 2019-03-05  2:09 UTC  (3+ messages)

[PATCH 1/2] perpcu: correct pcpu_find_block_fit comments
 2019-03-05  1:49 UTC  (6+ messages)
` [PATCH 2/2] percpu: pcpu_next_md_free_region: inclusive check for PCPU_BITMAP_BLOCK_BITS

[PATCH RFC] mm/vmscan: try to protect active working set of cgroup from reclaim
 2019-03-04 17:02 UTC  (8+ messages)

[PATCH v2 00/13] Convert x86 & arm64 to use generic page walk
 2019-03-04 14:53 UTC  (13+ messages)
` [PATCH v2 03/13] mm: Add generic p?d_large() macros

[PATCH v2] mm/hugepages: fix "orig_pud" set but not used
 2019-03-04 14:09 UTC  (3+ messages)

[PATCH 00/12] introduce percpu block scan_hint
 2019-03-04  9:36 UTC  (5+ messages)
` [PATCH 07/12] percpu: add block level scan_hint

[PATCH 0/2] Unlock 1GB-hugetlb on x86_64
 2019-03-04  9:17 UTC  (4+ messages)
` [PATCH 1/2] mm,memory_hotplug: "
` [PATCH 2/2] mm,memory_hotplug: Drop redundant hugepage_migration_supported check

[PATCH v2] mm/memory.c: do_fault: avoid usage of stale vm_area_struct
 2019-03-04  8:19 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline
 2019-03-04  7:14 UTC  (5+ 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).