summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-12-13Merge tag 'for-linus' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds6-505/+2748
2014-12-13Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds25-430/+2102
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds27-38/+39
2014-12-12Merge tag 'upstream-3.19-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds15-432/+459
2014-12-12Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...Jiri Kosina21-391/+2047
2014-12-12HID: rmi: The address of query8 must be calculated based on which query regis...Andrew Duggan1-12/+12
2014-12-12HID: rmi: Check for additional ACM registers appended to F11 data reportAndrew Duggan1-9/+52
2014-12-12Merge branches 'for-3.18/upstream-fixes' and 'for-3.19/upstream' into for-linusJiri Kosina11-39/+50
2014-12-12HID: i2c-hid: prevent buffer overflow in early IRQGwendal Grignou1-1/+1
2014-12-12Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds11-79/+84
2014-12-12Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds7-42/+133
2014-12-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds19-57/+1386
2014-12-12Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds7-40/+414
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds8-91/+278
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds667-18770/+42053
2014-12-12HID: logitech-hidpp: disable io in probe error pathPeter Wu1-1/+3
2014-12-12HID: logitech-hidpp: add boundary check for name retrievalPeter Wu1-0/+3
2014-12-12HID: logitech-hidpp: check name retrieval return codePeter Wu1-2/+8
2014-12-12HID: logitech-hidpp: do not return the name lengthPeter Wu1-13/+6
2014-12-12HID: wacom: Report input events for each finger on generic devicesJason Gerecke2-28/+59
2014-12-12Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+1
2014-12-12Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds24-459/+2213
2014-12-12ipmi: Check the BT interrupt enable periodicallyCorey Minyard1-2/+25
2014-12-12ipmi: Fix attention handling for system interfacesCorey Minyard1-15/+30
2014-12-12ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard1-96/+101
2014-12-12drivers/char/ipmi: Add powernv IPMI driverJeremy Kerr3-0/+317
2014-12-12ipmi: Add SMBus interface driver (SSIF)Corey Minyard3-0/+1879
2014-12-12ipmi: Remove the now unused priority from SMI senderCorey Minyard2-4/+3
2014-12-12ipmi: Remove the now unnecessary message queueCorey Minyard1-78/+34
2014-12-12ipmi: Make the message handler easier to use for SMI interfacesCorey Minyard1-40/+162
2014-12-12ipmi: Move message sending into its own functionCorey Minyard1-4/+9
2014-12-12ipmi: rename waiting_msgs to waiting_rcv_msgsCorey Minyard1-15/+16
2014-12-12ipmi: Fix handling of BMC flagsCorey Minyard1-37/+68
2014-12-12ipmi: Initialize BMC device attributesCorey Minyard1-0/+2
2014-12-12ipmi: Unregister previously registered driver in error casetrenn@suse.de1-0/+1
2014-12-12ipmi: Fix a bug in hot add/removeCorey Minyard1-1/+1
2014-12-12ipmi: Remove useless sysfs_name parametersCorey Minyard2-30/+5
2014-12-12ipmi: clean up the device handling for the bmc deviceCorey Minyard1-193/+92
2014-12-12ipmi: Move the address source to string to ipmi-generic codeCorey Minyard2-7/+15
2014-12-12ipmi: Ignore SSIF in the PNP handlingCorey Minyard1-0/+5
2014-12-11Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds46-1604/+1822
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds23-1264/+1696
2014-12-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds7-180/+667
2014-12-11Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds25-276/+1821
2014-12-11Merge tag 'edac/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-28/+182
2014-12-11Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner1-7/+3
2014-12-11net/macb: fix compilation warning for print_hex_dump() called with skb->mac_h...Cyrille Pitchen1-1/+1
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds368-12287/+14624
2014-12-11net/mlx4: Add support for A0 steeringMatan Barak6-17/+176