linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-15 20:30:54 to 2013-10-23 02:46:51 UTC [more...]

fuzz tested 32 bit user mode linux image hangs at in histfs
 2013-10-22 17:29 UTC  (4+ messages)
` [uml-devel] "

[PATCH 0/3] mm,vdso: preallocate new vmas
 2013-10-23  2:46 UTC  (15+ messages)
` [PATCH 1/3] mm: add mlock_future_check helper
` [PATCH 2/3] mm/mlock: prepare params outside critical region
` [PATCH 3/3] vdso: preallocate new vmas
  ` [PATCH 4/3] x86/vdso: Optimize setup_additional_pages()

[PATCH 00/24] treewide: Convert use of typedef ctl_table to struct ctl_table
 2013-10-22 23:58 UTC  (4+ messages)
` [PATCH 23/24] mm: "

[PATCH] x86, mm: get ASLR work for hugetlb mappings
 2013-10-22 17:52 UTC  (3+ messages)

[RFC PATCH 0/9] powerpc: mm: Numa faults support for ppc64
 2013-10-22 11:28 UTC  (10+ messages)
` [RFC PATCH 1/9] powerpc: Use HPTE constants when updating hpte bits
` [RFC PATCH 2/9] powerpc: Free up _PAGE_COHERENCE for numa fault use later
` [RFC PATCH 3/9] mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONE
` [RFC PATCH 4/9] powerpc: mm: Only check for _PAGE_PRESENT in set_pte/pmd functions
` [RFC PATCH 5/9] powerpc: mm: book3s: Enable _PAGE_NUMA for book3s
` [RFC PATCH 6/9] powerpc: mm: book3s: Disable hugepaged pmd format "
` [RFC PATCH 7/9] mm: numafaults: Use change_pmd_protnuma for updating _PAGE_NUMA for regular pmds
` [RFC PATCH 8/9] powerpc: mm: Support setting _PAGE_NUMA bit on pmd entry which are pointer to PTE page
` [RFC PATCH 9/9] powerpc: mm: Enable numa faulting for hugepages

[PATCH] mm: create a separate slab for page->ptl allocation
 2013-10-22 12:55 UTC  (2+ messages)

[PATCHv2 13/13] mm, thp, tmpfs: misc fixes for thp tmpfs
 2013-10-21 21:49 UTC 

[PATCHv2 12/13] mm, thp, tmpfs: enable thp page cache in tmpfs
 2013-10-21 21:49 UTC 

[PATCHv2 11/13] mm, thp, tmpfs: only alloc small pages in shmem_file_splice_read
 2013-10-21 21:48 UTC 

[PATCHv2 10/13] mm, thp, tmpfs: huge page support in shmem_fallocate
 2013-10-21 21:48 UTC 

[PATCHv2 09/13] mm, thp, tmpfs: huge page support in do_shmem_file_read
 2013-10-21 21:48 UTC 

[PATCHv2 08/13] mm, thp, tmpfs: handle huge page in shmem_undo_range for truncate
 2013-10-21 21:47 UTC 

[PATCHv2 07/13] mm, thp, tmpfs: initial support for huge page in write_begin/write_end in tmpfs
 2013-10-21 21:47 UTC 

[PATCHv2 06/13] mm, thp, tmpfs: request huge page in shm_fault when needed
 2013-10-21 21:47 UTC 

[PATCHv2 05/13] mm, thp, tmpfs: split huge page when moving from page cache to swap
 2013-10-21 21:47 UTC 

[PATCHv2 04/13] mm, thp, tmpfs: handle huge page cases in shmem_getpage_gfp
 2013-10-21 21:46 UTC 

[PATCHv2 03/13] mm, thp, tmpfs: support to add huge page into page cache for tmpfs
 2013-10-21 21:46 UTC 

[PATCHv2 02/13] mm, thp, tmpfs: add function to alloc huge page for tmpfs
 2013-10-21 21:46 UTC 

[PATCHv2 01/13] mm, thp: extract the common code from add_to_page_cache_locked
 2013-10-21 21:46 UTC 

[PATCHv2 00/13] Transparent huge page cache support on tmpfs
 2013-10-21 21:45 UTC 

[patch 0/8] mm: thrash detection-based file cache sizing v5
 2013-10-21 12:10 UTC  (11+ messages)

[PATCH 1/3] percpu: stop the loop when a cpu belongs to a new group
 2013-10-21  8:58 UTC  (3+ messages)
` [PATCH 2/3] percpu: merge two loops when setting up group info
` [PATCH 3/3] percpu: little optimization on calculating pcpu_unit_size

[PATCH v2 0/5] slab: implement byte sized indexes for the freelist of a slab
 2013-10-20 18:08 UTC  (10+ 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 v2 00/15] slab: overload struct slab over struct page to reduce memory usage
 2013-10-20 18:05 UTC  (32+ 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] mm, vmpressure: add high level
 2013-10-19  0:25 UTC  (12+ messages)
` [bug] get_maintainer.pl incomplete output

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

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

[PATCH] mm/pagewalk.c: Fix walk_page_range access wrong PTEs
 2013-10-18 14:31 UTC  (3+ messages)

[RFC PATCH 0/2] Implement get_user_pages_fast for ARM
 2013-10-18 13:07 UTC  (3+ messages)
` [RFC PATCH 1/2] thp: Introduce arch_(un)block_thp_split
` [RFC PATCH 2/2] arm: mm: implement get_user_pages_fast

[PATCH v4 1/2] mm: factor commit limit calculation
 2013-10-18 12:56 UTC  (2+ messages)
` [PATCH v4 2/2] mm: allow to set overcommit ratio more precisely

[PATCH] mm: Check for NULL return values from allocating functions
 2013-10-18  8:39 UTC  (2+ messages)

[PATCH 0/2] vmpslice support for zero-copy gifting of pages
 2013-10-18  8:10 UTC  (10+ messages)
` [PATCH 1/2] vmsplice: unmap gifted pages for recipient
` [PATCH 2/2] vmsplice: Add limited zero copy to vmsplice

[PATCH v8 0/9] rwsem performance optimizations
 2013-10-18  6:52 UTC  (11+ messages)

BUG: mm, numa: test segfaults, only when NUMA balancing is on
 2013-10-18  0:33 UTC  (3+ messages)

[PATCH 07/12] mm, thp, tmpfs: handle huge page in shmem_undo_range for truncate
 2013-10-17 20:58 UTC  (6+ messages)

[PATCH] readahead: fix sequential read cache miss detection
 2013-10-17 20:23 UTC  (2+ messages)

[RFC][PATCH 0/8] mm: freshen percpu pageset code
 2013-10-17 16:11 UTC  (11+ 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] swap: fix setting PAGE_SIZE blocksize during swapoff/swapon race
 2013-10-17 15:59 UTC  (6+ messages)

x86 like DEBUG_PAGEALLOC for ARM
 2013-10-17 13:14 UTC 

[PATCH] mm: readahead: return the value which force_page_cache_readahead() returns
 2013-10-17  9:56 UTC  (15+ messages)
  ` [PATCH v2] m: "
        ` [PATCH] mm/readahead.c: need always return 0 when system call readahead() succeeds

[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] Release device_hotplug_lock when store_mem_state returns EINVAL
 2013-10-17  2:24 UTC  (3+ messages)

[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 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] 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)

+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  (7+ messages)
` [PATCH 10/34] arc: handle pgtable_page_ctor() fail
` [PATCH 19/34] m68k: "

[PATCH 0/11] update page table walker
 2013-10-16  9:33 UTC  (4+ messages)

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  (9+ 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).