summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-04-1113-134/+257
|\
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2007-04-115-36/+63
| |\
| | * [PATCH] bcm43xx: Fix PPC machine checks and match loopback gain specsLarry Finger2007-04-101-25/+32
| | * [PATCH] bcm43xx: Fix 802.11b/g scan limits to match regulatory reqsLarry Finger2007-04-101-1/+19
| | * [PATCH] zd1211rw: Fix E2P_PHY_REG patchingDaniel Drake2007-04-102-9/+4
| | * [PATCH] zd1211rw: Reject AL2230S devicesDaniel Drake2007-04-103-1/+8
| * | myri10ge: update driver version to 1.3.0-1.233Brice Goglin2007-04-111-1/+1
| * | myri10ge: more Intel chipsets providing aligned PCIe completionsBrice Goglin2007-04-111-0/+16
| * | myri10ge: fix management of the firmware 4KB boundary crossing restrictionBrice Goglin2007-04-111-11/+8
| * | cxgb3 - missing CPL hanler and register setting.Divy Le Ray2007-04-113-12/+10
| * | cxgb3 - MAC watchdog updateDivy Le Ray2007-04-113-35/+89
| * | cxgb3 - avoid deadlock with mac watchdogDivy Le Ray2007-04-111-1/+3
| * | skge: fix wake on lanStephen Hemminger2007-04-111-36/+58
| * | sky2: phy workarounds for Yukon EC-U A1Stephen Hemminger2007-04-111-3/+3
| * | sky2: turn on clocks when doing resumeStephen Hemminger2007-04-111-0/+5
| * | sky2: turn carrier off when downStephen Hemminger2007-04-111-0/+1
| * | skge: turn carrier off when downStephen Hemminger2007-04-111-0/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-04-112-0/+8
|\ \ \
| * | | USB: Nikon D80 unusual device patchEmil Larsson2007-04-111-0/+7
| * | | EHCI: fix remote wakeup regression in 2.6.21-rcAlan Stern2007-04-111-0/+1
| |/ /
* | | [PATCH] PM: use kobject_name() to access kobject namesDmitry Torokhov2007-04-111-2/+4
|/ /
* | [PATCH] Input: ucb1400 - set up driver's name to show in sysfsCliff Brake2007-04-101-0/+1
* | Merge branch 'for-2.6.21' of master.kernel.org:/pub/scm/linux/kernel/git/dave...Linus Torvalds2007-04-101-2/+1
|\ \
| * | [AGPGART] intel_agp: fix G965 GTT size detectWang Zhenyu2007-04-091-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2007-04-102-5/+5
|\ \ \
| * | | ieee1394: change deprecation status of dv1394Stefan Richter2007-04-092-5/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-04-103-26/+17
|\ \ \ \
| * | | | IPoIB/cm: Fix DMA direction typoMichael S. Tsirkin2007-04-101-1/+1
| * | | | IB/iser: Don't defer connection failure notification to workqueueErez Zilber2007-04-052-25/+16
| | |_|/ | |/| |
* | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-04-101-1/+1
|\ \ \ \
| * | | | HID: Do not discard truncated input reportsAdam Kropelin2007-04-051-1/+1
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-04-104-1/+18
|\ \ \ \ \
| * | | | | ide: add "optical" to sysfs "media" attributeDanny Kukawka2007-04-101-0/+2
| * | | | | ide: ugly messages trying to open CD drive with no media presentStuart Hayes2007-04-101-0/+9
| * | | | | ide: correctly prevent IDE timer expiry function to run if request was alread...Suleiman Souhlal2007-04-102-1/+7
* | | | | | [SC92031]: Fix priv->lock contextHerbert Xu2007-04-091-10/+10
|/ / / / /
* | | | | Merge branch 'for-2.6.21' of master.kernel.org:/pub/scm/linux/kernel/git/dave...Linus Torvalds2007-04-091-2/+12
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | [AGPGART] intel_agp: PCI id update for Intel 965GMWang Zhenyu2007-04-081-2/+12
* | | | [PATCH] omap_cf: oops-on-suspend fixDavid Brownell2007-04-081-16/+25
* | | | [TG3]: Fix crash during tg3_init_one().Michael Chan2007-04-061-2/+4
| |_|/ |/| |
* | | [PATCH] Fix build error on zs serial driverYoichi Yuasa2007-04-041-1/+0
* | | [PATCH] cciss: add init of drv->cylinders back to cciss_geometry_inquiryMike Miller (OS Dev)2007-04-041-0/+1
* | | [PATCH] remove protection of LANANA-reserved majorsAndrew Morton2007-04-041-14/+0
* | | [PATCH] md: avoid a deadlock when removing a device from an md array via sysfsNeilBrown2007-04-041-1/+15
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-04-041-0/+8
|\ \ \
| * | | [S390] cio: Fix handling of interrupt for csch().Cornelia Huck2007-04-041-0/+8
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-04-043-13/+44
|\ \ \ \
| * | | | libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)Albert Lee2007-04-041-1/+26
| * | | | libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)Albert Lee2007-04-041-0/+6
| * | | | libata: Clear tf before doing request sense (take 3)Albert Lee2007-04-041-11/+11
OpenPOWER on IntegriCloud