aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-11-30[ACPI] Prefer _CST over FADT for C-state capabilitiesVenkatesh Pallipadi1-5/+5
2005-11-29[PATCH] fbdev: cg3fb: Kconfig fixMark Fortescue1-6/+7
2005-11-29[PATCH] fbdev: cirrusfb: Driver cleanup and bug fixesAntonino A. Daplas1-6/+9
2005-11-29[ATM]: [adummy] dummy ATM driver (similar to net/dummy)Chas Williams3-0/+176
2005-11-29[ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka2-20/+4
2005-11-29[ATM]: [lanai] kill lanai_ioctl() which just contains some old debugging codeMitchell Blank Jr1-89/+1
2005-11-29[ATM]: drivers/atm/atmdev_init.c no longer necessaryJan Pieter1-54/+0
2005-11-29[ATM]: [lanai] lanai missing unregisterDave Jones1-0/+1
2005-11-29[ATM]: [lanai] better constificationMitchell Blank Jr1-5/+6
2005-11-29Revert "[PATCH] drivers/message/fusion/mptbase.c: make code static"Linus Torvalds2-2/+6
2005-11-29Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds15-107/+160
2005-11-29[PATCH] fix megaraid.c lockingChristoph Hellwig1-15/+14
2005-11-29[MTD] Make functions static, include header files with prototypesAdrian Bunk5-10/+11
2005-11-29[MTD] chips: make sharps driver usable againRichard Purdie1-57/+66
2005-11-29[MTD] Remove bogus PQ2FADS driverThomas Gleixner2-7/+0
2005-11-29[MTD] maps: sparse fixupLuiz Capitulino1-2/+2
2005-11-29[MTD] cfi_cmdset_0001: relax locking rules for multi hardware partition supportNicolas Pitre1-6/+4
2005-11-29[MTD] Make some tables 'const' so they can live in .rodataDavid Woodhouse2-4/+4
2005-11-29[MTD] maps/ixp4xx: half-word boundary and little-endian fixupsJohn Bowler1-12/+66
2005-11-29[MTD] CFI: Use 16-bit access to autoselect/read device id dataTodd Poynor1-3/+3
2005-11-29[MTD] devices/ms02-nv: phys/virt address fixupsMaciej W. Rozycki1-3/+3
2005-11-29[MTD] RFD_FTL: Use lanana assigned major device numberSean Young1-4/+2
2005-11-28Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds4-6/+6
2005-11-28Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-1/+1
2005-11-28[PATCH] md: fix --re-add for raid1 and raid6NeilBrown2-6/+12
2005-11-28[PATCH] md: set default_bitmap_offset properly in set_array_infoNeilBrown1-1/+3
2005-11-28[PATCH] md: fix problem with raid6 intent bitmapNeilBrown1-2/+13
2005-11-28[PATCH] md: fix locking problem in r5/r6NeilBrown2-0/+4
2005-11-28[PATCH] md: improve read speed to raid10 arrays using 'far copies'NeilBrown1-1/+5
2005-11-28[PATCH] fix broken hybrid v4l-dvb frontend selectionMichael Krufky5-47/+33
2005-11-28[PATCH] m32r: M3A-2170(Mappi-III) IDE supportHirokazu Takata1-1/+2
2005-11-28[PATCH] Console rotation fixesBenjamin Herrenschmidt2-11/+4
2005-11-28[PATCH] clean up lock_cpu_hotplug() in cpufreqAshok Raj1-10/+2
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds1-1/+1
2005-11-28[SERIAL] mark several serial tables constArjan van de Ven4-6/+6
2005-11-28[MMC] Fix protocol errorsPierre Ossman1-1/+1
2005-11-27[PATCH] drivers/scsi/dpt_i2o.c: fix a NULL pointer dereferenceAdrian Bunk1-4/+5
2005-11-27[PATCH] drivers/infiniband/core/mad.c: fix use-after-release caseAdrian Bunk1-2/+2
2005-11-27[PATCH] drivers/message/i2o/pci.c: fix a NULL pointer dereferenceAdrian Bunk1-1/+1
2005-11-25Merge branch 'drm-linus' of master.kernel.org:/pub/scm/linux/kernel/git/airli...Linus Torvalds1-5/+11
2005-11-24[PATCH] fbcon: fix obvious bug in fbcon logo rotation codeJasper Spaans1-1/+5
2005-11-24drm: fix quiescent lockingDave Airlie1-5/+11
2005-11-23Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds4-5/+4
2005-11-23[PATCH] usb serial: remove redundant includeNicolas Kaiser1-1/+0
2005-11-23[PATCH] USB: fix USB key generates ioctl_internal_command errors issueDavid Härdeman1-0/+9
2005-11-23[PATCH] USB: ohci, move ppc asic tweaks nearer pciDavid Brownell2-38/+36
2005-11-23[PATCH] USB: EHCI updates split init/reinit logic for resumeDavid Brownell2-161/+162
2005-11-23[PATCH] USB: EHCI updates mostly whitespace cleanupsDavid Brownell1-135/+125
2005-11-23[PATCH] USB: EHCI updatesDavid Brownell4-42/+46
2005-11-23[PATCH] USB: ftdi_sio: new IDs for KOBIL devicesIan Abbott2-0/+9
2005-11-23[PATCH] USB: SN9C10x driver - bad page state fixDamian Wrobel1-1/+1
2005-11-23[PATCH] PCI: kernel-doc fix for pci-acpi.cRandy Dunlap1-0/+1
2005-11-23[PATCH] PCI Express Hotplug: clear sticky power-fault bitRajesh Shah3-15/+11
2005-11-23[PATCH] hwmon: hdaps missing an axisEugeniy Meshcheryakov1-1/+1
2005-11-23[PATCH] hwmon: Fix missing it87 fan div initJean Delvare1-0/+7
2005-11-23[PATCH] hwmon: Fix lm78 VID conversionJean Delvare1-1/+1
2005-11-23[PATCH] hwmon: Fix missing boundary check when setting W83627THF in0 limitsYuan Mu1-2/+6
2005-11-23[PATCH] Small fixes to driver coreAlan Stern2-17/+12
2005-11-23[PATCH] revert floppy-fix-read-only-handlingAndrew Morton1-6/+0
2005-11-23drm: move is_pci to the end of the structureDave Airlie1-2/+1
2005-11-23drm: add __GFP_COMP to the drm_alloc_pagesDave Airlie2-2/+2
2005-11-23I think that if a PCI bus is a root bus, attached to a host bridge not aDave Airlie1-1/+1
2005-11-22[SPARC]: drivers/sbus/char/aurora.c: "extern inline" -> "static inline"Adrian Bunk1-6/+6
2005-11-22[PATCH] device-mapper raid1: drop mark_region spinlock fixJonathan E Brassow1-11/+9
2005-11-22[PATCH] device-mapper snapshot: bio_list fixjblunck@suse.de1-0/+3
2005-11-22[PATCH] device-mapper dm-mpath: endio spinlock fixStefan Bader1-6/+7
2005-11-22[PATCH] device-mapper: mirror log bitset fixAlasdair G Kergon1-2/+2
2005-11-22[PATCH] device-mapper: list_versions fixAlasdair G Kergon1-1/+1
2005-11-22[PATCH] device-mapper dm-ioctl: missing put in table load error caseKiyoshi Ueda1-0/+1
2005-11-22[PATCH] dell_rbu driver depends on x86[64]Dave Jones1-0/+1
2005-11-22[PATCH] Fix a bug in scsi_get_commandMatthew Dobson1-1/+1
2005-11-22[PATCH] cpufreq: silence cpufreq for UPGrant Coady1-1/+1
2005-11-22[PATCH] vgacon: Fix usage of stale height value on vc initializationAntonino A. Daplas1-0/+1
2005-11-22[PATCH] fbcon: Console Rotation - Fix wrong shift calculationAntonino A. Daplas1-2/+2
2005-11-22[PATCH] unpaged: ZERO_PAGE in VM_UNPAGEDHugh Dickins1-1/+1
2005-11-22[PATCH] net: Fix compiler-error on dgrs.c when !CONFIG_PCIRichard Knutsson1-0/+2
2005-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/scj...Linus Torvalds1-0/+6
2005-11-21Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+1
2005-11-21[SERIAL] imx: Fix missed platform_driver_unregisterRussell King1-1/+1
2005-11-21Merge ../linus/Dave Jones150-1537/+3334
2005-11-21[AGPGART] Support VIA P4M800CE bridge.Dave Jones1-0/+6
2005-11-20[PATCH] Fix an OOPS is CinergyT2Dmitry Torokhov1-1/+1
2005-11-20Fix missing initialization in ir-kbd-gpio.cDmitry Torokhov1-2/+3
2005-11-20Fix an OOPS when initializing IR remote on saa7134Dmitry Torokhov1-0/+2
2005-11-20Input: make serio and gameport more swsusp friendlyDmitry Torokhov2-6/+18
2005-11-20Input: handle failures in input_register_device()Dmitry Torokhov1-27/+36
2005-11-20Input: uinput - don't use "interruptible" in FF codeDmitry Torokhov1-8/+3
2005-11-20Input: uinput - add UI_SET_SWBIT ioctlDmitry Torokhov1-0/+4
2005-11-20Input: uinput - convert to dynalloc allocationDmitry Torokhov1-147/+163
2005-11-20Input: wistron - disable wifi/bluetooth on suspendMiloslav Trmac1-0/+6
2005-11-20Input: wistron - add PM supportDmitry Torokhov1-5/+57
2005-11-20Input: wistron - convert to dynamic input_dev allocationDmitry Torokhov1-16/+37
2005-11-20Input: wistron - add support for Acer Aspire 1500 notebooksBernhard Rosenkraenzer1-20/+59
2005-11-20Input: wistron - disable for x86_64Andrew Morton1-1/+1
2005-11-20Input: add Wistron driverDmitry Torokhov3-0/+454
2005-11-20Input: atkbd - speed up setting leds/repeat stateDmitry Torokhov1-31/+68
2005-11-19Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds8-50/+30
2005-11-19Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2-24/+22
2005-11-19Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds3-20/+15
2005-11-19Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-4/+4
2005-11-19[PATCH] ide: add missing __init tags to device driversBartlomiej Zolnierkiewicz4-11/+5
2005-11-19[PATCH] ide: remove dead code from flagged_taskfile()Bartlomiej Zolnierkiewicz1-9/+3
2005-11-19[PATCH] ide: remove dead DEBUG_TASKFILE codeBartlomiej Zolnierkiewicz1-15/+0
2005-11-19[PATCH] ide: remove unused ide_action_t:ide_nextBartlomiej Zolnierkiewicz1-6/+0
2005-11-19[PATCH] sis5513: enable ATA133 for the SiS965 southbridgeAurelien Jarno1-0/+1
2005-11-19[PATCH] via82cxxx: add VIA VT6410 IDE supportMathias Kretschmer1-9/+21
2005-11-19[SERIAL] Remove unused variable in sa1100.cRussell King1-1/+0
2005-11-19[SERIAL] Fix status reporting with PL011 serial driverRussell King1-23/+22
2005-11-18Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds13-340/+140
2005-11-18Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds4-26/+31
2005-11-18Merge branch 'parisc' of master.kernel.org:/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds7-32/+66
2005-11-18IB/umad: make sure write()s have sufficient dataRoland Dreier1-1/+1
2005-11-18[PATCH] ide: fix ide_toggle_bounce() to not try to bounce if we have an IOMMUJames Bottomley1-4/+4
2005-11-18[PATCH] ide: make comment match realityRalf Baechle1-1/+1
2005-11-18IB/mthca: Safer max_send_sge/max_recv_sge calculationMichael S. Tsirkin1-4/+6
2005-11-18[PATCH] cs5520: fix return value of cs5520_init_one()Amit Gud1-3/+2
2005-11-18[PATCH] siimage: docs urlsJeff Garzik1-1/+7
2005-11-18[PATCH] aec62xxx: remove all dead (#if0'd) codeThibaut VARENE1-47/+0
2005-11-18Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-12/+28
2005-11-18sbp2_command_orb_lock must be held when accessing the _orb_inuse list.Jody McIntyre1-0/+6
2005-11-18Merge branch 'master'Kyle McMartin29-156/+614
2005-11-18[PATCH] pmac IDE: don't release empty interfacesThibaut VARENE1-14/+0
2005-11-18[PATCH] alim15x3: use KERN_WARNINGAlexey Dobriyan1-1/+1
2005-11-18[PARISC] Mark hisax and pcbit ISDN drivers as not for pariscMatthew Wilcox2-7/+7
2005-11-18[PATCH] alim15x3: replace pci_find_device() with pci_dev_present()Hanna Linder1-1/+6
2005-11-18[PARISC] Mention PA-RISC in NS87415 helpMatthew Wilcox1-1/+1
2005-11-18[PARISC] Make Serial MUX depend on a specific bus type.Matthew Wilcox1-1/+1
2005-11-18[PATCH] ide: remove ide_driver_t.owner fieldLaurent Riffard5-5/+5
2005-11-18[PATCH] via82cxxx IDE: support multiple controllersDaniel Drake1-78/+117
2005-11-18[PATCH] via82cxxx IDE: remove /proc/via entryDaniel Drake1-188/+0
2005-11-18[PATCH 3/3] cciss: add put_disk into cleanup routinesmikem1-9/+24
2005-11-18[PATCH 2/3] cciss: bug fix for BIG_PASS_THRUJens Axboe1-3/+4
2005-11-18Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds16-61/+352
2005-11-18[wireless hermes] build fixJeff Garzik1-3/+3
2005-11-18[libata sata_mv] update copyright, driver versionJeff Garzik1-1/+2
2005-11-18Merge branch 'upstream-fixes' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik3-12/+21
2005-11-18[PATCH] ipw2100: Fix 'Driver using old /proc/net/wireless...' messageJames Ketrenos2-11/+20
2005-11-18[PATCH] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xxJohn W. Linville1-1/+1
2005-11-18[PATCH] drivers/net/wireless/hermes.c unsigned int comparisionGabriel A. Devenyi1-3/+3
2005-11-18[PATCH] prism54 : Remove extraneous udelay/register readRoger While1-2/+2
2005-11-18[PATCH] SAA9730: Add missing header bits.Ralf Baechle1-11/+25
2005-11-18[PATCH] au1000_eth: Include <linux/config.h>Ralf Baechle1-0/+1
2005-11-18[PATCH] IOC3: Replace obsolete PCI APIRalf Baechle1-1/+1
2005-11-18[PATCH] i82593.h: make header comment GPL-compatibleJohn W. Linville1-3/+8
2005-11-18[PATCH] e100: re-enable microcode with more useful defaultsJesse Brandeburg1-18/+257
2005-11-18Merge branch 'halasa-hdlc' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik3-0/+16
2005-11-18Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik1-4/+2
2005-11-18[PATCH] sil24: make error_intr less verboseTejun Heo1-3/+9
2005-11-18[PATCH] sil24: add ATAPI supportTejun Heo1-26/+58
2005-11-18[PATCH] sil24: use SRST for phy_resetTejun Heo1-10/+66
2005-11-18[PATCH] sil24: add sil24_restart_controllerTejun Heo1-3/+32
2005-11-18[PATCH] smc91x: fix bank mismatchRussell King1-0/+1
2005-11-18[PATCH] smc91x: fix one source of spurious interruptsNicolas Pitre1-4/+12
2005-11-18[PATCH] s390: fix class_device_create calls in 3270 the driverMartin Schwidefsky1-2/+2
2005-11-18[PATCH] md: fix is_mddev_idle calculation now that disk/sector accounting hap...NeilBrown1-4/+13
2005-11-18[PATCH] md: don't pass a NULL file* into ->prepare_write()Neil Brown1-2/+2
2005-11-18[PATCH] tpm: remove PCI kconfig dependencyKylene Jo Hall1-1/+1
2005-11-18[PATCH] tpm: use ioread8 and iowrite8Kylene Jo Hall2-31/+38
2005-11-18[PATCH] tpm: use flush_scheduled_work()Kylene Jo Hall1-0/+2
2005-11-18[PATCH] ipmi: missing NULL test for kthreadMatt Domsch1-1/+1
2005-11-18[PATCH] Fix copy-paste bug in ohci-ppc-soc.cAndrey Volkov1-1/+1
2005-11-18Fix ACPI processor power block initializationLinus Torvalds1-10/+4
2005-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds1-5/+36
2005-11-18offb: Fix compile error on ppc32 systemsPaul Mackerras1-0/+1
2005-11-17[PARISC] Make superio.c initialize before any driver needs itKyle McMartin1-14/+21
2005-11-17[PARISC] Define port->timeout to fix a long msleep in mux.cRyan Bradetich1-0/+7
2005-11-17[PARISC] Compile fixups for serial/mux.cRyan Bradetich1-8/+4
2005-11-17[PARISC] Add IRQ affinitiesJames Bottomley1-1/+25
2005-11-17[PATCH] USB: add the anydata usb-serial driverGreg Kroah-Hartman4-0/+134
2005-11-17[PATCH] USB: delete the nokia_dku2 driverGreg Kroah-Hartman3-152/+0
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman38-139/+25
2005-11-17[PATCH] USB: OHCI lh7a404 platform device conversion fixupRichard Purdie1-1/+1
2005-11-17[PATCH] USB: Maxtor OneTouch button support for older drivesAntti Andreimann1-0/+5
2005-11-17[PATCH] usb devio warning fixAndrew Morton1-1/+1
2005-11-17[PATCH] USB: fix race in kaweth disconnectHerbert Xu1-12/+1
2005-11-17[PATCH] usb-storage: Fix detection of kodak flash readers in shuttle_usbat dr...Daniel Drake1-1/+1
2005-11-17[PATCH] USB: Adapt microtek driver to new scsi featuresOliver Neukum2-9/+28
2005-11-17[PATCH] USB: pl2303: updates pl2303_update_line_status()Luiz Fernando Capitulino1-1/+3
2005-11-17[PATCH] USB: pl2303: adds new IDs.Luiz Fernando Capitulino2-0/+4
2005-11-17[PATCH] USB: onetouch doesn't suspend yetDavid Brownell1-1/+1
2005-11-17[PATCH] USB: cp2101.c: Jablotron usb serial interface identificationJosef Balatka1-0/+1
2005-11-17[PATCH] USB: kill unneccessary usb-storage blacklist entriesPavel Machek1-5/+0
2005-11-17[PATCH] USB: usbdevfs_ioctl 32bit fixAndrew Morton1-2/+2
2005-11-17[PATCH] usbfs: usbfs_dir_inode_operations cleanupOGAWA Hirofumi1-6/+1
2005-11-17[PATCH] USB: fix 'unused variable' warningDmitry Torokhov1-2/+1
2005-11-17[PATCH] USB: wacom tablet driver updatePing Cheng1-23/+110
2005-11-17[PATCH] USB: add new wacom devices to usb hid-core listPing Cheng1-0/+12
2005-11-17[PATCH] USB Serial: rename ChangeLog.oldGreg Kroah-Hartman1-1/+1
2005-11-17[PATCH] USB: fix build breakage in dummy_hcd.cGreg Kroah-Hartman1-2/+2
2005-11-17[PATCH] Fix IXP4xx I2C driver build breakageDeepak Saxena1-3/+4
2005-11-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds6-94/+277
2005-11-17[ARM] Drivers should not make use of architecture private __ioremapRussell King2-4/+4
2005-11-17Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds12-198/+898
2005-11-17[PATCH] ipw2200: fix error log offset calculationZhu Yi1-2/+1
2005-11-17[PATCH] ipw2200: disallow direct scanning when device is downPekka Enberg1-0/+4
2005-11-17[IDE] Add driver for Sibyte Swarm evaluation boardRalf Baechle4-1/+207
2005-11-17[MIPS] zs.c: Resurrect the deceased zs.c for now.Maciej W. Rozycki2-93/+70
2005-11-17[DRIVER MODEL] Fix typo in ohci-ppc-soc.cAndrey Volkov1-1/+1
2005-11-17[DRIVER MODEL] Fix merge clashes with ARM ixp2000 / ixp4xx platformsRussell King3-19/+15
2005-11-17[libata sata_mv] handle lack of hardware nIEN supportJeff Garzik1-1/+6