linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-09 10:36:57 to 2012-07-11 17:02:53 UTC [more...]

[patch 00/10] mm: memcg: charge/uncharge improvements v2
 2012-07-11 17:02 UTC  (7+ messages)
` [patch 01/10] mm: memcg: fix compaction/migration failing due to memcg limits
` [patch 02/10] mm: swapfile: clean up unuse_pte race handling
` [patch 03/10] mm: memcg: push down PageSwapCache check into uncharge entry functions
` [patch 04/10] mm: memcg: only check for PageSwapCache when uncharging anon
` [patch 05/10] mm: memcg: move swapin charge functions above callsites
` [patch 06/10] mm: memcg: remove unneeded shmem charge type

[PATCH 00/13] rbtree updates
 2012-07-11 15:48 UTC  (24+ messages)
` [PATCH 01/13] rbtree: reference Documentation/rbtree.txt for usage instructions
` [PATCH 02/13] rbtree: empty nodes have no color
` [PATCH 03/13] rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c
` [PATCH 04/13] rbtree: move some implementation details from rbtree.h to rbtree.c
` [PATCH 05/13] rbtree: performance and correctness test
` [PATCH 06/13] rbtree: break out of rb_insert_color loop after tree rotation
` [PATCH 07/13] rbtree: adjust root color in rb_insert_color() only when necessary
` [PATCH 08/13] rbtree: optimize tree rotations in rb_insert_color()
` [PATCH 09/13] rbtree: optimize color flips and parent fetching "
` [PATCH 10/13] rbtree: adjust node color in __rb_erase_color() only when necessary
` [PATCH 11/13] rbtree: optimize case selection logic in __rb_erase_color()
` [PATCH 12/13] rbtree: optimize tree rotations "
` [PATCH 13/13] rbtree: optimize color flips "

[RFC PATCH v3 0/13] memory-hotplug : hot-remove physical memory
 2012-07-11 15:30 UTC  (18+ messages)
` [RFC PATCH v3 3/13] memory-hotplug : unify argument of firmware_map_add_early/hotplug
` [RFC PATCH v3 11/13] memory-hotplug : free memmap of sparse-vmemmap

[PATCH 0/4] zsmalloc improvements
 2012-07-11 14:15 UTC  (17+ messages)
` [PATCH 1/4] zsmalloc: remove x86 dependency
` [PATCH 2/4] zsmalloc: add single-page object fastpath in unmap
` [PATCH 3/4] zsmalloc: add details to zs_map_object boiler plate

[PATCH RFC] mm/memcg: calculate max hierarchy limit number instead of min
 2012-07-11 13:47 UTC  (2+ messages)

mmotm 2012-07-10-16-59 uploaded
 2012-07-11 10:34 UTC  (9+ messages)

[PATCH 0/7] Per-cgroup page stat accounting
 2012-07-11  9:32 UTC  (9+ messages)
` [PATCH 2/7] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH 5/7] memcg: add per cgroup dirty pages accounting
` [PATCH 6/7] memcg: add per cgroup writeback "

[PATCH] mm/hugetlb_cgroup: Add list_del to remove unused page from hugepage_activelist when hugepage migration
 2012-07-11  8:32 UTC  (2+ messages)

[PATCH] mm/slob: avoid type warning about alignment value
 2012-07-11  6:39 UTC  (3+ messages)

[PATCH 0/3] shmem/tmpfs: three late patches
 2012-07-11  6:07 UTC  (8+ messages)
` [PATCH 1/3] tmpfs: revert SEEK_DATA and SEEK_HOLE
` [PATCH 2/3] shmem: fix negative rss in memcg memory.stat
` [PATCH 3/3] shmem: cleanup shmem_add_to_page_cache

[PATCH v2] mm: Warn about costly page allocation
 2012-07-11  5:57 UTC  (9+ messages)

[PATCH 0/2 v5][resend] tmpfs not interleaving properly
 2012-07-11  5:50 UTC  (4+ messages)
` [PATCH 1/2 v5][resend] shmem: provide vm_ops when also providing a mem policy
  ` [PATCH 2/2 v5][resend] tmpfs: interleave the starting node of /dev/shmem

[PATCH] mm/hugetlb_cgroup: Add huge_page_order check to avoid incorrectly uncharge
 2012-07-11  3:03 UTC 

[PATCH] mm: Warn about costly page allocation
 2012-07-11  2:45 UTC  (11+ messages)

linux-next: Early crashed kernel on CONFIG_SLOB
 2012-07-10 23:31 UTC  (4+ messages)

[patch 1/3] mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h
 2012-07-10 23:24 UTC  (9+ messages)
` [patch 1/5] "
  ` [patch 3/5] mm, memcg: introduce own oom handler to iterate only over its own threads
  ` [patch 4/5] mm, oom: reduce dependency on tasklist_lock

[patch 1/2] mm: sparse: fix section usemap placement calculation
 2012-07-10 22:18 UTC  (2+ messages)
        ` [patch 2/2] mm: sparse: fix usemap allocation above node descriptor section

WARNING: __GFP_FS allocations with IRQs disabled (kmemcheck_alloc_shadow)
 2012-07-10 19:44 UTC  (12+ messages)
      ` [patch] mm, slub: ensure irqs are enabled for kmemcheck
          ` [patch v2] "

[PATCH RFC] mm/hugetlb_cgroup: Add huge_page_order check to avoid incorrectly uncharge
 2012-07-10 17:41 UTC  (3+ messages)

[patch 00/11] mm: memcg: charge/uncharge improvements
 2012-07-10 17:16 UTC  (31+ messages)
` [patch 01/11] mm: memcg: fix compaction/migration failing due to memcg limits
` [patch 02/11] mm: swapfile: clean up unuse_pte race handling
` [patch 03/11] mm: shmem: do not try to uncharge known swapcache pages
` [patch 04/11] mm: memcg: push down PageSwapCache check into uncharge entry functions
` [patch 05/11] mm: memcg: only check for PageSwapCache when uncharging anon
` [patch 06/11] mm: memcg: move swapin charge functions above callsites
` [patch 07/11] mm: memcg: remove unneeded shmem charge type
` [patch 08/11] mm: memcg: remove needless !mm fixup to init_mm when charging
` [patch 09/11] mm: memcg: split swapin charge function into private and public part
` [patch 10/11] mm: memcg: only check swap cache pages for repeated charging
` [patch 11/11] mm: memcg: only check anon swapin page charges for swap cache

[PATCH v4 1/3] mm/sparse: optimize sparse_index_alloc
 2012-07-10 15:59 UTC  (5+ messages)
` [PATCH 3/3] mm/sparse: remove index_init_lock

[PATCH] mm: don't invoke __alloc_pages_direct_compact when order 0
 2012-07-10 15:48 UTC  (10+ messages)

MMTests 0.04
 2012-07-10 11:30 UTC  (5+ messages)
  ` [MMTests] Interactivity during IO on ext3

[PATCH 00/17] Swap-over-NBD without deadlocking V13
 2012-07-10 11:12 UTC  (13+ messages)
` [PATCH 04/16] mm: allow PF_MEMALLOC from softirq context
` [PATCH 11/16] netvm: Propagate page->pfmemalloc from skb_alloc_page to skb

[PATCH] mm: hugetlb: flush dcache before returning zeroed huge page to userspace
 2012-07-10 10:42 UTC  (6+ messages)

Common [0/4] Sl[auo]b: Common code rework V6 (limited)
 2012-07-10  5:45 UTC  (2+ messages)

[PATCH 0/2 v2] fix livelock because of kswapd stop
 2012-07-10  5:35 UTC  (5+ messages)
` [PATCH 2/2 v2] memory-hotplug: fix kswapd looping forever problem

[PATCH v2] mm/hugetlb: fix error code in hugetlbfs_alloc_inode
 2012-07-10  2:07 UTC  (3+ messages)

[PATCH] mm/hugetlb: fix error code in hugetlbfs_alloc_inode
 2012-07-10  2:01 UTC  (4+ messages)

[PATCH SLAB 1/2 v3] duplicate the cache name in SLUB's saved_alias list, SLAB, and SLOB
 2012-07-10  1:35 UTC  (5+ messages)

[PATCH v2] mm: Warn about costly page allocation
 2012-07-10  1:02 UTC 

[PATCH] mm/buddy: more comments for skip_free_areas_node()
 2012-07-10  0:51 UTC  (5+ messages)

[PATCH v2] mm/buddy: more comments for show_free_areas()
 2012-07-09 21:21 UTC  (3+ messages)

[PATCH 00/40] AutoNUMA19
 2012-07-09 15:40 UTC  (2+ messages)

[RFC][PATCH 00/26] sched/numa
 2012-07-09 14:55 UTC  (19+ messages)
` [RFC][PATCH 03/26] mm, mpol: add MPOL_MF_LAZY
` [RFC][PATCH 14/26] sched, numa: Numa balancer
` [RFC][PATCH 25/26] sched, numa: Only migrate long-running entities

[PATCH v2 1/9] zcache: fix refcount leak
 2012-07-09 14:47 UTC  (6+ messages)

[PATCH 3/7] mm/slub.c: remove invalid reference to list iterator variable
 2012-07-09 13:53 UTC  (2+ messages)

[PATCH] mm/memcg: return -EBUSY when oom-kill-disable modified and memcg use_hierarchy, has children
 2012-07-09 12:01 UTC  (2+ messages)

[PATCH] mm/hugetlb: split out is_hugetlb_entry_migration_or_hwpoison
 2012-07-09 10:50 UTC  (3+ 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).