linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-26 15:23:49 to 2015-03-31 15:26:26 UTC [more...]

[PATCHSET 1/3 v2 block/for-4.1/core] writeback: cgroup writeback support
 2015-03-31 15:26 UTC  (8+ messages)
` [PATCH 21/48] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 28/48] writeback: implement and use mapping_congested()

[PATCH] mm: use PageAnon() and PageKsm() helpers in page_anon_vma()
 2015-03-31 14:35 UTC  (3+ messages)

[patch 1/4] fs, jfs: remove slab object constructor
 2015-03-31 11:33 UTC  (8+ messages)
` [patch v2 4/4] mm, mempool: poison elements backed by page allocator

copy_huge_page: unable to handle kernel NULL pointer dereference at 0000000000000008
 2015-03-31 10:01 UTC  (6+ messages)

[PATCH] mm/mmap.c: use while instead of if+goto
 2015-03-31 10:01 UTC  (4+ messages)

[PATCH] mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable zones
 2015-03-31  9:48 UTC  (6+ messages)
  ` [PATCH v2] mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable pages

[PATCH 0/3] hugetlb fixlet v3
 2015-03-31  8:50 UTC  (4+ messages)
` [PATCH v3 1/3] mm: don't call __page_cache_release for hugetlb
` [PATCH v3 3/3] mm: hugetlb: cleanup using PageHugeActive flag
` [PATCH v3 2/3] mm: hugetlb: introduce "

[RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS)
 2015-03-31  7:47 UTC  (22+ messages)
` [RFC PATCH 08/11] lib: other kernel glue layer code

[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
 2015-03-31  7:41 UTC  (6+ messages)
` [PATCH 16/25] include/linux: "
` [PATCH 21/25] slub: "

[PATCH 1/4] mm: free swp_entry in madvise_free
 2015-03-31  5:57 UTC  (14+ messages)
` [PATCH 3/4] mm: move lazy free pages to inactive list
` [PATCH 4/4] mm: make every pte dirty on do_swap_page

[RFC][PATCH] mm: hugetlb: add stub-like do_hugetlb_numa()
 2015-03-31  1:45 UTC  (5+ messages)
      ` [PATCH] mm: numa: disable change protection for vma(VM_HUGETLB)

Slab infrastructure for bulk object allocation and freeing V2
 2015-03-31  0:17 UTC  (2+ messages)

[patch][resend] MAP_HUGETLB munmap fails with size not 2MB aligned
 2015-03-30 20:32 UTC  (14+ messages)

[patch 1/2] mm, doc: cleanup and clarify munmap behavior for hugetlb memory
 2015-03-30 20:23 UTC  (8+ messages)
` [patch 2/2] mm, selftests: test return value of munmap for MAP_HUGETLB memory

[patch 00/12] mm: page_alloc: improve OOM mechanism and policy
 2015-03-30 19:31 UTC  (32+ messages)
` [patch 01/12] mm: oom_kill: remove unnecessary locking in oom_enable()
` [patch 03/12] mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear
` [patch 06/12] mm: oom_kill: simplify OOM killer locking
` [patch 08/12] mm: page_alloc: wait for OOM killer progress before retrying
            ` [patch 08/12] mm: page_alloc: wait for OOM killer progressbefore retrying
` [patch 12/12] mm: page_alloc: do not lock up low-order allocations upon OOM

[RFC] vmstat: Avoid waking up idle-cpu to service shepherd work
 2015-03-30 16:25 UTC  (29+ messages)

[PATCHv4 00/24] THP refcounting redesign
 2015-03-30 15:45 UTC  (19+ messages)
` [PATCHv4 12/24] thp: PMD splitting without splitting compound page
` [PATCHv4 15/24] mm, thp: remove infrastructure for handling splitting PMDs
` [PATCHv4 18/24] thp, mm: split_huge_page(): caller need to lock page
` [PATCHv4 19/24] thp, mm: use migration entries to freeze page counts on split

[PATCH] mm: Use GFP_KERNEL allocation for the page cache in page_cache_read
 2015-03-30  8:22 UTC  (9+ messages)

arm/ksm: Unable to handle kernel paging request in get_ksm_page() and ksm_scan_thread()
 2015-03-30  4:36 UTC  (6+ messages)

[PATCH v11 00/21] Add support for NV-DIMMs to ext4
 2015-03-29  9:13 UTC  (7+ messages)
` [PATCH v11 21/21] brd: Rename XIP to DAX
    ` Should implementations of ->direct_access be allowed to sleep?

[PATCH] mm/memblock: add debug output for the memblock_add
 2015-03-28 17:08 UTC 

mm: lru_add_drain_all hangs
 2015-03-28 12:41 UTC  (4+ messages)

[PATCH] mm: Move zone lock to a different cache line than order-0 free page lists
 2015-03-28  1:28 UTC  (2+ messages)

[PATCH] thp: do not adjust zone water marks if khugepaged is not started
 2015-03-27 22:08 UTC  (5+ messages)

[PATCH v2 0/4] enhance shmem process and swap accounting
 2015-03-27 17:09 UTC  (6+ messages)
` [PATCH v2 1/4] mm, documentation: clarify /proc/pid/status VmSwap limitations
` [PATCH v2 2/4] mm, proc: account for shmem swap in /proc/pid/smaps
` [PATCH v2 3/4] mm, shmem: Add shmem resident memory accounting
` [PATCH v2 4/4] mm, procfs: Display VmAnon, VmFile and VmShm in /proc/pid/status

[PATCH 0/4] enhance shmem process and swap accounting
 2015-03-27 16:39 UTC  (4+ messages)
` [PATCH 3/4] mm, shmem: Add shmem resident memory accounting

[PATCH 00/16] Sanitize usage of ->flags and ->mapping for tail pages
 2015-03-27 16:37 UTC  (5+ messages)
` [PATCH 04/16] page-flags: define PG_locked behavior on compound pages

[PATCHSET 0/7] perf kmem: Implement page allocation analysis (v5)
 2015-03-27 16:20 UTC  (10+ messages)
` [PATCH 1/7] tracing, mm: Record pfn instead of pointer to struct page
` [PATCH 2/7] perf kmem: Analyze page allocator events also
` [PATCH 3/7] perf kmem: Implement stat --page --caller
` [PATCH 4/7] perf kmem: Support sort keys on page analysis
` [PATCH 5/7] perf kmem: Add --live option for current allocation stat
` [PATCH 6/7] perf kmem: Print gfp flags in human readable string
` [PATCH 7/7] perf kmem: Add kmem.default config option

[PATCH v3 2/2] powerpc/mm: Tracking vDSO remap
 2015-03-27 11:02 UTC  (6+ messages)
` [PATCH v4 0/2] Tracking user space vDSO remaping
` [PATCH v4 1/2] mm: Introducing arch_remap hook
` [PATCH v4 2/2] powerpc/mm: Tracking vDSO remap

[PATCH] mm, trivial: Simplify flag check
 2015-03-27  8:35 UTC 

[withdrawn] zsmalloc-remove-extra-cond_resched-in-__zs_compact.patch removed from -mm tree
 2015-03-27  2:34 UTC  (4+ messages)

[RFCv2] mm: page allocation for less fragmentation
 2015-03-27  0:51 UTC  (5+ messages)

[PATCH v2 2/2] powerpc/mm: Tracking vDSO remap
 2015-03-26 23:23 UTC  (8+ messages)
` [PATCH v3 0/2] Tracking user space vDSO remaping
  ` [PATCH v3 2/2] powerpc/mm: Tracking vDSO remap

[PATCH 0/3 v3] dax: Fix mmap-write not updating c/mtime
 2015-03-26 20:58 UTC  (11+ messages)
` [PATCH 3/3] RFC: dax: dax_prepare_freeze

[PATCH] mremap: add MREMAP_NOHOLE flag --resend
 2015-03-26 20:45 UTC  (13+ messages)

[PATCH] thp: handle errors in hugepage_init() properly
 2015-03-26 18:58 UTC  (2+ messages)

[PATCH] mm: avoid tail page refcounting on non-THP compound pages
 2015-03-26 15:52 UTC  (2+ 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).