linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-23 00:54:22 to 2019-05-24 21:04:07 UTC [more...]

[PATCH] mm/swap: Fix release_pages() when releasing devmap pages
 2019-05-24 21:03 UTC  (6+ messages)

[PATCH 0/2] reapply: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2019-05-24 20:29 UTC  (8+ messages)
` [PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations"

[PATCH RFC] mm/swap: make release_pages() and put_pages() match
 2019-05-24 20:08 UTC  (3+ messages)

[RFC PATCH 00/11] mm/hmm: Various revisions from a locking/code review
 2019-05-24 18:46 UTC  (31+ messages)
` [RFC PATCH 01/11] mm/hmm: Fix use after free with struct hmm in the mmu notifiers
` [RFC PATCH 02/11] mm/hmm: Use hmm_mirror not mm as an argument for hmm_register_range
` [RFC PATCH 03/11] mm/hmm: Hold a mmgrab from hmm to mm
` [RFC PATCH 04/11] mm/hmm: Simplify hmm_get_or_create and make it reliable
` [RFC PATCH 05/11] mm/hmm: Improve locking around hmm->dead
` [RFC PATCH 06/11] mm/hmm: Remove duplicate condition test before wait_event_timeout
` [RFC PATCH 07/11] mm/hmm: Delete hmm_mirror_mm_is_alive()
` [RFC PATCH 08/11] mm/hmm: Use lockdep instead of comments
` [RFC PATCH 09/11] mm/hmm: Remove racy protection against double-unregistration
` [RFC PATCH 10/11] mm/hmm: Poison hmm_range during unregister
` [RFC PATCH 11/11] mm/hmm: Do not use list*_rcu() for hmm->ranges

[PATCH v3 0/4] Devmap cleanups + arm64 support
 2019-05-24 18:38 UTC  (7+ messages)
` [PATCH v3 1/4] mm/memremap: Rename and consolidate SECTION_SIZE
` [PATCH v3 2/4] mm: clean up is_device_*_page() definitions
` [PATCH v3 3/4] mm: introduce ARCH_HAS_PTE_DEVMAP
` [PATCH v3 4/4] arm64: mm: Implement pte_devmap support

[PATCH] mm: fix page cache convergence regression
 2019-05-24 18:04 UTC  (4+ messages)

[PATCH] mm: add account_locked_vm utility function
 2019-05-24 17:50 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH v2] mm/swap: Fix release_pages() when releasing devmap pages
 2019-05-24 17:36 UTC 

xarray breaks thrashing detection and cgroup isolation
 2019-05-24 17:18 UTC  (10+ messages)

[PATCH, RFC 0/2] Share PMDs for FS/DAX on x86
 2019-05-24 17:02 UTC  (5+ messages)
` [PATCH, RFC 2/2] Implement sharing/unsharing of PMDs for FS/DAX

[PATCH v4 0/1] Use HMM for ODP v4
 2019-05-24 16:59 UTC  (5+ messages)
                    ` RFC: Run a dedicated hmm.git for 5.3

[PATCH] mm/vmscan.c: drop all inode/dentry cache from LRU
 2019-05-24 16:52 UTC  (3+ messages)

mm/compaction: BUG: NULL pointer dereference
 2019-05-24 15:51 UTC  (8+ messages)
  ` [PATCH] mm, compaction: Make sure we isolate a valid PFN

[PATCH v2] vmalloc: Fix issues with flush flag
 2019-05-24 15:50 UTC  (7+ messages)

[PATCH] z3fold: add inter-page compaction
 2019-05-24 15:49 UTC 

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-24 15:41 UTC  (43+ messages)
` [PATCH v15 05/17] arms64: untag user pointers passed to memory syscalls
` [PATCH v15 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get

[PATCH 1/4] mm/vmap: remove "node" argument
 2019-05-24 14:14 UTC  (12+ messages)
` [PATCH 2/4] mm/vmap: preload a CPU with one object for split purpose
` [PATCH 3/4] mm/vmap: get rid of one single unlink_va() when merge
` [PATCH 4/4] mm/vmap: move BUG_ON() check to the unlink_va()

[PATCH v2 0/7] mm: process_vm_mmap() -- syscall for duplication a process mapping
 2019-05-24 14:00 UTC  (12+ messages)

[PATCH] mm: trivial clean up in insert_page()
 2019-05-24 13:18 UTC  (2+ messages)

[PATCH net-next 0/6] vhost: accelerate metadata access
 2019-05-24  8:12 UTC  (7+ messages)
` [PATCH net-next 1/6] vhost: generalize adding used elem
` [PATCH net-next 2/6] vhost: fine grain userspace memory accessors
` [PATCH net-next 3/6] vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()
` [PATCH net-next 4/6] vhost: introduce helpers to get the size of metadata area
` [PATCH net-next 5/6] vhost: factor out setting vring addr and num
` [PATCH net-next 6/6] vhost: access vq metadata through kernel virtual address

[PATCH] mm: fix trying to reclaim unevicable LRU page
 2019-05-24  7:21 UTC 

[PATCH] mm: Introduce page_size()
 2019-05-24  6:34 UTC  (7+ messages)

[v4 PATCH 2/2] mm: vmscan: correct some vmscan counters for
 2019-05-24  6:00 UTC 

[v4 PATCH 1/2] mm: vmscan: remove double slab pressure by inc'ing sc->nr_scanned
 2019-05-24  5:37 UTC  (2+ messages)

[PATCH] mm, swap: use rbtree for swap_extent
 2019-05-24  4:06 UTC  (3+ messages)

[v4 PATCH 2/2] mm: vmscan: correct some vmscan counters for THP swapout
 2019-05-24  1:26 UTC  (2+ messages)

[PATCH v4 0/3] RFC: add init_on_alloc/init_on_free boot options
 2019-05-24  0:04 UTC  (5+ messages)
` [PATCH v4 1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 "
` [PATCH v4 2/3] mm: init: report memory auto-initialization features at boot time
` [PATCH v4 3/3] lib: introduce test_meminit module

[PATCH] hmm: Suppress compilation warnings when CONFIG_HUGETLB_PAGE is not set
 2019-05-23 23:49 UTC  (5+ messages)

[PATCH 0/1] infiniband/mm: convert put_page() to put_user_page*()
 2019-05-23 22:54 UTC  (13+ messages)
` [PATCH 1/1] "

[PATCH 1/4] mm, oom: Remove redundant OOM score normalization at select_bad_process()
 2019-05-23 22:04 UTC  (2+ messages)
` [PATCH 5/4] mm, oom: Deduplicate memcg candidates "

[PATCH v4 5/7] mm: rework non-root kmem_cache lifecycle management
 2019-05-23 21:00 UTC  (3+ messages)
` [mm] e52271917f: BUG:sleeping_function_called_from_invalid_context_at_mm/slab.h

[PATCH 5.1 084/122] x86/mpx, mm/core: Fix recursive munmap() corruption
 2019-05-23 19:06 UTC 

[PATCH 5.0 019/139] mm/gup: Remove the write parameter from gup_fast_permitted()
 2019-05-23 19:06 UTC  (2+ messages)
` [PATCH 5.0 075/139] x86/mpx, mm/core: Fix recursive munmap() corruption

[PATCH 0/5] mm/hmm: HMM documentation updates and code fixes
 2019-05-23 18:46 UTC  (5+ messages)
` [PATCH 3/5] mm/hmm: Use mm_get_hmm() in hmm_range_register()

[RFC PATCH] usb: host: xhci: allow __GFP_FS in dma allocation
 2019-05-23 16:35 UTC  (4+ messages)

[PATCH v3 0/3] RFC: add init_on_alloc/init_on_free boot options
 2019-05-23 14:01 UTC  (5+ messages)
` [PATCH v3 1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 "
` [PATCH 2/3] mm: init: report memory auto-initialization features at boot time
` [PATCH 3/3] lib: introduce test_meminit module

[RFC PATCH] usb: host: xhci: allow __GFP_FS in dma allocation
 2019-05-23 14:01 UTC  (2+ messages)

[v4 PATCH 1/2] mm: vmscan: remove double slab pressure by inc'ing sc->nr_scanned
 2019-05-23 13:55 UTC  (4+ messages)
` [v4 PATCH 2/2] mm: vmscan: correct some vmscan counters for THP swapout

[PATCH] z3fold: fix sheduling while atomic
 2019-05-23 13:32 UTC 

[RFC 0/7] introduce memory hinting API for external process
 2019-05-23 13:07 UTC  (11+ messages)

Patch "x86/mpx, mm/core: Fix recursive munmap() corruption" has been added to the 5.1-stable tree
 2019-05-23 11:26 UTC 

Patch "x86/mpx, mm/core: Fix recursive munmap() corruption" has been added to the 5.0-stable tree
 2019-05-23 11:26 UTC 

[PATCH] mm/kasan: Print frame description for stack bugs
 2019-05-23  9:50 UTC  (2+ messages)

[PATCH -mm] mm: fix race between swapoff and mincore
 2019-05-23  8:53 UTC 

[PATCH] kasan: Zero initialize tag in __kasan_kmalloc
 2019-05-23  8:53 UTC  (5+ messages)
` [PATCH v2] kasan: Initialize tag to 0xff "

[PATCH 5/5] mm/hmm: Fix mm stale reference use in hmm_free()
 2019-05-23  6:32 UTC  (5+ messages)

Patch "mm/gup: Remove the 'write' parameter from gup_fast_permitted()" has been added to the 5.0-stable tree
 2019-05-23  5:48 UTC 

[PATCH 1/2] mm/vmstat: expose min_slab_pages in /proc/zoneinfo
 2019-05-23  4:56 UTC  (4+ messages)
` [PATCH 2/2] mm/vmscan: shrink slab in node reclaim

[PATCH -next v2] mm/hotplug: fix a null-ptr-deref during NUMA boot
 2019-05-23  4:00 UTC  (10+ messages)

[PATCH v2] mm/vmscan: expose cgroup_ino for memcg reclaim tracepoints
 2019-05-23  1:24 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;
as well as URLs for NNTP newsgroup(s).