linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-19 16:49:49 to 2019-11-22 01:53:43 UTC [more...]

incoming
 2019-11-22  1:53 UTC 

[PATCH] tmpfs: use ida to get inode number
 2019-11-22  1:23 UTC  (10+ messages)

[PATCH v5] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-11-21 23:40 UTC  (2+ messages)

[PATCH] mm: hugetlb controller for cgroups v2
 2019-11-21 22:36 UTC 

[linux-next:pending-fixes] BUILD INCOMPLETE 232aa1d5e73ce18369cd98f2ddc3c14d6dbeb28b
 2019-11-21 22:31 UTC 

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-21 22:22 UTC  (48+ 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 v4 2/2] kasan: add test for invalid size in memmove
 2019-11-21 22:21 UTC  (2+ messages)

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

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

[PATCH v4 0/9] per lruvec lru_lock for memcg
 2019-11-21 22:06 UTC  (15+ messages)
` [PATCH v4 1/9] mm/swap: fix uninitialized compiler warning
` [PATCH v4 3/9] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v4 9/9] mm/lru: revise the comments of lru_lock

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

INFO: task hung in __do_page_fault (2)
 2019-11-21 21:00 UTC  (4+ messages)

[PATCH v2 0/8] Backported fixes for 4.4 stable tree
 2019-11-21 20:38 UTC  (8+ messages)
` [PATCH v2 6/8] mm: prevent get_user_pages() from overflowing page refcount

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

[RFC v1 00/19] Modify zonelist to nodelist v1
 2019-11-21 18:04 UTC  (21+ messages)
` [RFC v1 01/19] mm, mmzone: modify zonelist to nodelist
` [RFC v1 02/19] mm, hugetlb: use for_each_node in dequeue_huge_page_nodemask()
` [RFC v1 03/19] mm, oom_kill: use for_each_node in constrained_alloc()
` [RFC v1 04/19] mm, slub: use for_each_node in get_any_partial()
` [RFC v1 05/19] mm, slab: use for_each_node in fallback_alloc()
` [RFC v1 06/19] mm, vmscan: use for_each_node in do_try_to_free_pages()
` [RFC v1 07/19] mm, vmscan: use first_node in throttle_direct_reclaim()
` [RFC v1 08/19] mm, vmscan: pass pgdat to wakeup_kswapd()
` [RFC v1 09/19] mm, vmscan: use for_each_node in shrink_zones()
` [RFC v1 10/19] mm, page_alloc: use for_each_node in wake_all_kswapds()
` [RFC v1 11/19] mm, mempolicy: use first_node in mempolicy_slab_node()
` [RFC v1 12/19] mm, mempolicy: use first_node in mpol_misplaced()
` [RFC v1 13/19] mm, page_alloc: use first_node in local_memory_node()
` [RFC v1 14/19] mm, compaction: rename compaction_zonelist_suitable
` [RFC v1 15/19] mm, mm_init: rename mminit_verify_zonelist
` [RFC v1 16/19] mm, page_alloc: cleanup build_zonelists
` [RFC v1 17/19] mm, memory_hotplug: cleanup online_pages()
` [RFC v1 18/19] kernel, sysctl: cleanup numa_zonelist_order
` [RFC v1 19/19] mm, mmzone: cleanup zonelist in comments

use generic DMA mapping code in powerpc V4
 2019-11-21 17:26 UTC  (11+ messages)
            ` Bug 205201 - overflow of DMA mask and bus mask

[PATCH v2 1/3] fs: remove redundant cache invalidation after async direct-io write
 2019-11-21 16:23 UTC  (6+ messages)
` [PATCH v2 2/3] fs: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n
` [PATCH v2 3/3] fs: warn if stale pagecache is left after direct write

[PATCH 0/3] mips: get rid of __ARCH_USE_5LEVEL_HACK
 2019-11-21 16:21 UTC  (4+ messages)
` [PATCH 1/3] mips: fix build when "48 bits virtual memory" is enabled
` [PATCH 2/3] mips: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH 3/3] mips: add support for folded p4d page tables

[PATCH 1/2] mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
 2019-11-21 15:28 UTC  (4+ messages)

[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()

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

[PATCH] net/skbuff: silence warnings under memory pressure
 2019-11-21  9:15 UTC  (14+ 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

[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 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

[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  (9+ messages)
` [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 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] 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  (6+ 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  (7+ messages)
` [PATCH v6 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v6 17/24] mm/gup: track FOLL_PIN pages

[PATCH V10] mm/debug: Add tests validating architecture page table helpers
 2019-11-20  5:31 UTC 

[PATCH v11 1/4] kasan: support backing vmalloc space with real shadow memory
 2019-11-20  5:27 UTC  (2+ messages)
` [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)


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