linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-13 22:47:24 to 2020-01-15 09:39:10 UTC [more...]

[PATCH 0/4] introduce memory hinting API for external process
 2020-01-15  9:38 UTC  (16+ messages)
` [PATCH 2/4] mm: introduce external memory hinting API

[PATCH v4] mm/page_vma_mapped.c: Explicitly compare pfn for normal, hugetlbfs and THP page
 2020-01-15  9:31 UTC  (6+ messages)

[PATCH -next v2] mm/hotplug: silence a lockdep splat with printk()
 2020-01-15  9:24 UTC  (3+ messages)

[PATCH v2] mm/mempolicy,hugetlb: Checking hstate for hugetlbfs page in vma_migratable
 2020-01-15  9:04 UTC  (2+ messages)

[patch] mm, oom: dump stack of victim when reaping failed
 2020-01-15  8:43 UTC  (2+ messages)

[PATCH -next] mm/hotplug: silence a lockdep splat with printk()
 2020-01-15  8:37 UTC  (9+ messages)

[PATCH] mm/vmscan: remove prefetch_prev_lru_page
 2020-01-15  8:29 UTC  (4+ messages)

[RFC v2 0/9] Replacing the readpages a_op
 2020-01-15  7:44 UTC  (14+ messages)
` [PATCH v2 1/9] mm: Fix the return type of __do_page_cache_readahead
` [PATCH v2 2/9] readahead: Ignore return value of ->readpages
` [PATCH v2 3/9] XArray: Add xarray_for_each_range
` [PATCH v2 4/9] readahead: Put pages in cache earlier
` [PATCH v2 5/9] mm: Add readahead address space operation
` [PATCH v2 6/9] iomap,xfs: Convert from readpages to readahead
` [PATCH v2 7/9] cifs: "
` [PATCH v2 8/9] mm: Remove add_to_page_cache_locked
` [PATCH v2 9/9] mm: Unify all add_to_page_cache variants

[PATCH 1/2] mm/mempolicy: Checking hstate for hugetlbfs page in vma_migratable
 2020-01-15  7:36 UTC  (11+ messages)
` [PATCH 2/2] mm/mempolicy: Skip walking HUGETLB vma if MPOL_MF_STRICT is specified alone

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-01-15  7:30 UTC  (5+ messages)
` [PATCH v15 14/23] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size on powerpc

RFC: hold i_rwsem until aio completes
 2020-01-15  6:56 UTC  (23+ messages)
` [PATCH 01/12] mm: fix a comment in sys_swapon
` [PATCH 02/12] locking/rwsem: Exit early when held by an anonymous owner
` [PATCH 03/12] xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read
` [PATCH 04/12] gfs2: move setting current->backing_dev_info
` [PATCH 05/12] gfs2: fix O_SYNC write handling
` [PATCH 06/12] iomap: pass a flags value to iomap_dio_rw
` [PATCH 07/12] iomap: allow holding i_rwsem until aio completion
` [PATCH 08/12] ext4: hold i_rwsem until AIO completes
` [PATCH 09/12] gfs2: "
` [PATCH 10/12] xfs: "
` [PATCH 11/12] xfs: don't set IOMAP_DIO_SYNCHRONOUS for unaligned I/O
` [PATCH 12/12] iomap: remove the inode_dio_begin/end calls

[PATCH 0/2] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-01-15  6:37 UTC  (3+ messages)
` [PATCH 1/2] kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
` [PATCH 2/2] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN

[PATCH] mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()
 2020-01-15  6:09 UTC 

[PATCH] mm: get rid of WARN if failed to cow user pages
 2020-01-15  6:02 UTC 

KASAN: slab-out-of-bounds Write in mpol_parse_str
 2020-01-15  5:54 UTC  (2+ messages)
` [PATCH] mm/mempolicy.c: Fix out of bounds write in mpol_parse_str()

[Patch v2] mm: thp: grab the lock before manipulation defer list
 2020-01-15  3:26 UTC  (9+ messages)

mmotm 2020-01-14-19-14 uploaded
 2020-01-15  3:14 UTC 

[patch] mm, thp: fix defrag setting if newline is not used
 2020-01-15  1:58 UTC 

[PATCH] mm/gup.c: use is_vm_hugetlb_page() to check whether to follow huge
 2020-01-15  1:52 UTC  (3+ messages)

[PATCH v10 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-01-15  1:26 UTC  (8+ messages)
` [PATCH v10 2/8] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v10 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v10 4/8] hugetlb: disable region_add file_region coalescing
` [PATCH v10 5/8] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v10 6/8] hugetlb_cgroup: support noreserve mappings
` [PATCH v10 7/8] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v10 8/8] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH v2 1/2] mm/rmap: fix and simplify reusing mergeable anon_vma as parent when fork
 2020-01-15  1:20 UTC  (15+ messages)

OEM Power Bank are welcome
 2020-01-15  0:58 UTC 

[PATCH v3 0/9] Fixup page directory freeing
 2020-01-15  0:25 UTC  (13+ messages)
` [PATCH v3 1/9] powerpc/mmu_gather: Enable RCU_TABLE_FREE even for !SMP case
` [PATCH v3 2/9] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
` [PATCH v3 3/9] asm-generic/tlb: Avoid potential double flush
` [PATCH v3 4/9] asm-gemeric/tlb: Remove stray function declarations
` [PATCH v3 5/9] asm-generic/tlb: Add missing CONFIG symbol
` [PATCH v3 6/9] asm-generic/tlb: Rename HAVE_RCU_TABLE_FREE
` [PATCH v3 7/9] asm-generic/tlb: Rename HAVE_MMU_GATHER_PAGE_SIZE
` [PATCH v3 8/9] asm-generic/tlb: Rename HAVE_MMU_GATHER_NO_GATHER
` [PATCH v3 9/9] asm-generic/tlb: Provide MMU_GATHER_TABLE_FREE

[PATCH] mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONE
 2020-01-15  0:22 UTC  (2+ messages)

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-14 23:29 UTC  (4+ messages)

[PATCH v9 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-01-14 22:55 UTC  (13+ messages)
` [PATCH v9 2/8] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v9 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v9 6/8] hugetlb_cgroup: support noreserve mappings
` [PATCH v9 8/8] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
 2020-01-14 22:09 UTC  (8+ messages)

[RFC PATCH V2 11/11] x86: tsc: avoid system instability in hibernation
 2020-01-14 19:29 UTC  (9+ messages)

[v2 PATCH] mm: shmem: allow split THP when truncating THP partially
 2020-01-14 19:28 UTC  (3+ messages)

[PATCH] mm/page_alloc: Add a reason for reserved pages in has_unmovable_pages()
 2020-01-14 18:22 UTC  (12+ messages)
            ` [PATCH] mm, debug: always print flags in dump_page()

[PATCH v1 2/2] mm: factor out next_present_section_nr()
 2020-01-14 16:52 UTC  (8+ messages)

[PATCH v6 0/6] mm/hmm/test: add self tests for HMM
 2020-01-14 13:00 UTC  (6+ messages)
` [PATCH v6 4/6] mm/mmu_notifier: add mmu_interval_notifier_find()
` [PATCH v6 5/6] nouveau: use new mmu interval notifiers
` [PATCH v6 6/6] mm/hmm/test: add self tests for HMM

[PATCH v5 0/2] mm/hmm/test: add self tests for HMM
 2020-01-14 12:45 UTC  (7+ messages)
` [PATCH v5 1/2] mm/mmu_notifier: make interval notifier updates safe

[PATCH V11 1/5] mm/hotplug: Introduce arch callback validating the hot remove range
 2020-01-14 12:30 UTC  (7+ messages)

[PATCH] mm/cma.c: find a named CMA area by name
 2020-01-14 10:08 UTC  (3+ messages)

[RFC PATCH V2 00/10] x86/Hyper-V: Add Dynamic memory hot-remove function
 2020-01-14  9:50 UTC  (6+ messages)
` [RFC PATCH V2 2/10] mm: expose is_mem_section_removable() symbol
      ` [EXTERNAL] "

user space unresponsive, followup: lsf/mm congestion
 2020-01-14  9:46 UTC  (11+ messages)

[PATCH v7 00/10] per lruvec lru_lock for memcg
 2020-01-14  9:29 UTC  (19+ messages)
` [PATCH v7 02/10] mm/memcg: fold lru_lock in lock_page_lru
` [PATCH v7 03/10] mm/lru: replace pgdat lru_lock with lruvec lock

[PATCH] x86/Hyper-V: Balloon up according to request page number
 2020-01-14  9:30 UTC  (2+ messages)

[PATCH 1/1] mm: fix tick_sched timer blocked by pgdat_resize_lock
 2020-01-14  8:54 UTC  (6+ messages)
` [PATCH RESEND] "

incoming
 2020-01-14  8:46 UTC  (15+ messages)
` [patch 01/11] mm, thp: tweak reclaim/compaction effort of local-only and all-node allocations
` [patch 02/11] mm/memory_hotplug: don't free usage map when removing a re-added early section
` [patch 03/11] mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD alignment
` [patch 04/11] mm/shmem.c: thp, shmem: "
` [patch 05/11] mm: memcg/slab: fix percpu slab vmstats flushing
` [patch 06/11] mm, debug_pagealloc: don't rely on static keys too early
` [patch 07/11] mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()
` [patch 08/11] mm/page-writeback.c: use div64_ul() for u64-by-unsigned-long divide
` [patch 09/11] mm/page-writeback.c: improve arithmetic divisions
` [patch 10/11] mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is valid
` [patch 11/11] mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATE

[PATCH v1 0/2] mm/memory_hotplug: pass in nid to online_pages()
 2020-01-14  8:24 UTC  (3+ messages)
` [PATCH v1 2/2] drivers/base/memory.c: get rid of find_memory_block()

[PATCH] zswap: potential NULL dereference on error in init_zswap()
 2020-01-14  5:09 UTC 

[RFC 0/8] Replacing the readpages a_op
 2020-01-14  1:07 UTC  (12+ messages)

mmotm 2020-01-13-16-02 uploaded
 2020-01-14  0:02 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).