linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-10 01:36:12 to 2012-07-12 13:13:11 UTC [more...]

[PATCH 13/40] autonuma: CPU follow memory algorithm
 2012-07-12 13:12 UTC  (11+ messages)

[PATCH RFC] mm/memcg: recalculate chargeable space after waiting migrating charges
 2012-07-12 12:29 UTC  (4+ messages)

[PATCH] mm: hugetlb: flush dcache before returning zeroed huge page to userspace
 2012-07-12 11:57 UTC  (11+ messages)

[PATCH 0/4] zsmalloc improvements
 2012-07-12 10:40 UTC  (27+ 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-12 10:18 UTC  (4+ messages)

[PATCH 1/3 v3] mm: Factor out memory isolate functions
 2012-07-12 10:16 UTC  (6+ messages)
` [PATCH 2/3 v3] mm: bug fix free page check in zone_watermark_ok
` [PATCH 3/3 v3] memory-hotplug: fix kswapd looping forever problem

[patch 00/10] mm: memcg: charge/uncharge improvements v2
 2012-07-12  9:42 UTC  (15+ 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 07/10] mm: memcg: remove needless !mm fixup to init_mm when charging
` [patch 08/10] mm: memcg: split swapin charge function into private and public part
` [patch 09/10] mm: memcg: only check swap cache pages for repeated charging
` [patch 10/10] mm: memcg: only check anon swapin page charges for swap cache

[patch 1/3] mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h
 2012-07-12  7:18 UTC  (11+ messages)
` [patch 1/5] "
  ` [patch 2/5] mm, oom: introduce helper function to process threads during scan
  ` [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

linux-next: Early crashed kernel on CONFIG_SLOB
 2012-07-12  7:13 UTC  (5+ messages)

[PATCH -mm] memcg: prevent from OOM with too many dirty pages
 2012-07-12  7:05 UTC  (7+ messages)
  ` [PATCH v2 "

[PATCH 00/12] Swap-over-NFS without deadlocking V9
 2012-07-12  6:41 UTC  (13+ messages)
` [PATCH 01/12] netvm: Prevent a stream-specific deadlock
` [PATCH 02/12] selinux: tag avc cache alloc as non-critical
` [PATCH 03/12] mm: Methods for teaching filesystems about PG_swapcache pages
` [PATCH 04/12] mm: Add support for a filesystem to activate swap files and use direct_IO for writing swap pages
` [PATCH 05/12] mm: swap: Implement generic handler for swap_activate
` [PATCH 06/12] mm: Add get_kernel_page[s] for pinning of kernel addresses for I/O
` [PATCH 07/12] mm: Add support for direct_IO to highmem pages
` [PATCH 08/12] nfs: teach the NFS client how to treat PG_swapcache pages
` [PATCH 09/12] nfs: disable data cache revalidation for swapfiles
` [PATCH 10/12] nfs: enable swap on NFS
` [PATCH 11/12] nfs: Prevent page allocator recursions with swap over NFS
` [PATCH 12/12] Avoid dereferencing bd_disk during swap_entry_free for network storage

[PATCH 00/16] Swap-over-NBD without deadlocking V15
 2012-07-12  6:40 UTC  (17+ messages)
` [PATCH 01/16] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages
` [PATCH 02/16] mm: slub: Optimise the SLUB fast path to avoid pfmemalloc checks
` [PATCH 03/16] mm: Introduce __GFP_MEMALLOC to allow access to emergency reserves
` [PATCH 04/16] mm: allow PF_MEMALLOC from softirq context
` [PATCH 05/16] mm: Only set page->pfmemalloc when ALLOC_NO_WATERMARKS was used
` [PATCH 06/16] mm: Ignore mempolicies when using ALLOC_NO_WATERMARK
` [PATCH 07/16] net: Introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket
` [PATCH 08/16] netvm: Allow the use of __GFP_MEMALLOC by specific sockets
` [PATCH 09/16] netvm: Allow skb allocation to use PFMEMALLOC reserves
` [PATCH 10/16] netvm: Propagate page->pfmemalloc to skb
` [PATCH 11/16] netvm: Propagate page->pfmemalloc from skb_alloc_page "
` [PATCH 12/16] netvm: Set PF_MEMALLOC as appropriate during SKB processing
` [PATCH 13/16] mm: Micro-optimise slab to avoid a function call
` [PATCH 14/16] nbd: Set SOCK_MEMALLOC for access to PFMEMALLOC reserves
` [PATCH 15/16] mm: Throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage
` [PATCH 16/16] mm: Account for the number of times direct reclaimers get throttled

[PATCH] bootmem: Make ___alloc_bootmem_node_nopanic() to be real nopanic
 2012-07-12  5:56 UTC  (2+ messages)

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

[RFC PATCH v3 0/13] memory-hotplug : hot-remove physical memory
 2012-07-12  4:52 UTC  (19+ 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/3] shmem/tmpfs: three late patches
 2012-07-12  3:21 UTC  (12+ 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-12  3:00 UTC  (14+ messages)

[PATCH 00/35] AutoNUMA alpha14
 2012-07-12  2:36 UTC  (9+ messages)
  `  "
    ` AutoNUMA15

[PATCH -mm v2] mm: have order > 0 compaction start off where it left
 2012-07-12  2:26 UTC  (13+ messages)
                    ` [PATCH -mm v3] "

[PATCH 00/13] rbtree updates
 2012-07-12  1:12 UTC  (17+ messages)
` [PATCH 01/13] rbtree: reference Documentation/rbtree.txt for usage instructions
` [PATCH 02/13] rbtree: empty nodes have no color
` [PATCH 04/13] rbtree: move some implementation details from rbtree.h to rbtree.c
` [PATCH 05/13] rbtree: performance and correctness test

HI
 2012-07-11 23:33 UTC 

[PATCH] mm/slob: avoid type warning about alignment value
 2012-07-11 20:42 UTC  (4+ messages)

[patch 00/11] mm: memcg: charge/uncharge improvements
 2012-07-11 18:48 UTC  (12+ messages)
` [patch 03/11] mm: shmem: do not try to uncharge known swapcache pages
` [patch 08/11] mm: memcg: remove needless !mm fixup to init_mm when charging

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  (7+ messages)
` [PATCH 2/7] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH 5/7] memcg: add per cgroup dirty pages accounting

[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 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  (6+ messages)

[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  (8+ 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] mm: don't invoke __alloc_pages_direct_compact when order 0
 2012-07-10 15:48 UTC  (6+ 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

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)


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