aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-1/+3
2017-09-07Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds6-28/+135
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds18-81/+143
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-49/+132
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-0/+4
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+1
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-0/+3
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-6/+101
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+19
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-145/+300
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel3-8/+5
2017-09-06x86,mpx: make mpx depend on x86-64 to free up VMA flagRik van Riel1-2/+6
2017-09-06mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying1-1/+1
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli1-6/+0
2017-09-06swap: choose swap device according to numa nodeAaron Lu1-1/+1
2017-09-06mm, swap: don't use VMA based swap readahead if HDD is used as swapHuang Ying1-5/+6
2017-09-06mm, swap: VMA based swap readaheadHuang Ying2-2/+56
2017-09-06mm, swap: add swap readahead hit statisticsHuang Ying1-0/+4
2017-09-06mm/shmem: add hugetlbfs support to memfd_create()Mike Kravetz1-0/+24
2017-09-06userfaultfd: provide pid in userfault msg - add feat unionAndrea Arcangeli1-1/+3
2017-09-06userfaultfd: provide pid in userfault msgAlexey Perevalov1-3/+7
2017-09-06mm: userfaultfd: add feature to request for a signal deliveryPrakash Sangappa1-1/+9
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko2-4/+4
2017-09-06mm: shm: use new hugetlb size encoding definitionsMike Kravetz2-19/+29
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2-11/+22
2017-09-06mm: hugetlb: define system call hugetlb size encodings in single fileMike Kravetz1-0/+34
2017-09-06include/linux/fs.h: remove unneeded forward definition of mm_structJeff Layton1-2/+0
2017-09-06userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd supportMike Rapoport1-0/+6
2017-09-06mm, THP, swap: add THP swapping out fallback countingHuang Ying1-0/+1
2017-09-06mm, THP, swap: support splitting THP for THP swap outHuang Ying1-0/+9
2017-09-06mm: test code to write THP to swap device as a wholeHuang Ying3-2/+11
2017-09-06mm, THP, swap: make reuse_swap_page() works for THP swapped outHuang Ying1-2/+2
2017-09-06mm, THP, swap: support to reclaim swap space for THP swapped outHuang Ying1-0/+1
2017-09-06mm: memcontrol: use int for event/state parameter in several functionsMatthias Kaehlcke1-20/+32
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-4/+3
2017-09-06mm: implement find_get_pages_range()Jan Kara2-4/+21
2017-09-06mm: make pagevec_lookup() update indexJan Kara2-2/+2
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara1-9/+0
2017-09-06mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko1-1/+0
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko1-1/+1
2017-09-06mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko1-1/+1
2017-09-06mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko1-1/+1
2017-09-06mm: track actual nr_scanned during shrink_slab()Chris Wilson1-0/+7
2017-09-06mm: add SLUB free list pointer obfuscationKees Cook1-0/+4
2017-09-06dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler1-41/+0
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler1-2/+0
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler2-9/+5
2017-09-06mm: add vm_insert_mixed_mkwrite()Ross Zwisler1-0/+2