summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov2016-01-161-8/+9
* page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov2016-01-161-10/+13
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-1611-36/+32
* page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov2016-01-163-64/+116
* page-flags: move code aroundKirill A. Shutemov2016-01-161-20/+21
* page-flags: trivial cleanup for PageTrans* helpersKirill A. Shutemov2016-01-161-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
| * ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-01-152-4/+17
| * net: phy: turn carrier off on phy attachSjoerd Simons2016-01-151-0/+5
| * net: macb: clear interrupts when disabling themNathan Sullivan2016-01-151-0/+4
| * sctp: support to lookup with ep+paddr in transport rhashtableXin Long2016-01-151-15/+23
| * Merge branch 'hisi-fixes'David S. Miller2016-01-154-3/+24
| |\
| | * net: hns: fixes no syscon error when init mdioyankejian2016-01-151-1/+1
| | * dts: hisi: fixes no syscon fault when init mdioyankejian2016-01-153-2/+23
| |/
| * net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-155-5/+11