summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds51-739/+1858
2015-07-02Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-51/+139
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds8-489/+630
2015-07-02Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-1/+4
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds11-22/+54
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds11-22/+13
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds17-56/+17
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-2/+11
2015-07-02Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-18/+3
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds53-1575/+1843
2015-07-01Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds21-159/+913
2015-07-01Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds182-1574/+14426
2015-07-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds31-58/+4939
2015-07-01Merge tag 'platform-drivers-x86-v4.2-1' of git://git.infradead.org/users/dvha...Linus Torvalds13-286/+1118
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds74-339/+894
2015-07-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-17/+32
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds25-67/+95
2015-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-6/+3
2015-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds69-376/+701
2015-07-01Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-14/+30
2015-07-01Merge tag 'sound-fix-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-8/+58
2015-07-01Add __init attribute to new_kmalloc_cacheChristoph Lameter1-1/+1
2015-07-01Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-28/+41
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds25-59/+157
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds48-355/+883
2015-07-01Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds106-2333/+6998
2015-07-01nfs: Remove invalid tk_pid from debug messageKinglong Mee3-6/+4
2015-07-01nfs: Remove invalid NFS_ATTR_FATTR_V4_REFERRAL checking in nfs4_get_rootfhKinglong Mee1-7/+0
2015-07-01nfs: Drop bad comment in nfs41_walk_client_list()Kinglong Mee1-1/+0
2015-07-01nfs: Remove unneeded micro checking of CONFIG_PROC_FSKinglong Mee1-7/+3
2015-07-01nfs: Don't setting FILE_CREATED flags alwaysKinglong Mee1-3/+0
2015-07-01nfs: Use remove_proc_subtree() instead remove_proc_entry()Kinglong Mee1-18/+7
2015-07-01nfs: Remove unused argument in nfs_server_set_fsinfo()Kinglong Mee1-2/+1
2015-07-01nfs: Fix a memory leak when meeting an unsupported state protectKinglong Mee1-6/+8
2015-07-01nfs: take extra reference to fl->fl_file when running a LOCKU operationJeff Layton1-0/+2
2015-07-01fuse: update MAINTAINERS entryMiklos Szeredi1-0/+2
2015-07-01watchdog: omap_wdt: early_enable module parameterLars Poeschel2-0/+9
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi3-30/+45
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi4-34/+114
2015-07-01fuse: device fd cloneMiklos Szeredi3-0/+44
2015-07-01fuse: abort: no fc->lock needed for request endingMiklos Szeredi1-9/+5
2015-07-01fuse: no fc->lock for pqueue partsMiklos Szeredi1-14/+2
2015-07-01fuse: no fc->lock in request_end()Miklos Szeredi1-7/+8
2015-07-01fuse: cleanup request_end()Miklos Szeredi1-4/+2
2015-07-01fuse: request_end(): do onceMiklos Szeredi1-2/+6
2015-07-01fuse: add req flag for private listMiklos Szeredi2-3/+9
2015-07-01fuse: pqueue lockingMiklos Szeredi3-2/+21
2015-07-01fuse: abort: group pqueue accessesMiklos Szeredi1-1/+1
2015-07-01fuse: cleanup fuse_dev_do_read()Miklos Szeredi1-20/+20
2015-07-01fuse: move list_del_init() from request_end() into callersMiklos Szeredi1-1/+7