aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-06-21[PATCH] fbdev: fill in the access_align field.James Simmons6-2/+6
2005-06-21[PATCH] fbdev: stack reductionJames Simmons5-39/+24
2005-06-21[PATCH] New framebuffer fonts + updated 12x22 font availableJurriaan6-817/+10053
2005-06-21[PATCH] Framebuffer driver for Arc LCD boardJaya Kumar3-0/+701
2005-06-21[PATCH] intelfb: fix accel detection when changing video modesSylvain Meyer1-2/+2
2005-06-21[PATCH] intelfb: Add voffset option to avoid conficts with Xorg i810 driverSylvain Meyer1-4/+12
2005-06-21[PATCH] VGA to fbcon fix.James Simmons1-4/+13
2005-06-21[PATCH] pm3fb typo fixAlexey Dobriyan1-1/+1
2005-06-21[PATCH] fbdev: iomove removalJames Simmons3-74/+9
2005-06-21[PATCH] intelfbdrv naming fixAndrew Morton1-1/+1
2005-06-21[PATCH] some vesafb fixesGerd Knorr1-4/+4
2005-06-21[PATCH] s1d13xxxfb linkage fixAndrew Morton1-1/+1
2005-06-21[PATCH] Bring back Tux on Chips 65550 framebufferKeenan Pepper1-3/+0
2005-06-21[PATCH] ibmasm driver: fix race in command refcount logicMax Asbock6-13/+51
2005-06-21[PATCH] ibmasm driver: redesign handling of remote control eventsMax Asbock6-269/+449
2005-06-21[PATCH] ibmasm driver: correctly wake up sleeping threadsMax Asbock3-14/+40
2005-06-21[PATCH] ibmasm driver: fix command buffer sizeMax Asbock1-1/+1
2005-06-21[PATCH] s390: cio max channels checksCornelia Huck1-3/+3
2005-06-21[PATCH] m32r: Remove include/asm-m32r/m32102peri.hHirokazu Takata1-2/+2
2005-06-21[PATCH] m32r: Update m32r_cfc.[ch] to support Mappi-III platformHirokazu Takata3-38/+33
2005-06-21[PATCH] ioc4: PCI bus speed detectionBrent Casavant3-14/+147
2005-06-21[PATCH] ioc4: CONFIG splitBrent Casavant7-5/+36
2005-06-21[PATCH] ioc4: Core driver rewriteBrent Casavant3-215/+416
2005-06-21[PATCH] mips: add vr41xx gpio supportYoichi Yuasa3-0/+748
2005-06-21[PATCH] ppc64 iSeries: allow build with no PCIStephen Rothwell2-5/+5
2005-06-21[PATCH] cpm_uart: Route SCC2 pins for the STx GP3 boardMatt Porter1-0/+9
2005-06-21[PATCH] 3c59x: remove superfluous vortex_debug test from boomerang_start_xmit()John W. Linville1-3/+2
2005-06-21[PATCH] node local per-cpu-pagesChristoph Lameter1-1/+1
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar3-4/+4
2005-06-21[PATCH] coverity: ipmi: avoid overrun of ipmi_interfaces[]Zaur Kambarov1-1/+1
2005-06-21[PATCH] megaraid build fixbobl1-1/+1
2005-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds178-2128/+2153
2005-06-20[PATCH] PCI: fix show_modalias() function due to attribute changeGreg Kroah-Hartman1-1/+1
2005-06-20[PATCH] USB: fix show_modalias() function due to attribute changeGreg Kroah-Hartman1-1/+1
2005-06-20[PATCH] Driver core: Don't "lose" devices on suspend on failureBenjamin Herrenschmidt1-1/+12
2005-06-20[PATCH] I2C: drivers/i2c/chips/adm1026.c: use dynamic sysfs callbacksYani Ioannou1-283/+241
2005-06-20[PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c...Yani Ioannou14-93/+93
2005-06-20[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou17-122/+122
2005-06-20[PATCH] Driver Core: drivers/char/raw3270.c - drivers/net/netiucv.c: update d...Yani Ioannou11-89/+89
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...Yani Ioannou24-99/+100
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/pc87360.c - w83627hf.c: update device ...Yani Ioannou8-115/+115
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/lm77.c - max1619.c: update device attr...Yani Ioannou9-113/+113
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/adm1031.c - lm75.c: update device attr...Yani Ioannou10-109/+109
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Yani Ioannou12-90/+90
2005-06-20[PATCH] Driver core: change device_attribute callbacksYani Ioannou1-2/+2
2005-06-20[PATCH] driver core: fix error handling in bus_add_deviceHannes Reinecke2-6/+10
2005-06-20[PATCH] Driver core: unregister_node() for hotplug useKeiichiro Tokunaga1-2/+18
2005-06-20[PATCH] usbcore: Don't call device_release_driver recursivelyAlan Stern1-2/+8
2005-06-20[PATCH] driver core: Fix races in driver_detach()Alan Stern1-13/+38
2005-06-20[PATCH] usb: klist_node_attached() fixPatrick Mochel1-1/+1
2005-06-20[PATCH] Fix typo in scdrv_init()Jason Uhlenkott1-1/+1
2005-06-20[PATCH] Driver Core: fix bk-driver-core kills ppc64Patrick Mochel1-68/+74
2005-06-20[PATCH] Driver core: Fix up the driver and device iterators to be quietergregkh@suse.de1-13/+19
2005-06-20[PATCH] use device_for_each_child() to properly access child devices.long1-74/+65
2005-06-20[PATCH] Use device_for_each_child() to unregister devices in nodemgr_remove_h...gregkh@suse.de1-5/+6
2005-06-20[PATCH] USB: fix build warning in usb core as pointed out by Andrew.gregkh@suse.de1-1/+1
2005-06-20[PATCH] driver core: change export symbol for driver_for_each_device()gregkh@suse.de1-1/+1
2005-06-20[PATCH] Fix up bogus comment.mochel@digitalimplant.org1-2/+1
2005-06-20[PATCH] Use a klist for device child lists.mochel@digitalimplant.org1-15/+15
2005-06-20[PATCH] use device_for_each_child() to properly access child devices.gregkh@suse.de1-6/+10
2005-06-20[PATCH] Use device_for_each_child() to unregister devices in scsi_remove_targ...mochel@digitalimplant.org1-5/+9
2005-06-20[PATCH] Call klist_del() instead of klist_remove().mochel@digitalimplant.org1-1/+1
2005-06-20[PATCH] Remove struct device::driver_list.mochel@digitalimplant.org1-1/+0
2005-06-20[PATCH] Remove struct device::bus_list.mochel@digitalimplant.org1-1/+0
2005-06-20[PATCH] Fix up bus code and remove use of rwsem.mochel@digitalimplant.org1-12/+0
2005-06-20[PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...mochel@digitalimplant.org1-2/+2
2005-06-20[PATCH] Use bus_for_each_{dev,drv} for driver binding.mochel@digitalimplant.org1-33/+39
2005-06-20[PATCH] Remove the unused device_find().mochel@digitalimplant.org1-19/+0
2005-06-20[PATCH] Add a klist to struct device_driver for the devices bound to it.mochel@digitalimplant.org3-28/+35
2005-06-20[PATCH] Add a klist to struct bus_type for its drivers.mochel@digitalimplant.org1-29/+23
2005-06-20[PATCH] Add a klist to struct bus_type for its devices.mochel@digitalimplant.org1-30/+24
2005-06-20[PATCH] Use driver_for_each_device() instead of manually walking list.mochel@digitalimplant.org1-18/+23
2005-06-20[PATCH] Use driver_for_each_device() in drivers/pnp/driver.c instead of manua...mochel@digitalimplant.org1-4/+8
2005-06-20[PATCH] Add driver_for_each_device().mochel@digitalimplant.org1-0/+35
2005-06-20[PATCH] Move device/driver code to drivers/base/dd.cmochel@digitalimplant.org4-183/+203
2005-06-20[PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org4-6/+20
2005-06-20[PATCH] fix up ipmi code after class_simple.c removalAndrew Morton1-7/+7
2005-06-20[PATCH] class: remove class_simple code, as no one in the tree is using it an...gregkh@suse.de2-200/+1
2005-06-20[PATCH] class: add kerneldoc for the new class functions.gregkh@suse.de1-0/+43
2005-06-20[PATCH] USB: trivial error path fixMark M. Hoffman1-0/+1
2005-06-20[PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de9-53/+51
2005-06-20[PATCH] class: convert drivers/scsi/* to use the new class api instead of cla...gregkh@suse.de3-25/+27
2005-06-20[PATCH] class: convert drivers/ieee1394/* to use the new class api instead of...gregkh@suse.de5-15/+16
2005-06-20[PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de14-103/+103
2005-06-20[PATCH] class: convert drivers/block/* to use the new class api instead of cl...gregkh@suse.de3-22/+22
2005-06-20[PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de3-44/+37
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de5-24/+28
2005-06-20[PATCH] tty: move to use the new class code, instead of class_simplegregkh@suse.de1-8/+8
2005-06-20[PATCH] CLASS: move a "simple" class logic into the class core.gregkh@suse.de1-11/+134
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov5-8/+8
2005-06-20[PATCH] sysfs: (driver/block) if show/store is missing return -EIODmitry Torokhov5-9/+9
2005-06-20[PATCH] sysfs: (driver/pci) if show/store is missing return -EIODmitry Torokhov3-15/+17
2005-06-20[PATCH] sysfs: (driver/base) if show/store is missing return -EIODmitry Torokhov4-8/+8
2005-06-20[PATCH] Make attributes names const char *Dmitry Torokhov2-77/+56
2005-06-20[PATCH] make driver's name be const char *Dmitry Torokhov1-1/+1
2005-06-20[PATCH] kset_hotplug_ops->name shoudl return const char *Dmitry Torokhov2-2/+2
2005-06-20Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+6
2005-06-20[PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdogLennert Buytenhek1-1/+6
2005-06-19aic7xxx/aic79xx_osm: revert completely bogus ahd_linux_queue() patchJeff Garzik1-4/+4
2005-06-19fc4/fc: fix warnings and errors related to recent SCSI EH updatesJeff Garzik1-4/+2
2005-06-18[PATCH] console blanking oops fixJan Beulich1-0/+4
2005-06-18Merge 'upstream-2.6.13' branch of rsync://rsync.kernel.org/pub/scm/linux/kern...Linus Torvalds4-38/+150
2005-06-18[PATCH] Fix typo in drivers/pci/pci-driver.cMika Kukkonen1-1/+1
2005-06-18Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/net...Linus Torvalds30-3821/+8998
2005-06-18Merge /spare/repo/linux-2.6/Jeff Garzik49-245/+318
2005-06-17[SCSI] aacraid: regression fixMark Haverkamp1-6/+7
2005-06-17merge by hand (qla_os.c mismerge)James Bottomley189-19011/+12947
2005-06-17merge by hand (fix up qla_os.c merge error)James Bottomley176-18984/+12919
2005-06-17Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+6
2005-06-17[PATCH] PCI: don't override drv->shutdown unconditionallyChristoph Hellwig1-1/+4
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik37-42/+176
2005-06-17[SCSI] allow sleeping in ->eh_bus_reset_handler()Jeff Garzik31-38/+132
2005-06-17[SCSI] allow sleeping in ->eh_device_reset_handler()Jeff Garzik16-40/+97
2005-06-17[SCSI] allow sleeping in ->eh_abort_handler()Jeff Garzik18-47/+121
2005-06-17[SCSI] Remove no-op implementations of SCSI EH hooksJeff Garzik40-261/+0
2005-06-17[SCSI] Remove unnecessary locking around completion function callsJeff Garzik3-12/+0
2005-06-17When cfq I/O scheduler is selected, get_request() in __make_request() callsKiyoshi Ueda1-3/+6
2005-06-16Merge 'for-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/axboe...Linus Torvalds1-8/+1
2005-06-16[PATCH] fix for kaweth broken by changes in the networking layerOliver Neukum1-1/+1
2005-06-16[PATCH] ALPS: fix enabling hardware tappingDmitry Torokhov1-1/+1
2005-06-16[PATCH] sbp2 slab corruption fixAlexandre Oliva1-1/+2
2005-06-16 This patch fixes q->unplug_thresh condition check inTejun Heo1-1/+1
2005-06-16This patch kills elevator_global_init() in elevator.c which doesTejun Heo1-7/+0
2005-06-14[PATCH] macmodes: needs a licenseRandy Dunlap1-0/+1
2005-06-14[PATCH] i2o: Fix free of event memory in i2o_block_event()Markus Lidel1-0/+1
2005-06-13[PATCH] Typo in fbdev sysfs support, virtual_sizeJon Smirl1-1/+1
2005-06-13[PATCH] Fix PCI BAR size interpretation on 64-bit archesOlof Johansson1-1/+1
2005-06-13[SCSI] aic7xxx: fix the BIOS limits setting routinesJames Bottomley1-10/+25
2005-06-13[SCSI] zfcp: fix handling of port boxed and lun boxed fsf statesAndreas Herrmann4-28/+75
2005-06-13[SCSI] zfcp: fix module parameter parsingAndreas Herrmann1-3/+12
2005-06-13[SCSI] zfcp: fix bug during adapter shutdownAndreas Herrmann7-80/+45
2005-06-13[SCSI] zfcp: fix: problem in send_els_handler when D_ID assignment changesAndreas Herrmann3-25/+16
2005-06-13[SCSI] zfcp: fix: mark fsf request failed when receiving unknown status quali...Andreas Herrmann1-4/+2
2005-06-13[SCSI] zfcp: fix: reopen port only if link-test failsAndreas Herrmann1-15/+4
2005-06-13[SCSI] zfcp: fix: allow more time for adapter initializationAndreas Herrmann2-14/+17
2005-06-13[SCSI] zfcp: fix wrong handling of failed requests for GID_PN commandAndreas Herrmann1-1/+4
2005-06-13Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2005-06-13[NET]: Move the netdev list to vger.kernel.org.Ralf Baechle1-1/+1
2005-06-13[PATCH] spin longer for ehci port reset completionDavid Brownell1-1/+4
2005-06-12[PATCH] pwc bug fixAlan Cox1-4/+0
2005-06-12[PATCH] radeonfb: don't blow up VGA console on loadBenjamin Herrenschmidt1-4/+3
2005-06-12[PATCH] M68k: Mark Sun-3 NCR5380 SCSI brokenGeert Uytterhoeven1-1/+1
2005-06-12[PATCH] IrDA: IrDA: Fix CONFIG_VIA_FIR typo (double `those')Geert Uytterhoeven1-1/+1
2005-06-11[SCSI] aic7xxx: clean up eisa supportChristoph Hellwig3-131/+63
2005-06-11[SCSI] aic7xxx: remove some dead woodChristoph Hellwig3-47/+3
2005-06-11[SCSI] aic7xxx: remove ahc_find_softcChristoph Hellwig5-63/+16
2005-06-11[SCSI] zfcp: remove flags_dump featureAndreas Herrmann4-235/+1
2005-06-11[SCSI] cciss 2.6 DMA mappingmike.miller@hp.com1-9/+3
2005-06-11[SCSI] aic7xxx: do not check for duplicate pci idsChristoph Hellwig1-16/+0
2005-06-11[SCSI] aic7xxx/aic79xx: remove useless byte order macro cruftChristoph Hellwig2-34/+0
2005-06-11[SCSI] qla2xxx: Pull-down scsi-host-addition to follow board initialization.Andrew Vasquez1-27/+28
2005-06-10Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-5/+1
2005-06-10[PATCH] remove bogus hack from radeon IRQ handlerDave Airlie1-5/+0
2005-06-10[PATCH] drm add i945G pci idDave Airlie1-0/+1
2005-06-09[PATCH] ppc32: Fix nasty sleep/wakeup problemBenjamin Herrenschmidt1-0/+6
2005-06-09[PATCH] iseries_veth: Supress spurious WARN_ON() at module unloadMichael Ellerman1-4/+5
2005-06-09Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+6
2005-06-09[PATCH] PCI: MSI functionality broken on Serverworks GC chipsetNarendra Sankar1-0/+6
2005-06-09Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds4-30/+99
2005-06-09[PATCH] USB: ftdi_sio: avoid losing received data in tty-ldiscIan Abbott1-27/+91
2005-06-09[PATCH] USB: fix ub issuesPete Zaitcev1-2/+2
2005-06-09[PATCH] PCI Hotplug: fix CPCI reference counting bugScott Murray2-1/+6
2005-06-09[PATCH] sg traverse fix for __atapi_pio_bytes()Albert Lee1-3/+1
2005-06-09[PATCH] sata_svw: bump version numberNarendra Sankar1-1/+1
2005-06-09[PATCH] sata_sil: Fix FIFO PCI Bus Arbitration kernel oopsJens Axboe1-1/+7
2005-06-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/tg3-2.6Linus Torvalds1-4/+18
2005-06-08[PATCH] dm: Handle READA requests in dm-mpath.cLars Marowsky-Bree1-0/+3
2005-06-08[TG3]: Update driver version and release date.David S. Miller1-2/+2
2005-06-08[TG3]: Fix 5700/5701 DMA corruption on Apple G4.Michael Chan1-2/+16
2005-06-08Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+1
2005-06-08[PATCH] Serial: remove unused variable in sa1100 driverRussell King1-1/+1
2005-06-07Merge of master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds14-56/+61
2005-06-07[PATCH] PCI: do VIA IRQ fixup always, not just in PIC modeBjorn Helgaas1-22/+13
2005-06-07[PATCH] input: disable scroll feature on AT keyboardsVojtech Pavlik1-1/+1
2005-06-07[PATCH] Replace check_bridge_mode() with (bridge->mode & AGSTAT_MODE_3_0).David Mosberger1-16/+3
2005-06-07[PATCH] AGP fix for Xen VMMKeir Fraser13-35/+36
2005-06-07[PATCH] sgi-agp: fixes a problem with accessing GART memory in sgi_tioca_inse...Michael Werner1-3/+9
2005-06-07[PATCH] i945G patch for agpgartAlan Hourihane1-2/+13
2005-06-06Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/tg3-2.6Linus Torvalds2-3/+19
2005-06-06[TG3]: Update driver version and release date.David S. Miller1-2/+2
2005-06-06[TG3] Fix link failure in 5701Michael Chan1-0/+10
2005-06-06[TG3]: Add TSO firmware licenseMichael Chan1-1/+6
2005-06-06[TG3]: Update pci.ids for BCM5752John W. Linville1-0/+1
2005-06-06[PATCH] moxa: do not ignore inputDenis Vlasenko1-25/+13
2005-06-04[PATCH] serial: update NEC VR4100 series serial supportYoichi Yuasa1-57/+9
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch skge4-0/+6404
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch starfire2-102/+386
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch smc91x2-36/+37
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch remove-drivers6-2951/+0
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch iff-running6-31/+12
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch viro2-15/+18
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch r81691-70/+273
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch orinoco-hch2-264/+69
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch ppp1-67/+110
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch hdlc2-149/+187
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch dm90004-0/+1367
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch 8139too-iomap1-107/+87
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch 8139cp1-31/+69
2005-06-04Automatic merge of 'misc-fixes' branch fromLinus Torvalds2-6/+28
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch r8169-fix1-6/+25