messages from 2010-04-01 10:51:33 to 2010-04-06 01:40:39 UTC [more...]
[PATCH 00 of 41] Transparent Hugepage Support #17
2010-04-06 1:35 UTC (59+ 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 09 of 41] no paravirt version of pmd 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 20 of 41] add pmd_huge_pte to mm_struct
` [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 35 of 41] skip transhuge pages in ksm for now
` [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
[PATCH]vmscan: handle underflow for get_scan_ratio
2010-04-06 1:36 UTC (16+ messages)
[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 (76+ messages)
` [patch] oom: give current access to memory reserves if it has been killed
` [patch -mm] oom: hold tasklist_lock when dumping tasks
` [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] oom: fix the unsafe proc_oom_score()->badness() call
` [PATCH -mm] proc: don't take ->siglock for /proc/pid/oom_adj
` [PATCH 0/1] oom: fix the unsafe usage of badness() in proc_oom_score()
` [PATCH 1/1] "
` [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
[Question] race condition in mm/page_alloc.c regarding page->lru?
2010-04-05 10:49 UTC (16+ messages)
[patch -mm 0/5] oom: fixes and cleanup
2010-04-05 7:36 UTC (14+ messages)
` [patch -mm 1/5 v2] oom: hold tasklist_lock when dumping tasks
` [patch -mm 2/5 v2] oom: give current access to memory reserves if it has been killed
` [patch -mm 3/5] oom: avoid sending exiting tasks a SIGKILL
` [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 v7
2010-04-02 16:02 UTC (15+ 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 0/14] Memory Compaction v6
2010-04-02 8:52 UTC (13+ messages)
` [PATCH 14/14] mm,migration: Allow the migration of PageSwapCache pages
2.6.34-rc3, BUG at mm/slab.c:2989
2010-04-01 18:22 UTC (3+ messages)
[PATCH 00 of 41] Transparent Hugepage Support #16
2010-04-01 18:15 UTC (8+ messages)
` [PATCH 36 of 41] remove PG_buddy
[LSF/MM TOPIC][ATTEND] How to fix direct-io vs fork issue
2010-04-01 17:23 UTC (2+ messages)
` [Lsf10-pc] "
[PATCH 00 of 41] Transparent Hugepage Support #15
2010-04-01 16:47 UTC (9+ messages)
` [PATCH 35 of 41] don't leave orhpaned swap cache after ksm merging
[PATCH] __isolate_lru_page: skip unneeded mode check
2010-04-01 13:42 UTC (4+ messages)
[PATCH] __isolate_lru_page:skip unneeded "not"
2010-04-01 13:37 UTC (2+ 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).