summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | [PATCH] myri10ge: ServerWorks HT2000 PCI id is already defined in pci_ids.hBrice Goglin2006-11-011-1/+0Star
* | | [PATCH] sky2: not experimentalStephen Hemminger2006-11-011-3/+3
* | | [PATCH] n2: fix confusing error codeAkinobu Mita2006-11-011-3/+3
* | | [PATCH] tokenring: fix module_init error handlingAkinobu Mita2006-11-012-4/+14
* | | [PATCH] ep93xx_eth: don't report RX errorsLennert Buytenhek2006-11-011-3/+0Star
* | | [PATCH] ep93xx_eth: fix unlikely(x) > y testLennert Buytenhek2006-11-011-1/+1
* | | [PATCH] ep93xx_eth: fix RX/TXstatus ring full handlingLennert Buytenhek2006-11-011-26/+9Star
|/ /
* | [MIPS] Sort out missuse of __init for prom_getcmdline()Ralf Baechle2006-10-311-1/+1
* | [PATCH] SCSI: ISCSI build failureRandy Dunlap2006-10-311-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2006-10-311-1/+1
|\ \
| * | video: Fix include in hp680_bl.Kristoffer Ericson2006-10-311-1/+1
| |/
* | [ETH1394]: Fix unaligned accesses.David S. Miller2006-10-311-8/+12
* | [NET] sealevel: uses arp_broken_opsRandy Dunlap2006-10-311-1/+1
|/
* [PATCH] drivers/ide/pci/generic.c: add missing newline to the all-generic-ide...Sergey Vlasov2006-10-301-1/+1
* [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra2006-10-308-9/+9
* [PATCH] isdn/gigaset: avoid cs->dev null pointer dereferenceAkinobu Mita2006-10-301-1/+1
* [PATCH] ioc4_serial: irq flags fixAndrew Morton2006-10-301-2/+2
* [PATCH] Fix dmsetup table output changeChristophe Saout2006-10-301-8/+3Star
* Revert "r8169: mac address change support"Linus Torvalds2006-10-301-38/+0Star
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-10-304-16/+37
|\
| * [ARM] Fix suspend oops caused by PXA2xx PCMCIA driverRussell King2006-10-283-14/+31
| * [ARM] Fix i2c-pxa slave mode supportRussell King2006-10-281-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds2006-10-3012-48/+105
|\ \
| * | [PATCH] PCMCIA: fix __must_check warningsDominik Brodowski2006-10-261-3/+10
| * | [PATCH] PCMCIA: handle sysfs, PCI errorsJeff Garzik2006-10-262-6/+21
| * | [PATCH] Export soc_common_drv_pcmcia_remove to allow modular PCMCIA.Jonathan McDowell2006-10-261-0/+1
| * | [PATCH] ioremap balanced with iounmap for drivers/pcmciaAmol Lad2006-10-264-6/+22
| * | [PATCH] pcmcia: au1000_generic fixOm Narasimhan2006-10-261-6/+9
| * | [PATCH] i82092: wire up errors from pci_register_driver()Alexey Dobriyan2006-10-261-4/+1Star
| * | [PATCH] CONFIG_PM=n slim: drivers/pcmcia/*Alexey Dobriyan2006-10-263-2/+12
| * | [PATCH] pcmcia/ds: driver layer error checkingRandy Dunlap2006-10-261-2/+14
| * | [PATCH] pcmcia: update alloc_io_space for conflict checking for multifunction...Kaustav Majumdar2006-10-261-1/+1
| * | [PATCH] pcmcia: add more IDs to hostap_cs.cDominik Brodowski2006-10-261-0/+7
| * | [PATCH] pcmcia: at91_cf updateDavid Brownell2006-10-261-18/+7Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-10-291-2/+7
|\ \ \
| * | | [WATCHDOG] sc1200wdt.c pnp unregister fix.Akinobu Mita2006-10-291-2/+7
* | | | ieee1394: ohci1394: revert fail on error in suspendStefan Richter2006-10-291-5/+14
|/ / /
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2006-10-284-8/+10
|\ \ \
| * | | [S390] cio: Make ccw_device_register() static.Cornelia Huck2006-10-272-3/+1Star
| * | | [S390] Improve AP bus device removal.Ralph Wuerthner2006-10-271-1/+6
| * | | [S390] cio: css_probe_device() must be called enabled.Cornelia Huck2006-10-271-4/+3Star
* | | | [PATCH] JMB 368 PATA detectionAlan Cox2006-10-281-2/+4
* | | | [PATCH] move SYS_HYPERVISOR inside the Generic Driver menuRandy Dunlap2006-10-281-2/+2
* | | | [PATCH] cciss: fix printk format warningRandy Dunlap2006-10-281-4/+4
* | | | [PATCH] ioc4: fix printk format warningRandy Dunlap2006-10-281-2/+2
* | | | [PATCH] md: fix printk format warnings, seen on powerpc64:Randy Dunlap2006-10-282-4/+4
* | | | [PATCH] md: fix up maintenance of ->degraded in multipathNeilBrown2006-10-281-0/+2
* | | | [PATCH] md: simplify checking of available size when resizing an arrayNeilBrown2006-10-281-5/+2Star
* | | | [PATCH] md: fix bug where spares don't always get rebuilt properly when they ...NeilBrown2006-10-281-0/+1
| |_|/ |/| |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-281-2/+2
|\ \ \