summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.cDotan Barak2007-08-031-0/+5
* IB/mad: Fix address handle leak in mad_rmppSean Hefty2007-08-031-4/+4
* IB/mad: agent_send_response() should be voidHal Rosenstock2007-08-032-17/+13
* IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()Hal Rosenstock2007-08-031-6/+5
* IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()Hal Rosenstock2007-08-031-6/+8
* IB/sa: Don't need to check for default P_Key twiceRoland Dreier2007-08-031-3/+1
* IB/core: Ignore membership bit in ib_find_pkey()Moni Shoua2007-08-031-1/+1
* [MTD] [NAND] nand_base.c: fix type of eccpos pointerBen Dooks2007-08-021-4/+4
* [MTD] [NAND] at91_nand rdy_pin fixIvan Kuten2007-08-021-1/+4
* [MTD] [NAND] fix race in nand_base.cArtem Bityutskiy2007-08-021-0/+4
* [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function.Roland Stigge2007-08-021-5/+5
* [MTD] Fix potential leak in rfd_ftl_add_mtdFlorin Malita2007-08-021-0/+1
* HID: Never call hid_free_buffers() when usbhid_device has been freedJiri Kosina2007-08-021-2/+2
* USB HID: fix memory leak of usbhid_deviceJiri Kosina2007-08-021-0/+2
* USB HID: fix a possible NULL pointer dereference when we fail to allocate memoryJesper Juhl2007-08-021-1/+2
* USB HID: add ASUS LCM to the blacklistChristian Lamparter2007-08-021-0/+4
* USB HID: Add all Logitech Harmonies to blacklistPhil Dibowitz2007-08-021-0/+132
* HID: remove the Applie IR sensor from the hid_blacklistTino Keitel2007-08-021-2/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-08-0113-128/+85
|\
| * scc_pata: PIO fixesBartlomiej Zolnierkiewicz2007-08-011-41/+20
| * piix/slc90e66: fix PIO1 handling in ->speedproc method (take 2)Bartlomiej Zolnierkiewicz2007-08-012-17/+15
| * jmicron: PIO fixesBartlomiej Zolnierkiewicz2007-08-011-17/+4
| * it8213: PIO fixes (take 2)Bartlomiej Zolnierkiewicz2007-08-011-16/+17
| * cs5535: PIO fixesBartlomiej Zolnierkiewicz2007-08-011-23/+17
| * cs5520: fix PIO auto-tuning in ->ide_dma_check methodBartlomiej Zolnierkiewicz2007-08-011-1/+1
| * drivers/scsi/ide-scsi.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-011-6/+4
| * drivers/ide/arm/icside.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-011-2/+1
| * ide: eliminate warnings in ide-tape.cStephen Rothwell2007-08-011-1/+1
| * ide: fix runtogether printk's in cmd64x IDE driverMeelis Roos2007-08-011-2/+2
| * sis5513: Add FSC Amilo A1630 PCI subvendor/dev to laptopsDavid Lamparter2007-08-011-0/+1
| * alim15x3: Correct HP detectBartlomiej Zolnierkiewicz2007-08-011-1/+1
| * ide: Fix an overrun found in the CS5535 IDE driverJordan Crouse2007-08-011-1/+1
* | pata_sis: fix MWDMA for <= UDMA66 chipsets and UDMA for UDMA33 chipsetsBartlomiej Zolnierkiewicz2007-08-011-11/+9
* | libata: blacklist SAMSUNG HD401LJ / ZZ100-15 for NCQTejun Heo2007-08-011-0/+1
* | ata_piix: add Tecra M3 to broken suspend blacklistTejun Heo2007-08-011-0/+8
* | ata_piix: implement piix_borken_suspend()Tejun Heo2007-08-011-30/+30
* | pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo2007-08-013-8/+7
* | libata-sff; Unbreak non DMA capable controllers againAlan Cox2007-08-011-0/+4
* | pata_cmd64x: Correct the speed rangesAlan Cox2007-08-011-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-07-3123-148/+1394
|\
| * [WATCHDOG] Fix pcwd_init_module crashWim Van Sebroeck2007-07-292-1/+1
| * [WATCHDOG] ICH9 support for iTCO_wdtWim Van Sebroeck2007-07-261-3/+15
| * [WATCHDOG] 631xESB/632xESB support for iTCO_wdt - add all LPC bridgesWim Van Sebroeck2007-07-261-0/+15
| * [WATCHDOG] 631xESB/632xESB support for iTCO_wdtSergey Kononenko2007-07-261-1/+6
| * [WATCHDOG] omap_wdt.c - default error for IOCTL is -ENOTTYWim Van Sebroeck2007-07-241-1/+1
| * [WATCHDOG] Return value of nonseekable_openWim Van Sebroeck2007-07-244-11/+4
| * [WATCHDOG] mv64x60_wdt: Rework the timeout register manipulationDale Farnsworth2007-07-241-36/+54
| * [WATCHDOG] mv64x60_wdt: disable watchdog timer when driver is probedDale Farnsworth2007-07-241-0/+2
| * [WATCHDOG] mv64x60_wdt: Support the WDIOF_MAGICCLOSE featureDale Farnsworth2007-07-241-4/+24
| * [WATCHDOG] mv64x60_wdt: Add a module parameter to change nowayout settingDale Farnsworth2007-07-241-3/+9
OpenPOWER on IntegriCloud