Commit Graph

230858 Commits (8f82f0c7029d39b499389c8e225cf147fb83abe2)
 

Author SHA1 Message Date
Paul Mundt 8f82f0c702 sh: Fix up breakage from asm-generic/pgtable.h changes. 14 years ago
Linus Torvalds 9c4bc1c2be Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen 14 years ago
Linus Torvalds 2c0076d8c7 Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen 14 years ago
Daisuke Nishimura 50de1dd967 memcg: fix memory migration of shmem swapcache 14 years ago
Jesper Juhl 17295c88a1 memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset 14 years ago
Daisuke Nishimura dfe076b097 memcg: fix deadlock between cpuset and memcg 14 years ago
Minchan Kim 043d18b1e5 memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list() 14 years ago
Johannes Weiner f3e8eb70b1 memcg: fix unit mismatch in memcg oom limit calculation 14 years ago
KAMEZAWA Hiroyuki dbd4ea78f0 memcg: add lock to synchronize page accounting and migration 14 years ago
Greg Thelen 2a7106f2cb memcg: create extensible page stat update routines 14 years ago
Greg Thelen ece72400c2 memcg: document cgroup dirty memory interfaces 14 years ago
Greg Thelen db16d5ec1f memcg: add page_cgroup flags for dirty page tracking 14 years ago
Shaohua Li 744ed14427 mm: batch activate_page() to reduce lock contention 14 years ago
Shaohua Li d8505dee1a mm: simplify code of swap.c 14 years ago
Andrew Morton c06b1fca18 mm/page_alloc.c: don't cache `current' in a local 14 years ago
Hugh Dickins fd4a4663db mm: fix hugepage migration 14 years ago
Hugh Dickins 1ce82b69e9 mm: fix migration hangs on anon_vma lock 14 years ago
Hugh Dickins 2919bfd075 ksm: drain pagevecs to lru 14 years ago
Eric B Munson 73ae31e598 hugetlb: fix handling of parse errors in sysfs 14 years ago
Eric B Munson adbe8726dc hugetlb: do not allow pagesize >= MAX_ORDER pool adjustment 14 years ago
Michal Hocko 08d4a24659 hugetlb: check the return value of string conversion in sysctl handler 14 years ago
Stefan Hajnoczi cb9ef8d5e3 fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc 14 years ago
Andrew Morton 684265d4a3 mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc() 14 years ago
Rolf Eike Beer 84bc227d7f mm/dmapool.c: take lock only once in dma_pool_free() 14 years ago
KyongHo Cho 43506fad21 mm/page_alloc.c: simplify calculation of combined index of adjacent buddy lists 14 years ago
Jiri Kosina 5520e89485 brk: fix min_brk lower bound computation for COMPAT_BRK 14 years ago
Jesper Juhl 32d6feadf4 mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common() 14 years ago
Mel Gorman 29c1f677d4 mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migration 14 years ago
Andrea Arcangeli 22e5c47ee2 thp: add compound_trans_head() helper 14 years ago
Andrea Arcangeli 29ad768cfc thp: KSM on THP 14 years ago
Andrea Arcangeli 60ab3244ec thp: khugepaged: make khugepaged aware about madvise 14 years ago
Andrea Arcangeli a664b2d855 thp: madvise(MADV_NOHUGEPAGE) 14 years ago
Andrea Arcangeli 1ddd6db43a thp: mm: define MADV_NOHUGEPAGE 14 years ago
Andrea Arcangeli 37c2ac7872 thp: compound_trans_order 14 years ago
Andrea Arcangeli 91600e9e59 thp: fix memory-failure hugetlbfs vs THP collision 14 years ago
Andrea Arcangeli 14d1a55cd2 thp: add debug checks for mapcount related invariants 14 years ago
David Rientjes 05b258e997 thp: transparent hugepage sysfs meminfo 14 years ago
Rik van Riel 9992af1029 thp: scale nr_rotated to balance memory pressure 14 years ago
Rik van Riel 2c888cfbc1 thp: fix anon memory statistics with transparent hugepages 14 years ago
Rik van Riel 97562cd243 thp: disable transparent hugepages by default on small systems 14 years ago
Andrea Arcangeli c5a73c3d55 thp: use compaction for all allocation orders 14 years ago
Andrea Arcangeli 5a03b051ed thp: use compaction in kswapd for GFP_ATOMIC order > 0 14 years ago
Andrea Arcangeli 878aee7d6b thp: freeze khugepaged and ksmd 14 years ago
Andrea Arcangeli 8ee53820ed thp: mmu_notifier_test_young 14 years ago
Andrea Arcangeli 4b7167b9ff thp: don't allow transparent hugepage support without PSE 14 years ago
Andrea Arcangeli 94fcc585fb thp: avoid breaking huge pmd invariants in case of vma_adjust failures 14 years ago
Andrea Arcangeli bc835011af thp: transhuge isolate_migratepages() 14 years ago
Andrea Arcangeli 5d6892407c thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled 14 years ago
Andrea Arcangeli 13ece886d9 thp: transparent hugepage config choice 14 years ago
Andrea Arcangeli ce83d2174e thp: allocate memory in khugepaged outside of mmap_sem write mode 14 years ago