summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-05-20HID: magicmouse: ignore 'ivalid report id' while switching modesJiri Kosina1-1/+9
2011-05-20HID: fix a crash in hid_report_raw_event() function.Armando Visconti1-0/+3
2011-05-20powerpc/pmac: Update via-pmu to new syscore_opsBenjamin Herrenschmidt1-44/+12
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt125-1154/+15294
2011-05-20tg3: Add braces around 5906 workaround.Matt Carlson1-1/+3
2011-05-20tg3: Fix NETIF_F_LOOPBACK errorMatt Carlson1-2/+3
2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet1-4/+5
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-91/+1303
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-15/+2
2011-05-19Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git....Linus Torvalds1-11/+11
2011-05-19Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-22/+10
2011-05-19Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2011-05-19libata: Power off empty portsKristen Carlson Accardi2-3/+9
2011-05-19libata-pmp: add support for Thermaltake BlackX Duet esata drive dockPavel Herrmann1-0/+10
2011-05-19ATA: Don't powerdown Compaq Triflex IDE device on suspendMikulas Patocka1-1/+22
2011-05-19libata: Use Maximum Write Same Length to report discard size limitMartin K. Petersen1-1/+1
2011-05-19drivers/ata/acard-ahci.c: fix enum warningJeff Garzik1-1/+1
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-19/+11
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds6-13/+97
2011-05-19Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-37/+2
2011-05-19staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_matt mooney11-306/+220
2011-05-19serial: 8250_pci: add support for Cronyx Omega PCI multiserial board.Antony Pavlov1-0/+32
2011-05-19tty/serial: Fix break handling for PORT_TEGRAStephen Warren1-0/+28
2011-05-19tty/serial: Add explicit PORT_TEGRA typeStephen Warren2-2/+13
2011-05-19USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.hJan Andersson1-3/+0
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds14-399/+559
2011-05-19USB: UHCI: Support big endian GRUSBHC HCJan Andersson2-2/+18
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds13-189/+264
2011-05-19USB: UHCI: Add support for big endian descriptorsJan Andersson5-120/+192
2011-05-19USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrierAlan Stern1-12/+2
2011-05-19USB: UHCI: Add support for big endian mmioJan Andersson2-15/+56
2011-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds17-34/+2157
2011-05-19usb-storage: Correct adjust_quirks to include latest flagsKarl Relton1-1/+8
2011-05-19usb/isp1760: Fix possible unlink problemsArvid Brodin1-52/+95
2011-05-19usb/isp1760: Move function isp1760_endpoint_disable() within file.Arvid Brodin1-34/+34
2011-05-19USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern6-9/+19
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds4-11/+13
2011-05-19staging:iio: Trivial kconfig reorganization and uniformity improvements.Jonathan Cameron3-41/+41
2011-05-19staging:iio:documenation partial update.Jonathan Cameron5-78/+91
2011-05-19staging:iio: use pollfunc allocation helpers in remaining drivers.Jonathan Cameron9-129/+79
2011-05-19staging:iio:max1363 misc cleanups and use of for_each_bit_set to simplify eve...Jonathan Cameron3-116/+63
2011-05-19staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron61-669/+964
2011-05-19staging:iio:meter:ade7758: Use private data space from iio_allocate_deviceMichael Hennerich4-70/+62
2011-05-19staging:iio:accel:lis3l02dq make write_reg_8 take value not a pointer to value.Jonathan Cameron3-21/+21
2011-05-19staging:iio: ring core cleanups + check if read_last available in lis3l02dqJonathan Cameron3-233/+136
2011-05-19staging:iio:core cleanup: squash tiny wrappers and use dev_set_name to handle...Jonathan Cameron2-39/+18
2011-05-19staging:iio: poll func allocation clean up.Jonathan Cameron8-90/+95
2011-05-19staging:iio:ad7780 trivial unused header cleanup.Jonathan Cameron1-2/+0
2011-05-19staging:iio:adc: AD7780: Use private data space from iio_allocate_device + tr...Michael Hennerich1-44/+36
2011-05-19staging:iio:adc:AD7780: Convert to new channel registration methodMichael Hennerich1-62/+51