aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-11-05Merge branch 'akpm-current/current'Stephen Rothwell
2015-11-05Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2015-11-05Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2015-11-05Merge remote-tracking branch 'xen-tip/linux-next'Stephen Rothwell
2015-11-05Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2015-11-03Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-23mm: memory hotplug with an existing resourceDavid Vrabel
2015-10-23mm: make sendfile(2) killableJan Kara
2015-10-23thp: use is_zero_pfn() only after pte_present() checkMinchan Kim
2015-10-23mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani
2015-10-22mm/util.c: add kstrimdup()Sebastian Capella
2015-10-22mm: lru_deactivate_fn should clear PG_referencedMinchan Kim
2015-10-22mm-move-lazy-free-pages-to-inactive-list-fix-fixAndrew Morton
2015-10-22mm: document deactivate_pageMinchan Kim
2015-10-22mm: move lazily freed pages to inactive listMinchan Kim
2015-10-22mm: free swp_entry in madvise_freeMinchan Kim
2015-10-22mm: simplify reclaim path for MADV_FREEMinchan Kim
2015-10-22mm: skip huge zero page in MADV_FREEMinchan Kim
2015-10-22mm: dont split thp page when syscall is called fix 4Hugh Dickins
2015-10-22mm-dont-split-thp-page-when-syscall-is-called-fix-3Andrew Morton
2015-10-22mm: remove lock validation check for MADV_FREEMinchan Kim
2015-10-22mm: Fix comment typo "CONFIG_TRANSPARNTE_HUGE"Paul Bolle
2015-10-22mm: don't split THP page when MADV_FREE syscall is calledMinchan Kim
2015-10-22mm: mark stable page dirty in KSMMinchan Kim
2015-10-22mm: clear PG_dirty to mark page freeableMinchan Kim
2015-10-22mm: MADV_FREE trivial clean upMinchan Kim
2015-10-22mm-support-madvisemadv_free-vs-thp-rename-split_huge_page_pmd-to-split_huge_pmdAndrew Morton
2015-10-22mm, madvise: use vma_is_anonymous() to check for anon VMAKirill A. Shutemov
2015-10-22mm-support-madvisemadv_free-fix-2Andrew Morton
2015-10-22mm: support madvise(MADV_FREE)Minchan Kim
2015-10-22mm-increase-swap_cluster_max-to-batch-tlb-flushes-fix-fixAndrew Morton
2015-10-22mm: vmpressure: fix scan window after SWAP_CLUSTER_MAX increaseJohannes Weiner
2015-10-22thp: allow mlocked THP againKirill A. Shutemov
2015-10-22mm: re-enable THPKirill A. Shutemov
2015-10-22thp: introduce deferred_split_huge_page()Kirill A. Shutemov
2015-10-22migrate_pages: try to split pages on queuingKirill A. Shutemov
2015-10-22thp-reintroduce-split_huge_page-fix-2Kirill A. Shutemov
2015-10-22thp: reintroduce split_huge_page()Kirill A. Shutemov
2015-10-22thp, mm: split_huge_page(): caller need to lock pageKirill A. Shutemov
2015-10-22thp: add option to setup migration entries during PMD splitKirill A. Shutemov
2015-10-22thp: implement split_huge_pmd()Kirill A. Shutemov
2015-10-22mm, numa: skip PTE-mapped THP on numa faultKirill A. Shutemov
2015-10-22mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov
2015-10-22mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov
2015-10-22mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2015-10-22mm, thp: remove compound_lock()Kirill A. Shutemov
2015-10-22ksm: prepare to new THP semanticsKirill A. Shutemov
2015-10-22mm: drop tail page refcountingKirill A. Shutemov