linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-08 23:01:47 to 2012-07-10 23:24:33 UTC [more...]

[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 00/13] rbtree updates
 2012-07-10 23:18 UTC  (21+ 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 "

[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

[PATCH] mm/slob: avoid type warning about alignment value
 2012-07-10 20:55 UTC 

linux-next: Early crashed kernel on CONFIG_SLOB
 2012-07-10 19:45 UTC  (3+ messages)

WARNING: __GFP_FS allocations with IRQs disabled (kmemcheck_alloc_shadow)
 2012-07-10 19:44 UTC  (13+ 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  (43+ 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

[RFC PATCH v3 0/13] memory-hotplug : hot-remove physical memory
 2012-07-10 16:50 UTC  (17+ messages)
` [RFC PATCH v3 1/13] memory-hotplug : rename remove_memory to offline_memory
` [RFC PATCH v3 2/13] memory-hotplug : add physical memory hotplug code to acpi_memory_device_remove
` [RFC PATCH v3 3/13] memory-hotplug : unify argument of firmware_map_add_early/hotplug
` [RFC PATCH v3 4/13] memory-hotplug : remove /sys/firmware/memmap/X sysfs
` [RFC PATCH v3 5/13] memory-hotplug : does not release memory region in PAGES_PER_SECTION chunks
` [RFC PATCH v3 6/13] memory-hotplug : add memory_block_release
` [RFC PATCH v3 7/13] memory-hotplug : remove_memory calls __remove_pages
` [RFC PATCH v3 8/13] memory-hotplug : check page type in get_page_bootmem
` [RFC PATCH v3 9/13] memory-hotplug : move register_page_bootmem_info_node and put_page_bootmem for sparse-vmemmap
` [RFC PATCH v3 10/13] memory-hotplug : implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC PATCH v3 11/13] memory-hotplug : free memmap "
` [RFC PATCH v3 12/13] memory-hotplug : add node_device_release
` [RFC PATCH v3 13/13] memory-hotplug : remove sysfs file of node

[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 0/4] zsmalloc improvements
 2012-07-10 15:29 UTC  (12+ 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] mm: don't invoke __alloc_pages_direct_compact when order 0
 2012-07-10 15:48 UTC  (10+ messages)

[PATCH 0/3] shmem/tmpfs: three late patches
 2012-07-10 13:01 UTC  (7+ 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

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: Warn about costly page allocation
 2012-07-10  0:25 UTC  (4+ messages)

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

[PATCH 0/7] Per-cgroup page stat accounting
 2012-07-09 21:02 UTC  (20+ 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: Warn about costly page allocation
 2012-07-09 20:53 UTC  (10+ 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 0/2 v5][resend] tmpfs not interleaving properly
 2012-07-09 14:46 UTC  (3+ 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 3/7] mm/slub.c: remove invalid reference to list iterator variable
 2012-07-09 13:53 UTC  (3+ messages)

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

[PATCH] mm/hugetlb: split out is_hugetlb_entry_migration_or_hwpoison
 2012-07-09 10:50 UTC  (3+ messages)

[PATCH v2] ARM: dma-mapping: modify condition check while freeing pages
 2012-07-09  9:03 UTC 

[RFC PATCH v2 0/13] memory-hotplug : hot-remove physical memory
 2012-07-09  8:18 UTC  (10+ messages)
` [RFC PATCH v2 4/13] memory-hotplug : remove /sys/firmware/memmap/X sysfs

[PATCH] mm/memcg: complete documentation for tcp memcg files
 2012-07-09  4:47 UTC  (2+ messages)

[PATCH] mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limit
 2012-07-09  4:44 UTC  (2+ messages)

[PATCH] mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup() in comment
 2012-07-09  4:37 UTC  (2+ messages)

[PATCH SLUB 1/2] duplicate the cache name in saved_alias list
 2012-07-09  1:48 UTC  (11+ messages)
` [PATCH powerpc 2/2] kfree the cache name of pgtable cache if SLUB is used


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