linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-19 04:41:52 to 2019-11-21 12:09:13 UTC [more...]

[PATCH RFC v2 00/25] Add KernelMemorySanitizer infrastructure
 2019-11-21 12:08 UTC  (10+ messages)
` [PATCH RFC v2 09/25] kmsan: add KMSAN runtime
` [PATCH RFC v2 10/25] kmsan: define READ_ONCE_NOCHECK()

[PATCH] tmpfs: use ida to get inode number
 2019-11-21 11:40 UTC  (7+ messages)

[PATCH v7 08/10] mm: rework non-root kmem_cache lifecycle management
 2019-11-21 11:17 UTC  (2+ messages)
` WARNING bisected (was Re: [PATCH v7 08/10] mm: rework non-root kmem_cache lifecycle management)

[linux-next:master] BUILD INCOMPLETE 1fef9976397fc9b951ee54467eccd65e0c508785
 2019-11-21 10:09 UTC 

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

[PATCH] net/skbuff: silence warnings under memory pressure
 2019-11-21  9:15 UTC  (16+ messages)

[RFC 00/10] autonuma: Optimize memory placement in memory tiering system
 2019-11-21  8:38 UTC  (6+ messages)
` [RFC 10/10] autonuma, memory tiering: Adjust hot threshold automatically

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-21  7:29 UTC  (2+ messages)

[PATCH] mm/ksm: Don't WARN if page is still mapped in remove_stable_node()
 2019-11-21  4:12 UTC  (2+ messages)

[PATCH v2] mm: Fix Kconfig indentation
 2019-11-21  3:20 UTC 

[PATCH] mm: fix unsafe page -> lruvec lookups with cgroup charge migration
 2019-11-21  3:15 UTC  (4+ messages)

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

INFO: task hung in __do_page_fault (2)
 2019-11-20 19:52 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 08504765f773b151ff96f75b36e6a7f1c3308ccf
 2019-11-20 19:35 UTC 

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

[PATCH] mm: Fix Kconfig indentation
 2019-11-20 14:36 UTC  (2+ messages)

[RESEND PATCH] virt: Fix Kconfig indentation
 2019-11-20 13:58 UTC 

[PATCH] mm: Clean up filemap_write_and_wait()
 2019-11-20 13:36 UTC  (3+ messages)

mlockall(MCL_CURRENT) blocking infinitely
 2019-11-20 12:42 UTC  (13+ messages)

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

[PATCH] mm, memcg: show memcg min setting in oom messages
 2019-11-20 12:23 UTC  (5+ messages)

[PATCH v4 0/9] per lruvec lru_lock for memcg
 2019-11-20 11:50 UTC  (21+ 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 v1 01/12] powerpc/pseries: CMM: Implement release() function for sysfs device
 2019-11-20 10:35 UTC  (2+ messages)

[PATCH v2 00/18] Memory Hierarchy: Enable target node lookups for reserved memory
 2019-11-20 10:30 UTC  (3+ messages)
` [PATCH v2 16/18] powerpc/papr_scm: Switch to numa_map_to_online_node()

[PATCH v4 1/2] kasan: detect negative size in memory operation function
 2019-11-20  8:34 UTC  (2+ messages)

[PATCH] mm, sparse: do not waste pre allocated memmap space
 2019-11-20  7:52 UTC  (4+ messages)

[PATCH v3 00/15] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-20  7:38 UTC  (7+ messages)
` [PATCH v3 15/15] powerpc/32s: Activate CONFIG_VMAP_STACK

[PATCH v6 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-20  7:17 UTC  (31+ 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 V10] mm/debug: Add tests validating architecture page table helpers
 2019-11-20  5:31 UTC 

[PATCH v11 0/4] kasan: support backing vmalloc space with real shadow memory
 2019-11-20  5:27 UTC  (6+ messages)
` [PATCH v11 1/4] "
  ` [PATCH] update to "kasan: support backing vmalloc space with real shadow memory"

[PATCH] dma/debug: Fix dma vs cow-page collision detection
 2019-11-20  1:23 UTC  (3+ messages)

[PATCH v14 0/6] mm / virtio: Provide support for unused page reporting
 2019-11-19 21:54 UTC  (10+ messages)
` [PATCH v14 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v14 2/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v14 3/6] mm: Introduce Reported pages
` [PATCH v14 4/6] mm: Add unused page reporting documentation
` [PATCH v14 5/6] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v14 6/6] virtio-balloon: Add support for providing unused page reports to host
` [PATCH v14 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v14 QEMU 2/3] virtio-balloon: Add bit to notify guest of unused page reporting
` [PATCH v14 QEMU 3/3] virtio-balloon: Provide a interface for "

[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 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] mm: kconfig: make Transparent Hugepage Support sysfs defaults to match the documentation
 2019-11-19 14:58 UTC  (3+ messages)

[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  (21+ messages)
` [PATCH v3 1/7] mm/lru: add per lruvec lock "
` [PATCH v3 3/7] mm/lru: replace pgdat lru_lock with lruvec lock

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-19  7:00 UTC  (7+ messages)
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN

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

[PATCH 4.14] memfd: Use radix_tree_deref_slot_protected to avoid the warning
 2019-11-19  4:59 UTC  (2+ messages)
` Patch "memfd: Use radix_tree_deref_slot_protected to avoid the warning." has been added to the 4.14-stable tree

[PATCH 4.9] memfd: Use radix_tree_deref_slot_protected to avoid the warning
 2019-11-19  4:59 UTC  (2+ messages)
` Patch "memfd: Use radix_tree_deref_slot_protected to avoid the warning." has been added to the 4.9-stable tree

[PATCH 4.4] memfd: Use radix_tree_deref_slot_protected to avoid the warning
 2019-11-19  4:59 UTC  (2+ messages)
` Patch "memfd: Use radix_tree_deref_slot_protected to avoid the warning." has been added to the 4.4-stable tree

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


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