summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | [PATCH] msi: only use a single irq_chip for msi interruptsEric W. Biederman2006-10-041-91/+24
* | | | | | | [PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman2006-10-042-36/+9
* | | | | | | [PATCH] Initial generic hypertransport interrupt supportEric W. Biederman2006-10-043-0/+199
* | | | | | | [PATCH] genirq: msi: only build msi-apic.c on ia64Eric W. Biederman2006-10-041-1/+2
* | | | | | | [PATCH] genirq: msi: make the msi code irq based and not vector basedEric W. Biederman2006-10-042-264/+168
* | | | | | | [PATCH] genirq: msi: simplify the msi irq limit policyEric W. Biederman2006-10-042-56/+8
* | | | | | | [PATCH] genirq: msi: refactor the msi_opsEric W. Biederman2006-10-044-115/+54
* | | | | | | [PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msgEric W. Biederman2006-10-042-106/+98
* | | | | | | [PATCH] genirq: msi: make the msi boolean tests return either 0 or 1Eric W. Biederman2006-10-041-2/+2
* | | | | | | [PATCH] genirq: msi: simplify msi enable and disableEric W. Biederman2006-10-041-106/+16
* | | | | | | [PATCH] fbdev: riva warning fixAndrew Morton2006-10-041-1/+1
* | | | | | | [PATCH] hisax niccy cleanupJiri Slaby2006-10-041-114/+109
* | | | | | | [PATCH] mmc: properly use the new multi block-write error handlingPierre Ossman2006-10-041-7/+17
* | | | | | | [PATCH] mmc: use own work queuePierre Ossman2006-10-043-4/+41
* | | | | | | [PATCH] mmc: avoid some resets without cardPierre Ossman2006-10-041-4/+13
* | | | | | | [PATCH] mmc: fix MMIO vs memory races in sdhciPierre Ossman2006-10-041-0/+8
* | | | | | | [PATCH] mmc: driver for TI FlashMedia card reader - Kconfig/MakefileAlex Dubov2006-10-044-2/+49
* | | | | | | [PATCH] mmc: driver for TI FlashMedia card reader - sourceAlex Dubov2006-10-043-0/+1642
* | | | | | | [PATCH] scx200_hrt: fix precedence bug manifesting as 27x clock in 1 MHz modeJim Cromie2006-10-041-2/+2
* | | | | | | [PATCH] fix "PCI: assign ioapic resource at hotplug"Kenji Kaneshige2006-10-041-5/+5
* | | | | | | [PATCH] pktcdvd: rename a variable for better readabilityThomas Maier2006-10-041-7/+7
* | | | | | | [PATCH] pktcdvd: Replace pktcdvd strings with macro DRIVER_NAME.Thomas Maier2006-10-041-61/+63
* | | | | | | [PATCH] Char: serial167, remove useless tty checkJiri Slaby2006-10-041-2/+2
* | | | | | | [PATCH] char: kill unneeded memsetsJiri Slaby2006-10-047-118/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-10-0370-199/+190
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix bytes <-> kilobytes typo in Kconfig for ramdiskChristian Borntraeger2006-10-031-1/+1
| * | | | | BUG_ON cleanup in drivers/net/tokenring/Eric Sesterhenn2006-10-031-2/+1
| * | | | | BUG_ON cleanup for drivers/md/Eric Sesterhenn2006-10-032-3/+2
| * | | | | kerneldoc-typo in led-class.cHenrik Kretzschmar2006-10-031-1/+1
| * | | | | parport: Remove space in function callsMatthew Martin2006-10-031-106/+106
| * | | | | ite_gpio fix tabbageJim Cromie2006-10-031-7/+7
| * | | | | fix file specification in commentsUwe Zeisberger2006-10-0330-30/+30
| * | | | | Fix "can not" in Documentation and KconfigMatt LaPlante2006-10-031-1/+1
| * | | | | Still more typo fixesMatt LaPlante2006-10-037-7/+7
| * | | | | more misc typo fixesMatt LaPlante2006-10-031-1/+1
| * | | | | Fix several typos in drivers/Matt LaPlante2006-10-0322-32/+32
| * | | | | fix drivers/acpi/Kconfig typosMatt LaPlante2006-10-031-3/+3
| * | | | | remove mentionings of devfs in documentationAdrian Bunk2006-10-035-12/+5
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-10-032-2/+2
|\ \ \ \ \ \
| * | | | | | [WATCHDOG] use ENOTTY instead of ENOIOCTLCMD in ioctl()Wim Van Sebroeck2006-10-032-2/+2
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-10-033-0/+757
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [WATCHDOG] iTCO_wdt.c shutdown patchWim Van Sebroeck2006-10-031-33/+4
| * | | | | | [WATCHDOG] iTCO_wdt.c - pci_dev_put fixWim Van Sebroeck2006-10-031-1/+4
| * | | | | | [WATCHDOG] iTCO_wdt (Intel TCO Timer) driverWim Van Sebroeck2006-10-031-24/+79
| * | | | | | [WATCHDOG] iTCO_wdt (Intel TCO Timer) driverWim Van Sebroeck2006-10-033-0/+728
| |/ / / / /
* | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-039-1323/+2
|\ \ \ \ \ \
| * | | | | | [MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support.Yoichi Yuasa2006-10-039-1323/+2
| |/ / / / /
* | | | | | V4L/DVB (4699): CX24109 patch to eliminate the weird mis-tuningsSteven Toth2006-10-031-2/+2
* | | | | | V4L/DVB (4698): Fix S-Video configuration for Pinnacle PCTV-SatMauro Carvalho Chehab2006-10-031-1/+1
* | | | | | V4L/DVB (4689): Adding support for Nova-T-PCI PCI ID 0070:9000Steven Toth2006-10-031-0/+4
OpenPOWER on IntegriCloud