summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | net/enc28j60: section fixDavid Brownell2008-06-171-3/+2
| | * | | | | sky2: 88E8040T pci device idStephen Hemminger2008-06-171-0/+1
| | * | | | | netxen: download firmware in pci probeDhananjay Phadke2008-06-172-59/+30
| | * | | | | netxen: cleanup debug messagesDhananjay Phadke2008-06-174-132/+70
| | * | | | | netxen: remove global physical_port arrayDhananjay Phadke2008-06-176-24/+22
| | * | | | | netxen: fix portnum for hp mezz cardsDhananjay Phadke2008-06-171-2/+8
| | * | | | | ibm_newemac: select CRC32 in KconfigJosh Boyer2008-06-171-0/+1
| * | | | | | tun: Proper handling of IPv6 header in tun driver when TUN_NO_PI is setAng Way Chuang2008-06-171-0/+15
| |/ / / / /
| * | | | | atm: [he] send idle cells instead of unassigned when in SDH modeChas Williams2008-06-161-0/+1
| * | | | | atm: [he] limit queries to the device's register spaceRobert T. Johnson2008-06-161-1/+6
| * | | | | atm: [he] only support suni driver on multimode interfacesChas Williams2008-06-162-10/+6
| * | | | | atm: [iphase] doesn't call phy->start due to a bogus #ifndefJorge Boncompte [DTI2]2008-06-161-12/+11
| * | | | | atm: [iphase] set drvdata before enabling interruptsJorge Boncompte [DTI2]2008-06-161-2/+2
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-148-54/+69
| |\ \ \ \ \
| | * | | | | rt2x00: Add D-link DWA111 supportIvo van Doorn2008-06-131-0/+1
| | * | | | | ssb: Fix coherent DMA mask for PCI devicesMichael Buesch2008-06-131-3/+9
| | * | | | | rt2x00: LEDS build failureRandy Dunlap2008-06-131-6/+6
| | * | | | | rt2x00: INPUT build failureRandy Dunlap2008-06-131-3/+4
| | * | | | | b43: Fix noise calculation WARN_ONMichael Buesch2008-06-132-7/+10
| | * | | | | b43: Fix possible NULL pointer dereference in DMA codeMichael Buesch2008-06-131-33/+32
| | * | | | | rt2x00: Restrict DMA to 32-bit addresses.Gertjan van Wingerde2008-06-131-2/+1
| | * | | | | rt2x00: Don't kill guardian_urb when it wasn't createdIvo van Doorn2008-06-131-0/+6
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-06-175-11/+57
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Input: appletouch - implement reset-resume logicOliver Neukum2008-06-172-8/+44
| * | | | | | Input: i8042 - retry failed CTR writes when resumingJiri Kosina2008-06-171-2/+6
| * | | | | | Input: i8042 - add Fujitsu-Siemens Amilo Pro V2030 to nomux tableJiri Kosina2008-06-061-0/+7
| * | | | | | Input: pcspkr - remove negative dependency on snd-pcspStas Sergeev2008-06-061-1/+0
* | | | | | | [POWERPC] Build fix for drivers/macintosh/mediabay.cAdrian Bunk2008-06-161-2/+2
* | | | | | | [POWERPC] Add missing of_node_put in drivers/macintosh/therm_adt746x.cJulia Lawall2008-06-161-3/+10
* | | | | | | [POWERPC] Add missing of_node_put in drivers/macintosh/smu.cJulia Lawall2008-06-161-1/+4
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-06-155-233/+101
|\ \ \ \ \ \ \
| * | | | | | | ide-generic: don't probe all legacy ISA IDE ports by defaultBartlomiej Zolnierkiewicz2008-06-151-1/+8
| * | | | | | | ide-cs: fix releasing I/O resourcesBartlomiej Zolnierkiewicz2008-06-151-2/+6
| * | | | | | | ide-cs: fix probing and add warm-plug supportBartlomiej Zolnierkiewicz2008-06-151-19/+14
| * | | | | | | ide-pmac: remove bogus comment about pmac_ide_setup_device()Bartlomiej Zolnierkiewicz2008-06-151-4/+1
| * | | | | | | ide-pmac: add ->cable_detect methodBartlomiej Zolnierkiewicz2008-06-151-24/+31
| * | | | | | | ide-pmac: bugfix for media-bay support reworkBartlomiej Zolnierkiewicz2008-06-151-1/+2
| * | | | | | | opti621: add PIO 4 supportBartlomiej Zolnierkiewicz2008-06-151-32/+14
| * | | | | | | opti621: use pre-calculated PIO timingsBartlomiej Zolnierkiewicz2008-06-151-77/+15
| * | | | | | | opti621: program devices timings separately in ->set_pio_modeBartlomiej Zolnierkiewicz2008-06-151-65/+15
| * | | | | | | opti621: use PCI clock value provided by controllerBartlomiej Zolnierkiewicz2008-06-151-20/+22
| * | | | | | | opti621: remove DMA supportBartlomiej Zolnierkiewicz2008-06-151-6/+2
| * | | | | | | opti621: disable read prefetchBartlomiej Zolnierkiewicz2008-06-151-13/+2
| | |/ / / / / | |/| | | | |
* | | | | | | virtio: Complete feature negotation before updating statusMark McLoughlin2008-06-151-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-06-142-24/+63
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | PCI: fixup write combine comment in pci_mmap_resourceJesse Barnes2008-06-121-1/+0
| * | | | | | Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Jesse Barnes2008-06-122-23/+63
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | x86: PAT export resource_wc in pci sysfsvenkatesh.pallipadi@intel.com2008-06-121-22/+62
| | * | | | | PCI: use dev_to_node in pci_call_probeYinghai Lu2008-05-241-1/+1
* | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-06-131-25/+112
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud