linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-17 17:58:55 to 2019-11-19 20:44:09 UTC [more...]

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-11-19 20:44 UTC  (6+ messages)
` [PATCH v6 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-19 20:12 UTC  (6+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[PATCH hmm v3 00/14] Consolidate the mmu notifier interval_tree and locking
 2019-11-19 19:59 UTC  (3+ messages)
` [PATCH v3 12/14] drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirror

[PATCH V2 0/2] Move swap functions out of address space operations
 2019-11-19 18:57 UTC  (4+ messages)
` [PATCH V2 2/2] fs: Move swap_[de]activate to file_operations

[PATCH] mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmap
 2019-11-19 18:49 UTC  (3+ messages)

[PATCH] dma/debug: Fix dma vs cow-page collision detection
 2019-11-19 17:35 UTC 

[PATCH v3 00/15] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-19 17:23 UTC  (6+ messages)
` [PATCH v3 15/15] powerpc/32s: Activate CONFIG_VMAP_STACK

[PATCH v4 0/9] per lruvec lru_lock for memcg
 2019-11-19 16:49 UTC  (17+ messages)
` [PATCH v4 1/9] mm/swap: fix uninitialized compiler warning
` [PATCH v4 2/9] mm/huge_memory: "
` [PATCH v4 3/9] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v4 4/9] mm/mlock: only change the lru_lock iff page's lruvec is different
` [PATCH v4 5/9] mm/swap: "
` [PATCH v4 6/9] mm/vmscan: "
` [PATCH v4 7/9] mm/pgdat: remove pgdat lru_lock
` [PATCH v4 8/9] mm/lru: likely enhancement
` [PATCH v4 9/9] mm/lru: revise the comments of lru_lock

[PATCH v6 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19 16:10 UTC  (29+ messages)
` [PATCH v6 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v6 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v6 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v6 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v6 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v6 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v6 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v6 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v6 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v6 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v6 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v6 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v6 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v6 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v6 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v6 16/24] net/xdp: "
` [PATCH v6 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v6 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v6 19/24] vfio, mm: "
` [PATCH v6 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v6 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v6 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v6 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v6 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH] net/skbuff: silence warnings under memory pressure
 2019-11-19 15:58 UTC  (14+ messages)

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-19 15:13 UTC  (13+ messages)
` [PATCH 09/28] mm: directed shrinker work deferral
` [PATCH 28/28] xfs: rework unreferenced inode lookups

[PATCH] mm: kconfig: make Transparent Hugepage Support sysfs defaults to match the documentation
 2019-11-19 14:58 UTC  (3+ messages)

[PATCH] mm/ksm: Don't WARN if page is still mapped in remove_stable_node()
 2019-11-19 13:18 UTC 

[PATCH 1/2] mm/memory-failure.c: PageHuge is handled at the beginning of memory_failure
 2019-11-19 12:23 UTC  (3+ messages)
` [PATCH 2/2] mm/memory-failure.c: not necessary to recalculate hpage

[PATCH v2] mm/memory_hotplug: Don't allow to online/offline memory blocks with holes
 2019-11-19 11:52 UTC 

[PATCH v3 0/8] per lruvec lru_lock for memcg
 2019-11-19 10:14 UTC  (25+ messages)
` [PATCH v3 1/7] mm/lru: add per lruvec lock "
` [PATCH v3 2/7] mm/lruvec: add irqsave flags into lruvec struct
` [PATCH v3 3/7] mm/lru: replace pgdat lru_lock with lruvec lock

[PATCH] mm, sparse: do not waste pre allocated memmap space
 2019-11-19 10:03 UTC  (2+ messages)

[PATCH v11 0/4] kasan: support backing vmalloc space with real shadow memory
 2019-11-19  9:54 UTC  (5+ messages)
` [PATCH v11 1/4] "

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19  7:00 UTC  (20+ messages)
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages

[PATCH 4.14] memfd: Use radix_tree_deref_slot_protected to avoid the warning
 2019-11-19  5:00 UTC  (12+ messages)
` [PATCH 4.19] "
  ` Patch "memfd: Use radix_tree_deref_slot_protected to avoid the warning." has been added to the 4.19-stable tree
` [PATCH 4.4] memfd: Use radix_tree_deref_slot_protected to avoid the warning
  ` Patch "memfd: Use radix_tree_deref_slot_protected to avoid the warning." has been added to the 4.4-stable tree
` [PATCH 4.9] memfd: Use radix_tree_deref_slot_protected to avoid the warning
  ` Patch "memfd: Use radix_tree_deref_slot_protected to avoid the warning." has been added to the 4.9-stable tree
` Patch "memfd: Use radix_tree_deref_slot_protected to avoid the warning." has been added to the 4.14-stable tree

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-11-19  4:41 UTC  (10+ messages)
` [PATCH 08/10] nvdimm: Add driver for OpenCAPI Storage Class Memory

general protection fault in pagemap_pmd_range
 2019-11-19  4:06 UTC 

[linux-next:pending-fixes] BUILD INCOMPLETE b1a61072f20257a3ac49c0fe5647bfb29cfba5d9
 2019-11-19  2:22 UTC 

mmotm 2019-11-18-16-12 uploaded
 2019-11-19  0:12 UTC 

[PATCH v4] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-11-18 23:03 UTC  (3+ messages)

[PATCH v5] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-11-18 23:01 UTC 

[PATCH] zswap: use B-tree for search
 2019-11-18 21:59 UTC  (3+ messages)

PSI: use-after-free in collect_percpu_times()
 2019-11-18 21:58 UTC 

[PATCH v4] mm: get rid of odd jump labels in find_mergeable_anon_vma()
 2019-11-18 21:22 UTC  (4+ messages)

[PATCH 1/2] mm: Move the backup x_devmap() functions to asm-generic/pgtable.h
 2019-11-18 21:02 UTC  (6+ messages)
` [PATCH 2/2] mm: Fix a huge pud insertion race during faulting

[PATCH -next v2] mm/vmscan: fix some -Wenum-conversion warnings
 2019-11-18 20:56 UTC  (5+ messages)

[PATCH v8 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-11-18 19:41 UTC  (4+ messages)
` [PATCH v8 5/9] hugetlb: disable region_add file_region coalescing

[PATCH v2 00/18] Memory Hierarchy: Enable target node lookups for reserved memory
 2019-11-18 18:45 UTC  (24+ messages)
` [PATCH v2 01/18] libnvdimm: Move attribute groups to device type
` [PATCH v2 02/18] libnvdimm: Move region attribute group definition
` [PATCH v2 03/18] libnvdimm: Move nd_device_attribute_group to device_type
` [PATCH v2 04/18] libnvdimm: Move nd_numa_attribute_group "
` [PATCH v2 05/18] libnvdimm: Move nd_region_attribute_group "
` [PATCH v2 06/18] libnvdimm: Move nd_mapping_attribute_group "
` [PATCH v2 07/18] libnvdimm: Move nvdimm_attribute_group "
` [PATCH v2 08/18] libnvdimm: Move nvdimm_bus_attribute_group "
` [PATCH v2 09/18] dax: Create a dax device_type
` [PATCH v2 10/18] dax: Simplify root read-only definition for the 'resource' attribute
` [PATCH v2 11/18] libnvdimm: "
` [PATCH v2 12/18] dax: Add numa_node to the default device-dax attributes
` [PATCH v2 13/18] libnvdimm: Export the target_node attribute for regions and namespaces
` [PATCH v2 14/18] acpi/numa: Up-level "map to online node" functionality
` [PATCH v2 15/18] mm/numa: Skip NUMA_NO_NODE and online nodes in numa_map_to_online_node()
` [PATCH v2 16/18] powerpc/papr_scm: Switch to numa_map_to_online_node()
` [PATCH v2 17/18] x86/numa: Provide a range-to-target_node lookup facility
` [PATCH v2 18/18] libnvdimm/e820: Retrieve and populate correct 'target_node' info

[PATCH v4 0/2] HMM tests and minor fixes
 2019-11-18 18:42 UTC  (10+ messages)
` [PATCH v4 2/2] mm/hmm/test: add self tests for HMM

[linux-next:master 11878/12136] mm/vmscan.c:2216:39: warning: implicit conversion from enumeration type 'enum lru_list' to different enumeration type 'enum node_stat_item'
 2019-11-18 18:33 UTC  (3+ messages)

[PATCH V5 0/4] ACPI: Support Generic Initiator proximity domains
 2019-11-18 17:18 UTC  (10+ messages)
` [PATCH V5 1/4] ACPI: Support Generic Initiator only domains

[PATCH 0/2] mm: devmap: page-freeing related cleanups
 2019-11-18 16:57 UTC  (6+ messages)
` [PATCH 1/2] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH 2/2] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages

[PATCH v4 1/3] kasan: No KASAN's memmove check if archs don't have it
 2019-11-18 16:22 UTC  (3+ messages)

[PATCH] docs: cgroup: mm: Fix spelling of "list"
 2019-11-18 16:00 UTC  (2+ messages)

[RFC v3] memcg: add memcg lru
 2019-11-18 14:04 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in ip6_tnl_parse_tlv_enc_lim
 2019-11-18 11:35 UTC 

[RFC v4] mm: add page preempt
 2019-11-18 11:33 UTC 

[PATCH v3] mm: get rid of odd jump labels in find_mergeable_anon_vma()
 2019-11-18 11:31 UTC 

[PATCH] mm/sparse: Consistently do not zero memmap
 2019-11-18 11:28 UTC  (11+ messages)

[RFC v3] memcg: add memcg lru
 2019-11-18 10:29 UTC  (2+ messages)

[PATCH v3] mm: get rid of odd jump labels in find_mergeable_anon_vma()
 2019-11-18  9:45 UTC  (2+ messages)

[PATCH 1/2] mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
 2019-11-18  9:43 UTC  (11+ messages)

[RFC v3] writeback: add elastic bdi in cgwb bdp
 2019-11-18  8:25 UTC  (2+ messages)
` [writeback] e4f9eb2268: fsmark.files_per_sec 48.8% improvement

[PATCH v2] mm: get rid of odd jump labels in find_mergeable_anon_vma()
 2019-11-18  6:24 UTC 

[PATCH v2] mm: get rid of odd jump labels in find_mergeable_anon_vma()
 2019-11-18  3:31 UTC  (2+ messages)

[PATCH] madvise: use PAGE_ALIGN[ED] for range checking
 2019-11-18  3:28 UTC 

[PATCH] mm: get rid of odd jump label in find_mergeable_anon_vma
 2019-11-18  3:14 UTC 


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).