aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-09-08[PATCH] USB: Gadget library: centralize gadget controller numbersDavid Brownell5-128/+92
2005-09-08[PATCH] USB: drivers/serial/usb-serial: Remove unneeded void * castsTobias Klauser1-12/+12
2005-09-08[PATCH] USB: option card driver coding style tweaksAndrew Morton1-106/+89
2005-09-08[PATCH] USB: whitespace fixes for cypress_m8 driverLonnie Mendez1-99/+152
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6 Linus Torvalds17-312/+750
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds37-11382/+634
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds2-3/+5
2005-09-08Merge master.kernel.org:/home/rmk/linux-2.6-i2c manuallyLinus Torvalds3-0/+1039
2005-09-08Merge master.kernel.org:/home/rmk/linux-2.6-serial Linus Torvalds6-6/+6
2005-09-08Merge master.kernel.org:/home/rmk/linux-2.6-mmc Linus Torvalds4-8/+14
2005-09-08[PATCH] PCI/libata INTx cleanupBrett M Russ6-63/+31
2005-09-08[PATCH] PCI: Support PCM PM CAP version 3Daniel Ritz2-8/+6
2005-09-08[PATCH] PCI: Add pci_walk_bus function to PCI core (nonrecursive)Paul Mackerras1-0/+48
2005-09-08[PATCH] PCI Hotplug: SGI hotplug driver fixesPrarit Bhargava1-104/+91
2005-09-08[PATCH] PCI: remove pci_find_device from parport_pc.cJiri Slaby1-1/+1
2005-09-08[PATCH] PCI: Fix regression in pci_enable_device_barsAlan Stern1-1/+1
2005-09-08[PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman6-13/+39
2005-09-08[PATCH] Make sparc64 use setup-res.cDavid S. Miller3-9/+9
2005-09-08[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville2-5/+56
2005-09-08[PATCH] PCI Hotplug: use bus_slot number for nameKristen Accardi2-2/+2
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk14-10521/+15
2005-09-08[PATCH] PCI: Run PCI driver initialization on local nodeAndi Kleen1-1/+30
2005-09-08[PATCH] PCI Hotplug: rpaphp: Purify hotplugJohn Rose5-193/+104
2005-09-08[PATCH] PCI Hotplug: rpaphp: Export slot enableJohn Rose3-14/+35
2005-09-08[PATCH] PCI Hotplug: rpaphp: Remove rpaphp_find_pciJohn Rose3-61/+47
2005-09-08[PATCH] PCI Hotplug: rpaphp: Change slot pci referenceJohn Rose3-117/+75
2005-09-08[PATCH] PCI Hotplug: rpaphp: Move VIO registrationJohn Rose7-271/+88
2005-09-08[PATCH] PCI Hotplug: rpaphp: Remove unused stuffJohn Rose2-73/+31
2005-09-08[MMC] Add mmc_detect_change() delay support for PXAMCI driverRichard Purdie1-1/+3
2005-09-08[PATCH] w1_ds2433: Added crc16 protection and read caching.Evgeniy Polyakov3-7/+125
2005-09-08[PATCH] w1: added private family data into w1_slave strucutre.Evgeniy Polyakov1-0/+1
2005-09-08[PATCH] w1: Added DS2433 driver - family id update.Evgeniy Polyakov1-0/+1
2005-09-08[PATCH] w1: Added DS2433 driver.Evgeniy Polyakov3-0/+230
2005-09-08[PATCH] w1: Decreased debug level.Evgeniy Polyakov1-6/+4
2005-09-08[PATCH] w1: Detouching bug fixed.Evgeniy Polyakov3-51/+51
2005-09-08[PATCH] w1: Added add/remove slave callbacks.Evgeniy Polyakov6-126/+94
2005-09-08[PATCH] w1: Added w1_reset_select_slave() - Resets the bus and then selects t...Evgeniy Polyakov3-9/+27
2005-09-08[PATCH] w1: Added inline functions on top of container_of().Evgeniy Polyakov4-20/+29
2005-09-08[PATCH] w1: Fixed 64bit compilation warning.Evgeniy Polyakov1-1/+1
2005-09-08[PATCH] w1: hotplug support.Evgeniy Polyakov2-14/+82
2005-09-08[PATCH] W1: Sync with w1/ds9490 tree.Evgeniy Polyakov3-96/+99
2005-09-08[PATCH] W1: w1_netlink: New init/fini netlink callbacks.Evgeniy Polyakov3-10/+34
2005-09-08[BNX2]: Fix bug in irq handler and add prefetchMichael Chan2-3/+5
2005-09-08[I2C] Clean up i2c-pxa debugging/printksRussell King1-42/+33
2005-09-08Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2-15/+77
2005-09-08[MMC] Allow detection/removal to be delayedRichard Purdie4-8/+12
2005-09-08[SERIAL] Use an enum for serial8250 platform device IDsRussell King6-6/+6
2005-09-08[PATCH] scan all enabled ports on ata_piixHannes Reinecke1-4/+6
2005-09-08Merge /spare/repo/linux-2.6/ Jeff Garzik273-14917/+22063
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown517-18542/+30554
2005-09-07[SCSI] Re-do "final klist fixes"Linus Torvalds1-4/+20
2005-09-07[PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley3-4/+62
2005-09-07[SCSI] Revert "final klist fixes"Linus Torvalds1-20/+4
2005-09-07[PATCH] sata_sis: Add support for SiS182 chipsetArnaud Patard1-11/+71
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds103-8453/+6028
2005-09-07Merge branch 'drm-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/airli...Linus Torvalds4-37/+46
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2-2/+3
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds5-3/+856
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds26-1860/+4857
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds1-8/+17
2005-09-07[PATCH] bogus #if (ncr53c406)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] bogus #if (smc91x.h)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] -Wundef fixes (hisax)viro@ZenIV.linux.org.uk1-0/+2
2005-09-07[PATCH] -Wundef fixes (ncr5380)viro@ZenIV.linux.org.uk1-1/+8
2005-09-07[PATCH] -Wundef fixes (hamachi)viro@ZenIV.linux.org.uk1-0/+4
2005-09-07[PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] s2io u64 use for uintptr_tviro@zenIV.linux.org.uk1-5/+5
2005-09-07Merge master.kernel.org:/home/rmk/linux-2.6-serial Linus Torvalds3-13/+13
2005-09-07[PATCH] DVB: lgdt330x check callback fixMichael Krufky1-25/+25
2005-09-07[PATCH] DVB: Clarify description text for dvb-bt8xx in KconfigMichael Krufky1-3/+3
2005-09-07[PATCH] Indycam / VINO driversRalf Baechle7-192/+5319
2005-09-07[PATCH] Fix smsc_ircc_init return valueBrice Goglin1-0/+1
2005-09-07[PATCH] smsc-ircc2: dont use void * where specific type will doDmitry Torokhov1-6/+4
2005-09-07[PATCH] smsc-ircc2: use netdev_priv()Dmitry Torokhov1-12/+11
2005-09-07[PATCH] smsc-ircc2: add to sysfs as platform device, new PMDmitry Torokhov1-56/+65
2005-09-07[PATCH] smsc-ircc2: dont pass iobase aroundDmitry Torokhov1-35/+26
2005-09-07[PATCH] smsc-ircc2: remove typedefsDmitry Torokhov1-26/+13
2005-09-07[PATCH] smsc-ircc2: drop DIM macro in favor of ARRAY_SIZEDmitry Torokhov1-3/+2
2005-09-07[PATCH] smsc-ircc2: formatting fixesDmitry Torokhov1-326/+317
2005-09-07[PATCH] smsc-ircc2: whitespace fixesDmitry Torokhov2-217/+217
2005-09-07[PATCH] Input: Add a new switch event typeRichard Purdie3-4/+24
2005-09-07[PATCH] w100fb: Update corgi platform code to match new driverRichard Purdie1-23/+5
2005-09-07[PATCH] w100fb: Rewrite for platform independenceRichard Purdie2-1465/+1224
2005-09-07[PATCH] Corgi touchscreen: Fix a pmu bugRichard Purdie1-1/+1
2005-09-07[PATCH] Corgi Touchscreen: Code cleanup / fixesRichard Purdie1-8/+8
2005-09-07[PATCH] Corgi Touchscreen: Allow the driver to share the PMURichard Purdie1-6/+9
2005-09-07[PATCH] Corgi Keyboard: Code tidyingRichard Purdie1-33/+28
2005-09-07[PATCH] Corgi Keyboard: Add some power management codeRichard Purdie1-1/+41
2005-09-07[PATCH] Corgi Keyboard: Fix a couple of compile errorsRichard Purdie1-2/+2
2005-09-07[PATCH] mmc: conditional scr sysfs entryPierre Ossman1-3/+18
2005-09-07[PATCH] mmc: wbsd Secure Digital supportPierre Ossman2-6/+57
2005-09-07[PATCH] Add write protection switch handling to the PXA MMC driverRichard Purdie1-0/+11
2005-09-07[PATCH] sd: SD copyright noticePierre Ossman1-0/+2
2005-09-07[PATCH] sd: SD 4-bit busPierre Ossman1-0/+36
2005-09-07[PATCH] sd: SCR in sysfsPierre Ossman1-0/+2
2005-09-07[PATCH] sd: SCR registerPierre Ossman1-10/+133
2005-09-07[PATCH] sd: read-only switchPierre Ossman2-18/+30
2005-09-07[PATCH] sd: initialize SD cardsPierre Ossman1-73/+253
2005-09-07[PATCH] ipmi poweroff: fix chassis controlCorey Minyard1-74/+58
2005-09-07[PATCH] ipmi: remove unused fieldsCorey Minyard1-31/+11
2005-09-07[PATCH] ipmi: style cleanupsCorey Minyard5-128/+146
2005-09-07[PATCH] ipmi: add hacks for IPMI chassis poweroff for certain Dell serversCorey Minyard1-0/+24
2005-09-07[PATCH] ipmi: fix panic ipmb responseCorey Minyard1-40/+67
2005-09-07[PATCH] ipmi: clean up versioning of the IPMI driverCorey Minyard8-34/+19
2005-09-07[PATCH] ipmi: OEM flag handling and hacks for some Dell machinesCorey Minyard1-12/+105
2005-09-07[PATCH] ipmi: watchdog/NMI interaction fixesCorey Minyard1-7/+11
2005-09-07[PATCH] ipmi: high-res timer support fixesCorey Minyard1-15/+21
2005-09-07[PATCH] ipmi: add per-channel IPMB addressesCorey Minyard2-53/+178
2005-09-07[PATCH] IPMI: use dmi_find_device()Andrey Panin1-88/+17
2005-09-07[PATCH] drivers: convert kcalloc to kzallocPekka Enberg5-5/+5
2005-09-07[PATCH] USB: convert kcalloc to kzallocPekka Enberg8-8/+8
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg20-22/+22
2005-09-07[PATCH] provide MODALIAS= enviroment variable to autoload ieee1394 modules vi...Olaf Hering1-0/+8
2005-09-07[PATCH] block: CFQ refcounting fixBrian King1-3/+0
2005-09-07[PATCH] tpm: fix tpm_atmel.c on ICH6Philipp Matthias Hahn1-0/+3
2005-09-07[PATCH] isdn_v110 warning fixJesper Juhl1-2/+2
2005-09-07[PATCH] hpet: fix drift and urlAlex Williamson1-2/+2
2005-09-07[PATCH] vt: fix possible memory corruption in complement_posAntonino A. Daplas1-6/+11
2005-09-07[PATCH] Remove non-arch consumers of asm/segment.hKumar Gala13-13/+0
2005-09-07[PATCH] blk: Use blk_queue_xxx functions to set parametersStuart McLaren1-2/+2
2005-09-07[PATCH] Console blanking locking fixStephane Doyon1-0/+4
2005-09-07[PATCH] Add missing overflow check in get_blkdev_listNeil Horman1-1/+1
2005-09-07[PATCH] 3c59x: read current link status from phyTommy S. Christensen1-0/+1
2005-09-07[PATCH] parport: add NetMOS 9805 supportMaximilian Attems1-0/+3
2005-09-07[PATCH] cleanup of deadline_dispatch_requests()Nikita Danilov1-10/+2
2005-09-07[PATCH] dcdbas: add Dell Systems Management Base Driver with sysfs supportDoug Warzecha4-0/+722
2005-09-07[PATCH] dell_rbu: new Dell BIOS update driverAbhay Salunke3-0/+644
2005-09-07[PATCH] modified firmware_class.c to support no hotplugAbhay Salunke1-29/+50
2005-09-07[PATCH] meye: use dma-mapping constantsTobias Klauser1-1/+2
2005-09-07[PATCH] PNP: make pnp_dbg conditional directly on CONFIG_PNP_DEBUGBjorn Helgaas6-35/+1
2005-09-07[PATCH] sonypi: remove obsolete eventStelian Pop1-1/+0
2005-09-07[PATCH] sonypi SPIC initialisation fixErik Waling1-20/+97
2005-09-07[PATCH] move 68360serial.c over use initcallsChristoph Hellwig2-12/+2
2005-09-07[PATCH] move m68k rtc drivers over to initcallsChristoph Hellwig1-8/+1
2005-09-07[PATCH] remove a dead extern in mem.cChristoph Hellwig1-4/+0
2005-09-07[PATCH] pnp: consolidate kmalloc wrappersBjorn Helgaas8-75/+43
2005-09-07[PATCH] yenta: make ToPIC95 bridges work with 16bit cardsDaniel Ritz3-28/+122
2005-09-07[PATCH] Support powering sharp zaurus sl-5500 LCD up and downPavel Machek2-0/+158
2005-09-07[PATCH] Clean up the old digi support and rescue itAlan Cox5-1280/+610
2005-09-07[PATCH] kill bio->bi_setPeter Osterlund2-0/+12
2005-09-07[PATCH] detect soft lockupsIngo Molnar1-0/+1
2005-09-07[PATCH] 3c59x PM fixesRafael J. Wysocki1-1/+17
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj2-17/+5
2005-09-07[SERIAL] Update ibmasm driver for death of register_serial&coMax Asbock2-11/+11
2005-09-07[libata sata_mv] fix buildJeff Garzik1-0/+16
2005-09-07[PATCH] libata: Marvell SATA support (PIO mode)Brett Russ3-0/+837
2005-09-07[PATCH] libata: fix pio_mask values (take 2)Brett Russ2-3/+3
2005-09-07[kernel-doc] fix various DocBook build problems/warningsJeff Garzik2-2/+3
2005-09-07[wireless ieee80211,ipw2200] Lindent source codeJeff Garzik2-1355/+1321
2005-09-07[wireless] build fixes after merging WE-19Jeff Garzik2-1/+2
2005-09-06[ARCNET]: Fix return value from arcnet_send_packet().Pieter Dejaeghere1-8/+17
2005-09-06[PATCH] lvalues abuse in lanceAl Viro2-2/+2
2005-09-06[PATCH] airo : WE-19 supportJean Tourrilhes1-20/+21
2005-09-06[PATCH] prism54 : WE-17 supportJean Tourrilhes2-1/+5
2005-09-06[PATCH] wl3501_cs : WE-17 supportJean Tourrilhes2-2/+6
2005-09-06[PATCH] atmel_cs : WE-17 supportJean Tourrilhes1-15/+2
2005-09-06[PATCH] iw263_netwave_we17.diffJean Tourrilhes1-2/+5
2005-09-06[PATCH] ray_cs : WE-17 supportJean Tourrilhes2-420/+452
2005-09-06[PATCH] net: fix bonding with spider_netJens Osterkamp2-6/+31
2005-09-06[PATCH] net: update the spider_net driverJens Osterkamp1-10/+40
2005-09-06[PATCH] net: add driver for the NIC on Cell BladesJens Osterkamp5-0/+2883
2005-09-06[PATCH] __user annotations (forcedeth.c)viro@ftp.linux.org.uk1-2/+2
2005-09-06[PATCH] iseries_veth: Update copyright noticeMichael Ellerman1-0/+1
2005-09-06[PATCH] missed s/u32/pm_message_t/ (dm9000)viro@ftp.linux.org.uk1-1/+1
2005-09-06[PATCH] iomem annotations (ac3200.c)viro@ftp.linux.org.uk1-1/+1
2005-09-06[PATCH] s390: claw driver fixesFrank Pavlic1-10/+10
2005-09-06[PATCH] S2io: Hardware and miscellaneous fixesravinandan.arakali@neterion.com3-28/+88
2005-09-06Merge by hand (conflicts in sd.c)James Bottomley44-707/+2421
2005-09-06[SCSI] quieten messages on scsi_execute commandsJames Bottomley1-18/+19
2005-09-06[SCSI] unexport scsi_add_timer/scsi_delete_timerChristoph Hellwig2-2/+3
2005-09-06[SCSI] switch EH thread startup to the kthread APIChristoph Hellwig2-42/+10
2005-09-06[SCSI] fix SCSI_IOCTL_PROBE_HOSTChristoph Hellwig1-9/+9
2005-09-06[SCSI] Universal Xport no attach blacklistAnton Blanchard1-0/+1
2005-09-06[SCSI] sd: pause in sd_spinup_disk for slow USB devicesAlan Stern1-5/+19
2005-09-06[SCSI] return success after retries in scsi_eh_turAlan Stern1-1/+3
2005-09-06[SERIAL] Fix lh7a40x serial driverRussell King1-2/+2
2005-09-06[SCSI] ibmvscsi: handle large scatter/gather listsJames Bottomley2-42/+116
2005-09-06Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds20-233/+1735
2005-09-06Merge master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds1-52/+62
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds1-42/+0
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 Linus Torvalds7-50/+154
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 Linus Torvalds129-2081/+3771
2005-09-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 Linus Torvalds4-9/+11
2005-09-05[SPARC64]: Kconfig fix (GEN_RTC dependencies)Al Viro1-1/+1
2005-09-05[SUNSU]: Compile fixes.Al Viro1-3/+7
2005-09-05[RTC]: Use SA_SHIRQ in sparc specific code.David S. Miller1-3/+2
2005-09-05[MOXA]: Fix this driver properly.Al Viro2-2/+1
2005-09-05[IPW2200]: ipw2200.h needs linux/dma-mapping.hDavid S. Miller1-0/+1
2005-09-05[TG3]: Update driver version and release date.David S. Miller1-2/+2
2005-09-05[TG3]: Use status tag to check for new eventsMichael Chan1-17/+15
2005-09-05[TG3]: Remove status block access in tg3_msi() and add prefetchesMichael Chan1-17/+11
2005-09-05[TG3]: Add PHY loopback testMichael Chan1-20/+53
2005-09-05[TG3]: Add ethtool -p supportMichael Chan1-0/+33
2005-09-05[TG3]: Minor 5780 and 5752 fixesMichael Chan1-5/+7
2005-09-05[PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley3-4/+4
2005-09-05[PATCH] Driver core: small cleanup; remove check for NULL before kfree() in d...Jesper Juhl1-4/+2
2005-09-05[PATCH] Driver core: hande sysdev suspend failureShaohua Li1-25/+85
2005-09-05[PATCH] Floppy: add cmos attribute to floppy driver tidyAndrew Morton1-8/+7
2005-09-05[PATCH] Floppy: Add cmos attribute to floppy driverHannes Reinecke1-13/+29
2005-09-05[PATCH] Driver core: link device and all class devices derived from it.Dmitry Torokhov2-3/+32