summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-161-0/+2
* arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-161-0/+9
* arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-161-0/+5
* mm/ksm.c: mark stable page dirtyMinchan Kim2016-01-161-0/+6
* mm: move lazily freed pages to inactive listMinchan Kim2016-01-163-0/+47
* mm/madvise.c: free swp_entry in madvise_freeMinchan Kim2016-01-161-1/+24
* arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Chen Gang2016-01-165-1/+5
* mm: define MADV_FREE for some archesMinchan Kim2016-01-164-0/+4
* mm: support madvise(MADV_FREE)Minchan Kim2016-01-168-9/+221
* zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-01-161-3/+4
* mm: add page_check_address_transhuge() helperVladimir Davydov2016-01-163-98/+99
* thp: increase split_huge_page() success rateKirill A. Shutemov2016-01-161-0/+6
* thp: add debugfs handle to split all huge pagesKirill A. Shutemov2016-01-161-0/+59
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-166-112/+185
* thp: allow mlocked THP againKirill A. Shutemov2016-01-166-33/+88
* thp: update documentationKirill A. Shutemov2016-01-161-55/+96
* mm: re-enable THPKirill A. Shutemov2016-01-161-1/+1
* thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-167-12/+174
* migrate_pages: try to split pages on queuingKirill A. Shutemov2016-01-161-4/+38
* thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-165-45/+415
* mm: hwpoison: adjust for new thp refcountingNaoya Horiguchi2016-01-162-53/+22
* mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi2016-01-161-1/+1
* thp, mm: split_huge_page(): caller need to lock pageKirill A. Shutemov2016-01-162-3/+13
* thp: add option to setup migration entries during PMD splitKirill A. Shutemov2016-01-161-8/+14
* thp: implement split_huge_pmd()Kirill A. Shutemov2016-01-162-1/+134
* mm, numa: skip PTE-mapped THP on numa faultKirill A. Shutemov2016-01-161-0/+6
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-1611-19/+31
* mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-1612-35/+166
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-1613-183/+41
* x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-164-36/+1
* tile, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-10/+0
* sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-163-20/+1
* s390, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-163-41/+2
* powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-166-80/+2
* mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-165-51/+5
* arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-163-27/+2
* arm64, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-162-24/+0
* mm, thp: remove compound_lock()Kirill A. Shutemov2016-01-164-57/+4
* ksm: prepare to new THP semanticsKirill A. Shutemov2016-01-161-47/+10
* futex, thp: remove special case for THP in get_futex_keyKirill A. Shutemov2016-01-161-49/+14
* mm: drop tail page refcountingKirill A. Shutemov2016-01-1612-466/+40
* thp: drop all split_huge_page()-related codeKirill A. Shutemov2016-01-162-422/+7
* mm: temporarily mark THP brokenKirill A. Shutemov2016-01-161-1/+1
* mm, vmstats: new THP splitting eventKirill A. Shutemov2016-01-163-3/+7
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-1610-35/+25
* khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov2016-01-162-1/+9
* thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov2016-01-164-35/+27
* mm: handle PTE-mapped tail pages in gerneric fast gup implementaitonKirill A. Shutemov2016-01-161-3/+5
* mm: adjust FOLL_SPLIT for new refcountingKirill A. Shutemov2016-01-161-18/+49
* mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov2016-01-163-2/+16