aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-09-28IB/ipath: Support revision 2 InfiniPath PCIE devicesBryan O'Sullivan5-37/+215
2006-09-28IB/ipath: Driver support for userspace sharing of HW contextsBryan O'Sullivan5-241/+754
2006-09-28IB/ipath: Fix memory leak if allocation failsBryan O'Sullivan1-0/+3
2006-09-28IB/ipath: Limit # of packets sent without an ACK receivedBryan O'Sullivan4-20/+37
2006-09-28IB/iser: Fix the description of iSER in KconfigErez Zilber1-6/+7
2006-09-28IB/iser: DMA unmap unaligned for RDMA data before touching itErez Zilber3-39/+59
2006-09-28IB/iser: Have iSER data transaction object point to iSER connErez Zilber4-9/+14
2006-09-28RDMA/amso1100: Fix memory leak in c2_reg_phys_mr()Roland Dreier1-1/+3
2006-09-28RDMA/amso1100: Fix error path in c2_llp_accept()Eric Sesterhenn1-8/+7
2006-09-27RDMA/amso1100: Fix compile warningsRoland Dreier4-5/+7
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds15-882/+1234
2006-09-27[PATCH] msi: use kmem_cache_zalloc()Pekka J Enberg1-10/+3
2006-09-27[PATCH] EISA bus MODALIAS attributes supportMichael Tokarev8-1/+31
2006-09-27[PATCH] x86 microcode: using request_firmware to pull microcodeShaohua Li1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o7-9/+5
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o15-37/+37
2006-09-27[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells1-0/+39
2006-09-27[PATCH] mspec driverJes Sorensen3-0/+430
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan3-11/+4
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds76-431/+1190
2006-09-27watchdog: Add a simple mmap() stub for shwdt.Paul Mundt2-1/+59
2006-09-27sh: Kill off the rest of the legacy rtc mess.Paul Mundt1-1/+1
2006-09-27serial: Add SERIAL_SH_SCI_NR_UARTS for sh-sci.Paul Mundt1-2/+7
2006-09-27rtc: New RTC driver for SuperH On-Chip RTC.Paul Mundt3-0/+478
2006-09-27serial: Rework sh-sci for driver model.Paul Mundt2-769/+467
2006-09-27sh: APM/PM support.Andriy Skulysh1-14/+0
2006-09-27video: Update header location in hp680_bl.Andriy Skulysh1-2/+2
2006-09-27video: Update pvr2fb for sq API changes.Paul Mundt1-10/+12
2006-09-27sh: Board updates for I/O routine rework.Paul Mundt1-1/+1
2006-09-27video: hitfb suspend/resume and updates.Andriy Skulysh1-33/+181
2006-09-27video: Disable vgacon for SuperH.Paul Mundt1-1/+1
2006-09-27sh: hp6xx mach-type cleanups.Andriy Skulysh1-14/+1
2006-09-27sh: Various cosmetic cleanups.Paul Mundt1-34/+24
2006-09-26pciehp - fix wrong return valueKenji Kaneshige1-6/+6
2006-09-26acpiphp: add support for ioapic hot-removeSatoru Takeuchi2-14/+92
2006-09-26PCI: assign ioapic resource at hotplugSatoru Takeuchi1-3/+10
2006-09-26acpiphp: disable bridgesSatoru Takeuchi1-1/+16
2006-09-26acpiphp: stop bus device before acpi_bus_trimSatoru Takeuchi1-0/+3
2006-09-26PCI: add pci_stop_bus_deviceSatoru Takeuchi1-1/+36
2006-09-26acpiphp: do not initialize existing ioapicsSatoru Takeuchi1-1/+3
2006-09-26acpiphp: initialize ioapics before starting devicesSatoru Takeuchi1-1/+1
2006-09-26acpiphp: set hpp values before starting devicesSatoru Takeuchi1-1/+1
2006-09-26PCI Hotplug: cleanup pcihp skeleton code.Satoru Takeuchi1-6/+3
2006-09-26PCI: Restore PCI Express capability registers after PM eventMichael S. Tsirkin1-0/+50
2006-09-26PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function staticAdrian Bunk1-1/+1
2006-09-26PCI: Multiprobe sanitizerAlan Cox1-1/+5
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman8-61/+137
2006-09-26PCI Hotplug: fix __must_check warningsGreg Kroah-Hartman2-33/+128
2006-09-26SHPCHP: fix __must_check warningsGreg Kroah-Hartman3-4/+8
2006-09-26PCI-Express AER implemetation: pcie_portdrv error handlerZhang, Yanmin1-21/+175
2006-09-26PCI-Express AER implemetation: AER core and aerdriverZhang, Yanmin9-0/+1568
2006-09-26PCI-Express AER implemetation: export pcie_port_bus_typeZhang, Yanmin1-0/+1
2006-09-26PCIE: check and return bus_register errorsRandy Dunlap3-5/+11
2006-09-26MSI: Blacklist PCI-E chipsets depending on Hypertransport MSI capabilityBrice Goglin1-0/+59
2006-09-26MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HTBrice Goglin1-3/+2
2006-09-26MSI: Export the PCI_BUS_FLAGS_NO_MSI flag in sysfsBrice Goglin1-0/+41
2006-09-26MSI: Factorize common code in pci_msi_supported()Brice Goglin1-20/+31
2006-09-26MSI: Cleanup existing MSI quirksBrice Goglin2-16/+31
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare27-27/+27
2006-09-26i2c: Constify i2c_algorithm declarations, part 1Jean Delvare4-4/+4
2006-09-26i2c-isa: Restore driver ownerJean Delvare11-0/+11
2006-09-26i2c-viapro: Add support for the VT8237A and VT8251Rudolf Marek2-9/+17
2006-09-26i2c: Warn on i2c client creation failureJean Delvare1-2/+7
2006-09-26i2c-core: Drop useless bitmaskingsJean Delvare1-5/+5
2006-09-26i2c-algo-pcf: Discard the mdelay data struct memberAdrian Bunk1-1/+0
2006-09-26i2c-algo-bit: CleanupsJean Delvare1-9/+8
2006-09-26i2c-isa: Fail adding driver on attach_adapter errorDavid Hubbard1-3/+8
2006-09-26i2c: __must_check fixes (chip drivers)Jean Delvare5-27/+97
2006-09-26i2c-dev: attach/detach_adapter cleanupsJean Delvare1-5/+5
2006-09-26i2c-stub: Chip address as a module parameterJean Delvare1-1/+18
2006-09-26i2c: New bus driver for TI OMAP boardsKomal Shah3-0/+687
2006-09-26i2c-algo-bit: Discard the mdelay data struct memberJean Delvare21-31/+6
2006-09-26i2c-matroxfb: Struct init conversionJean Delvare1-6/+7
2006-09-26i2c: Fix copy-n-paste in subsystem KconfigArthur Othieno1-1/+1
2006-09-26i2c-au1550: Add I2C support for Au1200Domen Puncer2-5/+4
2006-09-26i2c-au1550: Add SMBus functionality flagDomen Puncer1-1/+1
2006-09-26i2c-au1550: Fix timeout problemDomen Puncer1-4/+10
2006-09-26i2c-sibyte: Kip Walker is goneJean Delvare1-1/+1
2006-09-26i2c-algo-sibyte: Merge into i2c-sibyteJean Delvare4-196/+155
2006-09-26i2c-algo-sibyte: CleanupsJean Delvare1-30/+1
2006-09-26i2c: __must_check fixes, i2c-devJean Delvare1-3/+11
2006-09-26i2c: __must_check fixes (core drivers)Jean Delvare2-13/+69
2006-09-26i2c-dev: Drop the client templateJean Delvare1-9/+4
2006-09-26i2c-dev: Use a list for data storageJean Delvare1-20/+25
2006-09-26i2c-dev: CleanupsJean Delvare1-25/+8
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2-5/+4
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds27-224/+720
2006-09-26[PATCH] suspend: make it possible to disable serial console suspendRafael J. Wysocki1-0/+14
2006-09-26[PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_allocRalf Baechle2-3/+3
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-2/+7
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter1-0/+4
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...Andi Kleen1-3/+2
2006-09-26[PATCH] Don't print virtual address in HPET initializationAndi Kleen1-2/+2
2006-09-25Driver core: Remove unneeded routines from driver coreAlan Stern2-32/+2
2006-09-25Driver core: Fix potential deadlock in driver coreAlan Stern2-2/+8
2006-09-25PCI: enable driver multi-threaded probeGreg Kroah-Hartman2-0/+36
2006-09-25Driver Core: add ability for drivers to do a threaded probeGreg Kroah-Hartman1-27/+81
2006-09-25drivers/base: check errorsAndrew Morton3-46/+100
2006-09-25drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh1-4/+4
2006-09-25Driver core: fixed add_bind_files() definitionYoichi Yuasa1-1/+1
2006-09-25Driver core: fix comments in drivers/base/power/resume.cDmitry Torokhov1-4/+4
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap1-3/+1
2006-09-25Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman1-0/+26
2006-09-25Class: add support for class interfaces for devicesGreg Kroah-Hartman2-1/+23
2006-09-25Driver core: create devices/virtual/ treeGreg Kroah-Hartman2-0/+24
2006-09-25Driver core: add device_rename functionGreg Kroah-Hartman1-0/+55
2006-09-25Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman1-0/+53
2006-09-25Driver core: allow devices in classes to have no parentGreg Kroah-Hartman1-10/+11
2006-09-25Driver core: add groups support to struct deviceGreg Kroah-Hartman1-0/+34
2006-09-25PM: platform_bus and late_suspend/early_resumeDavid Brownell1-2/+28
2006-09-25PM: device_suspend/resume may sleepPavel Machek2-0/+2
2006-09-25PM: no suspend_prepare() phaseDavid Brownell2-41/+0
2006-09-25PM: add kconfig option for deprecated .../power/state filesDavid Brownell1-0/+6
2006-09-25PM: update docs for writing .../power/stateDavid Brownell1-10/+19
2006-09-25PM: issue PM_EVENT_PRETHAWDavid Brownell1-0/+1
2006-09-25PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell5-3/+23
2006-09-25PM: video drivers and PM_EVENT_PRETHAWDavid Brownell4-24/+30
2006-09-25PM: PCI and IDE handle PM_EVENT_PRETHAWDavid Brownell2-3/+7
2006-09-25fix broken/dubious driver suspend() methodsDavid Brownell3-11/+20
2006-09-25make suspend quieterDavid Brownell1-5/+0
2006-09-25Suspend changes for PCI coreLinus Torvalds1-1/+40
2006-09-25Suspend infrastructure cleanup and extensionLinus Torvalds2-34/+116
2006-09-25Driver core: add const to class_createMiguel Ojeda Sandonis1-1/+1
2006-09-25device_create(): make fmt argument 'const char *'Greg Kroah-Hartman1-1/+1
2006-09-25class_device_create(): make fmt argument 'const char *'Dmitry Torokhov1-1/+2
2006-09-25deprecate PHYSDEV* keysKay Sievers2-4/+8
2006-09-25Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds5-13/+14
2006-09-25[libata] Fix oops introduced in non-uniform port handling fixJeff Garzik4-12/+13
2006-09-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-8/+8
2006-09-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-5/+5
2006-09-25[PATCH] VIDIOC_ENUMSTD bugJonathan Corbet1-1/+1
2006-09-25[PATCH] backlight: fix oops in __mutex_lock_slowpath during head /sys/class/g...Michael Hanselmann1-0/+12
2006-09-25[PATCH] rtc: lockdep fix/workaroundPeter Zijlstra1-2/+3
2006-09-25[PATCH] ata-piix: fixes kerneldoc errorHenne1-1/+1
2006-09-25[SUNLANCE]: Mark sparc_lance_probe_one as __devinit.David S. Miller1-5/+5
2006-09-24[ATM] he: Fix __init/__devinit conflictRoland Dreier1-8/+8
2006-09-24[PATCH] pata_pdc2027x iomem annotationsAl Viro1-3/+3
2006-09-24[PATCH] fix idiocy in asd_init_lseq_mdp()Al Viro1-1/+1
2006-09-24[PATCH] SCSI gfp_t annotationsAl Viro5-14/+14
2006-09-24[PATCH] wrong thing iounmapped (qla3xxx)Al Viro1-1/+1
2006-09-24[PATCH] qla3xxx iomem annotationsAl Viro2-26/+25
2006-09-24[PATCH] Revert ABI-breaking change in /procMatthew Wilcox1-6/+10
2006-09-24[PATCH] missing include (free_irq() use)Al Viro1-0/+1
2006-09-24[PATCH] libata won't build on SUN4Al Viro1-0/+1
2006-09-24[PATCH] libata won't build on m68k and m32rAl Viro1-0/+1
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds66-1236/+19738
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds343-28138/+40173
2006-09-24Merge branch 'master' into upstreamJeff Garzik435-13211/+60151
2006-09-23[SCSI] scsi_transport_fc: fixup netlink argumentsJames Bottomley1-2/+4
2006-09-23Merge mulgrave-w:git/linux-2.6James Bottomley43-226/+195
2006-09-23[SCSI] SPI transport class: misc DV fixesJames Bottomley1-7/+23
2006-09-23[SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci str...Alan Cox3-10/+20
2006-09-23[SCSI] eata_pio cleanup and PCI fixAlan Cox2-59/+69
2006-09-23[SCSI] aacraid: remove scsi_remove_deviceMark Haverkamp1-6/+0
2006-09-23[SCSI] aacraid: merge rx and rkt codeMark Haverkamp6-497/+112
2006-09-23[SCSI] aacraid: expose physical devicesMark Haverkamp2-2/+9
2006-09-23[SCSI] aacraid: misc cleanupMark Haverkamp3-6/+5
2006-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-28/+34
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds35-188/+144
2006-09-23[SCSI] zfcp: fix: avoid removal of fsf reqs before qdio queues are downAndreas Herrmann3-19/+4
2006-09-23[SCSI] zfcp: introduce struct timer_list in struct zfcp_fsf_reqAndreas Herrmann6-344/+191
2006-09-23[SCSI] zfcp: fix: use correct req_id in eh_abort_handlerAndreas Herrmann5-49/+42
2006-09-23[SCSI] zfcp: create private slab caches to guarantee proper data alignmentHeiko Carstens5-39/+92
2006-09-23[SCSI] zfcp: remove zfcp_ccw_unregister functionHeiko Carstens2-14/+0
2006-09-23[SCSI] aic7xxx: pause sequencer before touching SBLKCTLDoug Ledford1-0/+5
2006-09-23[SCSI] aic7xxx: avoid checking SBLKCTL register for certain cardsJames Bottomley1-4/+12
2006-09-23[SCSI] scsi_debug version 1.80Douglas Gilbert1-41/+189
2006-09-23Merge mulgrave-w:git/scsi-misc-2.6James Bottomley106-1125/+23139
2006-09-23[PATCH] more get_property() falloutAl Viro1-1/+1
2006-09-23[PATCH] briq_panel: read() and write() get __user pointers, damnitAl Viro1-7/+10
2006-09-23[PATCH] more fallout from get_property returning pointer to constAl Viro2-2/+2
2006-09-23[PATCH] missing includes from infiniband mergeAl Viro4-0/+4
2006-09-23[SCSI] megaraid: Make megaraid_ioctl() check copy_to_user() return valueJesper Juhl1-2/+3
2006-09-23[SCSI] aha152x: remove static host arrayJames Bottomley1-29/+24
2006-09-23[SCSI] aic94xx: Fix for a typo in aic94xx_init()malahal@us.ibm.com1-1/+1
2006-09-23[SCSI] aic94xx: Removes Reliance on FLASH Manufacture IDsAlexis Bruemmer1-49/+2
2006-09-23[MTD] Whitespace cleanup in SSFDC driver.David Woodhouse1-11/+11
2006-09-23[MTD] SSFDC translation layer minor cleanupDavid Woodhouse1-15/+21
2006-09-23[MTD] Fix dependencies with CONFIG_MTD=mDavid Woodhouse1-2/+2
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds7-64/+199
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds3-26/+151
2006-09-22[PATCH] fallout from hcd-core patchAl Viro1-1/+1
2006-09-22[PATCH] fix the survivors of fbcon_vbl_handler() renamingAl Viro1-2/+2
2006-09-22[PATCH] asm/backlight.h is ppc-onlyAl Viro1-1/+1
2006-09-22[PATCH] memcpy_fromio() missing in istallionAl Viro1-1/+1
2006-09-22[PATCH] Spidernet: add ethtool -S (show statistics)Jim Lewis3-2/+74
2006-09-22Merge tag 'r8169-20060920-00' of git://electric-eye.fr.zoreil.com/home/romieu...Jeff Garzik1-1/+1
2006-09-22[NET] GT96100: Delete bitrotting ethernet driverRalf Baechle4-1921/+0
2006-09-22[PATCH] mv643xx_eth: restrict to 32-bit PPC_MULTIPLATFORMDale Farnsworth1-1/+1
2006-09-22[PATCH] Cirrus Logic ep93xx ethernet driverLennert Buytenhek3-0/+952
2006-09-22Merge branch 'master' into upstreamJeff Garzik264-10703/+35567
2006-09-22[CPUFREQ] Fix some more CPU hotplug locking.Dave Jones1-2/+0
2006-09-22Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds129-2679/+25252
2006-09-22Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2006-09-22IB: Fix typo in kerneldoc for ib_set_client_data()Krishna Kumar1-1/+1
2006-09-22IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2-3/+3
2006-09-22IPoIB: Remove unused include of vmalloc.hDotan Barak1-1/+0
2006-09-22IPoIB: Rejoin all multicast groups after a port eventEli Cohen1-1/+3
2006-09-22IPoIB: Create MCGs with all attributes required by RFCRoland Dreier1-5/+15
2006-09-22IB/iser: INFINIBAND_ISER depends on INETRoland Dreier1-1/+1