linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-01-20 14:53:31 to 2011-01-25 20:12:59 UTC [more...]

[PATCH 00/25] mm: Preemptibility -v7
 2011-01-25 20:12 UTC  (30+ messages)
` [PATCH 01/25] tile: Fix __pte_free_tlb
` [PATCH 02/25] mm: Preemptible mmu_gather
` [PATCH 03/25] powerpc: "
` [PATCH 04/25] sparc: "
` [PATCH 05/25] s390: preemptible mmu_gather
` [PATCH 06/25] arm: Preemptible mmu_gather
` [PATCH 07/25] sh: "
` [PATCH 08/25] um: "
` [PATCH 09/25] ia64: "
` [PATCH 10/25] mm: Now that all old mmu_gather code is gone, remove the storage
` [PATCH 11/25] mm, powerpc: Move the RCU page-table freeing into generic code
` [PATCH 12/25] lockdep, mutex: Provide mutex_lock_nest_lock
` [PATCH 13/25] mutex: Provide mutex_is_contended
` [PATCH 14/25] mm: Convert i_mmap_lock to a mutex
` [PATCH 15/25] mm: Extended batches for generic mmu_gather
` [PATCH 16/25] mm: Revert page_lock_anon_vma() lock annotation
` [PATCH 17/25] mm: Improve page_lock_anon_vma() comment
` [PATCH 18/25] mm: Rename drop_anon_vma to put_anon_vma
` [PATCH 19/25] mm: Move anon_vma ref out from under CONFIG_KSM
` [PATCH 20/25] mm: Simplify anon_vma refcounts
` [PATCH 21/25] mm: Use refcounts for page_lock_anon_vma()
` [PATCH 22/25] mm: Convert anon_vma->lock to a mutex
` [PATCH 23/25] mm: Optimize page_lock_anon_vma() fast-path
` [PATCH 24/25] mm: Remove i_mmap_mutex lockbreak
` [PATCH 25/25] mm, arch: Ensure we never tlb_flush_mmu() from atomic context

[PATCH 1/2] hugepage: Protect region tracking lists with its own spinlock
 2011-01-25 19:44 UTC  (4+ messages)
` [PATCH 2/2] hugepage: Allow parallelization of the hugepage fault path

too big min_free_kbytes
 2011-01-25 14:35 UTC  (3+ messages)

[PATCH] fix build error when CONFIG_SWAP is not set
 2011-01-25 12:41 UTC  (9+ messages)

[patch] mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator
 2011-01-25  8:42 UTC  (3+ messages)

[PATCH 0/3] 3 bugfixes for memory cgroup (2.6.38-rc2)
 2011-01-25  8:31 UTC  (8+ messages)
` [PATCH 1/3] memcg: fix account leak at failure of memsw acconting
` [PATCH 2/3] memcg: bugfix check mem_cgroup_disabled() at split fixup
` [PATCH 3/3] memcg: fix race at move_parent around compound_order()

ksmd hung tasks
 2011-01-25  6:29 UTC  (3+ messages)

[PATCH 1/2] Refactor zone_reclaim code (v4)
 2011-01-25  5:15 UTC  (3+ messages)
` [PATCH 3/3] Provide control over unmapped pages (v4)

[PATCH 0/3] Unmapped Page Cache Control (v4)
 2011-01-25  5:05 UTC  (2+ messages)
` [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA (v4)

kswapd hung tasks
 2011-01-25  3:25 UTC 

[RESEND PATCH] mm: Use spin_lock_irqsave in __set_page_dirty_nobuffers
 2011-01-25  1:44 UTC  (6+ messages)

[PATCH] ARM: mm: Regarding section when dealing with meminfo
 2011-01-25  0:33 UTC  (19+ messages)

[PATCH 0/9] Add apply_to_page_range_batch() and use it
 2011-01-24 22:56 UTC  (10+ messages)
` [PATCH 1/9] mm: remove unused "token" argument from apply_to_page_range callback
` [PATCH 2/9] mm: add apply_to_page_range_batch()
` [PATCH 3/9] ioremap: use apply_to_page_range_batch() for ioremap_page_range()
` [PATCH 4/9] vmalloc: use plain pte_clear() for unmaps
` [PATCH 5/9] vmalloc: use apply_to_page_range_batch() for vunmap_page_range()
` [PATCH 6/9] vmalloc: use apply_to_page_range_batch() for vmap_page_range_noflush()
` [PATCH 7/9] vmalloc: use apply_to_page_range_batch() in alloc_vm_area()
` [PATCH 8/9] xen/mmu: use apply_to_page_range_batch() in xen_remap_domain_mfn_range()
` [PATCH 9/9] xen/grant-table: use apply_to_page_range_batch()

[PATCH] mm: prevent concurrent unmap_mapping_range() on the same inode
 2011-01-24 19:47 UTC  (5+ messages)

[patch] mm: fix deferred congestion timeout if preferred zone is not allowed
 2011-01-24 17:16 UTC  (3+ messages)
` [patch v2] "

[PATCH 00/21] mm: Preemptibility -v6
 2011-01-24 15:33 UTC  (15+ messages)

[PATCH 0/7] memcg : more fixes and clean up for 2.6.28-rc
 2011-01-24 11:34 UTC  (24+ messages)
` [PATCH 1/7] memcg : comment, style fixes for recent patch of move_parent
` [PATCH 2/7] memcg : more fixes and clean up for 2.6.28-rc
` [PATCH 3/7] memcg : fix mem_cgroup_check_under_limit
` [PATCH 4/7] memcg : fix charge function of THP allocation
` [PATCH 5/7] memcg : fix khugepaged scan of process under buzy memcg
` [PATCH 6/7] memcg : use better variable name
` [PATCH 7/7] memcg : remove ugly vairable initialization by callers

[REPOST][PATCH 0/3] Unmapped page cache control (v3)
 2011-01-24  6:37 UTC  (12+ messages)
` [REPOST] [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA (v3)
` [REPOST] [PATCH 2/3] Refactor zone_reclaim code (v3)
` [REPOST] [PATCH 3/3] Provide control over unmapped pages (v3)

[PATCH] Fix uninitialized variable use in mm/memcontrol.c::mem_cgroup_move_parent()
 2011-01-24  0:08 UTC  (2+ messages)

[BUG]thp: BUG at mm/huge_memory.c:1350
 2011-01-22  2:20 UTC  (9+ messages)

[PATCH] migration: clear migrate_pages's comment
 2011-01-22  0:06 UTC 

[PATCH 1/3] When migrate_pages returns 0, all pages must have been released
 2011-01-21 23:54 UTC  (10+ messages)
` [PATCH 2/3] migration: Fix page corruption during hugepage migration
` [PATCH 3/3] compaction: Check migrate_pages's return value instead of list_empty

mm.h: Fix noMMU breakage
 2011-01-21 14:35 UTC  (3+ messages)
` [PATCH] mm: System without MMU do not need pte_mkwrite

[PATCH 0/7] HWPOISON for hugepage backed KVM guest
 2011-01-21 10:00 UTC  (10+ messages)
` [PATCH 1/7] hugetlb: check swap entry in follow_hugetlb_page()
` [PATCH 2/7] check hugepage swap entry in get_user_pages_fast()
` [PATCH 3/7] remove putback_lru_pages() in hugepage migration context
` [PATCH 4/7] hugetlb, migration: add migration_hugepage_entry_wait()
` [PATCH 5/7] hugetlb: fix race condition between hugepage soft offline and page fault
` [PATCH 6/7] HWPOISON: pass order to set/clear_page_hwpoison_huge_page()
` [PATCH 7/7] HWPOISON, hugetlb: fix hard offline for hugepage backed KVM guest

[PATCH v4] mm: add replace_page_cache_page() function
 2011-01-21  6:17 UTC  (8+ messages)

ksm/thp/memcg bug
 2011-01-21  3:15 UTC  (3+ messages)

[PATCH 0/4] fix THP and memcg issues v3
 2011-01-21  0:21 UTC  (6+ messages)
` [PATCH 4/4] memcg: fix rmdir, force_empty with THP

[RFC][PATCH 0/2] Tunable watermark
 2011-01-21  0:16 UTC  (2+ messages)

File and anon pages versus total counts in zoneinfo
 2011-01-20 20:57 UTC 

2.6.38-rc1 problems with khugepaged
 2011-01-20 20:13 UTC  (3+ messages)

[PATCH 0/4] De-couple sysfs memory directories from memory sections
 2011-01-20 17:25 UTC  (9+ messages)
` [PATCH 1/4] Allow memory blocks to span multiple "
` [PATCH 2/4] Update phys_index to [start|end]_section_nr
` [PATCH 3/4]Define memory_block_size_bytes for powerpc/pseries
` [PATCH 4/4] Define memory_block_size_bytes for x86_64 with CONFIG_X86_UV

Slab allocators: Remove support for kmem_cache_name()
 2011-01-20 17:12 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).