linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-16 01:35:39 to 2012-05-17 20:16:11 UTC [more...]

[PATCH] cpuset: mm: Reduce large amounts of memory barrier related damage v3
 2012-05-17 20:16 UTC  (8+ messages)
        ` [PATCH] mm: Optimize put_mems_allowed() usage

[PATCH 00/12] Swap-over-NFS without deadlocking V5
 2012-05-17 20:14 UTC  (14+ 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

[PATCH 00/17] Swap-over-NBD without deadlocking V11
 2012-05-17 20:13 UTC  (24+ 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_gfp_atomic() 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 skb_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] mm: consider all swapped back pages in used-once logic
 2012-05-17 19:54 UTC  (5+ messages)

[PATCH] mm: read_pmd_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition
 2012-05-17 19:35 UTC  (2+ messages)

[RFC][PATCH 0/6] mm: Unify TLB gather implementations
 2012-05-17 18:31 UTC  (17+ messages)
` [RFC][PATCH 4/6] arm, mm: Convert arm to generic tlb

[PATCH 0/4] slub: refactoring some code in slub
 2012-05-17 18:30 UTC  (12+ messages)
` [PATCH 1/4] slub: change cmpxchg_double_slab in get_freelist() to __cmpxchg_double_slab
` [PATCH 2/4] slub: change cmpxchg_double_slab in unfreeze_partials "
` [PATCH 3/4] slub: use __SetPageSlab function to set PG_slab flag
` [PATCH 4/4] slub: refactoring unfreeze_partials()
` [PATCH 1,2/4 v2] slub: use __cmpxchg_double_slab() at interrupt disabled place
    ` [PATCH 1,2/4 v3] "

[PATCH v5 0/2] fix static_key disabling problem in memcg
 2012-05-17 17:02 UTC  (23+ messages)
` [PATCH v5 2/2] decrement static keys on real destroy time

[PATCH/RFC 0/3] ARM: DMA-mapping: new extensions for buffer sharing
 2012-05-17 16:53 UTC  (4+ messages)
` [PATCH 1/3] common: DMA-mapping: add DMA_ATTR_NO_KERNEL_MAPPING attribute
` [PATCH 2/3] ARM: dma-mapping: add support for "
` [PATCH 3/3] ARM: dma-mapping: add support for dma_get_sgtable()

[PATCHv2 updated] ARM: dma-mapping: remove custom consistent dma region
 2012-05-17 15:44 UTC 

[PATCH v2 1/3] zsmalloc: support zsmalloc to ARM, MIPS, SUPERH
 2012-05-17 15:08 UTC  (17+ messages)
` [PATCH v2 2/3] remove dependency with x86
` [PATCH v2 3/3] x86: Support local_flush_tlb_kernel_range

[RFC] SL[AUO]B common code 0/9] Sl[auo]b: Common functionality V1
 2012-05-17 14:27 UTC  (35+ messages)
` [RFC] SL[AUO]B common code 1/9] [slob] define page struct fields used in mm_types.h
` [RFC] SL[AUO]B common code 2/9] [slab]: Use page struct fields instead of casting
` [RFC] SL[AUO]B common code 3/9] Extract common fields from struct kmem_cache
` [RFC] SL[AUO]B common code 5/9] slabs: Common definition for boot state of the slab allocators
` [RFC] SL[AUO]B common code 6/9] slabs: Use a common mutex definition
` [RFC] SL[AUO]B common code 7/9] slabs: Move kmem_cache_create mutex handling to common code
` [RFC] SL[AUO]B common code 8/9] slabs: list addition move to slab_common

[PATCHv10 00/11] ARM: DMA-mapping framework redesign
 2012-05-17 13:14 UTC  (12+ messages)
` [PATCHv10 01/11] common: add dma_mmap_from_coherent() function
` [PATCHv10 02/11] ARM: dma-mapping: use dma_mmap_from_coherent()
` [PATCHv10 03/11] ARM: dma-mapping: use pr_* instread of printk
` [PATCHv10 04/11] ARM: dma-mapping: introduce DMA_ERROR_CODE constant
` [PATCHv10 05/11] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCHv10 06/11] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
` [PATCHv10 07/11] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
` [PATCHv10 08/11] ARM: dma-mapping: move all dma bounce code to separate dma ops structure
` [PATCHv10 09/11] ARM: dma-mapping: remove redundant code and do the cleanup
` [PATCHv10 10/11] ARM: dma-mapping: use alloc, mmap, free from dma_ops
` [PATCHv10 11/11] ARM: dma-mapping: add support for IOMMU mapper

[patch 0/5] refault distance-based file cache sizing
 2012-05-17 13:11 UTC  (5+ messages)

[patch 0/6] mm: memcg: statistics implementation cleanups
 2012-05-17 10:56 UTC  (5+ messages)
` [patch 6/6] mm: memcg: print statistics from live counters

[PATCHv2 0/4] ARM: replace custom consistent dma region with vmalloc
 2012-05-17 10:54 UTC  (5+ messages)
` [PATCHv2 1/4] mm: vmalloc: use const void * for caller argument
` [PATCHv2 2/4] mm: vmalloc: export find_vm_area() function
` [PATCHv2 3/4] mm: vmalloc: add VM_DMA flag to indicate areas used by dma-mapping framework
` [PATCHv2 4/4] ARM: dma-mapping: remove custom consistent dma region

[PATCH v2 00/29] kmem limitation for memcg
 2012-05-17 10:14 UTC  (21+ messages)
` [PATCH v2 01/29] slab: dup name string
` [PATCH v2 02/29] slub: fix slab_state for slub
` [PATCH v2 11/29] cgroups: ability to stop res charge propagation on bounded ancestor
` [PATCH v2 18/29] memcg: kmem controller charge/uncharge infrastructure
` [PATCH v2 19/29] skip memcg kmem allocations in specified code regions

[PATCH] mm for fs: add truncate_pagecache_range
 2012-05-17  9:25 UTC  (3+ messages)

Hole punching and mmap races
 2012-05-17  7:43 UTC  (4+ messages)

Buy Cialis Online - THE LOWEST CIALIS PRICE GUARANTEED is2cgjpc
 2012-05-17  2:34 UTC 

[PATCH 1/2] mm: Fix slab->page flags corruption
 2012-05-17  0:44 UTC  (4+ messages)

[bug] shrink_slab shrinkersize handling
 2012-05-16 21:53 UTC  (2+ messages)

[PATCH] tmpfs not interleaving properly
 2012-05-16 20:00 UTC 

[PATCH v2] mm: Fix slab->page _count corruption
 2012-05-16 17:51 UTC  (3+ messages)

[PATCH] slub: fix a memory leak in get_partial_node()
 2012-05-16 15:17 UTC  (7+ messages)
    ` [PATCH RESEND] "

[PATCH 3/4] zsmalloc use zs_handle instead of void *
 2012-05-16 11:06 UTC  (15+ messages)

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

[PATCH 2/2 v4] drm/exynos: added userptr feature
 2012-05-16  8:49 UTC  (3+ messages)

[PATCH] slub: remove unused argument of init_kmem_cache_node()
 2012-05-16  6:46 UTC  (3+ messages)

[PATCH] slub: fix a possible memory leak
 2012-05-16  6:37 UTC  (3+ messages)

[PATCH 4/4] zsmalloc: zsmalloc: align cache line size
 2012-05-16  1:44 UTC  (14+ 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).