summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2013-11-1514124-516910/+1289610
|\
| * arm: dts: am335x sk: add touchscreen supportFelipe Balbi2013-11-111-0/+10
| * Input: ti_am335x_tsc - fix spelling mistake in TSC/ADC DT bindingFelipe Balbi2013-11-113-3/+10
| * Input: cyttsp4 - replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-111-4/+1
| * Input: mma8450 - add missing i2c_set_clientdata() in mma8450_probe()Wei Yongjun2013-11-111-1/+3
| * Input: mpu3050 - add missing i2c_set_clientdata() in mpu3050_probe()Wei Yongjun2013-11-111-0/+1
| * Input: tnetv107x-keypad - make irqs signed for error handlingDan Carpenter2013-11-111-2/+2
| * Input: add driver for Neonode zForce based touchscreensHeiko Stübner2013-10-314-0/+876
| * Input: sh_keysc - enable the driver on all ARM platformsLaurent Pinchart2013-10-311-1/+1
| * Input: remove a redundant max() callKang Hu2013-10-311-1/+1
| * Input: mousedev - allow disabling even without CONFIG_EXPERTTom Gundersen2013-10-311-1/+1
| * Input: allow deselecting serio drivers even without CONFIG_EXPERTTom Gundersen2013-10-312-5/+5
| * Input: i8042 - add PNP modaliasesTom Gundersen2013-10-311-0/+2
| * Input: evdev - fall back to vmalloc for client event bufferDaniel Stone2013-10-311-4/+12
| * Input: cypress_ps2 - do not consider data bad if palm is detectedJoseph Salisbury2013-10-311-16/+3
| * Input: cypress_ps2 - remove useless castGeyslan G. Bem2013-10-311-4/+4
| * Input: fix PWM-related undefined reference errorsMajunath Goudar2013-10-231-2/+2
| * Input: ALPS - change secondary device's nameYunkang Tang2013-10-231-1/+1
| * Input: wacom - not all multi-interface devices support touchPing Cheng2013-10-232-22/+39
| * Input: nspire-keypad - add missing clk_disable_unprepare() on error pathWei Yongjun2013-10-161-1/+3
| * Input: clarify gamepad API ABS valuesDavid Herrmann2013-10-161-0/+3
| * Merge tag 'v3.12-rc4' into nextDmitry Torokhov2013-10-088358-242883/+564520
| |\
| | * Linux 3.12-rc4v3.12-rc4Linus Torvalds2013-10-061-1/+1
| | * net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman2013-10-061-2/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-10-068-25/+67
| | |\
| | | * iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tagsNicholas Bellinger2013-10-031-1/+1
| | | * iscsi-target: Perform release of acknowledged tags from RX contextNicholas Bellinger2013-10-031-4/+9
| | | * iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger2013-10-031-2/+2
| | | * target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger2013-10-031-1/+10
| | | * target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger2013-10-031-1/+10
| | | * target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger2013-10-031-0/+6
| | | * ib_srpt: always set response for task managementJack Wang2013-10-031-6/+4
| | | * target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failureNicholas Bellinger2013-10-021-5/+15
| | | * vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tagNicholas Bellinger2013-10-021-1/+6
| | | * ib_srpt: Destroy cm_id before destroying QP.Nicholas Bellinger2013-10-021-2/+2
| | | * target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02Nicholas Bellinger2013-10-021-2/+2
| | * | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-10-063-17/+17
| | |\ \
| | | * | dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik2013-10-041-4/+6
| | | * | dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik2013-10-041-11/+8
| | | * | dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik2013-10-041-1/+1
| | | * | dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMAJosh Boyer2013-09-171-0/+1
| | | * | edma: Update author email addressJosh Boyer2013-09-171-1/+1
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-056-17/+39
| | |\ \ \
| | | * | | btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong2013-10-051-0/+8
| | | * | | Merge branch 'for-linus' into for-linus-3.12Chris Mason2013-10-056-17/+31
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2013-10-042-5/+7
| | | | * | Btrfs: eliminate races in worker stopping codeIlya Dryomov2013-10-042-6/+21
| | | | * | Btrfs: fix crash of compressed writesLiu Bo2013-10-041-1/+1
| | | | * | Btrfs: fix transid verify errors when recovering log treeJosef Bacik2013-10-041-5/+2
| | * | | | Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-10-051-57/+101
| | |\ \ \ \