summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-16include/linux/mm.h: simplify flag checkBorislav Petkov1-3/+3
2015-04-16mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi2-2/+7
2015-04-16mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes1-1/+2
2015-04-16hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz1-1/+2
2015-04-16hugetlbfs: add minimum size tracking fields to subpool structureMike Kravetz1-1/+7
2015-04-16mm: rename deactivate_page to deactivate_file_pageMinchan Kim1-1/+1
2015-04-16mm: allow compaction of unevictable pagesEric B Munson1-0/+1
2015-04-16mm: avoid tail page refcounting on non-THP compound pagesKirill A. Shutemov1-1/+1
2015-04-16mm: consolidate all page-flags helpers in <linux/page-flags.h>Kirill A. Shutemov4-105/+96
2015-04-16mm: refactor zone_movable_is_highmem()Zhang Zhen1-4/+4
2015-04-16vfs: delete vfs_readdir function declarationZhang Zhen1-1/+0
2015-04-16Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds3-18/+27
2015-04-16Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds20-46/+649
2015-04-16Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-2/+2
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-45/+1
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-11/+6
2015-04-15VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells1-18/+3
2015-04-15VFS: Add owner-filesystem positive/negative dentry checksDavid Howells1-0/+38
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Al Viro1-2/+1
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-16/+5
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-6/+389
2015-04-15init: export name_to_dev_t and mark name argument as constDan Ehrenberg1-1/+1
2015-04-15dm: add full blk-mq support to request-based DMMike Snitzer1-2/+2
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds151-1319/+3209
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu1-6/+14
2015-04-15Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2015-04-15Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-34/+117
2015-04-15ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki1-4/+0
2015-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-24/+2
2015-04-15Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+56
2015-04-15Merge tag 'vfio-v4.1-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-0/+32
2015-04-15Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-0/+91
2015-04-15Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-627/+1584
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-44/+114
2015-04-15memtest: use phys_addr_t for physical addressesVladimir Murzin1-2/+2
2015-04-15mm: move memtest under mmVladimir Murzin1-0/+8
2015-04-15mm, mempool: do not allow atomic resizingDavid Rientjes1-1/+1
2015-04-15memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan1-1/+2
2015-04-15mm: numa: remove migrate_ratelimitedMel Gorman1-5/+0
2015-04-15mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook1-0/+12
2015-04-15mm: expose arch_mmap_rnd when availableKees Cook1-0/+10
2015-04-15mm: change vunmap to tear down huge KVA mappingsToshi Kani1-0/+10
2015-04-15mm: change ioremap to set up huge I/O mappingsToshi Kani1-0/+15
2015-04-15lib/ioremap.c: add huge I/O map capability interfacesToshi Kani1-0/+8
2015-04-15mm: clarify __GFP_NOFAIL deprecation statusMichal Hocko1-2/+4
2015-04-15mm: cma: constify and use correct signness in mm/cma.cSasha Levin1-6/+6
2015-04-15mm: remove GFP_THISNODEDavid Rientjes1-10/+0
2015-04-15cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov1-0/+4
2015-04-15cleancache: forbid overriding cleancache_opsVladimir Davydov1-2/+1
2015-04-15cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov1-3/+3