linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-31 05:35:10 to 2013-06-04 13:34:47 UTC [more...]

Handling NUMA page migration
 2013-06-04 13:34 UTC  (3+ messages)

[PATCHSET] memcg: fix and reimplement iterator
 2013-06-04 13:21 UTC  (7+ messages)
` [PATCH 1/3] memcg: fix subtle memory barrier bug in mem_cgroup_iter()
` [PATCH 2/3] memcg: restructure mem_cgroup_iter()
` [PATCH 3/3] memcg: simplify mem_cgroup_reclaim_iter

Transparent Hugepage impact on memcpy
 2013-06-04 12:55 UTC  (4+ messages)

Repeated fork() causes SLAB to grow without bound
 2013-06-04 10:37 UTC  (9+ messages)
          ` [RFC PATCH] "

[patch] mm, memcg: add oom killer delay
 2013-06-04  9:55 UTC  (29+ messages)

TLB and PTE coherency during munmap
 2013-06-04  9:52 UTC  (18+ messages)

[PATCH v7 00/34] kmemcg shrinkers
 2013-06-04  9:10 UTC  (5+ messages)
` [PATCH v7 19/34] drivers: convert shrinkers to new count/scan API

[PATCH] mm: page_alloc: fix watermark check in __zone_watermark_ok()
 2013-06-04  7:11 UTC  (7+ messages)

[v5][PATCH 0/6] mm: vmscan: Batch page reclamation under shink_page_list
 2013-06-04  6:59 UTC  (14+ messages)
` [v5][PATCH 1/6] mm: swap: defer clearing of page_private() for swap cache pages
` [v5][PATCH 2/6] mm: swap: make 'struct page' and swp_entry_t variants of swapcache_free()
` [v5][PATCH 3/6] mm: vmscan: break up __remove_mapping()
` [v5][PATCH 4/6] mm: vmscan: break out mapping "freepage" code
` [v5][PATCH 5/6] mm: vmscan: batch shrink_page_list() locking operations
` [v5][PATCH 6/6] mm: vmscan: drain batch list during long operations

3.9.4 Oops running xfstests (WAS Re: 3.9.3: Oops running xfstests)
 2013-06-04  4:57 UTC  (9+ messages)

[v4][PATCH 0/6] mm: vmscan: Batch page reclamation under shink_page_list
 2013-06-04  4:41 UTC  (14+ messages)
` [v4][PATCH 1/6] mm: swap: defer clearing of page_private() for swap cache pages
` [v4][PATCH 2/6] mm: swap: make 'struct page' and swp_entry_t variants of swapcache_free()
` [v4][PATCH 3/6] mm: vmscan: break up __remove_mapping()
` [v4][PATCH 4/6] mm: vmscan: break out mapping "freepage" code
` [v4][PATCH 5/6] mm: vmscan: batch shrink_page_list() locking operations
` [v4][PATCH 6/6] mm: vmscan: drain batch list during long operations

[patch v4] Soft limit rework
 2013-06-04  1:07 UTC  (10+ messages)
` [patch -v4 1/8] memcg: integrate soft reclaim tighter with zone shrinking code
` [patch -v4 2/8] memcg: Get rid of soft-limit tree infrastructure
` [patch -v4 3/8] vmscan, memcg: Do softlimit reclaim also for targeted reclaim
` [patch -v4 4/8] memcg: enhance memcg iterator to support predicates
` [patch -v4 5/8] memcg: track children in soft limit excess to improve soft limit
` [patch -v4 6/8] memcg, vmscan: Do not attempt soft limit reclaim if it would not scan anything
` [patch -v4 7/8] memcg: Track all children over limit in the root
` [patch -v4 8/8] memcg, vmscan: do not fall into reclaim-all pass too quickly

[PATCHv13 0/4] zswap: compressed swap caching
 2013-06-03 20:33 UTC  (5+ messages)
` [PATCHv13 1/4] debugfs: add get/set for atomic types
` [PATCHv13 2/4] zbud: add to mm/
` [PATCHv13 3/4] zswap: "
` [PATCHv13 4/4] zswap: add documentation

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

[patch 00/10] mm: thrash detection-based file cache sizing
 2013-06-03 18:52 UTC  (10+ messages)
` [patch 10/10] mm: workingset: keep shadow entries in check

[PATCH 1/3] mm, vmalloc: Only call setup_vmalloc_vm only in __get_vm_area_node
 2013-06-03 16:13 UTC  (4+ messages)
` [PATCH 2/3] mm, vmalloc: Call setup_vmalloc_vm instead of insert_vmalloc_vm
` [PATCH 3/3] mm, vmalloc: Remove insert_vmalloc_vm

[PATCHv4 00/39] Transparent huge page cache
 2013-06-03 16:09 UTC  (6+ messages)
` [PATCHv4 23/39] thp: wait_split_huge_page(): serialize over i_mmap_mutex too

[PATCH 0/2] hugetlbfs: support split page table lock
 2013-06-03 15:42 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH v3 2/2] migrate: add migrate_entry_wait_huge()

[PATCH] mm, vmalloc: Use clamp to simplify code
 2013-06-03 15:39 UTC 

[PATCHv12 0/4] zswap: compressed swap caching
 2013-06-03 13:48 UTC  (11+ messages)
` [PATCHv12 2/4] zbud: add to mm/

[PATCH v3 00/13] Arrange hotpluggable memory in SRAT as ZONE_MOVABLE
 2013-06-03 13:18 UTC  (27+ messages)
` [PATCH v3 01/13] x86: get pg_data_t's memory from other node
` [PATCH v3 02/13] acpi: Print Hot-Pluggable Field in SRAT
` [PATCH v3 03/13] page_alloc, mem-hotplug: Improve movablecore to {en|dis}able using SRAT
` [PATCH v3 06/13] memblock, numa: Introduce flag into memblock
` [PATCH v3 07/13] x86, numa, mem-hotplug: Mark nodes which the kernel resides in
` [PATCH v3 10/13] x86, acpi, numa, mem-hotplug: Introduce MEMBLK_HOTPLUGGABLE to mark and reserve hotpluggable memory
` [PATCH v3 11/13] x86, memblock, mem-hotplug: Free hotpluggable memory reserved by memblock
` [PATCH v3 12/13] x86, numa, acpi, memory-hotplug: Make movablecore=acpi have higher priority

[PATCH] frontswap: fix incorrect zeroing and allocation size for frontswap_map
 2013-06-03 12:36 UTC  (2+ messages)

[PATCH v8 0/9] kdump, vmcore: support mmap() on /proc/vmcore
 2013-06-03  8:43 UTC  (9+ messages)
` [PATCH v8 9/9] "

[PATCH 2/3] mm/kmemleak.c: Use list_for_each_entry_safe to reconstruct function scan_gray_list
 2013-06-03  0:58 UTC  (3+ messages)
  `  "

[PATCH v2] drivers/base: Use attribute groups to create sysfs memory files
 2013-05-31 21:45 UTC  (2+ messages)

[PATCH v2 00/13] Arrange hotpluggable memory in SRAT as ZONE_MOVABLE
 2013-05-31 16:25 UTC  (4+ messages)
` [PATCH v2 07/13] x86, numa, mem-hotplug: Mark nodes which the kernel resides in

[PATCH v4 00/20] change invalidatepage prototype to accept length
 2013-05-31 15:14 UTC  (3+ messages)
` [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled

[PATCH] mm: mremap: validate input before taking lock
 2013-05-31 11:40 UTC 

[PATCH 0/2] mm: fixlets
 2013-05-31 10:53 UTC  (3+ messages)
` [PATCH 1/2] mm: Fix the TLB range flushed when __tlb_remove_page() runs out of slots
` [PATCH 2/2] mm: tlb_fast_mode check missing in tlb_finish_mmu()

[RFC][PATCH] mm: Fix RLIMIT_MEMLOCK
 2013-05-31  9:27 UTC  (9+ messages)
          ` [regression] "


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