messages from 2013-06-06 20:34:32 to 2013-06-12 04:23:17 UTC [more...]
[PATCH 0/8] Volatile Ranges (v8?)
2013-06-12 4:22 UTC (3+ messages)
` [PATCH 1/8] vrange: Add basic data structure and functions
` [PATCH 2/8] vrange: Add vrange support for file address_spaces
[checkpatch] - Confusion
2013-06-12 4:15 UTC (5+ messages)
[PATCH v8, part3 00/14] accurately calculate memory statisitic information
2013-06-12 2:17 UTC (4+ messages)
` [PATCH v8, part3 10/14] mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
[PATCH, RFC] mm: Implement RLIMIT_RSS
2013-06-11 21:53 UTC (3+ messages)
[PATCH -V7 00/18] THP support for PPC64 (Patchset 1)
2013-06-11 22:50 UTC (8+ messages)
` [PATCH -V7 09/18] powerpc: Switch 16GB and 16MB explicit hugepages to a different page table format
[PATCH] slab: prevent warnings when allocating with __GFP_NOWARN
2013-06-11 22:34 UTC (20+ messages)
[PATCH v2] Make transparent hugepages cpuset aware
2013-06-11 22:20 UTC (2+ messages)
[PATCH] mm/page_alloc: don't re-init pageset in zone_pcp_update()
2013-06-11 22:12 UTC
[patch 1/2] arch: invoke oom-killer from page fault
2013-06-11 21:57 UTC (10+ messages)
` [patch 2/2] memcg: do not sleep on OOM waitqueue with full charge context
[patch] mm, memcg: add oom killer delay
2013-06-11 20:33 UTC (12+ messages)
zram is deployed!
2013-06-11 18:56 UTC
[PATCH 0/8] Transparent huge page cache: phase 0, prep work
2013-06-11 16:27 UTC (11+ messages)
` [PATCH 1/8] mm: drop actor argument of do_generic_file_read()
` [PATCH 2/8] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCH 3/8] thp: account anon transparent huge pages into NR_ANON_PAGES
` [PATCH 4/8] mm: cleanup add_to_page_cache_locked()
` [PATCH 5/8] thp, mm: locking tail page is a bug
` [PATCH 6/8] thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()
` [PATCH 7/8] thp: do_huge_pmd_anonymous_page() cleanup
` [PATCH 8/8] thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()
[patch v4] Soft limit rework
2013-06-11 15:43 UTC (4+ messages)
` [patch -v4 4/8] memcg: enhance memcg iterator to support predicates
[PATCH] Make transparent hugepages cpuset aware
2013-06-11 14:57 UTC (3+ messages)
[PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
2013-06-11 14:45 UTC (13+ messages)
` [WiP]: aio support for migrating pages (Re: [PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable())
Slow swap-in with SSD
2013-06-11 14:34 UTC
[PATCH] memcg: event control at vmpressure
2013-06-11 13:13 UTC (10+ messages)
` [PATCH v2] "
OOM Killer and add_to_page_cache_locked
2013-06-11 9:49 UTC (5+ messages)
[PATCH 00/11] HugeTLB and THP support for ARM64
2013-06-11 9:07 UTC (2+ messages)
[PATCH 3/3] memcg: simplify mem_cgroup_reclaim_iter
2013-06-11 8:00 UTC (21+ messages)
[patch -mm] UBIFS: signedness bug in ubifs_shrink_count()
2013-06-11 7:13 UTC
Handling of GFP_WAIT in the slub and slab allocators
2013-06-10 23:39 UTC (4+ messages)
[PATCHv4 00/39] Transparent huge page cache
2013-06-10 17:41 UTC (11+ messages)
` [PATCHv4 14/39] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [PATCHv4 20/39] thp, mm: naive support of thp in generic read/write routines
[RFC PATCH 0/4] Enable async page faults on s390
2013-06-10 17:11 UTC (6+ messages)
` [PATCH 1/4] PF: Add FAULT_FLAG_RETRY_NOWAIT for guest fault
` [PATCH 2/4] PF: Move architecture specifics to the backends
` [PATCH 3/4] PF: Additional flag for direct page fault inject
` [PATCH 4/4] PF: Intial async page fault support on s390x
[PATCH] memcg: Add force_reclaim to reclaim tasks' memory in memcg
2013-06-10 15:22 UTC (2+ messages)
[PATCH] mm: Fix the comment for GFP_ZONE_TABLE
2013-06-10 14:36 UTC
[PATCH 0/3] mm, vmalloc: cleanup for vmap block
2013-06-10 1:12 UTC (6+ messages)
` [PATCH 1/3] mm, vmalloc: Remove dead code in vb_alloc
` [PATCH 2/3] mm, vmalloc: Remove unused purge_fragmented_blocks_thiscpu
` [PATCH 3/3] mm, vmalloc: Remove alloc_map from vmap_block
[PATCH]memblock: do double array and add merge directly path in memblock_insert_region
2013-06-09 21:37 UTC (2+ messages)
[PATCH v2 0/2] do not account memory used for cache creation
2013-06-09 12:45 UTC (3+ messages)
` [PATCH v2 1/2] memcg: also test for skip accounting at the page allocation level
` [PATCH v2 2/2] memcg: do not account memory used for cache creation
[PATCH v11 00/25] shrinkers rework: per-numa, generic lists, etc
2013-06-09 12:02 UTC (33+ messages)
` [PATCH v11 01/25] fs: bump inode and dentry counters to long
` [PATCH v11 02/25] super: fix calculation of shrinkable objects for small numbers
` [PATCH v11 03/25] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v11 04/25] dentry: move to per-sb LRU locks
` [PATCH v11 05/25] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v11 06/25] mm: new shrinker API
` [PATCH v11 07/25] shrinker: convert superblock shrinkers to new API
` [PATCH v11 08/25] list: add a new LRU list type
` [PATCH v11 09/25] inode: convert inode lru list to generic lru list code
` [PATCH v11 10/25] dcache: convert to use new lru list infrastructure
` [PATCH v11 11/25] list_lru: per-node "
` [PATCH v11 12/25] list_lru: per-node API
` [PATCH v11 13/25] shrinker: add node awareness
` [PATCH v11 14/25] vmscan: per-node deferred work
` [PATCH v11 15/25] fs: convert inode and dentry shrinking to be node aware
` [PATCH v11 16/25] xfs: convert buftarg LRU to generic code
` [PATCH v11 17/25] xfs: rework buffer dispose list tracking
` [PATCH v11 18/25] xfs: convert dquot cache lru to list_lru
` [PATCH v11 19/25] fs: convert fs shrinkers to new scan/count API
` [PATCH v11 20/25] drivers: convert shrinkers to new count/scan API
` [PATCH v11 21/25] i915: bail out earlier when shrinker cannot acquire mutex
` [PATCH v11 22/25] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v11 23/25] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v11 24/25] shrinker: Kill old ->shrink API
` [PATCH v11 25/25] list_lru: dynamically adjust node arrays
[PATCH] memcg: do not account memory used for cache creation
2013-06-09 11:57 UTC (7+ messages)
[PATCH 06/26] block: Convert bio_for_each_segment() to bvec_iter
2013-06-09 2:18 UTC
[PATCH v8 0/9] kdump, vmcore: support mmap() on /proc/vmcore
2013-06-08 10:42 UTC (15+ messages)
` [PATCH v8 9/9] "
[PATCH -mm 1/2] mm, vmalloc: Rename VM_UNLIST to VM_UNINITIALIZED
2013-06-08 8:44 UTC (2+ messages)
` [PATCH -mm 2/2] mm, vmalloc: Check VM_UNINITIALIZED flag in s_show instead of show_numa_info
[PATCH -mm] mm, vmalloc: Prompt the failure message before return
2013-06-08 8:40 UTC
Transparent Hugepage impact on memcpy
2013-06-08 1:13 UTC (6+ messages)
[BUG] non-swapcache page in end_swap_bio_read()
2013-06-07 20:51 UTC (5+ messages)
` [PATCH] non-swapcache pages "
[patch 00/10] mm: thrash detection-based file cache sizing
2013-06-07 17:36 UTC (4+ messages)
` [patch 09/10] "
slub: slab order on multi-processor machines
2013-06-07 17:09 UTC (3+ messages)
[patch -mm] mm, vmalloc: unbreak __vunmap()
2013-06-07 15:56 UTC (2+ messages)
[PATCH] mm: Revert pinned_vm braindamage
2013-06-07 14:52 UTC (4+ messages)
[PATCH v10 00/35] kmemcg shrinkers
2013-06-07 14:15 UTC (18+ messages)
` [PATCH v10 03/35] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v10 29/35] memcg: per-memcg kmem shrinking
[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
2013-06-07 13:37 UTC (3+ messages)
` [PATCH 17/19] drivers: convert shrinkers to new count/scan API
[PATCH for 3.2.34] memcg: do not trigger OOM if PF_NO_MEMCG_OOM is set
2013-06-07 13:11 UTC (11+ messages)
` [PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM
[patch -v4 4/8] memcg: enhance memcg iterator to support predicates
2013-06-07 8:25 UTC (12+ messages)
mmotm 2013-06-06-16-19 uploaded
2013-06-06 23:20 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).