messages from 2010-11-18 08:59:14 to 2010-11-22 01:22:44 UTC [more...]
[0/8,v3] NUMA Hotplug Emulator - Introduction & Feedbacks
2010-11-22 0:56 UTC (51+ messages)
` [1/8,v3] NUMA Hotplug Emulator: add function to hide memory region via e820 table
` [2/8,v3] NUMA Hotplug Emulator: infrastructure of NUMA hotplug emulation
` [patch 1/2] x86: add numa=possible command line option
` [patch 2/2] mm: add node hotplug emulation
` [patch 2/2 v2] "
` [5/8,v3] NUMA Hotplug Emulator: support cpu probe/release in x86
` [7/8,v3] NUMA Hotplug Emulator: extend memory probe interface to support NUMA
` [8/8,v3] NUMA Hotplug Emulator: documentation
[RFC 1/2] deactive invalidated pages
2010-11-22 1:17 UTC (7+ messages)
` [RFC 2/2] Prevent promotion of page in madvise_dontneed
[PATCH] vmscan: Make move_active_pages_to_lru more generic
2010-11-22 0:49 UTC (3+ messages)
[BUG?] [Ext4] INFO: suspicious rcu_dereference_check() usage
2010-11-22 0:38 UTC (4+ messages)
[PATCH 0/4] big chunk memory allocator v4
2010-11-22 0:30 UTC (13+ messages)
` [PATCH 1/4] alloc_contig_pages() move some functions to page_isolation.c
` [PATCH 2/4] alloc_contig_pages() find appropriate physical memory range
` [PATCH 3/4] alloc_contig_pages() allocate big chunk memory using migration
` [PATCH 4/4] alloc_contig_pages() use better allocation function for migration
[PATCH] slub: operate cache name memory same to slab and slob
2010-11-21 0:55 UTC (7+ messages)
vmstat: Optimize zone counter modifications through the use of this cpu operations
2010-11-20 9:50 UTC (10+ messages)
` percpu: Implement this_cpu_add,sub,dec,inc_return
[PATCH] Pass priority to shrink_slab
2010-11-20 3:23 UTC (6+ messages)
[PATCH 0/3] Avoid dirtying pages during mlock
2010-11-20 0:29 UTC (26+ messages)
` [PATCH 3/3] mlock: avoid dirtying pages and triggering writeback
[PATCH] mm: remove call to find_vma in pagewalk for non-hugetlbfs
2010-11-19 20:09 UTC (4+ messages)
[PATCH 00 of 66] Transparent Hugepage Support #32
2010-11-19 19:26 UTC (72+ messages)
` [PATCH 02 of 66] mm, migration: Fix race between shift_arg_pages and rmap_walk by guaranteeing rmap_walk finds PTEs created within the temporary stack
` [PATCH 03 of 66] transparent hugepage support documentation
` [PATCH 04 of 66] define MADV_HUGEPAGE
` [PATCH 05 of 66] compound_lock
` [PATCH 06 of 66] alter compound get_page/put_page
` [PATCH 08 of 66] fix bad_page to show the real reason the page is bad
` [PATCH 16 of 66] special pmd_trans_* functions
` [PATCH 17 of 66] add pmd mangling generic functions
` [PATCH 18 of 66] add pmd mangling functions to x86
` [PATCH 22 of 66] clear page compound
` [PATCH 23 of 66] add pmd_huge_pte to mm_struct
` [PATCH 28 of 66] _GFP_NO_KSWAPD
` [PATCH 29 of 66] don't alloc harder for gfp nomemalloc even if nowait
` [PATCH 30 of 66] transparent hugepage core
` [PATCH 31 of 66] split_huge_page anon_vma ordering dependency
` [PATCH 32 of 66] verify pmd_trans_huge isn't leaking
` [PATCH 33 of 66] madvise(MADV_HUGEPAGE)
` [PATCH 34 of 66] add PageTransCompound
` [PATCH 36 of 66] memcg compound
` [PATCH 38 of 66] memcontrol: try charging huge pages from stock
` [PATCH 39 of 66] memcg huge memory
` [PATCH 44 of 66] skip transhuge pages in ksm for now
` [PATCH 45 of 66] remove PG_buddy
` [PATCH 51 of 66] set recommended min free kbytes
` [PATCH 52 of 66] enable direct defrag
` [PATCH 55 of 66] select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled
` [PATCH 56 of 66] transhuge isolate_migratepages()
` [PATCH 61 of 66] use compaction for GFP_ATOMIC order > 0
` [PATCH 62 of 66] disable transparent hugepages by default on small systems
` [PATCH 64 of 66] scale nr_rotated to balance memory pressure
[PATCH] writeback: prevent bandwidth calculation overflow
2010-11-19 18:44 UTC (12+ messages)
[RFCv6 00/13] The Contiguous Memory Allocator framework
2010-11-19 15:58 UTC (14+ messages)
` [RFCv6 01/13] lib: rbtree: rb_root_init() function added
` [RFCv6 02/13] lib: bitmap: Added alignment offset for bitmap_find_next_zero_area()
` [RFCv6 03/13] lib: genalloc: Generic allocator improvements
` [RFCv6 04/13] mm: cma: Contiguous Memory Allocator added
` [RFCv6 05/13] mm: cma: debugfs support added
` [RFCv6 06/13] mm: cma: Best-fit algorithm added
` [RFCv6 07/13] mm: cma: Test device and application added
` [RFCv6 08/13] mm: move some functions to page_isolation.c
` [RFCv6 09/13] mm: alloc_contig_free_pages() added
` [RFCv6 10/13] mm: MIGRATE_CMA migration type added
` [RFCv6 11/13] mm: MIGRATE_CMA isolation functions added
` [RFCv6 12/13] mm: cma: Migration support added [wip]
` [RFCv6 13/13] ARM: cma: Added CMA to Aquila, Goni and c210 universal boards
[PATCH 0/8] Use memory compaction instead of lumpy reclaim during high-order allocations
2010-11-19 15:45 UTC (28+ messages)
` [PATCH 3/8] mm: vmscan: Reclaim order-0 and use compaction instead of lumpy reclaim
` [PATCH 4/8] mm: migration: Allow migration to operate asynchronously and avoid synchronous compaction in the faster path
` [PATCH 6/8] mm: compaction: Perform a faster scan in try_to_compact_pages()
` [PATCH 7/8] mm: compaction: Use the LRU to get a hint on where compaction should start
[PATCH 1/2] mm: page allocator: Adjust the per-cpu counter threshold when memory is low
2010-11-19 15:29 UTC (5+ messages)
` [PATCH] set_pgdat_percpu_threshold() don't use for_each_online_cpu
[PATCH 0/3] hwmem: Hardware memory driver
2010-11-19 13:47 UTC (9+ messages)
[PATCH 0/6] *** memcg: make throttle_vm_writeout() cgroup aware ***
2010-11-19 11:39 UTC (14+ messages)
` [PATCH 3/6] memcg: make throttle_vm_writeout() memcg aware
` [PATCH 4/6] memcg: simplify mem_cgroup_page_stat()
` [PATCH 6/6] memcg: make mem_cgroup_page_stat() return value unsigned
[BUGFIX][PATCH] pagemap: set pagemap walk limit to PMD boundary
2010-11-19 9:07 UTC
[PATCH 00/13] IO-less dirty throttling v2
2010-11-19 3:11 UTC (14+ messages)
` [PATCH 01/13] writeback: IO-less balance_dirty_pages()
[PATCH 00/13] IO-less dirty throttling
2010-11-19 2:28 UTC (6+ messages)
[PATCH] mm: Use spin_lock_irqsave in __set_page_dirty_nobuffers
2010-11-19 2:08 UTC
[PATCH] Make swap accounting default behavior configurable
2010-11-18 17:52 UTC (15+ messages)
` [stable] "
` [PATCH] Make swap accounting default behavior configurable v4
[PATCH] cleanup kswapd()
2010-11-18 17:27 UTC (4+ messages)
` [PATCH v3] factor out kswapd sleeping logic from kswapd()
RFC: reviving mlock isolation dead code
2010-11-18 11:16 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).