summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-06-208-132/+247
|\ \ \
| * | | IB/mlx4: Make sure inline data segments don't cross a 64 byte boundaryRoland Dreier2007-06-181-3/+39
| * | | IB/mlx4: Handle FW command interface rev 3Roland Dreier2007-06-185-81/+113
| * | | IB/mlx4: Handle buffer wraparound in __mlx4_ib_cq_clean()Jack Morgenstein2007-06-181-4/+9
| * | | IB/mlx4: Get rid of max_inline_data calculationRoland Dreier2007-06-181-5/+2
| * | | IB/mlx4: Handle new FW requirement for send request prefetchingRoland Dreier2007-06-185-38/+83
| * | | IB/mlx4: Fix warning in rounding up queue sizesRoland Dreier2007-06-121-2/+2
| * | | IB/mlx4: Fix handling of wq->tail for send completionsRoland Dreier2007-06-121-1/+1
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-06-201-1/+1
|\ \ \ \
| * | | | [MIPS] Don't drag a platform specific header into generic arch code.Ralf Baechle2007-06-201-1/+1
* | | | | x86: Only make Macintosh drivers default on MacsAndi Kleen2007-06-201-1/+1
* | | | | x86_64: Quieten Atari keyboard warnings in KconfigAndi Kleen2007-06-201-0/+3
|/ / / /
* | | | [S390] Fix zfcpdump headerMichael Holzheu2007-06-191-0/+3
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-06-182-3/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | [SCSI] ESP: Don't forget to clear ESP_FLAG_RESETTING.Thomas Bogendoerfer2007-06-131-0/+1
| * | | [SCSI] fusion: fix for BZ 8426 - massive slowdown on SCSI CD/DVD driveDoug Chapman2007-06-051-3/+5
* | | | random: fix output buffer foldingMatt Mackall2007-06-161-1/+1
* | | | md: fix bug in error handling during raid1 repairMike Accetta2007-06-161-7/+14
* | | | md: fix two raid10 bugsNeilBrown2007-06-161-0/+6
* | | | toshiba_acpi: fix section mismatch in allyesconfigRandy Dunlap2007-06-161-1/+1
* | | | tty: restore locked ioctl file opPaul Fulghum2007-06-161-4/+10
* | | | fix radeon setparam on 32/64 systems, harder.David Woodhouse2007-06-161-0/+5
| |_|/ |/| |
* | | ide-scsi: fix OOPS in idescsi_expiry()Bartlomiej Zolnierkiewicz2007-06-161-1/+1
* | | Resume from RAM on HPC nx6325 brokenRafael J. Wysocki2007-06-161-3/+6
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney...Linus Torvalds2007-06-153-10/+28
|\ \ \
| * | | Blackfin SMC91X ethernet supporting driver: SMC91C111 LEDs are note drived in...Jean-Christian de Rivaz2007-06-111-0/+2
| * | | Blackfin SPI driver: fix bug SPI DMA incomplete transmissionBryan Wu2007-06-111-5/+10
| * | | Blackfin SPI driver: tweak spi cleanup function to match newer kernel changesMike Frysinger2007-06-111-1/+1
| * | | Blackfin serial driver: decouple PARODD and CMSPAR checking from PARENBMike Frysinger2007-06-111-6/+5
| * | | Blackfin serial driver: actually implement the break_ctl() functionMike Frysinger2007-06-111-0/+8
| * | | Blackfin serial driver: ignore framing and parity errorsMike Frysinger2007-06-111-0/+2
| * | | Blackfin serial driver: hook up our UARTs STP bit with userspaces CMSPARMike Frysinger2007-06-111-0/+2
* | | | KVM: Prevent guest fpu state from leaking into the hostAvi Kivity2007-06-153-9/+28
* | | | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2007-06-145-18/+110
|\ \ \ \
| * | | | drm: fix radeon setparam on 32/64 bit systems.Dave Airlie2007-06-101-0/+26
| * | | | drm/i915: Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-104-17/+80
| * | | | i915: add new pciids for 945GME, 965GME/GLEWang Zhenyu2007-06-102-1/+4
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2007-06-1410-46/+46
|\ \ \ \ \
| * | | | | [PARISC] fix section mismatch in superio serial driversHelge Deller2007-05-271-4/+4
| * | | | | [PARISC] fix section mismatch in parisc eisa driverHelge Deller2007-05-271-2/+2
| * | | | | [PARISC] fix section mismatch in ccio-dmaHelge Deller2007-05-271-3/+3
| * | | | | [PARISC] fix section mismatch in parisc STI video driversHelge Deller2007-05-271-25/+25
| * | | | | [PARISC] fix section mismatch in parport_gscHelge Deller2007-05-271-1/+1
| * | | | | [PARISC] fix lasi_82596 buildHelge Deller2007-05-271-0/+1
| * | | | | [PARISC] Build fixes for power.cKyle McMartin2007-05-251-0/+1
| * | | | | [PARISC] kobject is embedded in subsys, not ksetKyle McMartin2007-05-251-1/+1
| * | | | | [PARISC] ROUNDUP macro cleanup in drivers/pariscMilind Arun Choudhary2007-05-223-10/+8
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-06-141-46/+51
|\ \ \ \ \ \
| * | | | | | [AGPGART] intel_agp: fix device probeWang Zhenyu2007-06-141-46/+51
* | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-06-141-5/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
OpenPOWER on IntegriCloud