linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[patch 0/2] per-CPU vmstat thresholds and vmstat worker disablement
 2017-05-12 15:11 UTC  (8+ messages)
` [patch 2/2] MM: allow per-cpu vmstat_threshold and vmstat_worker configuration

8 Gigabytes and constantly swapping
 2017-05-12 13:39 UTC  (3+ messages)

mm/kasan: zero_p4d_populate() problem?
 2017-05-12 11:04 UTC  (2+ messages)

[RFC summary] Enable Coherent Device Memory
 2017-05-12 10:26 UTC  (2+ messages)

mm: page allocation failures in swap_duplicate -> add_swap_count_continuation
 2017-05-12  9:18 UTC 

[RFC] mm/madvise: Enable (soft|hard) offline of HugeTLB pages at PGD level
 2017-05-12  8:10 UTC  (3+ messages)
` [PATCH] mm/madvise: Dont poison entire HugeTLB page for single page errors

[PATCH v7 0/7] Introduce ZONE_CMA
 2017-05-12  6:38 UTC  (19+ messages)

Kernel problem
 2017-05-12  5:56 UTC  (4+ messages)
  ` AW: "

[RFC 00/10] x86 TLB flush cleanups, moving toward PCID support
 2017-05-12  3:41 UTC  (24+ messages)
` [RFC 01/10] x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
` [RFC 03/10] x86/mm: Make the batched unmap TLB flush API more generic
` [RFC 04/10] x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
` [RFC 09/10] x86/mm: Rework lazy TLB to track the actual loaded mm

[PATCH] mm: per-cgroup memory reclaim stats
 2017-05-12  2:25 UTC  (2+ messages)

[PATCH -mm -v10 0/3] THP swap: Delay splitting THP during swapping out
 2017-05-12  2:21 UTC  (18+ messages)
` [PATCH -mm -v10 1/3] mm, THP, swap: Delay splitting THP during swap out
                  ` [PATCH 1/2] mm: swap: unify swap slot free functions to put_swap_page
                    ` [PATCH 2/2] mm: swap: move anonymous THP split logic to vmscan

[v3 0/9] parallelized "struct page" zeroing
 2017-05-11 20:59 UTC  (16+ messages)

[patch 0/3] per-CPU vmstat thresholds and vmstat worker disablement (v2)
 2017-05-11 15:33 UTC  (6+ messages)
` [patch 1/3] MM: remove unused quiet_vmstat function
` [patch 3/3] MM: allow per-cpu vmstat_worker configuration

[PATCH 0/3 v3] ARM/ARM64: silence large module first time allocation
 2017-05-11 13:53 UTC  (11+ messages)
` [PATCH v3 2/3] ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=y
` [PATCH v3 3/3] arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=y

[PATCH v2] mm: vmscan: scan until it founds eligible pages
 2017-05-11 10:35 UTC  (3+ messages)

[patch] mm, thp: copying user pages must schedule on collapse
 2017-05-11  9:51 UTC  (2+ messages)

[PATCH 0/4 v4] mm,dax: Fix data corruption due to mmap inconsistency
 2017-05-11  8:39 UTC  (8+ messages)
` [PATCH 1/4] dax: prevent invalidation of mapped DAX entries
` [PATCH 2/4] mm: Fix data corruption due to stale mmap reads
` [PATCH 3/4] ext4: Return back to starting transaction in ext4_dax_huge_fault()
` [PATCH 4/4] dax: Fix data corruption when fault races with write
  ` [PATCH 5/4] dax: Fix PMD "

[RFC 0/4] RFC - Coherent Device Memory (Not for inclusion)
 2017-05-10 23:04 UTC  (10+ messages)

[PATCH] mark protection_map as __ro_after_init
 2017-05-10 18:20 UTC  (2+ messages)

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-10 16:18 UTC  (43+ messages)
` [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
` [PATCH v4 02/27] mm: drop "wait" parameter from write_one_page
` [PATCH v4 03/27] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v4 04/27] buffer: use mapping_set_error instead of setting the flag
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
` [PATCH v4 06/27] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v4 07/27] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v4 08/27] dax: set errors in mapping when writeback fails
` [PATCH v4 09/27] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v4 10/27] 9p: set mapping error when writeback fails in launder_page
` [PATCH v4 11/27] fuse: set mapping error in writepage_locked when it fails
` [PATCH v4 12/27] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v4 13/27] lib: add errseq_t type and infrastructure for handling it
` [PATCH v4 14/27] fs: new infrastructure for writeback error handling and reporting
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 16/27] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v4 17/27] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v4 18/27] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 20/27] cifs: cleanup writeback handling errors and comments
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v4 23/27] gfs2: clean up some filemap_* calls
` [PATCH v4 24/27][RFC] nfs: convert to new errseq_t based error tracking for writeback errors
` [PATCH v4 25/27] Documentation: flesh out the section in vfs.txt on storing and reporting "
` [PATCH v4 26/27] mm: flesh out comments over mapping_set_error
` [PATCH v4 27/27] mm: clean up comments in me_pagecache_dirty

RFC v2: post-init-read-only protection for data allocated dynamically
 2017-05-10 15:45 UTC  (15+ messages)

[PATCH] mm/vmscan: fix unsequenced modification and access warning
 2017-05-10 15:40 UTC  (7+ messages)
  ` [Patch v2] "
      ` [Patch v3] "

[PATCH 0/1] mm: Improve consistency of ___GFP_xxx masks
 2017-05-10 15:24 UTC  (7+ messages)
` [PATCH 1/1] Remove hardcoding of ___GFP_xxx bitmasks
      ` Question on ___GFP_NOLOCKDEP - Was: "

[PATCH] mm/khugepaged: Add missed tracepoint for collapse_huge_page_swapin
 2017-05-10 13:09 UTC  (2+ messages)

[PATCH] mm, vmalloc: fix vmalloc users tracking properly
 2017-05-10  9:51 UTC  (9+ messages)

[PATCH v3] arm64: fix the overlap between the kernel image and vmalloc address
 2017-05-10  8:55 UTC 

[PATCH v2] mm: fix the memory leak after collapsing the huge page fails
 2017-05-10  7:59 UTC  (10+ messages)

[PATCH v2 0/2] BUG raised when onlining HWPoisoned page
 2017-05-10  7:41 UTC  (8+ messages)
` [PATCH v2 2/2] mm: skip HWPoisoned pages when onlining pages

[PATCH] vmscan: scan pages until it founds eligible pages
 2017-05-10  7:22 UTC  (10+ messages)

[PATCH v2] mm: fix the memory leak after collapsing the huge page fails (fwd)
 2017-05-10  6:50 UTC  (5+ messages)

[PATCH -v3 0/13] mm: make movable onlining suck less
 2017-05-10  5:53 UTC  (3+ messages)

[PATCH -mm] mm, swap: Remove unused function prototype
 2017-05-10  2:57 UTC  (2+ messages)

[PATCH] oom: improve oom disable handling
 2017-05-10  2:47 UTC  (2+ messages)

[PATCH] mm: fix spelling error
 2017-05-10  2:38 UTC  (2+ messages)

[RESENT PATCH] x86/mem: fix the offset overflow when read/write mem
 2017-05-10  2:15 UTC  (7+ messages)

[PATCH v2 1/2] mm: Uncharge poisoned pages
 2017-05-09 22:59 UTC  (11+ messages)

[PATCH RFC] hugetlbfs 'noautofill' mount option
 2017-05-09 20:59 UTC  (9+ messages)

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-09 16:12 UTC  (4+ messages)
` [xfstests PATCH v2 1/3] generic: add a writeback error handling test
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v2 3/3] btrfs: allow it "

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-05-09 15:33 UTC  (3+ messages)

[PATCH v3 0/4] Zeroing hash tables in allocator
 2017-05-09 13:07 UTC  (10+ messages)
` [PATCH v3 4/4] mm: Adaptive hash table scaling

[PATCH 0/4 v3] mm,dax: Fix data corruption due to mmap inconsistency
 2017-05-09 12:18 UTC  (5+ messages)
` [PATCH 1/4] dax: prevent invalidation of mapped DAX entries
` [PATCH 2/4] mm: Fix data corruption due to stale mmap reads
` [PATCH 3/4] ext4: Return back to starting transaction in ext4_dax_huge_fault()
` [PATCH 4/4] dax: Fix data corruption when fault races with write

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox