linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-13 14:06:06 to 2012-04-18 06:30:07 UTC [more...]

[RFC] writeback and cgroup
 2012-04-18  6:30 UTC  (33+ messages)
    ` [Lsf] "

[PATCH -V6 00/14] memcg: Add memcg extension to control HugeTLB allocation
 2012-04-18  6:16 UTC  (18+ messages)
` [PATCH -V6 01/14] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V6 02/14] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V6 03/14] hugetlbfs: Add an inline helper for finding hstate index
` [PATCH -V6 04/14] hugetlb: Use mmu_gather instead of a temporary linked list for accumulating pages
` [PATCH -V6 05/14] hugetlb: Avoid taking i_mmap_mutex in unmap_single_vma for hugetlb
` [PATCH -V6 06/14] hugetlb: Simplify migrate_huge_page
` [PATCH -V6 07/14] memcg: Add HugeTLB extension
` [PATCH -V6 08/14] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V6 09/14] memcg: track resource index in cftype private
` [PATCH -V6 10/14] hugetlbfs: Add memcg control files for hugetlbfs
    ` [PATCH] memcg: Use scnprintf instead of sprintf
` [PATCH -V6 11/14] hugetlbfs: Add a list for tracking in-use HugeTLB pages
` [PATCH -V6 12/14] memcg: move HugeTLB resource count to parent cgroup on memcg removal
` [PATCH -V6 13/14] hugetlb: migrate memcg info from oldpage to new page during migration
` [PATCH -V6 14/14] memcg: Add memory controller documentation for hugetlb management

[PATCH linux-next] mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma
 2012-04-18  5:58 UTC  (5+ messages)

[RFC PATCH] s390: mm: rmap: Transfer storage key to struct page under the page lock
 2012-04-18  4:00 UTC  (10+ messages)

Your Changelog
 2012-04-18  3:47 UTC 

Weirdness in __alloc_bootmem_node_high
 2012-04-17 21:33 UTC  (6+ messages)

[RFC][PATCH 0/6 v2] reducing page_cgroup size
 2012-04-17 21:25 UTC  (5+ messages)
` [RFC][PATCH 2/6] memcg: add pc_set_mem_cgroup_and_flags()
` [RFC][PATCH 3/6] memcg: add PageCgroupReset()

[RFC 0/6] uprobes: kill uprobes_srcu/uprobe_srcu_id
 2012-04-17 19:53 UTC  (20+ messages)
` [PATCH 2/6] uprobes: introduce is_swbp_at_addr_fast()

Followup: [PATCH -mm] make swapin readahead skip over holes
 2012-04-17 19:26 UTC  (4+ messages)

[NEW]: Introducing shrink_all_memory from user space
 2012-04-17 18:24 UTC  (8+ messages)

[PATCH 0/4] ARM: replace custom consistent dma region with vmalloc
 2012-04-17 18:18 UTC  (5+ messages)
` [PATCH 4/4] ARM: remove consistent dma region and use common vmalloc range for dma allocations

[PATCH v1 0/7] memcg remove pre_destroy
 2012-04-17 17:47 UTC  (20+ messages)
` [PATCH 1/7] res_counter: add a function res_counter_move_parent()
` [PATCH 2/7] memcg: move charge to parent only when necessary
` [PATCH 3/7] memcg: move charges to root at rmdir()
` [PATCH 5/7] memcg: divide force_empty into 2 functions, avoid memory reclaim at rmdir
` [PATCH 6/7] memcg: remove pre_destroy()

[PATCH V3 2/2] memcg: set soft_limit_in_bytes to 0 by default
 2012-04-17 16:38 UTC 

[PATCH V3 1/2] memcg: softlimit reclaim rework
 2012-04-17 16:38 UTC 

[PATCH V3 0/2] memcg softlimit reclaim rework
 2012-04-17 16:37 UTC 

slab corruption
 2012-04-17 16:01 UTC  (2+ messages)

mm code for allowing reclaim of page previously swapped but now clean-in-memory?
 2012-04-17 14:44 UTC  (3+ messages)

[PATCH 00/11] Swap-over-NFS without deadlocking V3
 2012-04-17 12:40 UTC  (16+ 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

bug for stack ?
 2012-04-17  9:20 UTC 

question about memsw of memory cgroup-subsystem
 2012-04-17  8:18 UTC  (5+ messages)

swap on eMMC and other flash
 2012-04-17  2:18 UTC  (9+ messages)

kmemleak: illegal RCU use assertion error
 2012-04-16 20:35 UTC  (7+ messages)

[PATCH] hugetlbfs: lockdep annotate root inode properly
 2012-04-16 20:28 UTC 

[PATCH V2 1/5] memcg: revert current soft limit reclaim implementation
 2012-04-16 17:33 UTC  (5+ messages)

[PATCH] kvm: don't call mmu_shrinker w/o used_mmu_pages
 2012-04-16 16:43 UTC  (3+ messages)

[PATCH V2 3/5] memcg: set soft_limit_in_bytes to 0 by default
 2012-04-16 16:33 UTC  (6+ messages)

[PATCH V2 0/5] memcg softlimit reclaim rework
 2012-04-16 16:32 UTC  (3+ messages)

[PATCH] slub: don't create a copy of the name string in kmem_cache_create
 2012-04-16 14:41 UTC  (3+ messages)

how to avoid allocating or freeze MOVABLE memory in userspace
 2012-04-16 13:55 UTC  (4+ messages)

[PATCH] perf/probe: Provide perf interface for uprobes
 2012-04-16 12:27 UTC  (10+ messages)
      `  "

[PATCH 1/2] perf/probe: Provide perf interface for uprobes
 2012-04-16 12:09 UTC  (2+ messages)
` [RFC] [PATCH 2/2] perf/probe: Detect probe target when m/x options are absent

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

[PATCH -tip ] x86: Handle failures of getting immediates in instruction decoder
 2012-04-16 11:23 UTC  (2+ messages)
` [tip:perf/urgent] x86: Handle failures of parsing immediate operands in the "

[PATCH 1/3] tracing: Modify is_delete, is_return from int to bool
 2012-04-16  9:43 UTC  (4+ messages)
` [PATCH 2/3] tracing: Extract out common code for kprobes/uprobes traceevents
` [PATCH 3/3] tracing: Provide trace events interface for uprobes

[PATCH 1/3] tracing: Modify is_delete, is_return from int to bool
 2012-04-16  9:22 UTC  (6+ messages)
` [PATCH 3/3] tracing: Provide trace events interface for uprobes
  ` [PATCH UPDATED "

[Updated PATCH 3/3] tracing: Provide trace events interface for uprobes
 2012-04-16  9:20 UTC  (3+ messages)

Replica Watch 70% OFF 11vkm
 2012-04-16  5:38 UTC 

[PATCH 2/2] uprobes/core: Decrement uprobe count before the pages are unmapped
 2012-04-15  6:29 UTC  (3+ messages)
` [tip:perf/uprobes] "

[PATCH V2 5/5] memcg: change the target nr_to_reclaim for each memcg under kswapd
 2012-04-15  1:57 UTC  (2+ messages)

[PATCH 1/2] uprobes/core: Make background page replacement logic account for rss_stat counters
 2012-04-14 18:25 UTC  (2+ messages)
` [tip:perf/uprobes] "

[PATCH] mm: extend prefault helpers to fault in more than PAGE_SIZE
 2012-04-14 16:03 UTC  (4+ messages)
    ` [PATCH] mm: fixup compilation error due to an asm write through a const pointer

[PATCH V2 4/5] memcg: detect no memcgs above softlimit under zone reclaim
 2012-04-14 14:32 UTC  (2+ messages)

Missing initialization of pages removed with memblock_remove
 2012-04-14 10:13 UTC  (2+ messages)

[PATCH] mm: page-writeback.c: local functions should not be exposed globally
 2012-04-14  9:42 UTC  (2+ messages)

[PATCH] mm: fix up the vmscan stat in vmstat
 2012-04-13 22:26 UTC  (2+ messages)

Wire transfer rejected
 2012-04-13 18:59 UTC 

[PATCH] mm: fix up the vmscan stat in vmstat
 2012-04-13 14:26 UTC  (3+ 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).