linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-14 09:47:40 to 2013-10-17 07:20:13 UTC [more...]

[PATCH v2 00/15] slab: overload struct slab over struct page to reduce memory usage
 2013-10-17  7:20 UTC  (21+ messages)
` [PATCH v2 01/15] slab: correct pfmemalloc check
` [PATCH v2 02/15] slab: change return type of kmem_getpages() to struct page
` [PATCH v2 03/15] slab: remove colouroff in struct slab
` [PATCH v2 04/15] slab: remove nodeid "
` [PATCH v2 05/15] slab: remove cachep in struct slab_rcu
` [PATCH v2 06/15] slab: overloading the RCU head over the LRU for RCU free
` [PATCH v2 07/15] slab: use well-defined macro, virt_to_slab()
` [PATCH v2 08/15] slab: use __GFP_COMP flag for allocating slab pages
` [PATCH v2 09/15] slab: change the management method of free objects of the slab
` [PATCH v2 10/15] slab: remove kmem_bufctl_t
` [PATCH v2 11/15] slab: remove SLAB_LIMIT
` [PATCH v2 12/15] slab: replace free and inuse in struct slab with newly introduced active
` [PATCH v2 13/15] slab: use struct page for slab management
` [PATCH v2 14/15] slab: remove useless statement for checking pfmemalloc
` [PATCH v2 15/15] slab: rename slab_bufctl to slab_freelist

[PATCH v2 0/5] slab: implement byte sized indexes for the freelist of a slab
 2013-10-17  6:03 UTC  (6+ messages)
` [PATCH v2 1/5] slab: factor out calculate nr objects in cache_estimate
` [PATCH v2 2/5] slab: introduce helper functions to get/set free object
` [PATCH v2 3/5] slab: restrict the number of objects in a slab
` [PATCH v2 4/5] slab: introduce byte sized index for the freelist of "
` [PATCH v2 5/5] slab: make more slab management structure off the slab

[patch] mm, vmpressure: add high level
 2013-10-17  4:36 UTC  (7+ messages)
` [bug] get_maintainer.pl incomplete output

[PATCHv3 1/2] mm: rearrange madvise code to allow for reuse
 2013-10-17  2:47 UTC  (10+ messages)
` [PATCH 2/2] mm: add a field to store names for private anonymous memory

[PATCH] mm: readahead: return the value which force_page_cache_readahead() returns
 2013-10-17  2:40 UTC  (15+ messages)
  ` [PATCH v2] m: "
        ` [PATCH] mm/readahead.c: need always return 0 when system call readahead() succeeds
          ` [PATCH] mm/madvise.c: return 0 instead of read bytes after force_page_cache_readahead() succeeds

[PATCH] Release device_hotplug_lock when store_mem_state returns EINVAL
 2013-10-17  2:24 UTC  (5+ messages)

[RFC][PATCH 0/8] mm: freshen percpu pageset code
 2013-10-17  1:32 UTC  (10+ messages)
` [RFC][PATCH 1/8] mm: pcp: rename percpu pageset functions
` [RFC][PATCH 2/8] mm: pcp: consolidate percpu_pagelist_fraction code
` [RFC][PATCH 3/8] mm: pcp: separate pageset update code from sysctl code
` [RFC][PATCH 4/8] mm: pcp: move pageset sysctl code to sysctl.c
` [RFC][PATCH 5/8] mm: pcp: make percpu_pagelist_fraction sysctl undoable
` [RFC][PATCH 6/8] mm: pcp: consolidate high-to-batch ratio code
` [RFC][PATCH 7/8] mm: pcp: move page coloring optimization away from pcp sizing
` [RFC][PATCH 8/8] mm: pcp: create setup_boot_pageset()

[PATCH] mm: Do not walk all of system memory during show_mem
 2013-10-17  1:11 UTC  (2+ messages)

[PATCH 02/12] mm, thp, tmpfs: support to add huge page into page cache for tmpfs
 2013-10-16 23:20 UTC  (6+ messages)

[PATCH v8 0/9] rwsem performance optimizations
 2013-10-16 21:55 UTC  (10+ messages)

[PATCH 0/26] get_user_pages() cleanup
 2013-10-16 21:39 UTC  (8+ messages)
` [PATCH 23/26] ib: Convert qib_get_user_pages() to get_user_pages_unlocked()

[PATCH 07/12] mm, thp, tmpfs: handle huge page in shmem_undo_range for truncate
 2013-10-16 18:48 UTC  (5+ messages)

[PATCH] MAINTAINERS: zswap/zbud: change maintainer email address
 2013-10-16 18:43 UTC 

[PATCH 05/12] mm, thp, tmpfs: request huge page in shm_fault when needed
 2013-10-16 18:29 UTC  (4+ messages)

[PATCH 03/12] mm, thp, tmpfs: handle huge page cases in shmem_getpage_gfp
 2013-10-16 17:50 UTC  (5+ messages)

[patch 0/8] mm: thrash detection-based file cache sizing v5
 2013-10-16  2:26 UTC  (9+ messages)

BUG: mm, numa: test segfaults, only when NUMA balancing is on
 2013-10-16 15:54 UTC 

+8.6% netperf.Throughput_Mbps increase by "page_alloc: fair zone allocator policy"
 2013-10-16 13:28 UTC 

[PATCH 00/34] dynamically allocate split ptl if it cannot be embedded to struct page
 2013-10-16 10:29 UTC  (16+ messages)
` [PATCH 10/34] arc: handle pgtable_page_ctor() fail
` [PATCH 19/34] m68k: "
` [PATCH 34/34] mm: dynamically allocate page->ptl if it cannot be embedded to struct page

[PATCH 0/11] update page table walker
 2013-10-16  9:33 UTC  (15+ messages)
` [PATCH 01/11] pagewalk: update page table walker core
` [PATCH 02/11] pagewalk: add walk_page_vma()
` [PATCH 03/11] smaps: redefine callback functions for page table walker
` [PATCH 04/11] clear_refs: "
` [PATCH 05/11] pagemap: "
` [PATCH 06/11] numa_maps: "
` [PATCH 07/11] memcg: "
` [PATCH 08/11] madvise: "
` [PATCH 09/11] arch/powerpc/mm/subpage-prot.c: use walk_page_vma() instead of walk_page_range()
` [PATCH 10/11] pagewalk: remove argument hmask from hugetlb_entry()
` [PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

OMAPFB: CMA allocation failures
 2013-10-16  6:33 UTC 

[PATCH] x86/numa: Allow node distance table to have I/O nodes
 2013-10-15 21:07 UTC 

[PATCHv2 1/2] mm: try to detect that page->ptl is in use
 2013-10-15 20:44 UTC  (5+ messages)
` [PATCHv2 2/2] xtensa: use buddy allocator for PTE table

mm: fix BUG in __split_huge_page_pmd
 2013-10-15 20:30 UTC  (12+ messages)

[PATCH 04/12] mm, thp, tmpfs: split huge page when moving from page cache to swap
 2013-10-15 19:00 UTC  (3+ messages)

[PATCH 11/12] mm, thp, tmpfs: enable thp page cache in tmpfs
 2013-10-15 18:42 UTC  (3+ messages)

CONFIG_SLUB/USE_SPLIT_PTLOCKS compatibility
 2013-10-15 17:53 UTC  (5+ messages)

[PATCH 0/2] mm: Fix N_CPU handlings of node_states
 2013-10-15 17:25 UTC  (6+ messages)
` [PATCH 1/2] mm: Set N_CPU to node_states during boot
` [PATCH 2/2] mm: Clear N_CPU from node_states at CPU offline

[PATCH] swap: fix setting PAGE_SIZE blocksize during swapoff/swapon race
 2013-10-15 17:19 UTC  (4+ messages)

doing lots of disk writes causes oom killer to kill processes
 2013-10-15 14:15 UTC  (9+ messages)

[PATCH] mm: revert mremap pud_free anti-fix
 2013-10-15 11:46 UTC  (2+ messages)

[PATCH] swap: fix set_blocksize race during swapon/swapoff
 2013-10-15  9:56 UTC  (7+ messages)

OMAPFB: CMA allocation failures
 2013-10-15  7:36 UTC  (2+ messages)

[PATCH 12/12] mm, thp, tmpfs: misc fixes for thp tmpfs
 2013-10-15  0:18 UTC 

[PATCH 10/12] mm, thp, tmpfs: only alloc small pages in shmem_file_splice_read
 2013-10-15  0:13 UTC 

[PATCH 09/12] mm, thp, tmpfs: huge page support in shmem_fallocate
 2013-10-15  0:13 UTC 

[PATCH 08/12] mm, thp, tmpfs: huge page support in do_shmem_file_read
 2013-10-15  0:13 UTC 

[PATCH 06/12] mm, thp, tmpfs: initial support for huge page in write_begin/write_end in tmpfs
 2013-10-15  0:12 UTC 

[PATCH 01/12] mm, thp, tmpfs: add function to alloc huge page for tmpfs
 2013-10-15  0:11 UTC 

[PATCH 00/12] Transparent huge page cache support on tmpfs
 2013-10-15  0:11 UTC 

[PATCH] mm: Set N_CPU to node_states during boot
 2013-10-15  0:00 UTC  (3+ messages)

[PATCH 2/2] mm/zswap: refoctor the get/put routines
 2013-10-14 22:26 UTC  (2+ messages)

[RFC 00/23] mm: Use memblock interface instead of bootmem
 2013-10-14 15:03 UTC  (18+ messages)
` [RFC 06/23] mm/memblock: Add memblock early memory allocation apis
` [RFC 07/23] mm/memblock: debug: correct displaying of upper memory boundary
` [RFC 08/23] mm/memblock: debug: don't free reserved array if !ARCH_DISCARD_MEMBLOCK
` [RFC 09/23] mm/init: Use memblock apis for early memory allocations

[PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap()
 2013-10-14 14:27 UTC  (10+ messages)

[PATCH 1/2] mm: try to detect that page->ptl is in use
 2013-10-14 12:58 UTC  (4+ messages)
` [PATCH 2/2] xtensa: use buddy allocator for PTE table

[uml-devel] BUG: soft lockup for a user mode linux image
 2013-10-14 12:34 UTC  (10+ messages)
                ` [PATCH v2] writeback: fix negative bdi max pause

[PATCH 1/2] mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently
 2013-10-14 10:11 UTC 


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).