summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson1-2/+12
2015-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-33/+80
2015-04-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-22/+82
2015-04-17Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-48/+3
2015-04-17Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2015-04-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2015-04-17Merge branch 'for-v4.1-rc1' of git://git.linaro.org/people/mszyprowski/linux-...Linus Torvalds1-0/+4
2015-04-16sparc: Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan1-0/+55
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2-0/+16
2015-04-16stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetreeVince Bridgers1-0/+2
2015-04-16cpumask: resurrect CPU_MASK_CPU0Rusty Russell1-0/+5
2015-04-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-230/+206
2015-04-16linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASKRasmus Villemoes1-6/+2
2015-04-16lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes1-4/+4
2015-04-16printk: comment pr_cont() stating it is only to continue a lineSteven Rostedt1-0/+5
2015-04-16kernel/reboot.c: add orderly_reboot for graceful rebootJoel Stanley1-1/+2
2015-04-16kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki1-8/+0
2015-04-16kernel: conditionally support non-root users, groups and capabilitiesIulia Manda3-4/+60
2015-04-16include/linux: remove empty conditionalsRasmus Villemoes2-73/+0
2015-04-16zsmalloc: support compactionMinchan Kim1-0/+1
2015-04-16dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh1-0/+1
2015-04-16mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh1-0/+3
2015-04-16mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin1-0/+2
2015-04-16mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov2-14/+2
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 Torvalds2-18/+6
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 Torvalds1-6/+1
2015-04-15net/mlx4_core: Set initial admin GUIDs for VFsYishai Hadas1-0/+1
2015-04-15net/mlx4_core: Manage alias GUID per VFYishai Hadas1-0/+3
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 Torvalds2-0/+10
2015-04-15init: export name_to_dev_t and mark name argument as constDan Ehrenberg1-1/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds59-390/+1046
2015-04-15Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-33/+112
2015-04-15virtio: drop virtio_device_is_legacy_onlyMichael S. Tsirkin1-2/+0