summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-154-36/+1
* tile, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-10/+0
* sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-153-20/+1
* s390, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-153-41/+2
* powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-156-80/+2
* mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-155-51/+5
* arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-153-27/+2
* arm64, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-152-24/+0
* mm, thp: remove compound_lock()Kirill A. Shutemov2016-01-154-57/+4
* ksm: prepare to new THP semanticsKirill A. Shutemov2016-01-151-47/+10
* futex, thp: remove special case for THP in get_futex_keyKirill A. Shutemov2016-01-151-49/+14
* mm: drop tail page refcountingKirill A. Shutemov2016-01-1512-466/+40
* thp: drop all split_huge_page()-related codeKirill A. Shutemov2016-01-152-422/+7
* mm: temporarily mark THP brokenKirill A. Shutemov2016-01-151-1/+1
* mm, vmstats: new THP splitting eventKirill A. Shutemov2016-01-153-3/+7
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-1510-35/+25
* khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov2016-01-152-1/+9
* thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov2016-01-154-35/+27
* mm: handle PTE-mapped tail pages in gerneric fast gup implementaitonKirill A. Shutemov2016-01-151-3/+5
* mm: adjust FOLL_SPLIT for new refcountingKirill A. Shutemov2016-01-151-18/+49
* mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov2016-01-153-2/+16
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-159-97/+92
* rmap: add argument to charge compound pageKirill A. Shutemov2016-01-1510-48/+68
* mm, proc: adjust PSS calculationKirill A. Shutemov2016-01-151-16/+31
* page-flags: drop __TestClearPage*() helpersKirill A. Shutemov2016-01-152-11/+1
* mm: sanitize page->mapping for tail pagesKirill A. Shutemov2016-01-155-6/+18
* page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov2016-01-151-1/+3
* page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov2016-01-151-3/+6
* page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov2016-01-151-1/+1
* page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov2016-01-151-2/+4
* page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov2016-01-151-1/+1
* page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov2016-01-151-3/+3
* page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov2016-01-152-2/+3
* page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov2016-01-151-3/+7
* page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov2016-01-151-3/+2
* page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov2016-01-151-8/+9
* page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov2016-01-151-10/+13
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-1511-36/+32
* page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov2016-01-153-64/+116
* page-flags: move code aroundKirill A. Shutemov2016-01-151-20/+21
* page-flags: trivial cleanup for PageTrans* helpersKirill A. Shutemov2016-01-151-15/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-01-1529-66/+158
|\
| * bgmac: Fix reversed test of build_skb() return value.David S. Miller2016-01-151-1/+1
| * bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov2016-01-151-0/+8
| * net: smsc: Add support h8300Yoshinori Sato2016-01-152-2/+13
| * Merge branch 'xen-netback-fixes'David S. Miller2016-01-152-22/+15
| |\
| | * xen-netback: free queues after freeing the net deviceDavid Vrabel2016-01-151-11/+5
| | * xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel2016-01-151-0/+1
| | * xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel2016-01-151-11/+9
| |/
| * net: sctp: Move sequence start handling into sctp_transport_get_idx()Geert Uytterhoeven2016-01-151-3/+3