| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: differentiate page_mapped() from page_mapcount() for compound pages | Kirill A. Shutemov | 2016-01-15 | 11 | -19/+31 |
* | mm: rework mapcount accounting to enable 4k mapping of THPs | Kirill A. Shutemov | 2016-01-15 | 12 | -35/+166 |
* | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 13 | -183/+41 |
* | x86, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 4 | -36/+1 |
* | tile, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 1 | -10/+0 |
* | sparc, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 3 | -20/+1 |
* | s390, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 3 | -41/+2 |
* | powerpc, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 6 | -80/+2 |
* | mips, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 5 | -51/+5 |
* | arm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 3 | -27/+2 |
* | arm64, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 2 | -24/+0 |
* | mm, thp: remove compound_lock() | Kirill A. Shutemov | 2016-01-15 | 4 | -57/+4 |
* | ksm: prepare to new THP semantics | Kirill A. Shutemov | 2016-01-15 | 1 | -47/+10 |
* | futex, thp: remove special case for THP in get_futex_key | Kirill A. Shutemov | 2016-01-15 | 1 | -49/+14 |
* | mm: drop tail page refcounting | Kirill A. Shutemov | 2016-01-15 | 12 | -466/+40 |
* | thp: drop all split_huge_page()-related code | Kirill A. Shutemov | 2016-01-15 | 2 | -422/+7 |
* | mm: temporarily mark THP broken | Kirill A. Shutemov | 2016-01-15 | 1 | -1/+1 |
* | mm, vmstats: new THP splitting event | Kirill A. Shutemov | 2016-01-15 | 3 | -3/+7 |
* | thp: rename split_huge_page_pmd() to split_huge_pmd() | Kirill A. Shutemov | 2016-01-15 | 10 | -35/+25 |
* | khugepaged: ignore pmd tables with THP mapped with ptes | Kirill A. Shutemov | 2016-01-15 | 2 | -1/+9 |
* | thp, mlock: do not allow huge pages in mlocked area | Kirill A. Shutemov | 2016-01-15 | 4 | -35/+27 |
* | mm: handle PTE-mapped tail pages in gerneric fast gup implementaiton | Kirill A. Shutemov | 2016-01-15 | 1 | -3/+5 |
* | mm: adjust FOLL_SPLIT for new refcounting | Kirill A. Shutemov | 2016-01-15 | 1 | -18/+49 |
* | mm, thp: adjust conditions when we can reuse the page on WP fault | Kirill A. Shutemov | 2016-01-15 | 3 | -2/+16 |
* | memcg: adjust to support new THP refcounting | Kirill A. Shutemov | 2016-01-15 | 9 | -97/+92 |
* | rmap: add argument to charge compound page | Kirill A. Shutemov | 2016-01-15 | 10 | -48/+68 |
* | mm, proc: adjust PSS calculation | Kirill A. Shutemov | 2016-01-15 | 1 | -16/+31 |
* | page-flags: drop __TestClearPage*() helpers | Kirill A. Shutemov | 2016-01-15 | 2 | -11/+1 |
* | mm: sanitize page->mapping for tail pages | Kirill A. Shutemov | 2016-01-15 | 5 | -6/+18 |
* | page-flags: look at head page if the flag is encoded in page->mapping | Kirill A. Shutemov | 2016-01-15 | 1 | -1/+3 |
* | page-flags: define PG_uptodate behavior on compound pages | Kirill A. Shutemov | 2016-01-15 | 1 | -3/+6 |
* | page-flags: define PG_uncached behavior on compound pages | Kirill A. Shutemov | 2016-01-15 | 1 | -1/+1 |
* | page-flags: define PG_mlocked behavior on compound pages | Kirill A. Shutemov | 2016-01-15 | 1 | -2/+4 |
* | page-flags: define PG_swapcache behavior on compound pages | Kirill A. Shutemov | 2016-01-15 | 1 | -1/+1 |
* | page-flags: define PG_swapbacked behavior on compound pages | Kirill A. Shutemov | 2016-01-15 | 1 | -3/+3 |
* | page-flags: define PG_reserved behavior on compound pages | Kirill A. Shutemov | 2016-01-15 | 2 | -2/+3 |
* | page-flags: define behavior of Xen-related flags on compound pages | Kirill A. Shutemov | 2016-01-15 | 1 | -3/+7 |
* | page-flags: define behavior SL*B-related flags on compound pages | Kirill A. Shutemov | 2016-01-15 | 1 | -3/+2 |
* | page-flags: define behavior of LRU-related flags on compound pages | Kirill A. Shutemov | 2016-01-15 | 1 | -8/+9 |
* | page-flags: define behavior of FS/IO-related flags on compound pages | Kirill A. Shutemov | 2016-01-15 | 1 | -10/+13 |
* | page-flags: define PG_locked behavior on compound pages | Kirill A. Shutemov | 2016-01-15 | 11 | -36/+32 |
* | page-flags: introduce page flags policies wrt compound pages | Kirill A. Shutemov | 2016-01-15 | 3 | -64/+116 |
* | page-flags: move code around | Kirill A. Shutemov | 2016-01-15 | 1 | -20/+21 |
* | page-flags: trivial cleanup for PageTrans* helpers | Kirill A. Shutemov | 2016-01-15 | 1 | -15/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-01-15 | 29 | -66/+158 |
|\ |
|
| * | bgmac: Fix reversed test of build_skb() return value. | David S. Miller | 2016-01-15 | 1 | -1/+1 |
| * | bridge: fix lockdep addr_list_lock false positive splat | Nikolay Aleksandrov | 2016-01-15 | 1 | -0/+8 |
| * | net: smsc: Add support h8300 | Yoshinori Sato | 2016-01-15 | 2 | -2/+13 |
| * | Merge branch 'xen-netback-fixes' | David S. Miller | 2016-01-15 | 2 | -22/+15 |
| |\ |
|
| | * | xen-netback: free queues after freeing the net device | David Vrabel | 2016-01-15 | 1 | -11/+5 |