linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-24 09:30:55 to 2017-04-26 16:05:39 UTC [more...]

[RFC PATCH 00/14] cgroup: Implement cgroup v2 thread mode & CPU controller
 2017-04-26 16:05 UTC  (2+ messages)

[PATCH 0/1] mm: Improve consistency of ___GFP_xxx masks
 2017-04-26 15:29 UTC  (4+ messages)
` [PATCH 1/1] Remove hardcoding of ___GFP_xxx bitmasks

[PATCH] powerpc/mm/hugetlb: Add support for 1G huge pages
 2017-04-26 13:48 UTC  (2+ messages)

[PATCH -mm -v3] mm, swap: Sort swap entries before free
 2017-04-26 12:42 UTC  (11+ messages)

[PATCH v9 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-04-26 11:03 UTC  (7+ messages)
` [PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
    ` [virtio-dev] "

[PATCH -v2 0/9] mm: make movable onlining suck less
 2017-04-26  9:19 UTC  (12+ messages)
` (no subject)
  ` your mail

[PATCH v1 0/2] mm: hwpoison: fix mce-test.ras.fail on 23a003bfd2
 2017-04-26  9:10 UTC  (3+ messages)
` [PATCH v1 1/2] mm: hwpoison: call shake_page() unconditionally
` [PATCH v1 2/2] mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page

[PATCH v2 1/2] xfs: fix incorrect argument count check
 2017-04-26  9:09 UTC  (4+ messages)
` [PATCH v2 2/2] dax: add regression test for stale mmap reads

[PATCH v2 0/2] BUG raised when onlining HWPoisoned page
 2017-04-26  8:59 UTC  (11+ messages)
` [PATCH v2 1/2] mm: Uncharge poisoned pages
` [PATCH v2 2/2] mm: skip HWPoisoned pages when onlining pages

[PATCH 1/4] fs: fix data invalidation in the cleancache during direct IO
 2017-04-26  8:52 UTC  (12+ messages)
` [PATCH 1/2] dax: prevent invalidation of mapped DAX entries
  ` [PATCH 2/2] dax: fix data corruption due to stale mmap reads
  ` [PATCH 1/2] xfs: fix incorrect argument count check
    ` [PATCH 2/2] dax: add regression test for stale mmap reads

[PATCH 0/5] {ioctl_}userfaultfd.2: initial updates for 4.11
 2017-04-26  8:43 UTC  (13+ messages)
` [PATCH 1/5] userfaultfd.2: describe memory types that can be used from 4.11
` [PATCH 2/5] ioctl_userfaultfd.2: "
` [PATCH 3/5] ioctl_userfaultfd.2: update UFFDIO_API description
` [PATCH 4/5] userfaultfd.2: add Linux container migration use-case to NOTES
` [PATCH 5/5] usefaultfd.2: add brief description of "non-cooperative" mode

[RFC 0/6] cpuset/mempolicies related fixes and cleanups
 2017-04-26  8:07 UTC  (8+ messages)
` [RFC 1/6] mm, page_alloc: fix more premature OOM due to race with cpuset update

[PATCH V2] mm/madvise: Enable (soft|hard) offline of HugeTLB pages at PGD level
 2017-04-26  3:57 UTC 

[PATCH] mm/madvise: Enable (soft|hard) offline of HugeTLB pages at PGD level
 2017-04-26  1:31 UTC  (2+ messages)

[PATCH 0/3] ARM/ARM64: silence large module first time allocation
 2017-04-25 22:36 UTC  (8+ messages)
` [PATCH 1/2] ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=y
` [PATCH 1/2] ARM: Silence non PLT "
` [PATCH 1/3] mm: Silence vmap() allocation failures based on caller gfp_flags
` [PATCH 2/3] ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=y
` [PATCH 2/2] mm: Silence vmap() allocation failures based on caller gfp_flags
` [PATCH 3/3] arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=y

[PATCH -mm] mm, swap: Fix swap space leak in error path of swap_free_entries()
 2017-04-25 22:05 UTC  (3+ messages)

[PATCH -mm -v10 0/3] THP swap: Delay splitting THP during swapping out
 2017-04-25 21:46 UTC  (6+ messages)
` [PATCH -mm -v10 1/3] mm, THP, swap: Delay splitting THP during swap out
` [PATCH -mm -v10 2/3] mm, THP, swap: Check whether THP can be split firstly
` [PATCH -mm -v10 3/3] mm, THP, swap: Enable THP swap optimization only if has compound map

[patch 0/2] per-CPU vmstat thresholds and vmstat worker disablement
 2017-04-25 19:36 UTC  (5+ messages)
` [patch 1/2] MM: remove unused quiet_vmstat function
` [patch 2/2] MM: allow per-cpu vmstat_threshold and vmstat_worker configuration

[PATCH] x86/mm/64: Fix crash in remove_pagetable()
 2017-04-25 19:01 UTC  (4+ messages)

get_zone_device_page() in get_page() and page_cache_get_speculative()
 2017-04-25 16:44 UTC  (9+ messages)

[PATCH v3 00/20] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-04-25 16:43 UTC  (49+ messages)
` [PATCH v3 01/20] mm: drop "wait" parameter from write_one_page
` [PATCH v3 02/20] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v3 03/20] buffer: use mapping_set_error instead of setting the flag
` [PATCH v3 04/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v3 05/20] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v3 06/20] dax: set errors in mapping when writeback fails
` [PATCH v3 07/20] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v3 08/20] mm: ensure that we set mapping error if writeout() fails
` [PATCH v3 09/20] 9p: set mapping error when writeback fails in launder_page
` [PATCH v3 10/20] fuse: set mapping error in writepage_locked when it fails
` [PATCH v3 11/20] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v3 12/20] lib: add errseq_t type and infrastructure for handling it
` [PATCH v3 13/20] fs: new infrastructure for writeback error handling and reporting
` [PATCH v3 14/20] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v3 15/20] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v3 16/20] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v3 17/20] cifs: cleanup writeback handling errors and comments
` [PATCH v3 18/20] mm: clean up error handling in write_one_page
` [PATCH v3 19/20] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v3 20/20] gfs2: clean up some filemap_* calls

[RFC 0/2] BUG raised when onlining HWPoisoned page
 2017-04-25 14:16 UTC  (7+ messages)
` [RFC 1/2] mm: Uncharge poisoned pages
` [RFC 2/2] mm: skip HWPoisoned pages when onlining pages

A pitfall of mempool?
 2017-04-25 11:22 UTC 

Review request: draft userfaultfd(2) manual page
 2017-04-25 10:59 UTC  (8+ messages)
` Review request: draft ioctl_userfaultfd(2) "

Freeing HugeTLB page into buddy allocator
 2017-04-25  8:57 UTC 

[PATCH 0/4] Properly invalidate data in the cleancache
 2017-04-25  8:41 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] fs: fix data invalidation in the cleancache during direct IO
  ` [PATCH v2 2/4] fs/block_dev: always invalidate cleancache in invalidate_bdev()
  ` [PATCH v2 3/4] mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping is empty
  ` [PATCH v2 4/4] mm/truncate: avoid pointless cleancache_invalidate_inode() calls

Question on the five-level page table support patches
 2017-04-25  7:25 UTC  (9+ messages)

[HMM 00/15] HMM (Heterogeneous Memory Management) v20
 2017-04-25  7:08 UTC  (7+ messages)
` [HMM 03/15] mm/unaddressable-memory: new type of ZONE_DEVICE for unaddressable memory

[PATCH v6 00/15] lockdep: Implement crossrelease feature
 2017-04-25  6:59 UTC  (10+ messages)
` [PATCH v6 05/15] "

[PATCH] mm,page_alloc: Split stall warning and failure warning
 2017-04-25  6:36 UTC  (13+ messages)

[PATCH] mm, vmscan: do not loop on too_many_isolated for ever
 2017-04-25  6:33 UTC  (9+ messages)

[PATCH v7 0/7] Introduce ZONE_CMA
 2017-04-25  3:42 UTC  (7+ messages)

[RFC 0/4] RFC - Coherent Device Memory (Not for inclusion)
 2017-04-25  0:52 UTC  (11+ messages)

[HMM 00/15] HMM (Heterogeneous Memory Management) v21
 2017-04-24 18:12 UTC  (16+ messages)
` [HMM 01/15] mm, memory_hotplug: introduce add_pages
` [HMM 02/15] mm/put_page: move ZONE_DEVICE page reference decrement v2
` [HMM 03/15] mm/private-memory: new type of ZONE_DEVICE for unaddressable memory v2
` [HMM 04/15] mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
` [HMM 05/15] mm/migrate: new memory migration helper for use with device memory v4
` [HMM 06/15] mm/migrate: migrate_vma() unmap page from vma while collecting pages
` [HMM 07/15] mm/hmm: heterogeneous memory management (HMM for short) v3
` [HMM 08/15] mm/hmm/mirror: mirror process address space on device with HMM helpers v3
` [HMM 09/15] mm/hmm/mirror: helper to snapshot CPU page table v3
` [HMM 10/15] mm/hmm/mirror: device page fault handler
` [HMM 11/15] mm/migrate: support un-addressable ZONE_DEVICE page in migration v2
` [HMM 12/15] mm/migrate: allow migrate_vma() to alloc new page on empty entry v2
` [HMM 13/15] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v4
` [HMM 14/15] mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v3
` [HMM 15/15] hmm: heterogeneous memory management documentation

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-04-24 16:10 UTC  (6+ messages)
` [PATCH v5 09/32] x86/mm: Provide general kernel support for memory encryption

[RFC 0/4] Replace mmap_sem by a range lock
 2017-04-24 15:47 UTC  (4+ messages)
` [RFC 4/4] Change mmap_sem to "

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-04-24 15:00 UTC  (2+ messages)

[PATCH 0/5] mm subsystem refcounter conversions
 2017-04-24 10:20 UTC  (4+ messages)
` [PATCH 2/5] mm: convert anon_vma.refcount from atomic_t to refcount_t

[resend PATCH v2] mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig
 2017-04-24 10:04 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).