linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-02 14:30:38 to 2012-02-07 01:29:12 UTC [more...]

[PATCH 3/3] move hugepage test examples to tools/testing/selftests/vm
 2012-02-07  1:31 UTC  (3+ messages)

[PATCH] memcg: fix up documentation on global LRU
 2012-02-07  0:21 UTC  (10+ messages)

[RFC] [PATCH 0/6 v3] memcg: page cgroup diet
 2012-02-07  0:19 UTC  (9+ messages)
` [PATCH 1/6] memcg: simplify move_account() check
` [RFC] [PATCH 2/6 v3] memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)
` [PATCH 3/6] memcg: remove PCG_MOVE_LOCK flag from page_cgroup
` [RFC][PATCH 4/6] memcg: use new logic for page stat accounting
` [RFC][PATCH 5/6] memcg: remove PCG_FILE_MAPPED
` [RFC] [PATCH 6/6] memcg: fix performance of mem_cgroup_begin_update_page_stat()

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

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

Strange finding about kernel samepage merging
 2012-02-06 22:44 UTC 

[PATCH] compact_pgdat: workaround lockdep warning in kswapd
 2012-02-06 22:14 UTC  (5+ messages)

[GIT PULL 0/8] perf/core fixes and improvements
 2012-02-06 22:10 UTC  (2+ messages)
` [PATCH 3/8] perf probe: Rename target_module to target

[PATCH] memcg: fix up documentation on global LRU
 2012-02-06 20:19 UTC 

[v7 0/8] Reduce cross CPU IPI interference
 2012-02-06 18:19 UTC  (24+ messages)

[PATCH/RFC G-U-P experts] IB/umem: Modernize our get_user_pages() parameters
 2012-02-06 17:46 UTC  (9+ messages)

[PATCH 0/5] staging: zsmalloc: memory allocator for compressed pages
 2012-02-06 17:26 UTC  (4+ messages)
` [PATCH 1/5] staging: zsmalloc: zsmalloc memory allocation library

LSF/MM summit deadline on Sunday
 2012-02-06 16:59 UTC  (5+ messages)
` [LSF/MM TOPIC] [ATTEND] NUMA aware load-balancing
  ` [Lsf-pc] "

[PATCH 1/3] move page-types.c from Documentation to tools/vm
 2012-02-06 15:25 UTC  (2+ messages)

[rfc PATCH]slub: per cpu partial statistics change
 2012-02-06 15:02 UTC  (4+ messages)

[PATCH 2/3] move slabinfo.c to tools/vm
 2012-02-06 14:51 UTC  (2+ messages)

[PATCH RFC V2] mm: convert rcu_read_lock() to srcu_read_lock(), thus allowing to sleep in callbacks
 2012-02-06 14:40 UTC 

commit memory is larger than physical and limit
 2012-02-06 13:11 UTC 

[PATCHv20 00/15] Contiguous Memory Allocator
 2012-02-06 12:51 UTC  (30+ messages)
` [PATCH 01/15] mm: page_alloc: remove trailing whitespace
` [PATCH 02/15] mm: compaction: introduce isolate_migratepages_range()
` [PATCH 03/15] mm: compaction: introduce map_pages()
` [PATCH 04/15] mm: compaction: introduce isolate_freepages_range()
` [PATCH 05/15] mm: compaction: export some of the functions
` [PATCH 06/15] mm: page_alloc: introduce alloc_contig_range()
` [PATCH 07/15] mm: page_alloc: change fallbacks array handling
` [PATCH 08/15] mm: mmzone: MIGRATE_CMA migration type added
` [PATCH 09/15] mm: page_isolation: MIGRATE_CMA isolation functions added
` [PATCH 10/15] mm: extract reclaim code from __alloc_pages_direct_reclaim()
` [PATCH 11/15] mm: trigger page reclaim in alloc_contig_range() to stabilize watermarks
` [PATCH 12/15] drivers: add Contiguous Memory Allocator
` [PATCH 13/15] X86: integrate CMA with DMA-mapping subsystem
` [PATCH 14/15] ARM: "
` [PATCH 15/15] ARM: Samsung: use CMA for 2 memory banks for s5p-mfc device

[PATCH RFC V1] mm: convert rcu_read_lock() to srcu_read_lock(), thus allowing to sleep in callbacks
 2012-02-06 11:29 UTC  (5+ messages)

[ATTEND] LSF/MM conference
 2012-02-06 10:30 UTC  (2+ messages)
` [Lsf-pc] "

mm: compaction: Check for overlapping nodes during isolation for migration
 2012-02-06  9:08 UTC 

[PATCH v8 0/8] Reduce cross CPU IPI interference
 2012-02-05 16:03 UTC  (14+ messages)
` [PATCH v8 1/8] smp: introduce a generic on_each_cpu_mask function
` [PATCH v8 2/8] arm: move arm over to generic on_each_cpu_mask
` [PATCH v8 3/8] tile: move tile to use "
` [PATCH v8 4/8] smp: add func to IPI cpus based on parameter func
` [PATCH v8 5/8] slub: only IPI CPUs that have per cpu obj to flush
` [PATCH v8 6/8] fs: only send IPI to invalidate LRU BH when needed
` [PATCH v8 7/8] mm: only IPI CPUs to drain local pages if they exist
` [PATCH v8 8/8] mm: add vmstat counters for tracking PCP drains

[LSF/MM][ATTEND] readahead and writeback
 2012-02-05 15:00 UTC 

swap storm since kernel 3.2.x
 2012-02-05 11:38 UTC  (3+ messages)

[PATCH RFC] mm: convert rcu_read_lock() to srcu_read_lock(), thus allowing to sleep in callbacks
 2012-02-05 10:52 UTC  (3+ messages)

huge debug_objects_cache. swapping but 25% mem free
 2012-02-03 23:12 UTC  (3+ messages)

[PATCH] mm: Change of refcounting method for compound page
 2012-02-03 19:14 UTC  (4+ messages)

[PATCH] Mark thread stack correctly in proc/<pid>/maps
 2012-02-03 18:34 UTC  (9+ messages)
  ` [RESEND][PATCH] "

[PATCH] Handling of unused variable 'do-numainfo on compilation time
 2012-02-03 16:06 UTC  (6+ messages)

ksm/memory hotplug: lockdep warning for ksm_thread_mutex vs. (memory_chain).rwsem
 2012-02-03 15:37 UTC  (3+ messages)

[PATCH 2/2] mm: make do_writepages() use plugging
 2012-02-03 14:21 UTC  (7+ messages)

[Lsf-pc] [dm-devel] [LSF/MM TOPIC] a few storage topics
 2012-02-03 12:37 UTC  (7+ messages)

[PATCH v10 3.3-rc2 0/9] Uprobes patchset with perf probe support
 2012-02-03 12:01 UTC  (10+ messages)
` [PATCH v10 3.3-rc2 1/9] uprobes: Install and remove breakpoints
` [PATCH v10 3.3-rc2 3/9] uprobes: slot allocation
` [PATCH v10 3.3-rc2 4/9] uprobes: counter to optimize probe hits
` [PATCH v10 3.3-rc2 5/9] tracing: modify is_delete, is_return from ints to bool
` [PATCH v10 3.3-rc2 6/9] tracing: Extract out common code for kprobes/uprobes traceevents
` [PATCH v10 3.3-rc2 7/9] tracing: uprobes trace_event interface
` [PATCH v10 3.3-rc2 8/9] perf: rename target_module to target
` [PATCH v10 3.3-rc2 9/9] perf: perf interface for uprobes

[RFCv1 0/6] PASR: Partial Array Self-Refresh Framework
 2012-02-03 11:44 UTC  (11+ messages)
` [RFCv1 3/6] PASR: mm: Integrate PASR in Buddy allocator
` [RFCv1 5/6] PASR: Add Documentation

[PATCHv19 00/15] Contiguous Memory Allocator
 2012-02-03 11:27 UTC  (10+ messages)
` [PATCH 02/15] mm: page_alloc: update migrate type of pages on pcp when isolating

[LSF/MM TOPIC] memcg topics
 2012-02-03  9:40 UTC  (10+ messages)
      ` [Lsf-pc] "

[PATCH] Fix potentially derefencing uninitialized 'r'
 2012-02-03  8:20 UTC 

[LSF/MM TOPIC][ATTEND] memcg writeback
 2012-02-03  6:29 UTC 

[PATCH] memcg: make threshold index in the right position
 2012-02-03  2:49 UTC  (3+ messages)

[PATCH] mm: vmscan: handle isolated pages with lru lock released
 2012-02-03  1:40 UTC  (4+ messages)

[LSF/MM TOPIC][ATTEND] cleancache extension and memory checkpoint/restore
 2012-02-03  0:32 UTC 

[PATCH] cgroup: remove cgroup_subsys argument from callbacks
 2012-02-02 17:26 UTC  (2+ 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).