linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-09-29 12:15:10 to 2011-10-05 08:57:58 UTC [more...]

[PATCH v5 0/8] per-cgroup tcp buffer pressure settings
 2011-10-05  8:58 UTC  (14+ messages)
` [PATCH v5 1/8] Basic kernel memory functionality for the Memory Controller
` [PATCH v5 2/8] socket: initial cgroup code
` [PATCH v5 3/8] foundations of per-cgroup memory pressure controlling
` [PATCH v5 4/8] per-cgroup tcp buffers control
` [PATCH v5 5/8] per-netns ipv4 sysctl_tcp_mem
` [PATCH v5 6/8] tcp buffer limitation: per-cgroup limit
` [PATCH v5 7/8] Display current tcp memory allocation in kmem cgroup
` [PATCH v5 8/8] Disable task moving when using kernel memory accounting

[RFCv3][PATCH 1/4] replace string_get_size() arrays
 2011-10-05  8:54 UTC  (15+ messages)
` [RFCv3][PATCH 2/4] add string_get_size_pow2()
` [RFCv3][PATCH 3/4] add seq_print_pow2() function
` [RFCv3][PATCH 4/4] show page size in /proc/$pid/numa_maps

[PATCH 00/11] IO-less dirty throttling v12
 2011-10-05  1:42 UTC  (15+ messages)
` [PATCH 01/11] writeback: account per-bdi accumulated dirtied pages
` [PATCH 02/11] writeback: dirty position control
` [PATCH 03/11] writeback: add bg_threshold parameter to __bdi_update_bandwidth()
` [PATCH 04/11] writeback: dirty rate control
` [PATCH 05/11] writeback: stabilize bdi->dirty_ratelimit
` [PATCH 06/11] writeback: per task dirty rate limit
` [PATCH 07/11] writeback: IO-less balance_dirty_pages()
` [PATCH 08/11] writeback: limit max dirty pause time
` [PATCH 09/11] writeback: control "
` [PATCH 10/11] writeback: dirty position control - bdi reserve area
` [PATCH 11/11] writeback: per-bdi background threshold

[PATCH v2 0/3] staging: zcache: xcfmalloc support
 2011-10-05  1:03 UTC  (16+ messages)

lockdep recursive locking detected (rcu_kthread / __cache_free)
 2011-10-04 15:09 UTC  (8+ messages)

One comment on the __release_region in kernel/resource.c
 2011-10-04 14:17 UTC  (8+ messages)

page-cache hit ratio
 2011-10-04 13:28 UTC 

[PATCH 1/1] vmscan.c: Invalid strict_strtoul check in write_scan_unevictable_node
 2011-10-04 10:10 UTC  (6+ messages)
` [patch] mm: remove sysctl to manually rescue unevictable pages
    ` [patch] mm: disable user interface "

[PATCH v4 0/8] per-cgroup tcp buffer pressure settings
 2011-10-04  9:10 UTC  (33+ messages)
` [PATCH v4 1/8] Basic kernel memory functionality for the Memory Controller
` [PATCH v4 2/8] socket: initial cgroup code
` [PATCH v4 3/8] foundations of per-cgroup memory pressure controlling
` [PATCH v4 4/8] per-cgroup tcp buffers control
` [PATCH v4 5/8] per-netns ipv4 sysctl_tcp_mem
` [PATCH v4 6/8] tcp buffer limitation: per-cgroup limit
` [PATCH v4 7/8] Display current tcp memory allocation in kmem cgroup
` [PATCH v4 8/8] Disable task moving when using kernel memory accounting

[patch 00/10] memcg naturalization -rc4
 2011-10-04  7:47 UTC  (18+ messages)
` [patch 01/10] mm: memcg: consolidate hierarchy iteration primitives
` [patch 02/10] mm: vmscan: distinguish global reclaim from global LRU scanning
` [patch 03/10] mm: vmscan: distinguish between memcg triggering reclaim and memcg being scanned
` [patch 04/10] mm: memcg: per-priority per-zone hierarchy scan generations
` [patch 05/10] mm: move memcg hierarchy reclaim to generic reclaim code
` [patch 06/10] mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists empty
` [patch 07/10] mm: vmscan: convert global reclaim to per-memcg LRU lists
` [patch 08/10] mm: collect LRU list heads into struct lruvec
` [patch 09/10] mm: make per-memcg LRU lists exclusive
` [patch 10/10] mm: memcg: remove unused node/section info from pc->flags

[PATCH v5 3.1.0-rc4-tip 0/26] Uprobes patchset with perf probe support
 2011-10-03 16:29 UTC  (7+ messages)
` [PATCH v5 3.1.0-rc4-tip 3/26] Uprobes: register/unregister probes
` [PATCH v5 3.1.0-rc4-tip 4/26] uprobes: Define hooks for mmap/munmap
` [PATCH v5 3.1.0-rc4-tip 5/26] Uprobes: copy of the original instruction

[PATCH] slub Discard slab page only when node partials > minimum setting
 2011-10-03 15:21 UTC  (13+ messages)

[PATCH 0/9] V2: idle page tracking / working set estimation
 2011-10-03 15:06 UTC  (8+ messages)

[PATCH] slub: remove a minus instruction in get_partial_node
 2011-10-03 13:55 UTC  (4+ messages)

[patch 0/5] per-zone dirty limits v3
 2011-10-03 11:25 UTC  (15+ messages)
` [patch 1/5] mm: exclude reserved pages from dirtyable memory
` [patch 2/5] mm: writeback: cleanups in preparation for per-zone dirty limits
` [patch 3/5] mm: try to distribute dirty pages fairly across zones
` [patch 4/5] mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()
` [patch 5/5] Btrfs: pass __GFP_WRITE for buffered write page allocations

[PATCH 0/5] Reduce cross CPU IPI interference
 2011-10-02 14:58 UTC  (4+ messages)

page allocation failures, now in 2.6.38
 2011-10-02  7:25 UTC 

[patch 1/2]vmscan: correct all_unreclaimable for zone without lru pages
 2011-10-01  6:59 UTC  (8+ messages)

[RFCv2][PATCH 1/4] break units out of string_get_size()
 2011-09-30 22:47 UTC  (7+ messages)
` [RFCv2][PATCH 2/4] add string_get_size_pow2()
` [RFCv2][PATCH 3/4] add seq_print_pow2() function
` [RFCv2][PATCH 4/4] show page size in /proc/$pid/numa_maps

[PATCH -mm] add extra free kbytes tunable
 2011-09-30 21:43 UTC  (4+ messages)
  ` [PATCH -v2 "

[PATCH 1/2] mm: restrict access to slab files under procfs and sysfs
 2011-09-30 20:15 UTC  (20+ messages)
` [PATCH 2/2] mm: restrict access to /proc/meminfo
            ` [kernel-hardening] "

[RFC][PATCH 1/4] break up string_get_size()
 2011-09-30 18:54 UTC  (5+ messages)
` [RFC][PATCH 2/4] break out unit selection from string_get_size()
` [RFC][PATCH 3/4] add seq_print_size() function
` [RFC][PATCH 4/4] show page size in /proc/$pid/numa_maps

RFC -- new zone type
 2011-09-30 17:01 UTC  (3+ messages)

[PATCH 0/2] oom: fix livelock when frozen task is selected
 2011-09-30 15:30 UTC  (15+ messages)
` [PATCH 2/2] oom: do not live lock on frozen tasks
  ` [patch] oom: thaw threads if oom killed thread is frozen before deferring

[PATCH] thp: tail page refcounting fix #2
 2011-09-30 13:58 UTC  (11+ messages)
  ` [PATCH] thp: tail page refcounting fix #3
      ` [PATCH] thp: tail page refcounting fix #4
          ` [PATCH] thp: tail page refcounting fix #5
              ` [PATCH] thp: tail page refcounting fix #6

Proposed memcg meeting at October Kernel Summit/European LinuxCon in Prague
 2011-09-29 23:32 UTC  (6+ messages)

Question about memory leak detector giving false positive report for net/core/flow.c
 2011-09-29 19:07 UTC  (8+ messages)

RFC -- new zone type
 2011-09-29 17:00 UTC  (3+ messages)
  ` [Xen-devel] "

[PATCH V10 0/6] mm: frontswap: overview (and proposal to merge at next window)
 2011-09-29 14:00 UTC  (4+ messages)

[PATCH] vmscan: add barrier to prevent evictable page in unevictable list
 2011-09-29 12:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/18] IO-less dirty throttling v11
 2011-09-29 12:15 UTC  (10+ messages)
` [PATCH 10/18] writeback: dirty position control - bdi reserve area


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