summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] cfi: init wait queue in chip structSimon Vogl2006-02-241-0/+1
* [PATCH] vgacon: no vertical resizing on EGASamuel Thibault2006-02-241-32/+35
* Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-02-246-153/+370
|\
| * [PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific codeAdrian Bunk2006-02-241-0/+2
| * Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2006-02-245-153/+368
| |\
| | * skge: protect interrupt maskStephen Hemminger2006-02-232-7/+15
| | * skge: genesis phy initialzationStephen Hemminger2006-02-231-11/+26
| | * skge: NAPI/irq race fixStephen Hemminger2006-02-231-12/+5Star
| | * r8169: enable wake on lanFrancois Romieu2006-02-231-0/+87
| | * r8169: fix broken ring index handling in suspend/resumeFrancois Romieu2006-02-231-43/+59
| | * [PATCH] sky2: close race on IRQ mask update.Stephen Hemminger2006-02-232-7/+17
| | * [PATCH] sky2: use device iomem to access PCI configStephen Hemminger2006-02-232-48/+54
| | * [PATCH] sky2: force early transmit statusStephen Hemminger2006-02-231-8/+6Star
| | * [PATCH] sky2: poke coalescing timer to fix hangStephen Hemminger2006-02-231-0/+11
| | * [PATCH] sky2: limit coalescing values to ring sizeStephen Hemminger2006-02-231-3/+3
| | * [PATCH] sky2: yukon-ec-u chipset initializationStephen Hemminger2006-02-232-19/+90
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-241-1/+1
|\ \ \
| * | | [NET]: Increase default IFB device count.Richard Lucassen2006-02-241-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-02-241-3/+5
|\ \ \ | |/ / |/| |
| * | [PATCH] Fix race condition in hvc console.Michal Ostrowski2006-02-241-3/+5
* | | sbp2: update 36byte inquiry workaround (fix compatibility regression)Stefan Richter2006-02-231-23/+19Star
* | | sbp2: variable status FIFO address (fix login timeout)Stefan Richter2006-02-232-69/+59Star
* | | sbp2: fix another deadlock after disconnectionStefan Richter2006-02-231-2/+8
|/ /
* / [SCSI] esp: fix eh lockingChristoph Hellwig2006-02-221-3/+1Star
|/
* [PATCH] padlock: Fix typo that broke 256-bit keysHerbert Xu2006-02-221-4/+4
* Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-02-212-7/+10
|\
| * [PATCH] libata: make ata_sg_setup_one() trim zero length sgTejun Heo2006-02-201-5/+8
| * [PATCH] libata: fix WARN_ON() condition in *_fill_sg()Tejun Heo2006-02-202-2/+2
* | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2006-02-214-1/+58
|\ \
| * | drm: fix brace placementDave Airlie2006-02-181-4/+2Star
| * | drm: radeon add r300 TX_CNTL and verify bitblt packetsDave Airlie2006-02-183-1/+55
| * | drm: fixup i915 interrupt on X server exitDave Airlie2006-02-181-0/+5
| |/
* | Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-02-211-9/+1Star
|\ \
| * | [PATCH] don't mangle INQUIRY if cmddt or evpd bits are setAl Viro2006-02-181-9/+1Star
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2006-02-213-43/+22Star
|\ \
| * | [AGPGART] Add some informational printk to nforce GART failure path.Dave Jones2006-02-211-2/+4
| * | [AGPGART] Improve the error message shown when we detect a ServerWorks CNB20HEDave Jones2006-02-131-3/+1Star
| * | [AGPGART] help text updatesAdrian Bunk2006-02-101-38/+17Star
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-212-18/+79
|\ \ \
| * | | [IRDA]: irda-usb bug fixesJean Tourrilhes2006-02-202-18/+79
| | |/ | |/|
* | | [PATCH] s390: revert dasd eer moduleHeiko Carstens2006-02-217-1219/+4Star
* | | [PATCH] s390: dasd reference countingPeter Oberparleiter2006-02-212-1/+21
* | | [PATCH] s390: V=V qdio fixesFrank Pavlic2006-02-211-2/+11
* | | [PATCH] radeonfb: resume support for Samsung P35 laptopsCarl-Daniel Hailfinger2006-02-211-4/+15
* | | [PATCH] drivers/fc4/fc.c: memset correct lengthAlexey Dobriyan2006-02-211-1/+1
* | | [PATCH] ipw2200: Suppress warning messageZhu Yi2006-02-211-3/+3
* | | [PATCH] pktcdvd: Only return -EROFS when appropriatePeter Osterlund2006-02-211-5/+5
* | | [PATCH] pktcdvd: Fix the logic in the pkt_writable_track functionPeter Osterlund2006-02-211-13/+15
* | | [PATCH] pktcdvd: Remove useless printk statementsPeter Osterlund2006-02-211-14/+0Star
* | | [PATCH] pktcdvd: Rename functions and make their return values sanePeter Osterlund2006-02-211-18/+18