summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-03-3119-276/+174Star
|\
| * [PARISC] Fix double free when removing HIL driversKyle McMartin2006-03-303-5/+2Star
| * [PARISC] Convert HIL drivers to use input_allocate_deviceHelge Deller2006-03-303-93/+109
| * [PARISC] Fix stifb with IOREMAP and a 64-bit kernelHelge Deller2006-03-303-127/+19Star
| * [PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller2006-03-3012-53/+47Star
| * [PARISC] Clarify pdc_stable license termsThibaut VARENE2006-03-301-3/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-03-3115-89/+142
|\ \
| * | IB/mad: RMPP support for additional classesHal Rosenstock2006-03-303-44/+59
| * | IB/mad: include GID/class when matching receivesJack Morgenstein2006-03-303-29/+67
| * | IB/mthca: Fix section mismatch problemsRoland Dreier2006-03-299-12/+12
| * | IPoIB: Fix oops with raw socketsRoland Dreier2006-03-291-1/+1
| * | IB/mthca: Fix check of size in SRQ creationJack Morgenstein2006-03-291-1/+1
| * | IB/srp: Fix unmapping of fake scatterlistRoland Dreier2006-03-291-2/+2
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-03-313-124/+112Star
|\ \ \
| * \ \ Merge branch 'mv-merge'Jeff Garzik2006-03-301-18/+24
| |\ \ \
| | * | | [PATCH] sata_mv: three bug fixesMark Lord2006-03-301-18/+23
| * | | | [PATCH] libata: ata_dev_init_params() fixesAlbert Lee2006-03-301-6/+8
| * | | | [PATCH] libata: Fix interesting use of "extern" and also some bracketingAlan Cox2006-03-301-2/+2
| * | | | [PATCH] libata: Simplex and other mode filtering logicAlan Cox2006-03-301-2/+29
| * | | | [PATCH] libata - ATA is both ATA and CFAAlan Cox2006-03-301-1/+1
| * | | | [PATCH] libata: Add ->set_mode hook for odd driversAlan Cox2006-03-301-1/+5
| * | | | [PATCH] libata: BMDMA handling updatesAlan Cox2006-03-301-4/+22
| * | | | [PATCH] libata: kill trailing whitespaceTejun Heo2006-03-301-1/+1
| * | | | Merge branch 'master'Jeff Garzik2006-03-30604-12068/+34985
| |\ \ \ \
| * | | | | [PATCH] libata: add FIXME above ata_dev_xfermask()Tejun Heo2006-03-251-0/+4
| * | | | | [PATCH] libata: cosmetic changes in ata_bus_softreset()Tejun Heo2006-03-251-5/+4Star
| * | | | | [PATCH] libata: kill E.D.D.Tejun Heo2006-03-241-85/+13Star
* | | | | | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2006-03-3116-318/+413
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | drm: remove drm_{alloc,free}_pagesDave Airlie2006-03-293-131/+0Star
| * | | | | drm: sis fix compile warningDave Airlie2006-03-291-1/+1
| * | | | | drm: add new radeon PCI ids..Dave Airlie2006-03-253-27/+81
| * | | | | drm: read breadcrumb in IRQ handlerDave Airlie2006-03-201-0/+2
| * | | | | drm: fixup i915 breadcrumb read/writeDave Airlie2006-03-191-2/+0Star
| * | | | | drm: remove pointless checks in radeon_stateDave Airlie2006-03-191-45/+0Star
| * | | | | drm: fixup improper cast.Dave Airlie2006-03-191-1/+1
| * | | | | drm: rationalise some pci idsDave Airlie2006-03-192-16/+14Star
| * | | | | drm: Add general-purpose packet for manipulating scratch registers (r300)Dave Airlie2006-03-193-1/+75
| * | | | | drm: rework radeon memory map (radeon 1.23)Dave Airlie2006-03-195-64/+163
| * | | | | drm: update r300 register namesDave Airlie2006-03-192-9/+34
| * | | | | drm: fixup PCI DMA supportDave Airlie2006-03-194-23/+44
* | | | | | [PATCH] ixp2000: fix gcc4 breakageLennert Buytenhek2006-03-301-4/+1Star
* | | | | | [PATCH] b44: ensure valid mac addrGary Zambrano2006-03-301-0/+9
* | | | | | [PATCH] Janitor: drivers/net/pcnet32: fix incorrect commentsLinas Vepstas2006-03-301-2/+2
* | | | | | [PATCH] net: remove CONFIG_NET_CBUS conditional for NS8390Arthur Othieno2006-03-301-1/+1
* | | | | | [PATCH] natsemi: Support oversized EEPROMsMark Brown2006-03-301-4/+14
* | | | | | [PATCH] spidernet : enable tx checksum offloading by defaultJens Osterkamp2006-03-301-1/+1
* | | | | | [PATCH] bonding: support carrier state for masterJay Vosburgh2006-03-304-28/+102
* | | | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-03-3034-9/+15547
|\ \ \ \ \ \
| * | | | | | [PATCH] hostap: Fix EAPOL frame encryptionJouni Malinen2006-03-271-1/+1
| * | | | | | [PATCH] hostap: Make hostap_tx_encrypt() staticJouni Malinen2006-03-272-6/+3Star