| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma... | Linus Torvalds | 2011-01-31 | 2 | -9/+10 |
|\ |
|
| * | kmemleak: Allow kmemleak metadata allocations to fail | Catalin Marinas | 2011-01-27 | 1 | -5/+8 |
| * | kmemleak: remove memset by using kzalloc | Jesper Juhl | 2011-01-27 | 1 | -4/+2 |
* | | memcg: fix race at move_parent around compound_order() | KAMEZAWA Hiroyuki | 2011-01-26 | 1 | -9/+16 |
* | | memcg: bugfix check mem_cgroup_disabled() at split fixup | KAMEZAWA Hiroyuki | 2011-01-26 | 1 | -0/+2 |
* | | memcg: fix account leak at failure of memsw acconting | KAMEZAWA Hiroyuki | 2011-01-26 | 1 | -0/+1 |
* | | mm: migration: clarify migrate_pages() comment | Minchan Kim | 2011-01-26 | 1 | -1/+1 |
* | | mm: compaction: don't depend on HUGETLB_PAGE | Andrea Arcangeli | 2011-01-26 | 1 | -1/+1 |
* | | mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent() | Jesper Juhl | 2011-01-26 | 1 | -1/+2 |
* | | mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator | David Rientjes | 2011-01-26 | 1 | -2/+4 |
* | | mm: fix deferred congestion timeout if preferred zone is not allowed | David Rientjes | 2011-01-26 | 2 | -2/+13 |
* | | mm/pgtable-generic.c: fix CONFIG_SWAP=n build | Andrew Morton | 2011-01-26 | 1 | -0/+1 |
* | | memcg: correctly order reading PCG_USED and pc->mem_cgroup | Johannes Weiner | 2011-01-20 | 1 | -18/+9 |
* | | mm: fix truncate_setsize() comment | Jan Kara | 2011-01-20 | 1 | -6/+5 |
* | | memcg: fix rmdir, force_empty with THP | KAMEZAWA Hiroyuki | 2011-01-20 | 1 | -11/+26 |
* | | memcg: fix LRU accounting with THP | KAMEZAWA Hiroyuki | 2011-01-20 | 1 | -4/+18 |
* | | memcg: fix USED bit handling at uncharge in THP | KAMEZAWA Hiroyuki | 2011-01-20 | 2 | -40/+53 |
* | | memcg: modify accounting function for supporting THP better | KAMEZAWA Hiroyuki | 2011-01-20 | 1 | -13/+12 |
* | | mm: compaction: prevent division-by-zero during user-requested compaction | Johannes Weiner | 2011-01-20 | 1 | -0/+11 |
* | | mm/vmscan.c: remove duplicate include of compaction.h | Jesper Juhl | 2011-01-20 | 1 | -1/+0 |
* | | memblock: fix memblock_is_region_memory() | Tomi Valkeinen | 2011-01-20 | 1 | -4/+4 |
* | | thp: keep highpte mapped until it is no longer needed | Johannes Weiner | 2011-01-20 | 1 | -1/+2 |
* | | Revert "mm: simplify code of swap.c" | Linus Torvalds | 2011-01-17 | 1 | -54/+47 |
* | | Revert "mm: batch activate_page() to reduce lock contention" | Linus Torvalds | 2011-01-17 | 3 | -92/+13 |
* | | fix non-x86 build failure in pmdp_get_and_clear | Andrea Arcangeli | 2011-01-16 | 1 | -7/+4 |
* | | mm/slab.c: make local symbols static | H Hartley Sweeten | 2011-01-15 | 1 | -3/+3 |
* | | Merge branch 'slub/hotplug' into slab/urgent | Pekka Enberg | 2011-01-15 | 2 | -2/+6 |
|\ \ |
|
| * | | slub: Avoid use of slub_lock in show_slab_objects() | Christoph Lameter | 2011-01-11 | 1 | -2/+2 |
| * | | memory hotplug: one more lock on memory hotplug | KAMEZAWA Hiroyuki | 2011-01-11 | 1 | -0/+4 |
| |/ |
|
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-01-13 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge branch 'apei' into release | Len Brown | 2011-01-12 | 1 | -0/+1 |
| |\ \
| | |/
| |/| |
|
| | * | ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support | Huang Ying | 2011-01-12 | 1 | -0/+1 |
* | | | memcg: fix memory migration of shmem swapcache | Daisuke Nishimura | 2011-01-13 | 2 | -4/+3 |
* | | | memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset | Jesper Juhl | 2011-01-13 | 1 | -6/+3 |
* | | | memcg: fix deadlock between cpuset and memcg | Daisuke Nishimura | 2011-01-13 | 1 | -35/+49 |
* | | | memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list() | Minchan Kim | 2011-01-13 | 1 | -1/+0 |
* | | | memcg: fix unit mismatch in memcg oom limit calculation | Johannes Weiner | 2011-01-13 | 1 | -2/+3 |
* | | | memcg: add lock to synchronize page accounting and migration | KAMEZAWA Hiroyuki | 2011-01-13 | 1 | -2/+7 |
* | | | memcg: create extensible page stat update routines | Greg Thelen | 2011-01-13 | 2 | -11/+9 |
* | | | mm: batch activate_page() to reduce lock contention | Shaohua Li | 2011-01-13 | 3 | -13/+92 |
* | | | mm: simplify code of swap.c | Shaohua Li | 2011-01-13 | 1 | -47/+54 |
* | | | mm/page_alloc.c: don't cache `current' in a local | Andrew Morton | 2011-01-13 | 1 | -14/+10 |
* | | | mm: fix hugepage migration | Hugh Dickins | 2011-01-13 | 1 | -17/+6 |
* | | | mm: fix migration hangs on anon_vma lock | Hugh Dickins | 2011-01-13 | 1 | -29/+19 |
* | | | ksm: drain pagevecs to lru | Hugh Dickins | 2011-01-13 | 1 | -0/+12 |
* | | | hugetlb: fix handling of parse errors in sysfs | Eric B Munson | 2011-01-13 | 1 | -4/+2 |
* | | | hugetlb: do not allow pagesize >= MAX_ORDER pool adjustment | Eric B Munson | 2011-01-13 | 1 | -2/+21 |
* | | | hugetlb: check the return value of string conversion in sysctl handler | Michal Hocko | 2011-01-13 | 1 | -6/+12 |
* | | | mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc() | Andrew Morton | 2011-01-13 | 1 | -1/+1 |
* | | | mm/dmapool.c: take lock only once in dma_pool_free() | Rolf Eike Beer | 2011-01-13 | 1 | -8/+6 |