aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-01-04[PATCH] USB: asix.c - Add Linksys USB200M Rev 2 idsDavid Hollis1-0/+4
2006-01-04[PATCH] USB Storage: Fix unusual_devs.h orderPhil Dibowitz1-7/+7
2006-01-04[PATCH] USB: ub 02 Removed unused variableDaniel Marjamaki1-4/+1
2006-01-04[PATCH] USB: ub 01 renamePete Zaitcev1-3/+3
2006-01-04[PATCH] USB: ub 00 implement retries and resetsPete Zaitcev1-117/+287
2006-01-04[PATCH] USB: isp116x-hcd.c: Removed unused variableDaniel Marjamäki1-2/+0
2006-01-04[PATCH] USB: Remove unneeded kmalloc() return value castsJesper Juhl4-7/+7
2006-01-04[PATCH] USB: ftdi_sio: new IDs for Teratronik devicesIan Abbott2-0/+9
2006-01-04[PATCH] USB: Support for Posiflex PP-7000 retail printer in LinuxPavel Fedin2-0/+7
2006-01-04[PATCH] USB: add driver for ATI/Philips USB RF remotesVille Syrjälä3-0/+492
2006-01-04[PATCH] USB: Use ARRAY_SIZE macroTobias Klauser11-35/+24
2006-01-04[PATCH] USB: fix local variable clashAlan Stern1-3/+3
2006-01-04[PATCH] USB: usb-storage: add debug entry for REPORT LUNSPaul Walmsley1-0/+1
2006-01-04[PATCH] USB Storage: add alauda supportMatthew Dharm6-0/+1255
2006-01-04[PATCH] USB Storage: more sddr09 cleanupsMatthew Dharm1-10/+23
2006-01-04[PATCH] USB Storage: sddr09 cleanupsMatthew Dharm1-53/+50
2006-01-04[PATCH] USB Storage: cleanups of sddr09Matthew Dharm5-63/+64
2006-01-04[PATCH] USB Storage: make OneTouch PM-awareMatthew Dharm3-1/+39
2006-01-04[PATCH] USB: Let usbmon collect less garbagePete Zaitcev1-13/+6
2006-01-04[PATCH] USB: UHCI: edit some commentsAlan Stern4-35/+36
2006-01-04[PATCH] USB: UHCI: change uhci_explen macroAlan Stern3-11/+11
2006-01-04[PATCH] USB: ati_remote: use time_before() and friendsMarcelo Feitoza Parisi1-8/+9
2006-01-04[PATCH] USB: pl2303_update_line_status data length fixHorst Schirmeier1-1/+1
2006-01-04[PATCH] USB Storage: add unusual_devs entry for NIKON Coolpix 2000fabien COSSE1-0/+8
2006-01-04[PATCH] USB: Correct ohci-pxa27x suspend/resume struct confusionRichard Purdie1-4/+7
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven23-43/+43
2006-01-04[PATCH] USB: drivers/usb/misc/sisusbvga/sisusb.c: remove dead codeAdrian Bunk1-6/+0
2006-01-04[PATCH] USB: Don't assume root-hub resume succeedsAlan Stern1-0/+2
2006-01-04[PATCH] USB Gadget: dummy_hcd: updates to hcd->stateAlan Stern1-12/+31
2006-01-04[PATCH] USB Gadget: file_storage: remove "volatile" declarationsAlan Stern1-21/+38
2006-01-04[PATCH] USB: don't allocate dma pools for PIO HCDsChris Humbert1-0/+3
2006-01-04[PATCH] USB: input/touchkitusb: handle multiple packetsDaniel Ritz1-22/+126
2006-01-04[PATCH] USB: usbserial: race-condition fix.Luiz Fernando Capitulino2-1/+17
2006-01-04[PATCH] USB: usbserial: Adds missing checks and bug fix.Luiz Fernando Capitulino1-0/+32
2006-01-04[PATCH] USB: isp116x-hcd: minor cleanupOlav Kongas1-2/+0
2006-01-04[PATCH] USB: Cleanups for usb gadget mass-storagePavel Machek1-2/+2
2006-01-04[PATCH] USB: Store port number in usb_deviceAlan Stern2-61/+19
2006-01-04[PATCH] USB: Consider power budget when choosing configurationAlan Stern4-81/+162
2006-01-04[PATCH] USB: One potential problem in gadget/serial.cFengwei Yin1-0/+2
2006-01-04[PATCH] USB: small cleanupsAdrian Bunk2-3/+3
2006-01-04[PATCH] USB: Fix locking for USB suspend/resumeAlan Stern1-15/+39
2006-01-04[PATCH] USB: Disconnect children during hub unbindAlan Stern1-63/+31
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern8-149/+33
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman122-122/+0
2006-01-04[PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman1-4/+5
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman31-0/+49
2006-01-04[PATCH] USB: add dynamic id functionality to USB coreGreg Kroah-Hartman1-50/+168
2006-01-04[PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman4-312/+342
2006-01-04[PATCH] USB: make bias writeable in libusualPete Zaitcev1-26/+27
2006-01-04[PATCH] USB: drivers/usb/storage/libusualPete Zaitcev11-167/+363
2006-01-04[PATCH] USB: central handling for host controllers that were reset during sus...Alan Stern6-15/+42
2006-01-04[PATCH] USB: dummy_hcd: rename variablesAlan Stern1-25/+25
2006-01-04[PATCH] USB: usb-net: new device ID passed through module parameterA.YOSHIYAMA1-0/+38
2006-01-04[PATCH] USB: usb-net: removes redundant returnPetko Manolov1-55/+51
2006-01-04[PATCH] USB: file-storage gadget: Add reference count for childrenAlan Stern1-13/+17
2006-01-04[PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUGDavid Brownell7-34/+7
2006-01-04[PATCH] USB: wakeup flag updates (3/3) isp116x-hcdDavid Brownell1-2/+3
2006-01-04[PATCH] USB: wakeup flag updates (2/3) uhci-hcdDavid Brownell1-2/+0
2006-01-04[PATCH] USB: wakeup flag updates (1/3) sl811-hcdDavid Brownell1-2/+4
2006-01-04[PATCH] USB: ehci fix driver model wakeup flagsDavid Brownell1-1/+1
2006-01-04[PATCH] USB: EHCI updates (4/4) driver model wakeup flagsDavid Brownell3-4/+13
2006-01-04[PATCH] USB: Eagle and ADI 930 usb adsl modem driver fixmatthieu castet1-10/+18
2006-01-04[PATCH] USB: Eagle and ADI 930 usb adsl modem drivermatthieu castet3-0/+1827
2006-01-04[PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0Alan Stern1-7/+7
2006-01-04[PATCH] USB: isp116x-hcd: cleanupOlav Kongas2-288/+224
2006-01-04[PATCH] USB: isp116x-hcd: support reiniting HC on resumeOlav Kongas1-8/+18
2006-01-04[PATCH] USB: Converting cdc acm to a ring queueDavid Kubicek2-76/+184
2006-01-04[PATCH] USB: Add pxa27x OHCI PM functionsRichard Purdie1-6/+27
2006-01-04[PATCH] USB: pxa27x OHCI - Separate platform code from main driverRichard Purdie1-42/+43
2006-01-02[PATCH] powerpc: more g5 overtemp problem fixBenjamin Herrenschmidt1-3/+3
2005-12-31Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-2/+2
2005-12-30[PATCH] Input: wacom - fix X axis setupDenny Priebe1-1/+1
2005-12-30[PATCH] Input: warrior - fix HAT0Y axis setupDmitry Torokhov1-1/+1
2005-12-30[PATCH] Input: kbtab - fix Y axis setupDmitry Torokhov1-1/+1
2005-12-30[ARM] 3216/1: indent and typo in drivers/serial/pxa.cErik Hovland1-2/+2
2005-12-29[PATCH] Simplify the VIDEO_SAA7134_OSS Kconfig dependency lineJean Delvare1-1/+1
2005-12-29Revert radeon AGP aperture offset changesLinus Torvalds1-9/+2
2005-12-29Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-5/+9
2005-12-29Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+1
2005-12-29[PATCH] Fix recursive config dependency for SAA7134Jean Delvare1-2/+2
2005-12-29[PATCH] Input: aiptek - fix Y axis setupRiccardo Magliocchetti1-1/+1
2005-12-29[PATCH] fix ia64 compile failure with gcc4.1Dave Jones1-1/+1
2005-12-28Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tg3-2.6Linus Torvalds2-4/+16
2005-12-28[SERMOUSE]: Sun mice speak 5-byte protocol too.David S. Miller1-1/+1
2005-12-28[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-12-28[TG3]: ethtool -d hangs PCIe systemsChris Elmquist2-2/+14
2005-12-27[PATCH] Fix more radeon GART start calculation casesBenjamin Herrenschmidt1-2/+4
2005-12-27[NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller1-3/+0
2005-12-27[SERIAL] Fix AMBA PL011 sysrq character handlingRussell King1-1/+1
2005-12-26[PATCH] Fix Fibre Channel boot oopsJames Bottomley1-1/+2
2005-12-24Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+1
2005-12-24Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+3
2005-12-24[VIDEO] sbuslib: Disallow private mmaps.David S. Miller1-0/+3
2005-12-24Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds9-263/+77
2005-12-24[PATCH] forcedeth: fix random memory scribbling bugManfred Spraul1-7/+8
2005-12-24[PATCH] s390: remove redundant and useless code in qethFrank Pavlic6-230/+38
2005-12-24[PATCH] s390: minor qeth network driver fixesFrank Pavlic3-12/+10
2005-12-24[PATCH] s390: some minor qeth driver fixesFrank Pavlic2-24/+24
2005-12-24[PATCH] missing license for libphy.koOlaf Hering1-0/+4
2005-12-24[PATCH] orinoco_nortel: Add Symbol LA-4123 IDPavel Roskin1-0/+4
2005-12-24[PATCH] orinoco_nortel: Fix incorrect PCI resource usePavel Roskin1-1/+1
2005-12-24[PATCH] fix libata inquiry VPD for ATAPI devicesTony Battersby1-4/+1
2005-12-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds11-37/+37
2005-12-22[SPARC]: introduce a SPARC Kconfig symbolAdrian Bunk10-35/+35
2005-12-22[SUNGEM]: Fix link error with CONFIG_HOTPLUG disabled.Adrian Bunk1-2/+2
2005-12-22Pull bug3410 into release branchLen Brown1-2/+2
2005-12-22Pull owner_id into release branchLen Brown1-9/+9
2005-12-22[ACPI] fix build warning from owner_id patchLen Brown1-1/+1
2005-12-22[ACPI] fix passive cooling regressionThomas Renninger1-2/+2
2005-12-22[MMC] Set correct capacity for 1024-byte block cardsRussell King1-5/+9
2005-12-22V4L/DVB (3191): Fix CC outputHans Verkuil1-3/+3
2005-12-22V4L/DVB (3200): Fix saa7134 ALSA/OSS collisionsRicardo Cerqueira4-10/+51
2005-12-21Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2-14/+93
2005-12-21Initialize drivers/media/video/saa7134 lateLinus Torvalds2-2/+4
2005-12-21[PATCH] usbcore: allow suspend/resume even if drivers don't support itAlan Stern1-3/+6
2005-12-21[PATCH] USB Storage: Force starget->scsi_level in usb-storage scsiglue.cPaul Walmsley1-2/+2
2005-12-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-5/+15
2005-12-21[ACPI] increase owner_id limit to 64 from 32Alex Williamson1-9/+9
2005-12-20[PATCH] Fix framebuffer console upside-down ywrap scrollingKnut Petersen1-3/+5
2005-12-20[PATCH] intelfb: Fix oops when changing video modeAntonino A. Daplas1-29/+13
2005-12-20[PATCH] intelfb: Fix freeing of nonexistent resourceAntonino A. Daplas2-2/+12
2005-12-20[PATCH] powerpc: g5 thermal overtemp bugBenjamin Herrenschmidt1-1/+1
2005-12-19Merge branch 'to_linus' of master.kernel.org:/pub/scm/linux/kernel/git/mcheha...Linus Torvalds9-30/+40
2005-12-19[PATCH] md: Change case of raid level reported in sys/mdX/md/levelNeil Brown1-1/+1
2005-12-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tg3-2.6Linus Torvalds1-85/+101
2005-12-19[TG3]: Fix ethtool memory testMichael Chan1-4/+3
2005-12-19[TG3]: Add tw32_wait_f() for some sensitive registersMichael Chan1-74/+77
2005-12-19[TG3]: Some low power fixesMichael Chan1-3/+13
2005-12-19[TG3]: Fix peer device handlingMichael Chan1-7/+11
2005-12-19[SPARC]: Fix RTC build failure.Adrian Bunk1-1/+1
2005-12-19[PATCH] V4L/DVB (3189): Fix a broken logic that didn't cover all standards.Mauro Carvalho Chehab1-18/+24
2005-12-19[PATCH] V4L/DVB (3181): Enable SPDIF output for DVB-S rev 2.3Oliver Endriss2-1/+5
2005-12-19[PATCH] V4L/DVB (3180): Fix tuner 100 definition for hauppauge eepromRicardo Cerqueira1-1/+1
2005-12-19[PATCH] V4L/DVB (3188): Fix compilation failure with gcc 2.95.3.Jean Delvare5-10/+10
2005-12-18Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/scjod...Linus Torvalds2-10/+58
2005-12-18[PATCH] mtd onenand driver: use platform_device.h instead device.hKyungmin Park1-2/+2
2005-12-18[PATCH] mtd onenand driver: reduce stack usageKyungmin Park2-5/+26
2005-12-18[PATCH] mtd onenand driver: fix unlock problem in DDPKyungmin Park1-4/+6
2005-12-18[PATCH] mtd onenand driver: check correct manufacturerKyungmin Park1-6/+10
2005-12-18[PATCH] radeon drm: fix compilation breakage with gcc 2.95.3Jean Delvare1-1/+1
2005-12-18[PATCH] Input: fix an OOPS in HID driverDmitry Torokhov1-0/+1
2005-12-18[PATCH] dpt_i2o fix for deadlock conditionSalyzyn, Mark1-5/+20
2005-12-18[PATCH] i2o: Do not disable pci device when it's in useBen Collins1-1/+5
2005-12-17[SCSI] fix scsi_reap_target() device_del from atomic contextJames Bottomley1-10/+38
2005-12-16[PATCH] ppc: booke_wdt compile fixAl Viro1-1/+1
2005-12-16Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre66-1221/+877
2005-12-16[PATCH] UHCI: add missing memory barriersAlan Stern1-0/+2
2005-12-16[PATCH] PCI express must be initialized before PCI hotplugMilton Miller1-4/+3
2005-12-16[PATCH] i2c: Fix i2c-mv64xxx compilation errorMark A. Greer1-5/+6
2005-12-15[PATCH] radeon drm: fix agp aperture map offsetBenjamin Herrenschmidt2-2/+8
2005-12-15[SCSI] fix for fc transport recursion problem.James.Smart@Emulex.Com1-4/+55
2005-12-15[PATCH] drivers/base/memory.c: unexport the static (sic) memory_sysdev_classAdrian Bunk1-1/+0
2005-12-15[PATCH] IPMI oops fixPaolo Galtieri1-2/+4
2005-12-15Auto-update from upstreamLen Brown24-1078/+626
2005-12-15[PATCH] drivers/input/misc/wistron_btns.c NULL noise removalAl Viro1-1/+1
2005-12-15[PATCH] mwave: missing __user in ioctl struct declarationAl Viro1-1/+1
2005-12-15[PATCH] drivers/atm/adummy.c NULL noise removalAl Viro1-1/+1
2005-12-15[PATCH] dst_ca __user annotations, portability fixesAl Viro1-3/+3
2005-12-15[PATCH] __user annotations (booke_wdt.c)Al Viro1-6/+7
2005-12-15[PATCH] arcfb __user annotationsAl Viro1-1/+1
2005-12-15[PATCH] cyber2000fb.c __iomem annotationsAl Viro1-2/+2
2005-12-15[PATCH] wdrtas.c: fix __user annotationsAl Viro1-1/+1
2005-12-15[PATCH] dell_rbu: NULL noise removalAl Viro1-3/+3
2005-12-15[PATCH] cm4000_cs: __user annotationsAl Viro1-6/+7
2005-12-15[PATCH] em28xx: %zd for size_tAl Viro1-1/+1
2005-12-15[PATCH] auerswald.c: %zd for size_tAl Viro1-1/+1
2005-12-15[PATCH] s2io: __iomem annotations for recent changesAl Viro1-5/+5
2005-12-15[PATCH] iscsi gfp_t annotationsAl Viro2-2/+2
2005-12-15[PATCH] sbus/char/uctrl: missing prototypes and NULL noise removalAl Viro1-5/+5
2005-12-15[PATCH] sparc: jsflash __user annotationsAl Viro1-9/+10
2005-12-15[PATCH] sparc: vfc __iomem annotations and fixesAl Viro2-4/+4
2005-12-14Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds9-995/+552
2005-12-14[PATCH] Input: ALPS - correctly report button presses on Fujitsu Siemens S6010Vojtech Pavlik1-1/+1
2005-12-14Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds13-81/+64
2005-12-15[PATCH] ide-cd: remove write-only cmd field from struct cdrom_infoBartlomiej Zolnierkiewicz2-8/+0
2005-12-15[PATCH] ide-disk: flush cache after calling del_gendisk()Bartlomiej Zolnierkiewicz1-2/+2
2005-12-15[PATCH] ide: AU1200 IDE updateJordan Crouse3-974/+535
2005-12-15[PATCH] ide: core modifications for AU1200Jordan Crouse1-9/+6
2005-12-15[PATCH] ide: MPC8xx IDE depends on IDE=y && BLK_DEV_IDE=yMarcelo Tosatti1-1/+1
2005-12-15[PATCH] via82cxxx IDE: Add VT8251 ISA bridgeDaniel Drake1-0/+1
2005-12-15[PATCH] sgiioc4: check for no hwifs availableJeremy Higdon1-1/+7
2005-12-14Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-1/+9
2005-12-14[MMC] Explain the internals of mmc_power_up()Russell King1-1/+9
2005-12-14Auto-update from upstreamLen Brown130-3152/+3215
2005-12-13Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tg3-2.6Linus Torvalds2-9/+64
2005-12-13[SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)James Bottomley4-62/+26
2005-12-13[PATCH] hid-core: Zero-pad truncated reportsAdam Kropelin1-1/+3
2005-12-13[PATCH] fbdev: make pxafb more robust to errors with CONFIG_FB_PXA_PARAMETERSOle Reinhardt1-1/+2
2005-12-13[TG3]: Fix low power stateMichael Chan2-5/+46
2005-12-13[TG3]: Fix 5704 single-port modeMichael Chan1-2/+7
2005-12-13[TG3]: Fix suspend and resumeMichael Chan1-0/+3
2005-12-13[TG3]: Fix nvram arbitration bugs.Michael Chan1-2/+8
2005-12-13[SCSI] Negotiate correctly with async-only devicesMatthew Wilcox1-2/+2
2005-12-13Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds4-10/+15
2005-12-13[netdrvr skge] fix buildJeff Garzik1-1/+1
2005-12-13[libata] mark certain hardware (or drivers) with a no-atapi flagJeff Garzik4-10/+15
2005-12-12[PATCH] fbdev: Fix incorrect unaligned access in little-endian machinesAntonino A. Daplas3-36/+24
2005-12-12[PATCH] fbdev: Shift pixel value before entering loop in cfbimageblitAntonino A. Daplas1-1/+2
2005-12-12[PATCH] fbdev: fix switch to KD_TEXT, enhanced versionKnut Petersen1-1/+2
2005-12-12[PATCH] fbcon: Avoid illegal display panningAntonino A. Daplas1-6/+19