Age | Commit message (Expand) | Author |
2010-09-20 | mm: further fix swapin race condition | Hugh Dickins |
2010-09-10 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2010-09-09 | mm: page allocator: drain per-cpu lists after direct reclaim allocation fails | Mel Gorman |
2010-09-09 | mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ... | Christoph Lameter |
2010-09-09 | mm: page allocator: update free page counters after pages are placed on the f... | Mel Gorman |
2010-09-09 | vmstat: update zone stat threshold when onlining a cpu | KAMEZAWA Hiroyuki |
2010-09-09 | swap: discard while swapping only if SWAP_FLAG_DISCARD | Hugh Dickins |
2010-09-09 | swap: do not send discards as barriers | Christoph Hellwig |
2010-09-09 | swap: prevent reuse during hibernation | Hugh Dickins |
2010-09-09 | swap: revert special hibernation allocation | Hugh Dickins |
2010-09-09 | bounce: call flush_dcache_page() after bounce_copy_vec() | Gary King |
2010-09-09 | memory hotplug: fix next block calculation in is_removable | KAMEZAWA Hiroyuki |
2010-09-09 | mm: compaction: handle active and inactive fairly in too_many_isolated | Minchan Kim |
2010-09-09 | mm: avoid warning when COMPACTION is selected | Andrea Arcangeli |
2010-09-09 | mm: fix swapin race condition | Andrea Arcangeli |
2010-09-09 | mm: Move vma_stack_continue into mm.h | Stefan Bader |
2010-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds |
2010-08-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2010-08-28 | mm: fix hang on anon_vma->root->lock | Hugh Dickins |
2010-08-27 | percpu: fix a mismatch between code and comment | Namhyung Kim |
2010-08-27 | percpu: fix a memory leak in pcpu_extend_area_map() | Huang Shijie |
2010-08-27 | writeback: do not lose wakeup events when forking bdi threads | Artem Bityutskiy |
2010-08-25 | Merge branch '2.6.36-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2010-08-24 | guard page for stacks that grow upwards | Luck, Tony |
2010-08-24 | writeback: write_cache_pages doesn't terminate at nr_to_write <= 0 | Dave Chinner |
2010-08-22 | mm: exporting account_page_dirty | Michael Rubin |
2010-08-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds |
2010-08-21 | mm: make stack guard page logic use vm_prev pointer | Linus Torvalds |
2010-08-21 | mm: make the mlock() stack guard page checks stricter | Linus Torvalds |
2010-08-21 | mm: make the vma list be doubly linked | Linus Torvalds |
2010-08-20 | oom: __task_cred() need rcu_read_lock() | KOSAKI Motohiro |
2010-08-20 | oom: fix tasklist_lock leak | KOSAKI Motohiro |
2010-08-20 | oom: fix NULL pointer dereference | KOSAKI Motohiro |
2010-08-20 | lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged() | Jan Kara |
2010-08-17 | shmem: put_super must percpu_counter_destroy | Hugh Dickins |
2010-08-15 | mm: fix up some user-visible effects of the stack guard page | Linus Torvalds |
2010-08-14 | mm/page-writeback: fix non-kernel-doc function comments | Randy Dunlap |
2010-08-14 | mm: fix page table unmap for stack guard page properly | Linus Torvalds |
2010-08-13 | NOMMU: Remove an extraneous no_printk() | David Howells |
2010-08-13 | mm: fix missing page table unmap for stack guard page failure case | Linus Torvalds |
2010-08-12 | mm: keep a guard page below a grow-down stack segment | Linus Torvalds |
2010-08-12 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds |
2010-08-12 | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2010-08-12 | writeback: add comment to the dirty limit functions | Wu Fengguang |
2010-08-12 | writeback: avoid unnecessary calculation of bdi dirty thresholds | Wu Fengguang |
2010-08-12 | writeback: balance_dirty_pages(): reduce calls to global_page_state | Wu Fengguang |
2010-08-12 | mm: fix fatal kernel-doc error | Randy Dunlap |
2010-08-11 | memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_id | KOSAKI Motohiro |
2010-08-11 | memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() | KOSAKI Motohiro |
2010-08-11 | memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask | KOSAKI Motohiro |