linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-24 15:40:03 to 2013-04-29 20:06:26 UTC [more...]

linux-next: Tree for Apr 29
 2013-04-29 20:05 UTC 

Infiniband use of get_user_pages()
 2013-04-29 18:44 UTC  (6+ messages)

memcg: softlimit on internal nodes
 2013-04-29 18:39 UTC  (17+ messages)

[RFC PATCH 0/3] Obey mark_page_accessed hint given by filesystems
 2013-04-29 17:12 UTC  (6+ messages)
` [PATCH 1/3] mm: pagevec: Defer deciding what LRU to add a page to until pagevec drain time
` [PATCH 2/3] mm: Ensure that mark_page_accessed moves pages to the active list
` [PATCH 3/3] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API

[RFC PATCH 0/2] mm: Promote huge_pmd_share from x86 to mm
 2013-04-29 16:07 UTC  (6+ messages)
` [RFC PATCH 1/2] mm: hugetlb: Copy "
` [RFC PATCH 2/2] x86: mm: Remove x86 version of huge_pmd_share

OOM-killer and strange RSS value in 3.9-rc7
 2013-04-29 14:57 UTC  (13+ messages)

[TRIVIAL PATCH 00/26] treewide: Add and use vsprintf extension %pSR
 2013-04-29 13:24 UTC  (4+ messages)
` [TRIVIAL PATCH 23/26] mm: Convert print_symbol to %pSR

[PATCH] Add a sysctl for numa_balancing
 2013-04-29  8:41 UTC  (3+ messages)

[linux-next-20130422] Bug in SLAB?
 2013-04-29  3:56 UTC  (2+ messages)

[patch] mm, memcg: add anon_hugepage stat
 2013-04-28 21:40 UTC  (5+ messages)

[PATCH -V7 00/10] THP support for PPC64 (Patchset 2)
 2013-04-28 19:51 UTC  (11+ messages)
` [PATCH -V7 01/10] powerpc/THP: Double the PMD table size for THP
` [PATCH -V7 02/10] powerpc/THP: Implement transparent hugepages for ppc64
` [PATCH -V7 03/10] powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common code
` [PATCH -V7 04/10] powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages
` [PATCH -V7 05/10] powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
` [PATCH -V7 06/10] powerpc: Update gup_pmd_range to handle transparent hugepages
` [PATCH -V7 07/10] powerpc/THP: Add code to handle HPTE faults for large pages
` [PATCH -V7 08/10] powerpc/THP: Enable THP on PPC64
` [PATCH -V7 09/10] powerpc: Optimize hugepage invalidate
` [PATCH -V7 10/10] powerpc: disable assert_pte_locked

[PATCH -V7 00/18] THP support for PPC64 (Patchset 1)
 2013-04-28 19:37 UTC  (19+ messages)
` [PATCH -V7 01/18] mm/THP: HPAGE_SHIFT is not a #define on some arch
` [PATCH -V7 02/18] mm/THP: Add pmd args to pgtable deposit and withdraw APIs
` [PATCH -V7 03/18] mm/THP: withdraw the pgtable after pmdp related operations
` [PATCH -V7 04/18] powerpc: Use signed formatting when printing error
` [PATCH -V7 05/18] powerpc: Save DAR and DSISR in pt_regs on MCE
` [PATCH -V7 06/18] powerpc: Don't hard code the size of pte page
` [PATCH -V7 07/18] powerpc: Don't truncate pgd_index wrongly
` [PATCH -V7 08/18] powerpc: New hugepage directory format
` [PATCH -V7 09/18] powerpc: Switch 16GB and 16MB explicit hugepages to a different page table format
` [PATCH -V7 10/18] powerpc: Reduce the PTE_INDEX_SIZE
` [PATCH -V7 11/18] powerpc: Move the pte free routines from common header
` [PATCH -V7 12/18] powerpc: Reduce PTE table memory wastage
` [PATCH -V7 13/18] powerpc: Use encode avpn where we need only avpn values
` [PATCH -V7 14/18] powerpc: Decode the pte-lp-encoding bits correctly
` [PATCH -V7 15/18] powerpc: Fix hpte_decode to use the correct decoding for page sizes
` [PATCH -V7 16/18] powerpc: print both base and actual page size on hash failure
` [PATCH -V7 17/18] powerpc: Print page size info during boot
` [PATCH -V7 18/18] powerpc: Update tlbie/tlbiel as per ISA doc

[LSF/MM TOPIC]swap improvements for fast SSD
 2013-04-28  8:12 UTC  (2+ messages)

[PATCH] x86: add phys addr validity check for /dev/mem mmap
 2013-04-28  8:03 UTC  (8+ messages)

[question] call mark_page_accessed() in minor fault
 2013-04-27 11:14 UTC  (7+ messages)

use direct_IO for writing swap pages
 2013-04-27  8:33 UTC 

[PATCH] mm: cond_resched in tlb_flush_mmu to fix soft lockups on !CONFIG_PREEMPT
 2013-04-27  7:50 UTC  (2+ messages)

KVM Forum 2013 Save the Date
 2013-04-27  6:27 UTC  (2+ messages)

Better active/inactive list balancing
 2013-04-27  6:20 UTC 

[PATCH v4 00/31] kmemcg shrinkers
 2013-04-26 23:19 UTC  (32+ messages)
` [PATCH v4 01/31] super: fix calculation of shrinkable objects for small numbers
` [PATCH v4 02/31] vmscan: take at least one pass with shrinkers
` [PATCH v4 03/31] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v4 04/31] dentry: move to per-sb LRU locks
` [PATCH v4 05/31] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v4 06/31] mm: new shrinker API
` [PATCH v4 07/31] shrinker: convert superblock shrinkers to new API
` [PATCH v4 08/31] list: add a new LRU list type
` [PATCH v4 09/31] inode: convert inode lru list to generic lru list code
` [PATCH v4 10/31] dcache: convert to use new lru list infrastructure
` [PATCH v4 11/31] list_lru: per-node "
` [PATCH v4 12/31] shrinker: add node awareness
` [PATCH v4 13/31] fs: convert inode and dentry shrinking to be node aware
` [PATCH v4 14/31] xfs: convert buftarg LRU to generic code
` [PATCH v4 15/31] xfs: convert dquot cache lru to list_lru
` [PATCH v4 16/31] fs: convert fs shrinkers to new scan/count API
` [PATCH v4 17/31] drivers: convert shrinkers to new count/scan API
` [PATCH v4 18/31] shrinker: convert remaining shrinkers to "
` [PATCH v4 19/31] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v4 20/31] shrinker: Kill old ->shrink API
` [PATCH v4 21/31] vmscan: also shrink slab in memcg pressure
` [PATCH v4 22/31] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v4 23/31] lru: add an element to a memcg list
` [PATCH v4 24/31] list_lru: per-memcg walks
` [PATCH v4 25/31] memcg: per-memcg kmem shrinking
` [PATCH v4 26/31] memcg: scan cache objects hierarchically
` [PATCH v4 27/31] super: targeted memcg reclaim
` [PATCH v4 28/31] memcg: move initialization to memcg creation
` [PATCH v4 29/31] vmpressure: in-kernel notifications
` [PATCH v4 30/31] memcg: reap dead memcgs upon global memory pressure
` [PATCH v4 31/31] memcg: debugging facility to access dangling memcgs

[fuse-devel] [PATCH 14/14] mm: Account for WRITEBACK_TEMP in balance_dirty_pages
 2013-04-26 17:44 UTC  (3+ messages)

[PATCHv3, RFC 00/34] Transparent huge page cache
 2013-04-26 15:31 UTC  (4+ messages)
` [PATCHv3, RFC 32/34] thp: handle write-protect exception to file-backed huge pages

[PATCH v3] mm: slab: Verify the nodeid passed to ____cache_alloc_node
 2013-04-26 15:15 UTC 

mmotm 2013-04-25-16-24 uploaded
 2013-04-26 12:05 UTC  (2+ messages)

vmalloc fault
 2013-04-26 10:27 UTC  (5+ messages)

[PATCH 0/2] reuse vmpressure for in-kernel events
 2013-04-26  7:38 UTC  (12+ messages)
` [PATCH 1/2] vmpressure: in-kernel notifications
` [PATCH 2/2] memcg: reap dead memcgs under pressure

page eviction from the buddy cache
 2013-04-26  6:03 UTC  (17+ messages)

[Bug 56881] New: MAP_HUGETLB mmap fails for certain sizes
 2013-04-26  4:35 UTC  (12+ messages)
              ` [PATCH v2] hugetlbfs: fix mmap failure in unaligned size request

mm: BUG in do_huge_pmd_wp_page
 2013-04-26  3:12 UTC  (13+ messages)

[Bug fix PATCH v5] Reusing a resource structure allocated by bootmem
 2013-04-26  1:57 UTC  (5+ messages)
` [Resend][Bug "

[PATCH] mm, highmem: remove useless virtual variable in page_address_map
 2013-04-26  0:21 UTC  (3+ messages)

[RFC PATCH v2 00/15][Sorted-buddy] mm: Memory Power Management
 2013-04-25 17:57 UTC  (3+ messages)

[v3,-mm,-next] ipc,sem: fix lockdep false positive
 2013-04-25 16:53 UTC 

[PATCH] oom: add pending SIGKILL check for chosen victim
 2013-04-25 16:22 UTC  (11+ messages)

Excessive stall times on ext4 in 3.9-rc2
 2013-04-25 12:21 UTC  (13+ messages)

[PATCH] swap: redirty page if page write fails on swap file
 2013-04-25  8:53 UTC  (5+ messages)
  ` [PATCH] mm: swap: Mark swap pages writeback before queueing for direct IO

WARNING: at fs/ext4/inode.c:3222
 2013-04-25  7:26 UTC  (3+ messages)

[PATCH] mm/filemap.c: fix criteria of calling iov_shorten() in generic_file_direct_write()
 2013-04-25  6:54 UTC  (3+ messages)

[PATCH v2] mm: remove compressed copy from zram in-memory
 2013-04-25  5:25 UTC 

BUG in __mem_cgroup_uncharge_common
 2013-04-25  3:57 UTC  (2+ messages)

[BUG][s390x] mm: system crashed
 2013-04-25  3:50 UTC  (10+ messages)
            ` [v3.9-rc8]: kernel BUG at mm/memcontrol.c:3994! (was: Re: [BUG][s390x] mm: system crashed)

[PATCH v3 0/6] Per process reclaim
 2013-04-25  1:07 UTC  (7+ messages)
` [PATCH v3 1/6] mm: "
` [PATCH v3 2/6] mm: make shrink_page_list with pages work from multiple zones
` [PATCH v3 3/6] mm: Remove shrink_page
` [PATCH v3 4/6] mm: Enhance per process reclaim to consider shared pages
` [PATCH v3 5/6] mm: Support address range reclaim
` [PATCH v3 6/6] add documentation about reclaim knob on proc.txt

[PATCH v2 0/6] Per process reclaim
 2013-04-25  0:50 UTC  (4+ messages)
` [PATCH v2 5/6] mm: Support address range reclaim


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