summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-01-17Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-01-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-01-17Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2016-01-16printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo
2016-01-16asm/sections: add helpers to check for section dataThierry Reding
2016-01-16err.h: add (missing) unlikely() to IS_ERR_OR_NULL()Viresh Kumar
2016-01-16include/linux/kdev_t.h: remove new_valid_dev()Yaowei Bai
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz
2016-01-16include/linux/poison.h: use POISON_POINTER_DELTA for poison pointersVasily Kulikov
2016-01-15Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-15Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-15mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang
2016-01-15memblock: fix section mismatchKirill A. Shutemov
2016-01-15mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams
2016-01-15hugetlb: fix compile error on tileDan Williams
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams
2016-01-15mm: introduce find_dev_pagemap()Dan Williams
2016-01-15mm: skip memory block registration for ZONE_DEVICEDan Williams
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2016-01-15dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams
2016-01-15mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim
2016-01-15mm: move lazily freed pages to inactive listMinchan Kim
2016-01-15arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Chen Gang
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim
2016-01-15mm: add page_check_address_transhuge() helperVladimir Davydov
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov
2016-01-15thp: reintroduce split_huge_page()Kirill A. Shutemov
2016-01-15mm: hwpoison: adjust for new thp refcountingNaoya Horiguchi
2016-01-15thp: implement split_huge_pmd()Kirill A. Shutemov
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-15mm, thp: remove compound_lock()Kirill A. Shutemov
2016-01-15mm: drop tail page refcountingKirill A. Shutemov
2016-01-15thp: drop all split_huge_page()-related codeKirill A. Shutemov
2016-01-15mm, vmstats: new THP splitting eventKirill A. Shutemov
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2016-01-15khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov