linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-01 16:13:02 to 2009-10-08 09:35:16 UTC [more...]

[PATCH v3][RFC] add MAP_UNLOCKED mmap flag
 2009-10-08  9:37 UTC  (4+ messages)

[PATCH][RFC] add MAP_UNLOCKED mmap flag
 2009-10-07 20:47 UTC  (16+ messages)

[PATCH 0/11] hugetlb: V9 numa control of persistent huge pages alloc/free
 2009-10-07 20:09 UTC  (31+ messages)
` [PATCH 1/11] hugetlb: rework hstate_next_node_* functions
` [PATCH 2/11] hugetlb: add nodemask arg to huge page alloc, free and surplus adjust fcns
` [PATCH 3/11] hugetlb: factor init_nodemask_of_node
` [PATCH 4/11] hugetlb: derive huge pages nodes allowed from task mempolicy
` [PATCH 5/11] hugetlb: accomodate reworked NODEMASK_ALLOC
` [PATCH 6/11] hugetlb: add generic definition of NUMA_NO_NODE
` [PATCH 7/11] hugetlb: add per node hstate attributes
` [PATCH 8/11] hugetlb: update hugetlb documentation for NUMA controls
` [PATCH 9/11] hugetlb: use only nodes with memory for huge pages
` [PATCH 10/11] hugetlb: handle memory hot-plug events
` [PATCH 11/11] hugetlb: offload per node attribute registrations
  ` [patch] mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlined

[patch] mm: order evictable rescue in LRU putback
 2009-10-07 19:32 UTC  (2+ messages)

[PATCH] adjust gfp mask passed on nested vmalloc() invocation (v3)
 2009-10-07 14:26 UTC 

[PATCH] adjust gfp mask passed on nested vmalloc() invocation (v2)
 2009-10-07 14:26 UTC  (3+ messages)

[PATCH] adjust gfp mask passed on nested vmalloc() invocation
 2009-10-07 12:20 UTC  (6+ messages)

[PATCH] fix two warnings on mm/percpu.c
 2009-10-07  7:30 UTC  (2+ messages)

[PATCH 1/2] Implement lru_add_drain_all_async()
 2009-10-07  3:48 UTC  (8+ messages)
` [PATCH 2/2] mlock use lru_add_drain_all_async()

[PATCH] rmap : fix the comment for try_to_unmap_anon
 2009-10-06 21:08 UTC  (2+ messages)

[PATCH v2][RFC] add MAP_UNLOCKED mmap flag
 2009-10-06 18:53 UTC  (4+ messages)

[patch 4/4] vunmap: Fix racy use of rcu_head
 2009-10-06 17:33 UTC  (4+ messages)

[Bug #14141] order 2 page allocation failures in iwlagn
 2009-10-06 10:23 UTC  (11+ messages)

update_mmu_cache() when write protecting pte
 2009-10-06 10:20 UTC  (3+ messages)

[rfc patch 1/3] mm: always pass mapping in zap_details
 2009-10-06  7:44 UTC  (8+ messages)
` [rfc patch 3/3] mm: munlock COW pages on truncation unmap

[PATCH 0/10] hugetlb: V8 numa control of persistent huge pages alloc/free
 2009-10-06  3:46 UTC  (23+ messages)
` [PATCH 3/10] hugetlb: factor init_nodemask_of_node
` [PATCH 4/10] hugetlb: derive huge pages nodes allowed from task mempolicy
  ` [patch] nodemask: make NODEMASK_ALLOC more general
` [PATCH 7/10] hugetlb: update hugetlb documentation for NUMA controls
` [PATCH 8/10] hugetlb: use only nodes with memory for huge pages

[PATCH 0/2] memcg: improving scalability by reducing lock contention at charge/uncharge
 2009-10-05 10:37 UTC  (10+ messages)
` [PATCH 1/2] memcg: coalescing uncharge at unmap and truncation
    ` [PATCH 1/2] memcg: coalescing uncharge at unmap and truncation (fixed coimpile bug)
` [PATCH 2/2] memcg: coalescing charges per cpu

[PATCH 0/3] Fix SLQB on memoryless configurations V3
 2009-10-05  9:49 UTC  (12+ messages)
` [PATCH 2/4] slqb: Record what node is local to a kmem_cache_cpu

[PATCH 00/31] Swap over NFS -v20
 2009-10-04 21:41 UTC  (5+ messages)

[PATCH 1/3] Mark strstrip() as must_check
 2009-10-03 19:15 UTC  (6+ messages)
` [PATCH 2/3] Fix strstrip() abuse in elv_iosched_store()
` [PATCH 3/3] cgroup: fix strstrip() abuse

Detailed Stack Information Patch [1/3]
 2009-10-03 11:33 UTC  (8+ messages)
  ` [patch] procfs: provide stack information for threads

[PATCHv5 3/3] vhost_net: a kernel-level virtio server
 2009-10-03 10:00 UTC  (27+ messages)

[PATCH 1/2][v2] mm: add notifier in pageblock isolation for balloon drivers
 2009-10-02 18:52 UTC  (2+ messages)
` [PATCH 2/2][v2] powerpc: Make the CMM memory hotplug aware

[PATCH 1/2] mm: add notifier in pageblock isolation for balloon drivers
 2009-10-02 18:37 UTC  (6+ messages)
` [PATCH 2/2] powerpc: Make the CMM memory hotplug aware

[RFC][PATCH] HWPOISON: remove the unsafe __set_page_locked()
 2009-10-02 10:54 UTC  (9+ messages)

[PATCH 30/31] Fix use of uninitialized variable in cache_grow()
 2009-10-02 10:05 UTC  (4+ messages)

[PATCH 04/31] mm: tag reseve pages
 2009-10-02  9:50 UTC  (4+ messages)

[this_cpu_xx V3 00/19] Introduce per cpu atomic operations and avoid per cpu address arithmetic
 2009-10-02  9:31 UTC  (24+ messages)
` [this_cpu_xx V3 01/19] Introduce this_cpu_ptr() and generic this_cpu_* operations
` [this_cpu_xx V3 02/19] this_cpu: X86 optimized this_cpu operations
` [this_cpu_xx V3 03/19] Use this_cpu operations for SNMP statistics
` [this_cpu_xx V3 04/19] Use this_cpu operations for NFS statistics
` [this_cpu_xx V3 05/19] use this_cpu ops for network statistics
` [this_cpu_xx V3 06/19] this_cpu_ptr: Straight transformations
` [this_cpu_xx V3 07/19] this_cpu_ptr: Eliminate get/put_cpu
` [this_cpu_xx V3 08/19] this_cpu_ptr: xfs_icsb_modify_counters does not need "cpu" variable
` [this_cpu_xx V3 09/19] Use this_cpu_ptr in crypto subsystem
` [this_cpu_xx V3 10/19] Use this_cpu ops for VM statistics
` [this_cpu_xx V3 11/19] RCU: Use this_cpu operations
` [this_cpu_xx V3 12/19] Move early initialization of pagesets out of zone_wait_table_init()
` [this_cpu_xx V3 13/19] this_cpu_ops: page allocator conversion
` [this_cpu_xx V3 14/19] this_cpu ops: Remove pageset_notifier
` [this_cpu_xx V3 15/19] Use this_cpu operations in slub
` [this_cpu_xx V3 16/19] SLUB: Get rid of dynamic DMA kmalloc cache allocation
` [this_cpu_xx V3 17/19] this_cpu: Remove slub kmem_cache fields
` [this_cpu_xx V3 18/19] Make slub statistics use this_cpu_inc
` [this_cpu_xx V3 19/19] this_cpu: slub aggressive use of this_cpu operations in the hotpaths

[PATCH 03/31] mm: expose gfp_to_alloc_flags()
 2009-10-02  9:30 UTC  (5+ messages)

[PATCH] munmap() don't check sysctl_max_mapcount
 2009-10-02  9:07 UTC 

[PATCH] congestion_wait() don't use WRITE
 2009-10-02  8:10 UTC  (2+ messages)

[PATCH 01/31] mm: serialize access to min_free_kbytes
 2009-10-02  5:20 UTC  (3+ messages)

No more bits in vm_area_struct's vm_flags
 2009-10-02  2:39 UTC  (15+ 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).