aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-10-21[PATCH] md: fix calculation of ->degraded for multipath and raid10NeilBrown2-2/+2
2006-10-21[PATCH] drivers/ide/pci/generic.c: re-add the __setup("all-generic-ide",...)Adrian Bunk1-0/+13
2006-10-21[PATCH] Char: correct pci_get_device changesJiri Slaby3-0/+19
2006-10-20[PATCH] fix PXA2xx UDC compilation errorNicolas Pitre1-1/+1
2006-10-20[PATCH] Fix up rpaphp driver for pci hotplug header moveOlaf Hering1-1/+1
2006-10-20Revert "[mv643xx] Add pci device table for auto module loading."Linus Torvalds1-6/+0
2006-10-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-26/+36
2006-10-20[PATCH] firmware/dcdbas: add size check in smi_data_writeDoug Warzecha1-2/+5
2006-10-20[PATCH] ipmi: fix return codes in failure caseDave Jones1-2/+2
2006-10-20[PATCH] drivers/isdn: ioremap balanced with iounmapAmol Lad2-3/+25
2006-10-20[PATCH] irq updates: make eata_pio compileAlan Cox1-1/+1
2006-10-20[PATCH] acpi memory hotplug: remove strange add_memory fail messageYasunori Goto1-0/+12
2006-10-20[PATCH] Change log level of a message of acpi_memhotplug to KERN_DEBUGYasunori Goto1-1/+1
2006-10-20[PATCH] fix "ACPI: Processor native C-states using MWAIT"Darrick J. Wong1-1/+1
2006-10-20[PATCH] Kconfig serial typosRandy Dunlap1-6/+6
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-1/+2
2006-10-20[PATCH] e100: fix reboot -f with netconsole enabledAuke Kok1-19/+31
2006-10-20[Bluetooth] Add missing entry for Nokia DTL-4 PCMCIA cardMarcel Holtmann1-0/+1
2006-10-20[Bluetooth] Add support for newer ANYCOM USB donglesMarcel Holtmann1-0/+3
2006-10-20[NET]: Can use __get_cpu_var() instead of per_cpu() in loopback driver.Eric Dumazet1-3/+3
2006-10-18[TG3]: Bump driver version and release date.David S. Miller1-2/+2
2006-10-18[TG3]: Add lower bound checks for tx ring size.Michael Chan1-1/+4
2006-10-18[TG3]: Fix set ring params tx ring size implementationRanjit Manomohan1-5/+5
2006-10-18[NET]: reduce per cpu ram used for loopback statsEric Dumazet1-16/+19
2006-10-18Merge branch 'ubuntu-updates' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds11-16/+82
2006-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/hwmon-2.6Linus Torvalds8-63/+102
2006-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/aoe-2.6Linus Torvalds7-179/+287
2006-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds37-387/+447
2006-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds6-58/+101
2006-10-18hwmon: Fix debug messages in w83781dJean Delvare1-8/+10
2006-10-18hwmon: Let w83781d and lm78 load againJean Delvare3-13/+13
2006-10-18w83627ehf: Fix the detection of fan5Rudolf Marek1-2/+9
2006-10-18k8temp: Documentation updateRudolf Marek1-2/+4
2006-10-18smsc47m1: List the SMSC LPC47M112 as supportedJean Delvare2-7/+8
2006-10-18adm9240: Update Grant Coady's email addressGrant Coady1-2/+2
2006-10-18w83791d: Fix unchecked return statusJim Cromie1-29/+56
2006-10-18aoe: fix sysfs_create_file warningsGreg Kroah-Hartman1-9/+14
2006-10-18aoe: revert printk macrosEd L. Cashin7-37/+39
2006-10-18aoe: update driver versionEd L. Cashin1-1/+1
2006-10-18aoe: remove sysfs commentEd L. Cashin1-1/+0
2006-10-18aoe: use bio->bi_idxEd L. Cashin2-1/+3
2006-10-18aoe: module parameter for device timeoutEd L. Cashin1-2/+5
2006-10-18aoe: zero copy write 2 of 2Ed L. Cashin3-20/+64
2006-10-18aoe: improve retransmission heuristicsEd L. Cashin2-6/+17
2006-10-18aoe: jumbo frame support 2 of 2Ed L. Cashin1-2/+6
2006-10-18aoe: clean up printks via macrosEd L. Cashin7-58/+50
2006-10-18aoe: jumbo frame support 1 of 2Ed L. Cashin3-17/+72
2006-10-18aoe: zero copy write 1 of 2Ed L. Cashin3-74/+69
2006-10-18aoe: remove unused NARGS enumEd L. Cashin1-1/+0
2006-10-18aoe: update copyright dateEd L. Cashin7-7/+7
2006-10-18aoe: eliminate isbusy messageEd L. Cashin1-4/+1
2006-10-18driver core: kmalloc() failure check in driver_probe_deviceAkinobu Mita1-0/+2
2006-10-18Driver core: bus: remove indentation levelJeff Garzik1-37/+40
2006-10-18Driver core: Don't ignore error returns from probingAlan Stern2-3/+8
2006-10-18Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()Jesper Juhl1-3/+6
2006-10-18driver core fixes: sysfs_create_group() retval in topology.cCornelia Huck1-2/+1
2006-10-18driver core fixes: device_create_file() retval check in dmapool.cCornelia Huck1-2/+11
2006-10-18driver core fixes: device_add() cleanup on errorCornelia Huck1-3/+7
2006-10-18driver core fixes: bus_add_device() cleanup on errorCornelia Huck1-4/+15
2006-10-18driver core fixes: bus_add_attrs() retval checkCornelia Huck1-1/+5
2006-10-18driver core fixes: sysfs_create_link() retval check in class.cCornelia Huck1-1/+4
2006-10-18Fix dev_printk() is now GPL-onlyMatthew Wilcox1-1/+1
2006-10-18Driver core: plug device probe memory leakDuncan Sands1-1/+1
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman23-257/+22
2006-10-18change pci hotplug subsystem maintainer to KristenKristen Carlson Accardi2-4/+2
2006-10-18PCI: optionally sort device lists breadth-firstMatt Domsch1-0/+92
2006-10-18cpcihp_generic: prevent loading without "bridge" parameterAkinobu Mita1-2/+2
2006-10-18pci: Additional search functionsAlan Cox1-2/+70
2006-10-18PCI: quirks: switch quirks code offender to use pci_get APIAlan Cox1-1/+2
2006-10-18PCI: Improve pci_msi_supported() commentsBrice Goglin1-7/+9
2006-10-18PCI hotplug: ioremap balanced with iounmapAmol Lad1-5/+14
2006-10-18shpchp: remove unnecessary cmd_busy member from struct controllerKenji Kaneshige2-5/+1
2006-10-18shpchp: fix command completion checkKenji Kaneshige1-5/+9
2006-10-18pci: Stamp out pci_find_* usage in fakephpAlan Cox1-3/+8
2006-10-18PCI: fix pcie_portdrv_restore_config undefined without CONFIG_PM errorZhang, Yanmin1-1/+1
2006-10-18Fix DMA resource allocation in ACPIPnPVojtech Pavlik1-15/+26
2006-10-18PCI: Turn pci_fixup_video into generic for embedded VGAeiichiro.oiwa.nm@hitachi.com2-1/+49
2006-10-18PCI: add ICH7/8 ACPI/GPIO io resource quirksDaniel Ritz1-0/+6
2006-10-18PCI: pcie-check-and-return-bus_register-errors fixAndrew Morton2-3/+4
2006-10-18PCI: VIA IRQ quirk behaviour changeDaniel Drake1-9/+34
2006-10-18pciehp: Remove unnecessary check in pciehp_ctrl.cEric Sesterhenn1-2/+1
2006-10-18pciehp - add missing lockingKenji Kaneshige4-30/+33
2006-10-18pciehp: fix improper info messagesKenji Kaneshige2-22/+33
2006-10-18shpchp: fix shpchp_wait_cmd in pollKenji Kaneshige1-19/+35
2006-10-18[S390] dasd: clean up timer.Stefan Weinhuber1-0/+1
2006-10-18[S390] monwriter find header logic.Melissa Howland1-4/+10
2006-10-18[S390] cio: sch_no -> schid.sch_no conversion.Cornelia Huck1-1/+1
2006-10-18[S390] cio: invalid device operational notificationPeter Oberparleiter1-0/+4
2006-10-18[valkyriefb] Ifdef for when CONFIG_NVRAM isn't enabled.Ben Collins1-2/+2
2006-10-18[platinumfb] Ifdef for when CONFIG_NVRAM isn't enabled.Ben Collins1-1/+4
2006-10-18[igafb] Add pci dev table for module auto loading.Ben Collins1-0/+7
2006-10-18[controlfb] Ifdef for when CONFIG_NVRAM isn't enabled.Ben Collins1-2/+6
2006-10-18[hid-core] TurboX Keyboard needs NOGET quirk.Ben Collins1-0/+5
2006-10-18[ixj] Add pci dev table for module auto loading.Ben Collins1-1/+10
2006-10-18[initio] Add pci dev table for module auto loading.Ben Collins1-9/+10
2006-10-18[fdomain] Add pci dev table for module auto loading.Ben Collins1-0/+9
2006-10-18[BusLogic] Add pci dev table for auto module loading.Ben Collins1-0/+11
2006-10-18[mv643xx] Add pci device table for auto module loading.Ben Collins1-0/+6
2006-10-18[alim7101] Add pci dev table for auto module loading.Ben Collins1-1/+12
2006-10-17[SPARC] {bbc_,}envctrl: Use call_usermodehelper().David S. Miller2-4/+4
2006-10-17[SPARC]: Fix some section mismatch warnings in sparc drivers.Ben Collins5-10/+10
2006-10-17Fix USB gadget net2280.c compileLinus Torvalds1-2/+2
2006-10-17Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds49-615/+3803
2006-10-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds8-43/+75
2006-10-17USB: Add device id for Sierra Wireless MC8755Jan Luebbe1-0/+1
2006-10-17USB: cleanup sierra wireless driver a bitGreg Kroah-Hartman1-151/+118
2006-10-17USB: Sierra Wireless driver updateKevin Lloyd3-38/+699
2006-10-17USB: ftdi_sio whitespace fixesDavid Brownell1-127/+127
2006-10-17USB-SERIAL:cp2101 Add new device IDCraig Shelley1-0/+1
2006-10-17USB/gadget/net2280: handle sysfs errorsJeff Garzik1-4/+16
2006-10-17usbtouchscreen: fix data reading for ITM touchscreensDaniel Ritz1-2/+2
2006-10-17UEAGLE: fix ueagle-atm Oopsmatthieu castet1-21/+11
2006-10-17USB: xpad: dance pad supportDominic Cerquetti1-44/+95
2006-10-17USB: input: extract() and implement() are bit field manipulation routinesGrant Grundler1-7/+17
2006-10-17USB: Memory leak in drivers/usb/serial/airprime.cEric Sesterhenn1-0/+1
2006-10-17USB Storage: unusual_devs.h entry for Sony Ericsson P990iJan Mate1-0/+7
2006-10-17USB: fix usbatm tiny raceAndrew Morton1-1/+1
2006-10-17USB: unusual_devs entry for Nokia 6234Alan Stern1-0/+7
2006-10-17USB: mos7840.c: fix a check-after-dereferenceAdrian Bunk1-1/+2
2006-10-17USB: ftdi-elan.c: remove dead codeAdrian Bunk1-2/+0
2006-10-17USB: Mitsumi USB FDD 061M: UNUSUAL_DEV multilun fixTobias Lorenz1-1/+2
2006-10-17USB: fix dereference in drivers/usb/misc/adutux.cEric Sesterhenn1-1/+2
2006-10-17USB: add USB serial mos7720 driverGreg Kroah-Hartman3-0/+1694
2006-10-17USB: move trancevibrator.c to the proper usb directoryGreg Kroah-Hartman6-12/+12
2006-10-17usbnet: add a mutex around phy register accessArnd Bergmann4-0/+11
2006-10-17usbnet: improve generic ethtool supportArnd Bergmann4-36/+68
2006-10-17USB: driver for mcs7830 (aka DeLOCK) USB ethernet adapterArnd Bergmann3-0/+534
2006-10-17usb devio: handle class_device_create() errorAkinobu Mita1-2/+6
2006-10-17USB: drivers/usb/net/*: use BUILD_BUG_ONAlexey Dobriyan2-2/+2
2006-10-17usbcore: fix endpoint device creationAlan Stern1-10/+8
2006-10-17usbcore: fix refcount bug in endpoint removalAlan Stern1-3/+1
2006-10-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-5/+5
2006-10-17UHCI: workaround for Asus motherboardAlan Stern1-5/+39
2006-10-17USB: ftdi-elan: fix sparse warningsGreg Kroah-Hartman1-23/+11
2006-10-17USB: fix suspend support for usblpOliver Neukum1-8/+71
2006-10-17cxacru: add the ZTE ZXDSL 852Duncan Sands1-0/+3
2006-10-17speedtch: "extended reach"Duncan Sands1-16/+77
2006-10-17usbatm: fix tiny raceDuncan Sands1-4/+1
2006-10-17USB: unusual_devs entry for Nokia 6131Alan Stern1-0/+7
2006-10-17USB: fix cdc-acm problems with hard irq? (inconsistent lock state)Jarek Poplawski1-13/+13
2006-10-17UEAGLE : comestic changesmatthieu castet1-18/+24
2006-10-17UEAGLE : use interruptible sleepmatthieu castet1-3/+3
2006-10-17UEAGLE : be suspend friendlymatthieu castet1-0/+3
2006-10-17USB: ohci-pnx4008 build fixesDavid Brownell1-3/+6
2006-10-17USB: suspend/resume support for kawethOliver Neukum1-9/+73
2006-10-17USB: remove private debug macros from kawethOliver Neukum1-66/+56
2006-10-17USB: Support for BT On-Air USB modem in cdc-acm.cChris Malley1-0/+3
2006-10-17airprime: New device ID.Luiz Fernando N. Capitulino1-0/+1
2006-10-17USB: fix use after free in wacom_sys.cEric Sesterhenn1-1/+1
2006-10-17USB: BUG_ON conversion for wacom.cEric Sesterhenn1-2/+1
2006-10-17USB: Wacom driver updatesPing Cheng5-62/+80
2006-10-17USB: revert EHCI VIA workaround patchGreg Kroah-Hartman6-69/+37
2006-10-17sky2: GMAC pause frameStephen Hemminger1-1/+1
2006-10-17sky2: accept multicast pause framesStephen Hemminger1-6/+18
2006-10-17sky2: version 1.9Stephen Hemminger1-1/+1
2006-10-17sky2: no message on rx fifo overflowStephen Hemminger1-2/+4
2006-10-17sky2: flow control setting fixesStephen Hemminger2-45/+81
2006-10-17sky2: don't reset PHY twiceStephen Hemminger1-12/+1
2006-10-17sky2: use duplex result bitsStephen Hemminger1-20/+1
2006-10-17sky2: advertising register 16 bitsStephen Hemminger1-1/+1
2006-10-17sky2: fiber pause bitsStephen Hemminger1-8/+19
2006-10-17sky2: phy irq on shutdownStephen Hemminger1-8/+8
2006-10-17sky2: turn of workaround timerStephen Hemminger1-2/+2
2006-10-17sky2: MSI test is only a warningStephen Hemminger1-3/+3
2006-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-28/+105
2006-10-17[PATCH] ISDN: check for userspace copy faultsJeff Garzik5-11/+20
2006-10-17[PATCH] ISDN: fix drivers, by handling errors thrown by ->readstat()Jeff Garzik1-3/+6
2006-10-17[PATCH] drivers/isdn/isdnloop: save_flags()/cli(), restore_flags() replaced a...Amol Lad2-40/+31
2006-10-17[PATCH] drivers/isdn/hysdn: save_flags()/cli(), restore_flags() replaced appr...Amol Lad4-33/+27
2006-10-17[PATCH] epca: prevent panic on tty_register_driver() failureAkinobu Mita1-9/+23
2006-10-17[PATCH] rd: memory leak on rd_init() failureAkinobu Mita1-6/+6
2006-10-17[PATCH] rtc: fix printk of 64-bit res on 32-bit platformJeff Garzik1-2/+2
2006-10-17[PATCH] I2O: handle a few sysfs errorsJeff Garzik2-5/+24
2006-10-17[PATCH] drivers/led: handle sysfs errorsJeff Garzik2-7/+35
2006-10-17[PATCH] sx: fix user-visible typo (devic)Alexey Dobriyan1-1/+1
2006-10-17[PATCH] drivers/char/specialix.c: fix the baud conversionAdrian Bunk1-11/+4
2006-10-17[PATCH] acpi_processor_latency_notifier(): UP warning fixAndrew Morton1-0/+6
2006-10-17[PATCH] rtc-max6902: month conversion fixFrancisco Larramendi1-1/+1
2006-10-17[PATCH] w1 kconfig fixEvgeniy Polyakov1-1/+0
2006-10-17[PATCH] md: fix /proc/mdstat refcountingAkinobu Mita1-0/+1
2006-10-17[PATCH] synclink: remove PAGE_SIZE referencePaul Fulghum1-2/+2
2006-10-17[PATCH] ioc4: Enable build on non-SN2Brent Casavant8-23/+23
2006-10-17[PATCH] ioc4: Remove SN2 feature and config dependenciesBrent Casavant2-26/+23
2006-10-16IB/mthca: Use mmiowb after doorbell ringArthur Kepner3-0/+34
2006-10-16[PATCH] CONFIG_TELCLOCK depends on X86Geert Uytterhoeven1-1/+1
2006-10-16IB/ipath: Initialize diagpkt file on device init onlyRobert Walsh3-40/+38
2006-10-16RDMA/amso1100: Fix a NULL dereference in error pathAdrian Bunk1-2/+2
2006-10-16RDMA/amso1100: pci_module_init() conversionHenrik Kretzschmar1-1/+1
2006-10-16Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-10/+7
2006-10-16[PATCH] scsi: megaraid_{mm,mbox}: 64-bit DMA capability fixAndrey Mirkin1-1/+1
2006-10-16[PATCH] ide: add sanity checking to ide taskfile ioctlAlan Cox1-4/+9
2006-10-16[PATCH] rio: fix array checkingAlan Cox1-2/+2
2006-10-15[Bluetooth] Use work queue to trigger URB submissionMarcel Holtmann1-10/+7
2006-10-15Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds18-932/+869
2006-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mcheha...Linus Torvalds24-79/+340
2006-10-15[PATCH] serial167 __user annotations, NULL noise removalAl Viro1-26/+26
2006-10-15[PATCH] hp drivers/input stuff: C99 initializers, NULL noise removal, __user ...Al Viro3-15/+15
2006-10-15[ARM] Fix Zaurii keyboard/touchscreen driversRussell King4-5/+5
2006-10-14Pull trivial into test branchLen Brown7-11/+14
2006-10-14Pull bugzilla-5534 into test branchLen Brown2-34/+14