messages from 2010-04-02 00:45:21 to 2010-04-06 11:38:35 UTC [more...]
[PATCH 00 of 41] Transparent Hugepage Support #17
2010-04-06 11:35 UTC (68+ messages)
` [PATCH 01 of 41] define MADV_HUGEPAGE
` [PATCH 02 of 41] compound_lock
` [PATCH 03 of 41] alter compound get_page/put_page
` [PATCH 04 of 41] update futex compound knowledge
` [PATCH 05 of 41] fix bad_page to show the real reason the page is bad
` [PATCH 06 of 41] clear compound mapping
` [PATCH 07 of 41] add native_set_pmd_at
` [PATCH 08 of 41] add pmd paravirt ops
` [PATCH 10 of 41] export maybe_mkwrite
` [PATCH 11 of 41] comment reminder in destroy_compound_page
` [PATCH 12 of 41] config_transparent_hugepage
` [PATCH 13 of 41] special pmd_trans_* functions
` [PATCH 14 of 41] add pmd mangling generic functions
` [PATCH 15 of 41] add pmd mangling functions to x86
` [PATCH 16 of 41] bail out gup_fast on splitting pmd
` [PATCH 17 of 41] pte alloc trans splitting
` [PATCH 18 of 41] add pmd mmu_notifier helpers
` [PATCH 19 of 41] clear page compound
` [PATCH 21 of 41] split_huge_page_mm/vma
` [PATCH 22 of 41] split_huge_page paging
` [PATCH 23 of 41] clear_copy_huge_page
` [PATCH 24 of 41] kvm mmu transparent hugepage support
` [PATCH 25 of 41] _GFP_NO_KSWAPD
` [PATCH 26 of 41] don't alloc harder for gfp nomemalloc even if nowait
` [PATCH 27 of 41] transparent hugepage core
` [PATCH 28 of 41] verify pmd_trans_huge isn't leaking
` [PATCH 29 of 41] madvise(MADV_HUGEPAGE)
` [PATCH 30 of 41] pmd_trans_huge migrate bugcheck
` [PATCH 31 of 41] memcg compound
` [PATCH 32 of 41] memcg huge memory
` [PATCH 33 of 41] transparent hugepage vmstat
` [PATCH 34 of 41] khugepaged
` [PATCH 36 of 41] remove PG_buddy
` [PATCH 37 of 41] add x86 32bit support
` [PATCH 38 of 41] mincore transparent hugepage support
` [PATCH 39 of 41] add pmd_modify
` [PATCH 40 of 41] mprotect: pass vma down to page table walkers
` [PATCH 41 of 41] mprotect: transparent huge page support
` [RFD] Re: [PATCH 00 of 41] Transparent Hugepage Support #17
mprotect pgprot handling weirdness
2010-04-06 10:26 UTC (8+ messages)
` Arch specific mmap attributes (Was: mprotect pgprot handling weirdness)
Downsides to madvise/fadvise(willneed) for application startup
2010-04-06 9:51 UTC
[PATCH 0/14] Memory Compaction v7
2010-04-06 6:54 UTC (16+ messages)
` [PATCH 01/14] mm,migration: Take a reference to the anon_vma before migrating
` [PATCH 02/14] mm,migration: Do not try to migrate unmapped anonymous pages
` [PATCH 03/14] mm: Share the anon_vma ref counts between KSM and page migration
` [PATCH 04/14] Allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove
` [PATCH 05/14] Export unusable free space index via /proc/unusable_index
` [PATCH 06/14] Export fragmentation index via /proc/extfrag_index
` [PATCH 07/14] Move definition for LRU isolation modes to a header
` [PATCH 08/14] Memory compaction core
` [PATCH 09/14] Add /proc trigger for memory compaction
` [PATCH 10/14] Add /sys trigger for per-node "
` [PATCH 11/14] Direct compact when a high-order allocation fails
` [PATCH 12/14] Add a tunable that decides when memory should be compacted and when it should be reclaimed
` [PATCH 13/14] Do not compact within a preferred zone after a compaction failure
` [PATCH 14/14] mm,migration: Allow the migration of PageSwapCache pages
[PATCH]vmscan: handle underflow for get_scan_ratio
2010-04-06 5:36 UTC (21+ messages)
[PATCH] mempolicy:add GFP_THISNODE when allocing new page
2010-04-06 5:06 UTC (4+ messages)
[Question] race condition in mm/page_alloc.c regarding page->lru?
2010-04-06 4:15 UTC (18+ messages)
` [PATCH] mm: Check if any page in a pageblock is reserved before marking it MIGRATE_RESERVE
[PATCH]vmscan: handle underflow for get_scan_ratio
2010-04-06 3:36 UTC (5+ messages)
[PATCH] __isolate_lru_page: change code style
2010-04-06 2:40 UTC
[PATCH] Fix missing of last user while dumping slab corruption log
2010-04-06 1:24 UTC (2+ messages)
Somebody take a look please! (some kind of kernel bug?)
2010-04-05 22:59 UTC (12+ messages)
` Kernel crash in xfs_iflush_cluster (was Somebody take a look please!...)
[PATCH] oom killer: break from infinite loop
2010-04-05 23:01 UTC (49+ messages)
` [patch] oom: give current access to memory reserves if it has been killed
` [PATCH -mm 0/4] oom: linux has threads
` [PATCH -mm 1/4] oom: select_bad_process: check PF_KTHREAD instead of !mm to skip kthreads
` [PATCH -mm 2/4] oom: select_bad_process: PF_EXITING check should take ->mm into account
` [PATCH -mm 3/4] oom: introduce find_lock_task_mm() to fix !mm false positives
` [PATCH -mm 4/4] oom: oom_forkbomb_penalty: move thread_group_cputime() out of task_lock()
` [PATCH -mm] oom: select_bad_process: never choose tasks with badness == 0
` [patch -mm] oom: exclude tasks with badness score of 0 from being selected
` [patch -mm v2] "
` [patch -mm] memcg: make oom killer a no-op when no killable task can be found
[PATCH] MM: Make "struct vm_region {...}" depend on !CONFIG_MMU
2010-04-05 14:56 UTC
why are some low-level MM routines being exported?
2010-04-05 14:31 UTC (17+ messages)
a couple more oddities(?) in mm code
2010-04-05 11:39 UTC
[patch -mm 0/5] oom: fixes and cleanup
2010-04-05 7:36 UTC (8+ messages)
` [patch -mm 4/5] oom: cleanup oom_kill_task
` [patch -mm 5/5] oom: cleanup oom_badness
mm/ routines: to EXPORT or not to EXPORT
2010-04-04 22:05 UTC
[PATCH] [4/4] SLAB: Fix node add timer race in cache_reap
2010-04-04 20:45 UTC (13+ messages)
` [patch] slab: add memory hotplug support
` [patch v2] "
[RESEND][PATCH] __isolate_lru_page:skip unneeded "not"
2010-04-02 23:01 UTC (4+ messages)
[Bugme-new] [Bug 15618] New: 2.6.18->2.6.32->2.6.33 huge regression in performance
2010-04-02 18:57 UTC (2+ messages)
[PATCH 0/14] Memory Compaction v6
2010-04-02 8:52 UTC (13+ messages)
` [PATCH 14/14] mm,migration: Allow the migration of PageSwapCache pages
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).