summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-1731-373/+798
|\
| * printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole2016-01-161-6/+6
| * printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-01-161-0/+1
| * asm/sections: add helpers to check for section dataThierry Reding2016-01-161-0/+65
| * err.h: add (missing) unlikely() to IS_ERR_OR_NULL()Viresh Kumar2016-01-161-1/+1
| * include/linux/kdev_t.h: remove new_valid_dev()Yaowei Bai2016-01-161-5/+0
| * include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz2016-01-161-18/+18
| * include/linux/poison.h: use POISON_POINTER_DELTA for poison pointersVasily Kulikov2016-01-161-2/+2
| * mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang2016-01-161-1/+1
| * memblock: fix section mismatchKirill A. Shutemov2016-01-161-9/+9
| * mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-161-2/+3
| * mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-162-19/+50
| * mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-162-2/+10
| * mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams2016-01-163-2/+63
| * mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-163-3/+13
| * mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-162-1/+28
| * hugetlb: fix compile error on tileDan Williams2016-01-161-0/+1
| * x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-163-6/+45
| * mm: introduce find_dev_pagemap()Dan Williams2016-01-162-15/+38
| * mm: skip memory block registration for ZONE_DEVICEDan Williams2016-01-161-0/+12
| * mm, dax, pmem: introduce pfn_tDan Williams2016-01-163-2/+79
| * kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-162-19/+20
| * dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams2016-01-161-2/+15
| * mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-161-0/+3
| * mm: move lazily freed pages to inactive listMinchan Kim2016-01-161-0/+1
| * arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Chen Gang2016-01-161-1/+1
| * mm: support madvise(MADV_FREE)Minchan Kim2016-01-163-0/+4
| * mm: add page_check_address_transhuge() helperVladimir Davydov2016-01-161-0/+19
| * mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-162-14/+14
| * thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-163-0/+12
| * thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-162-3/+17
| * mm: hwpoison: adjust for new thp refcountingNaoya Horiguchi2016-01-161-1/+1
| * thp: implement split_huge_pmd()Kirill A. Shutemov2016-01-161-1/+10
| * mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-161-2/+13
| * mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-164-4/+63
| * mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-162-24/+6
| * mm, thp: remove compound_lock()Kirill A. Shutemov2016-01-162-46/+1
| * mm: drop tail page refcountingKirill A. Shutemov2016-01-162-51/+13
| * thp: drop all split_huge_page()-related codeKirill A. Shutemov2016-01-161-22/+6
| * mm, vmstats: new THP splitting eventKirill A. Shutemov2016-01-161-1/+3
| * thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-161-6/+2
| * khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov2016-01-161-0/+1
| * mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov2016-01-161-1/+2
| * memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-161-6/+10
| * rmap: add argument to charge compound pageKirill A. Shutemov2016-01-161-3/+9
| * page-flags: drop __TestClearPage*() helpersKirill A. Shutemov2016-01-161-9/+1
| * mm: sanitize page->mapping for tail pagesKirill A. Shutemov2016-01-161-0/+4
| * 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