| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 2 | -32/+32 |
* | mm: make expand_downwards() symmetrical with expand_upwards() | Michal Hocko | 2011-05-25 | 2 | -7/+2 |
* | mm/vmalloc: remove guard page from between vmap blocks | Johannes Weiner | 2011-05-25 | 1 | -3/+3 |
* | oom: replace PF_OOM_ORIGIN with toggling oom_score_adj | David Rientjes | 2011-05-25 | 3 | -13/+36 |
* | mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KS... | Andrea Arcangeli | 2011-05-25 | 1 | -1/+1 |
* | mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur | KOSAKI Motohiro | 2011-05-25 | 2 | -2/+3 |
* | mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occurs | KOSAKI Motohiro | 2011-05-25 | 2 | -6/+7 |
* | mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should... | KOSAKI Motohiro | 2011-05-25 | 2 | -4/+4 |
* | x86,mm: make pagefault killable | KOSAKI Motohiro | 2011-05-25 | 1 | -7/+24 |
* | mm: introduce wait_on_page_locked_killable() | KOSAKI Motohiro | 2011-05-25 | 1 | -0/+11 |
* | mm: per-node vmstat: show proper vmstats | KOSAKI Motohiro | 2011-05-25 | 1 | -129/+132 |
* | mm: nommu: fix a compile warning in do_mmap_pgoff() | Namhyung Kim | 2011-05-25 | 1 | -3/+3 |
* | mm: nommu: fix a potential memory leak in do_mmap_private() | Namhyung Kim | 2011-05-25 | 1 | -1/+1 |
* | mm: nommu: check the vma list when unmapping file-mapped vma | Namhyung Kim | 2011-05-25 | 1 | -4/+2 |
* | mm: nommu: find vma using the sorted vma list | Namhyung Kim | 2011-05-25 | 1 | -8/+4 |
* | mm: nommu: don't scan the vma list when deleting | Namhyung Kim | 2011-05-25 | 1 | -7/+8 |
* | mm: nommu: sort mm->mmap list properly | Namhyung Kim | 2011-05-25 | 4 | -45/+44 |
* | mm: remove unused zone_idx variable from set_migratetype_isolate | Sergey Senozhatsky | 2011-05-25 | 1 | -2/+0 |
* | mmap: avoid merging cloned VMAs | Shaohua Li | 2011-05-25 | 1 | -5/+13 |
* | mmap: avoid unnecessary anon_vma lock | Shaohua Li | 2011-05-25 | 1 | -1/+1 |
* | mmap: add alignment for some variables | Shaohua Li | 2011-05-25 | 1 | -3/+7 |
* | arch, mm: filter disallowed nodes from arch specific show_mem functions | David Rientjes | 2011-05-25 | 2 | -17/+11 |
* | mm: vmscan: correctly check if reclaimer should schedule during shrink_slab | Minchan Kim | 2011-05-25 | 1 | -2/+7 |
* | mm: vmscan: correct use of pgdat_balanced in sleeping_prematurely | Johannes Weiner | 2011-05-25 | 1 | -1/+1 |
* | slub: Fix double bit unlock in debug mode | Christoph Lameter | 2011-05-25 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2011-05-24 | 1 | -7/+4 |
|\ |
|
| * | [S390] merge page_test_dirty and page_clear_dirty | Martin Schwidefsky | 2011-05-23 | 1 | -7/+4 |
* | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-05-24 | 1 | -2/+4 |
|\ \ |
|
| * \ | Merge branch 'fixes-2.6.39' into for-2.6.40 | Tejun Heo | 2011-05-24 | 8 | -18/+21 |
| |\ \ |
|
| | * | | percpu: Cast away printk format warning | Mike Frysinger | 2011-03-28 | 1 | -2/+2 |
| * | | | percpu: Always align percpu output section to PAGE_SIZE | Tejun Heo | 2011-03-24 | 1 | -0/+2 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2011-05-23 | 1 | -100/+65 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'slab/next' into for-linus | Pekka Enberg | 2011-05-23 | 1 | -100/+65 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | slub: Remove node check in slab_free | Christoph Lameter | 2011-05-21 | 1 | -1/+3 |
| | * | | | slub: avoid label inside conditional | David Rientjes | 2011-05-17 | 1 | -3/+3 |
| | * | | | slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpath | Christoph Lameter | 2011-05-17 | 1 | -1/+13 |
| | * | | | slub: Avoid warning for !CONFIG_SLUB_DEBUG | Christoph Lameter | 2011-05-17 | 1 | -1/+1 |
| | * | | | slub: Remove CONFIG_CMPXCHG_LOCAL ifdeffery | Christoph Lameter | 2011-05-07 | 1 | -56/+0 |
| | * | | | slub: Move debug handlign in __slab_free | Christoph Lameter | 2011-04-17 | 1 | -9/+2 |
| | * | | | slub: Move node determination out of hotpath | Christoph Lameter | 2011-04-17 | 1 | -4/+5 |
| | * | | | slub: Eliminate repeated use of c->page through a new page variable | Christoph Lameter | 2011-04-17 | 1 | -19/+22 |
| | * | | | slub: get_map() function to establish map of free objects in a slab | Christoph Lameter | 2011-04-17 | 1 | -12/+22 |
| | * | | | slub: Use NUMA_NO_NODE in get_partial | Christoph Lameter | 2011-04-17 | 1 | -1/+1 |
| | * | | | slub: Fix a typo in config name | Li Zefan | 2011-04-12 | 1 | -1/+1 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-05-23 | 2 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge branch 'master' into for-next | Jiri Kosina | 2011-04-26 | 45 | -1359/+2123 |
| |\ \ \ \ |
|
| * | | | | | treewide: remove extra semicolons | Justin P. Mattock | 2011-04-10 | 1 | -1/+1 |
| * | | | | | mm: Fix section mismatch for setup_zone_pageset() | Nikanth Karthikesan | 2011-04-10 | 1 | -1/+1 |
* | | | | | | tmpfs: fix highmem swapoff crash regression | Hugh Dickins | 2011-05-20 | 1 | -1/+2 |
* | | | | | | sanitize <linux/prefetch.h> usage | Linus Torvalds | 2011-05-20 | 4 | -0/+4 |