linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-08 11:57:31 to 2012-05-11 02:09:12 UTC [more...]

[PATCHv9 00/10] ARM: DMA-mapping framework redesign
 2012-05-11  2:08 UTC  (3+ messages)
` [PATCHv9 10/10] ARM: dma-mapping: add support for IOMMU mapper

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

[PATCH] slub: missing test for partial pages flush work in flush_all
 2012-05-11  2:08 UTC 

[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 

is there a "lru_cache_add_anon_tail"?
 2012-05-11  0:34 UTC  (3+ messages)

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

[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] ramster: switch over to zsmalloc and crypto interface
 2012-05-10 19:28 UTC  (2+ messages)

[PATCH 00/17] Swap-over-NBD without deadlocking V10
 2012-05-10 17:17 UTC  (19+ 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] slub: change cmpxchg_double_slab in unfreeze_partials to __cmpxchg_double_slab
 2012-05-10 16:01 UTC 

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

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

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

[PATCH] cma: fix migration mode
 2012-05-10 15:33 UTC 

[PATCH] slub: fix incorrect return type of get_any_partial()
 2012-05-10 15:27 UTC  (5+ 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  (19+ messages)

[PATCH 00/12] Swap-over-NFS without deadlocking V4
 2012-05-10 14:25 UTC  (15+ 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

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  (11+ messages)
`  "
  `  "

[PATCH 0/2 v2] Flexible proportions for BDIs
 2012-05-10  7:31 UTC  (8+ messages)
` [PATCH 2/2] block: Convert BDI proportion calculations to flexible proportions

[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  (18+ messages)
` [PATCH v2 01/16] FS: Added demand paging markers to filesystem
` [PATCH v2 14/16] mmc: block: Implement HPI invocation and handling logic

[Slub cleanup 0/9] Slub: cleanups V2
 2012-05-09 15:09 UTC  (10+ messages)
` [Slub cleanup 1/9] slub: Use freelist instead of "object" in __slab_alloc
` [Slub cleanup 2/9] slub: Add frozen check "
` [Slub cleanup 3/9] slub: Acquire_slab() avoid loop
` [Slub cleanup 4/9] slub: Simplify control flow in __slab_alloc()
` [Slub cleanup 5/9] slub: new_slab_objects() can also get objects from partial list
` [Slub cleanup 6/9] slub: Get rid of the node field
` [Slub cleanup 7/9] slub: Separate out kmem_cache_cpu processing from deactivate_slab
` [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

mm: move_pages syscall can't return ENOENT when pages are not present
 2012-05-09 14:56 UTC  (6+ messages)

[PATCH v1 0/6] reduce workqueue and timer noise
 2012-05-09 14:26 UTC  (16+ messages)
` [PATCH v1 3/6] workqueue: introduce schedule_on_each_cpu_cond
` [PATCH v1 5/6] mm: make vmstat_update periodic run conditional

[PATCH] slub: Using judgement !!c to judge per cpu has obj in fucntion has_cpu_slab()
 2012-05-09 14:10 UTC  (8+ messages)
    ` Re: [PATCH] slub: Using judgement !!c to judge per cpu has obj infucntion has_cpu_slab()

Buy Xanax (Alprazolam) Generic As Low As $1.33 Per Pill!! NO RX NEEDED!! Reliable Online Pharmacy - Fast & Secure Shipping!! VISA & E-CHECK ACCEPTED!! Order Today & Save!! 9j5uz1f
 2012-05-09 11:25 UTC 

[RFC] alternative mechanism to skip memcg kmem allocations
 2012-05-08 20:48 UTC  (3+ messages)

[patch] mm: nobootmem: fix sign extend problem in __free_pages_memory()
 2012-05-08 20:16 UTC  (2+ messages)

[RFC PATCH] frontswap (v15). +--------+ |zsmalloc| +--------+ +---------+ +------------+ | | swap +--->| frontswap + v +---------+ +------------| +--------+ +----->| zcache | +--------+
 2012-05-08 18:51 UTC  (2+ messages)

[RFC PATCH] Expand memblock=debug to provide a bit more details (v1)
 2012-05-08 17:35 UTC  (4+ messages)

Some questions about boot memory
 2012-05-08 15:47 UTC 

mmap/clone returns ENOMEM with lots of free memory
 2012-05-08 15:31 UTC  (6+ messages)

[RFC] slub: show dead memcg caches in a separate file
 2012-05-08 11:55 UTC  (5+ 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).