summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan2014-05-274-12/+20
* sysfs: fix attribute_group bin file path on removalRobert ABEL2014-05-271-5/+5
* sysfs.h: don't return a void-valued expression in sysfs_remove_fileSimon Wunderlich2014-05-271-1/+1
* init.h: Update initcall_sync variants to fix build errorsTony Lindgren2014-05-271-1/+13
* driver core: Inline dev_set/get_drvdataJean Delvare2014-05-272-18/+10
* driver core: dev_get_drvdata: Don't check for NULL devJean Delvare2014-05-271-3/+1
* driver core: dev_set_drvdata returns voidJean Delvare2014-05-272-3/+2
* driver core: dev_set_drvdata can no longer failJean Delvare2014-05-272-13/+2
* driver core: Move driver_data back to struct deviceJean Delvare2014-05-273-13/+6
* lib/devres.c: fix checkpatch warningsFabian Frederick2014-05-241-3/+3
* lib/devres.c: use dev in devm_request_and_ioremapFabian Frederick2014-05-241-2/+2
* Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman2014-05-23724-4798/+8053
|\
| * Linux 3.15-rc6v3.15-rc6Linus Torvalds2014-05-211-1/+1
| * Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-05-212-4/+2
| |\
| | * powerpc: irq work racing with timer interrupt can result in timer interrupt hangAnton Blanchard2014-05-121-3/+0
| | * powerpc/powernv: Reset root port in firmwareGavin Shan2014-05-121-1/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-05-212-2/+6
| |\ \
| | * | Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana2014-05-201-1/+1
| | * | Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo2014-05-201-1/+5
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-05-212-1/+24
| |\ \ \
| | * | | crush: decode and initialize chooseleaf_vary_rIlya Dryomov2014-05-161-0/+5
| | * | | libceph: fix corruption when using page_count 0 page in rbdChunwei Chen2014-05-161-1/+19
| * | | | Merge tag 'xfs-for-linus-3.15-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-05-215-25/+27
| |\ \ \ \
| | * | | | xfs: list_lru_init returns a negative errorDave Chinner2014-05-151-12/+14
| | * | | | xfs: negate xfs_icsb_init_counters error value Dave Chinner2014-05-151-1/+1
| | * | | | xfs: negate mount workqueue init error valueDave Chinner2014-05-151-1/+1
| | * | | | xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-151-2/+2
| | * | | | xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-151-4/+4
| | * | | | xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner2014-05-151-2/+2
| | * | | | xfs: xfs_commit_metadata returns wrong errnoDave Chinner2014-05-151-1/+1
| | * | | | xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner2014-05-151-1/+1
| | * | | | xfs: xfs_dir_fsync() returns positive errnoDave Chinner2014-05-151-1/+1
| | |/ / /
| * | | | Merge branch 'renameat2' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-05-2110-5/+16
| |\ \ \ \
| | * | | | scripts/checksyscalls.sh: Make renameat optionalJames Hogan2014-05-201-1/+4
| | * | | | asm-generic: Add renameat2 syscallJames Hogan2014-05-201-1/+3
| | * | | | ia64: add renameat2 syscallMiklos Szeredi2014-05-203-1/+3
| | * | | | parisc: add renameat2 syscallMiklos Szeredi2014-05-202-1/+3
| | * | | | m68k: add renameat2 syscallMiklos Szeredi2014-05-203-1/+3
| * | | | | Merge tag 'iommu-fixes-v3.15-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-05-213-2/+4
| |\ \ \ \ \
| | * | | | | iommu/amd: fix enabling exclusion range for an exact deviceSu Friendy2014-05-131-1/+1
| | * | | | | iommu/amd: Take mmap_sem when calling get_user_pagesJay Cornwall2014-05-131-0/+2
| | * | | | | iommu/amd: Fix interrupt remapping for aliased devicesAlex Williamson2014-05-131-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-05-211-0/+1
| |\ \ \ \ \
| | * | | | | iscsi_ibft: Fix finding Broadcom specific ibft signVikas Chaudhary2014-05-131-0/+1
| | |/ / / /
| * | | | | Merge tag 'renesas-sh-drivers-for-v3.15' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2014-05-213-8/+28
| |\ \ \ \ \
| | * | | | | drivers: sh: compile drivers/sh/pm_runtime.c if ARCH_SHMOBILE_MULTIGeert Uytterhoeven2014-05-123-8/+28
| * | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-2116-47/+132
| |\ \ \ \ \ \
| | * | | | | | [media] V4L2: fix VIDIOC_CREATE_BUFS in 64- / 32-bit compatibility modeGuennadi Liakhovetski2014-05-141-5/+7
| | * | | | | | [media] V4L2: ov7670: fix a wrong index, potentially Oopsing the kernel from ...Guennadi Liakhovetski2014-05-141-1/+1
| | * | | | | | [media] media-device: fix infoleak in ioctl media_enum_entities()Salva Peiró2014-05-011-0/+1