summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2011-01-133-16/+10
|\
| * xen-platform: Fix compile errors if CONFIG_PCI is not enabled.Konrad Rzeszutek Wilk2011-01-121-1/+1
| * xen: rename platform-pci module to xen-platform-pci.Ian Campbell2011-01-121-1/+2
| * xen-platform: use PCI interfaces to request IO and MEM resources.Ian Campbell2011-01-121-14/+7
* | memcg: fix memory migration of shmem swapcacheDaisuke Nishimura2011-01-133-7/+5
* | memcg: use [kv]zalloc[_node] rather than [kv]malloc+memsetJesper Juhl2011-01-131-6/+3
* | memcg: fix deadlock between cpuset and memcgDaisuke Nishimura2011-01-131-35/+49
* | memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()Minchan Kim2011-01-131-1/+0
* | memcg: fix unit mismatch in memcg oom limit calculationJohannes Weiner2011-01-131-2/+3
* | memcg: add lock to synchronize page accounting and migrationKAMEZAWA Hiroyuki2011-01-132-5/+35
* | memcg: create extensible page stat update routinesGreg Thelen2011-01-133-14/+37
* | memcg: document cgroup dirty memory interfacesGreg Thelen2011-01-131-0/+74
* | memcg: add page_cgroup flags for dirty page trackingGreg Thelen2011-01-131-0/+23
* | mm: batch activate_page() to reduce lock contentionShaohua Li2011-01-133-13/+92
* | mm: simplify code of swap.cShaohua Li2011-01-131-47/+54
* | mm/page_alloc.c: don't cache `current' in a localAndrew Morton2011-01-131-14/+10
* | mm: fix hugepage migrationHugh Dickins2011-01-131-17/+6
* | mm: fix migration hangs on anon_vma lockHugh Dickins2011-01-131-29/+19
* | ksm: drain pagevecs to lruHugh Dickins2011-01-131-0/+12
* | hugetlb: fix handling of parse errors in sysfsEric B Munson2011-01-131-4/+2
* | hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson2011-01-131-2/+21
* | hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko2011-01-131-6/+12
* | fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-docStefan Hajnoczi2011-01-131-1/+1
* | mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Andrew Morton2011-01-131-1/+1
* | mm/dmapool.c: take lock only once in dma_pool_free()Rolf Eike Beer2011-01-131-8/+6
* | mm/page_alloc.c: simplify calculation of combined index of adjacent buddy listsKyongHo Cho2011-01-131-15/+10
* | brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina2011-01-131-1/+9
* | mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl2011-01-131-1/+3
* | mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman2011-01-132-2/+18
* | thp: add compound_trans_head() helperAndrea Arcangeli2011-01-133-36/+35
* | thp: KSM on THPAndrea Arcangeli2011-01-131-9/+58
* | thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli2011-01-133-7/+24
* | thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli2011-01-135-21/+46
* | thp: mm: define MADV_NOHUGEPAGEAndrea Arcangeli2011-01-135-0/+5
* | thp: compound_trans_orderAndrea Arcangeli2011-01-133-12/+26
* | thp: fix memory-failure hugetlbfs vs THP collisionAndrea Arcangeli2011-01-132-2/+2
* | thp: add debug checks for mapcount related invariantsAndrea Arcangeli2011-01-131-2/+4
* | thp: transparent hugepage sysfs meminfoDavid Rientjes2011-01-131-3/+18
* | thp: scale nr_rotated to balance memory pressureRik van Riel2011-01-131-2/+3
* | thp: fix anon memory statistics with transparent hugepagesRik van Riel2011-01-135-9/+30
* | thp: disable transparent hugepages by default on small systemsRik van Riel2011-01-131-0/+8
* | thp: use compaction for all allocation ordersAndrea Arcangeli2011-01-131-1/+1
* | thp: use compaction in kswapd for GFP_ATOMIC order > 0Andrea Arcangeli2011-01-133-18/+54
* | thp: freeze khugepaged and ksmdAndrea Arcangeli2011-01-132-4/+18
* | thp: mmu_notifier_test_youngAndrea Arcangeli2011-01-137-2/+105
* | thp: don't allow transparent hugepage support without PSEAndrea Arcangeli2011-01-132-0/+13
* | thp: avoid breaking huge pmd invariants in case of vma_adjust failuresAndrea Arcangeli2011-01-133-2/+99
* | thp: transhuge isolate_migratepages()Andrea Arcangeli2011-01-131-0/+15
* | thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabledAndrea Arcangeli2011-01-131-0/+1
* | thp: transparent hugepage config choiceAndrea Arcangeli2011-01-132-2/+30