summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2010-12-01[media] BKL: trivial BKL removal from V4L2 radio driversHans Verkuil-74/+74
2010-11-15Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-42/+192
2010-11-15Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+12
2010-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds-29/+91
2010-11-15i2c: Sanity checks on adapter registrationJean Delvare-0/+12
2010-11-15i2c: Mark i2c_adapter.id as deprecatedJean Delvare-1/+0
2010-11-15i2c: Drivers shouldn't include <linux/i2c-id.h>Jean Delvare-3/+0
2010-11-15i2c: Delete unused adapter IDsJean Delvare-1/+0
2010-11-15i2c: Remove obsolete cleanup for clientdataWolfram Sang-8/+0
2010-11-15Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again)Jim Bos-4/+4
2010-11-15hwmon: (w83795) Check for BEEP pin availabilityJean Delvare-7/+51
2010-11-15hwmon: (w83795) Clear intrusion alarm immediatelyJean Delvare-0/+4
2010-11-15hwmon: (w83795) Read the intrusion state properlyJean Delvare-3/+20
2010-11-15hwmon: (w83795) Print the actual temperature channels as sourcesJean Delvare-10/+20
2010-11-15hwmon: (w83795) List all usable temperature sourcesJean Delvare-3/+54
2010-11-15hwmon: (w83795) Expose fan control methodJean Delvare-1/+18
2010-11-15hwmon: (w83795) Fix fan control mode attributesJean Delvare-10/+8
2010-11-15hwmon: (lm95241) Check validity of input valuesJean Delvare-5/+14
2010-11-15hwmon: Change mail address of Hans J. KochHans J. Koch-4/+4
2010-11-15PCI: sysfs: fix printk warningsRandy Dunlap-1/+2
2010-11-15Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+35
2010-11-15sh: intc: Fix up build failure introduced by radix tree changes.Paul Mundt-1/+1
2010-11-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt-2205/+7518
2010-11-13Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds-15/+21
2010-11-13Revert "8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hang"Ingo Molnar-4/+1
2010-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-2/+2
2010-11-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-92/+86
2010-11-13i8k: Tell gcc that *regs gets clobberedJim Bos-2/+3
2010-11-13ACPI: debugfs custom_method open to non-rootDave Jones-1/+1
2010-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-207/+312
2010-11-12Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+5
2010-11-12Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-793/+3751
2010-11-12Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-97/+184
2010-11-12Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-27/+91
2010-11-12Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+18
2010-11-12Merge branch 'stable/xen-pcifront-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-3/+3
2010-11-12drivers/ata/pata_octeon_cf.c: delete double assignmentJulia Lawall-2/+0
2010-11-12pata_legacy: fix CONFIG_PATA_WINBOND_VLB_MODULE testTejun Heo-1/+1
2010-11-12libata: fix NULL sdev dereference race in atapi_qc_complete()Tejun Heo-1/+4
2010-11-12gianfar: Do not call device_set_wakeup_enable() under a spinlockRafael J. Wysocki-2/+3
2010-11-12axnet_cs: fix resume problem for some Ax88790 chipKen Kawasaki-10/+20
2010-11-12cxgb4vf: add call to Firmware to reset VF State.Casey Leedom-0/+36
2010-11-12cxgb4vf: Fail open if link_start() fails.Casey Leedom-1/+3
2010-11-12cxgb4vf: flesh out PCI Device ID Table ...Casey Leedom-0/+8
2010-11-12cxgb4vf: fix some errors in Gather List to skb conversionCasey Leedom-47/+74
2010-11-12cxgb4vf: fix bug in Generic Receive OffloadCasey Leedom-0/+1
2010-11-12cxgb4vf: don't implement trivial (and incorrect) ndo_select_queue()Casey Leedom-14/+0
2010-11-12ixgbe: Look inside vlan when determining offload protocol.Hao Zheng-28/+32
2010-11-12bnx2x: Look inside vlan when determining checksum proto.Hao Zheng-1/+1
2010-11-12virtio-net: init link state correctlyJason Wang-3/+9