linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/29] kmem limitation for memcg
 2012-05-11 17:44 UTC  (22+ messages)
` [PATCH v2 01/29] slab: dup name string
` [PATCH v2 02/29] slub: fix slab_state for slub
` [PATCH v2 03/29] memcg: Always free struct memcg through schedule_work()
` [PATCH v2 04/29] slub: always get the cache from its page in kfree
` [PATCH v2 05/29] slab: rename gfpflags to allocflags
` [PATCH v2 06/29] memcg: Make it possible to use the stock for more than one page
` [PATCH v2 07/29] memcg: Reclaim when more than one page needed
` [PATCH v2 08/29] slab: use obj_size field of struct kmem_cache when not debugging
` [PATCH v2 09/29] memcg: change defines to an enum
` [PATCH v2 10/29] res_counter: don't force return value checking in res_counter_charge_nofail
` [PATCH v2 11/29] cgroups: ability to stop res charge propagation on bounded ancestor
` [PATCH v2 12/29] kmem slab accounting basic infrastructure
` [PATCH v2 13/29] slab/slub: struct memcg_params
` [PATCH v2 14/29] slub: consider a memcg parameter in kmem_create_cache
` [PATCH v2 15/29] slab: pass memcg parameter to kmem_cache_create
` [PATCH v2 16/29] slub: create duplicate cache
` [PATCH v2 17/29] slab: "
` [PATCH v2 18/29] memcg: kmem controller charge/uncharge infrastructure
` [PATCH v2 19/29] skip memcg kmem allocations in specified code regions
` [PATCH v2 25/29] memcg: Track all the memcg children of a kmem_cache
` [PATCH v2 26/29] memcg: Per-memcg memory.kmem.slabinfo file

[PATCH] mm: raise MemFree by reverting percpu_pagelist_fraction to 0
 2012-05-11 16:54 UTC  (9+ messages)

[PATCH 1/4] zsmalloc: rename zspage_order with zspage_pages
 2012-05-11 16:31 UTC  (32+ messages)
` [PATCH 3/4] zsmalloc use zs_handle instead of void *
` [PATCH 4/4] zsmalloc: zsmalloc: align cache line size

[PATCH] ramster: switch over to zsmalloc and crypto interface
 2012-05-11 16:23 UTC  (3+ messages)

is there a "lru_cache_add_anon_tail"?
 2012-05-11 16:21 UTC  (4+ messages)

Allow migration of mlocked page?
 2012-05-11 16:20 UTC  (4+ messages)

[PATCH] slub: missing test for partial pages flush work in flush_all
 2012-05-11 16:14 UTC  (2+ messages)

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

[PATCH 0/2 v2] Flexible proportions for BDIs
 2012-05-11 14:51 UTC  (5+ messages)

how to avoid allocating or freeze MOVABLE memory in userspace
 2012-05-11 13:27 UTC  (6+ messages)

General protection fault in ksmd
 2012-05-11 10:43 UTC 

[PATCH v3][0/6] memcg: prevent -ENOMEM in pre_destroy()
 2012-05-11  9:53 UTC  (7+ messages)
` [PATCH v3 1/6] memcg: fix error code in hugetlb_force_memcg_empty()
` [PATCH 2/6] add res_counter_uncharge_until()
` [PATCH v3 3/6] memcg: use res_counter_uncharge_until in move_parent()
` [PATCH v3 4/6] memcg: move charges to root cgroup if use_hierarchy=0
` [PATCH v3 5/6] memcg: don't uncharge in mem_cgroup_move_account
` [PATCH v3 6/6] remove __must_check for res_counter_charge_nofail()

[PATCH] mm/slab: remove duplicate check
 2012-05-11  9:16 UTC 

[PATCHv9 00/10] ARM: DMA-mapping framework redesign
 2012-05-11  8:33 UTC  (5+ messages)
` [PATCHv9 10/10] ARM: dma-mapping: add support for IOMMU mapper
` [PATCH] ARM: dma-mapping: fix build break on no-MMU systems

[PATCH] cma: fix migration mode
 2012-05-11  8:13 UTC  (3+ messages)

[PATCH] ARM: use common utility function in dma
 2012-05-11  7:03 UTC 

[PATCH] memory: add kernelcore_max_addr boot option
 2012-05-11  5:46 UTC 

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

[AD]-企业内部审计及内部控制与财务风险管理
 2012-05-11  3:10 UTC 

[PATCH 2/2 v3] drm/exynos: added userptr feature
 2012-05-11  3:01 UTC  (24+ messages)

[Linaro-mm-sig] [PATCH 3/3] [RFC] Kernel Virtual Memory allocation issue in dma-mapping framework
 2012-05-11  2:02 UTC 

[Linaro-mm-sig] [PATCH 2/3] [RFC] Kernel Virtual Memory allocation issue in dma-mapping framework
 2012-05-11  2:01 UTC 

[Linaro-mm-sig] [PATCH 1/3] [RFC] Kernel Virtual Memory allocation issue in dma-mapping framework
 2012-05-11  2:01 UTC 

[Linaro-mm-sig] [PATCH 0/3] [RFC] Kernel Virtual Memory allocation issue in dma-mapping framework
 2012-05-11  2:01 UTC 

[PATCH 1/1] mlock: split the shmlock_user_lock spinlock into per user_struct spinlock
 2012-05-10 22:30 UTC  (9+ messages)

[patch 00/10] (no)bootmem bits for 3.5
 2012-05-10 21:44 UTC  (9+ messages)
` [patch 10/10] mm: remove sparsemem allocation details from the bootmem allocator

[RFC] slub: Defer sysfs processing into a separate worker thread
 2012-05-10 19:39 UTC 

[PATCH] slub: change cmpxchg_double_slab in unfreeze_partials to __cmpxchg_double_slab
 2012-05-10 16:01 UTC 

[PATCH] slub: remove unused argument of init_kmem_cache_node()
 2012-05-10 15:56 UTC  (2+ messages)

[PATCH] slub: change cmpxchg_double_slab in get_freelist() to __cmpxchg_double_slab
 2012-05-10 15:56 UTC 

[PATCH] slub: fix a possible memory leak
 2012-05-10 15:41 UTC  (2+ messages)

[PATCH] slub: fix incorrect return type of get_any_partial()
 2012-05-10 15:27 UTC  (3+ messages)

[PATCHv24 00/16] Contiguous Memory Allocator
 2012-05-10 15:14 UTC  (3+ messages)
` [PATCH] drivers: cma: don't fail if migration returns -EAGAIN

[PATCH] Describe race of direct read and fork for unaligned buffers
 2012-05-10 15:00 UTC  (11+ messages)

BUG at mm/slub.c:374
 2012-05-10 14:21 UTC  (4+ messages)

[PATCH 1/1] page_alloc.c: remove argument to pageblock_default_order
 2012-05-10 13:34 UTC  (3+ messages)

[PATCH] Documentations: Fix slabinfo.c directory in vm/slub.txt
 2012-05-10  8:45 UTC  (8+ messages)
`  "

[PATCH v7] mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks
 2012-05-10  5:24 UTC  (4+ messages)

Add 1-3 Inches Easy...See the best penis enlargement pill. Add 1-3 inches with this miracle pill. v6bdor3f12
 2012-05-10  4:35 UTC 

[PATCH] MM: cleanup on addition to bootmem data list
 2012-05-10  1:17 UTC 

[PATCH 1/2] MM: fixup on addition to bootmem data list
 2012-05-10  1:02 UTC  (3+ messages)

object allocation benchmark
 2012-05-09 22:24 UTC  (5+ messages)

RCU stalls in merge-window (v3.3-6946-gf1d38e4)
 2012-05-09 20:54 UTC  (2+ messages)

[PATCH] mm: sl[auo]b: Use atomic bit operations to update page-flags
 2012-05-09 18:34 UTC  (6+ messages)

[PATCHv2 00/16] [FS, MM, block, MMC]: eMMC High Priority Interrupt Feature
 2012-05-09 16:54 UTC  (8+ messages)
` [PATCH v2 01/16] FS: Added demand paging markers to filesystem

[Slub cleanup 0/9] Slub: cleanups V2
 2012-05-09 15:09 UTC  (3+ messages)
` [Slub cleanup 8/9] slub: Use page variable instead of c->page
` [Slub cleanup 9/9] slub: pass page to node_match() instead of kmem_cache_cpu structure

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox