summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds273-2493/+2772
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-159/+344
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-69/+849
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2014-04-01Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2014-04-01HID: sony: fix force feedback mismergeJiri Kosina1-4/+0
2014-04-01Merge branches 'for-3.15/multitouch', 'for-3.15/sony' and 'for-3.15/uhid' int...Jiri Kosina4-178/+196
2014-04-01Merge branch 'for-3.15/microsoft' into for-linusJiri Kosina4-4/+75
2014-04-01Merge branch 'for-3.15/hid-sensor-hub' into for-linusJiri Kosina2-100/+149
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina18-322/+2008
2014-04-01Merge branch 'for-3.15/i2c-hid' into for-linusJiri Kosina1-11/+57
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina2-0/+105
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/sonyJiri Kosina18-161/+1273
2014-04-01HID: sony: Set the quriks flag for Bluetooth controllersFrank Praznik1-0/+10
2014-04-01HID: sony: Fix Sixaxis cable state detectionFrank Praznik1-1/+1
2014-04-01HID: uhid: Add UHID_CREATE2 + UHID_INPUT2Petri Gynther1-0/+78
2014-04-01can: c_can: Avoid led toggling for every packet.Thomas Gleixner1-3/+4
2014-04-01can: c_can: Simplify TX interrupt cleanupThomas Gleixner1-20/+17
2014-04-01can: c_can: Store dlc privateThomas Gleixner2-27/+29
2014-04-01can: c_can: Reduce register accessThomas Gleixner1-34/+15
2014-04-01can: c_can: Make the code readableThomas Gleixner1-51/+56
2014-04-01can: c_can: Provide protection in the xmit pathThomas Gleixner2-1/+9
2014-04-01can: c_can: Remove EOB exitThomas Gleixner1-3/+0
2014-04-01can: c_can: Fix the lost message handlingThomas Gleixner1-16/+15
2014-04-01can: c_can: Fix buffer orderingThomas Gleixner1-2/+50
2014-04-01can: c_can: Make it SMP safeThomas Gleixner1-15/+21
2014-04-01can: c_can: Fix hardware raminit functionThomas Gleixner1-10/+37
2014-04-01can: c_can: Wait for CONTROL_INIT to be clearedThomas Gleixner1-3/+23
2014-04-01can: c_can: check return value to users of c_can_set_bittiming()Marc Kleine-Budde1-12/+22
2014-04-01can: c_can: free_c_can_dev(): add missing netif_napi_del()Marc Kleine-Budde1-0/+3
2014-04-01can: usb_8dev: Fix memory leak in usb_8dev_start_xmitBjorn Van Tilt1-1/+1
2014-03-31ixgbevf: Fix rcu warnings induced by LERMark Rustad2-5/+18
2014-03-31ixgbe: Fix rcu warnings induced by LERMark Rustad2-5/+19
2014-03-31INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin1-2/+2
2014-03-31i40e: Remove casts of pointer to same typeJoe Perches1-2/+2
2014-03-31i40e/i40evf: Remove addressof casts to same typeJoe Perches2-4/+3
2014-03-31i40e/i40evf: fix error checking pathJean Sacren2-10/+12
2014-03-31i40e: fix function kernel doc descriptionJean Sacren1-1/+1
2014-03-31ixgbevf: Change ixgbe_read_reg to ixgbevf_read_regMark Rustad3-9/+9
2014-03-31ixgbe: fix ixgbe_check_reset_blocked() declarationJean Sacren2-2/+2
2014-03-31ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski3-1/+7
2014-03-31ixgbe: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-03-31ixgbe: remove redundant if clause from PTP workJakub Kicinski1-4/+0
2014-03-31e1000e: Fix no connectivity when driver loaded with cable outDavid Ertman1-5/+15
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds84-730/+1964
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds8-30/+56
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-3/+9
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds10-64/+146
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-5/+6