summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-169-97/+92
* rmap: add argument to charge compound pageKirill A. Shutemov2016-01-1610-48/+68
* mm, proc: adjust PSS calculationKirill A. Shutemov2016-01-161-16/+31
* page-flags: drop __TestClearPage*() helpersKirill A. Shutemov2016-01-162-11/+1
* mm: sanitize page->mapping for tail pagesKirill A. Shutemov2016-01-165-6/+18
* page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov2016-01-161-1/+3
* page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov2016-01-161-3/+6
* page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov2016-01-161-1/+1
* page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov2016-01-161-2/+4
* page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov2016-01-161-1/+1
* page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov2016-01-161-3/+3
* page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov2016-01-162-2/+3
* page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov2016-01-161-3/+7
* page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov2016-01-161-3/+2