summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-165-2/+509
|\
| * [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan2007-07-152-2/+2
| * [NET]: Add macvlan driverPatrick McHardy2007-07-153-0/+507
* | make i2c-acorn tristateAl Viro2007-07-162-2/+2
* | icside: devm_iounmap() needs linux/io.hAl Viro2007-07-161-1/+1
* | missing argument in bin_attribute ->read()/->write()Al Viro2007-07-162-6/+6
* | fallout from Auke's pci ->revision patchAl Viro2007-07-161-1/+1
* | ax88796: dev_dbg() wants device, not platform deviceAl Viro2007-07-161-2/+2
* | zd1211rw: too early inclusion of asm/unaligned.hAl Viro2007-07-161-1/+1
* | PDA_POWER depends on having request_irq()Al Viro2007-07-161-0/+1
* | ieee1394: forgotten dereference...Al Viro2007-07-161-1/+1
* | minimal fixes for drivers/usb/gadget/m66592-udc.cAl Viro2007-07-161-23/+4Star
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-07-141-7/+22
|\
| * [CPUFREQ] Restore previously used governor on a hot-replugged CPUThomas Renninger2007-07-131-1/+22
| * [CPUFREQ] bugfix cpufreq in combination with performance governorPeter Oruba2007-07-131-6/+0Star
* | Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...Linus Torvalds2007-07-1312-1632/+3659
|\ \
| * | ioatdma: add the unisys "i/oat" pci vendor/device idDan Williams2007-07-131-0/+2
| * | dmaengine: driver for the iop32x, iop33x, and iop13xx raid enginesDan Williams2007-07-133-0/+1477
| * | md: remove raid5 compute_block and compute_parity5Dan Williams2007-07-131-124/+0Star
| * | md: handle_stripe5 - request io processing in raid5_run_opsDan Williams2007-07-131-58/+13Star
| * | md: handle_stripe5 - add request/completion logic for async expand opsDan Williams2007-07-131-12/+38
| * | md: handle_stripe5 - add request/completion logic for async read opsDan Williams2007-07-131-28/+25Star
| * | md: handle_stripe5 - add request/completion logic for async check opsDan Williams2007-07-131-19/+65
| * | md: handle_stripe5 - add request/completion logic for async compute opsDan Williams2007-07-131-35/+114
| * | md: handle_stripe5 - add request/completion logic for async write opsDan Williams2007-07-131-23/+138
| * | md: common infrastructure for running operations with raid5_run_opsDan Williams2007-07-131-9/+58
| * | md: raid5_run_ops - run stripe operations outside sh->lockDan Williams2007-07-131-0/+536
| * | raid5: replace custom debug PRINTKs with standard pr_debugDan Williams2007-07-131-58/+58
| * | raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams2007-07-131-786/+740Star
| * | async_tx: add the async_tx apiDan Williams2007-07-133-31/+31
| * | xor: make 'xor_blocks' a library routine for use with async_txDan Williams2007-07-135-162/+9Star
| * | dmaengine: make clients responsible for managing channelsDan Williams2007-07-133-110/+111
| * | dmaengine: refactor dmaengine around dma_async_tx_descriptorDan Williams2007-07-133-165/+325
| * | I/OAT: fix I/OAT for kexecDan Aloni2007-07-121-0/+13
| * | ioatdma: Remove the use of writeq from the ioatdma driverChris Leech2007-07-121-6/+4Star
| * | ioatdma: Remove the wrappers around read(bwl)/write(bwl) in ioatdmaChris Leech2007-07-122-150/+28Star
| * | drivers/dma: handle sysfs errorsJeff Garzik2007-07-121-2/+20
| * | ioatdma: Push pending transactions to hardware more frequentlyChris Leech2007-07-121-2/+2
* | | [CHAR] Delete leftovers of old Alchemy UART driverRalf Baechle2007-07-131-14/+0Star
| |/ |/|
* | Revert "USB: fix gregkh-usb-usb-use-menuconfig-objects"Linus Torvalds2007-07-131-0/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-07-13134-4431/+14567
|\ \
| * | USB: ohci-pnx4008: Remove unnecessary cast of return value of kzallocSuresh Jayaraman2007-07-131-1/+1
| * | USB: additions to the quirk listOliver Neukum2007-07-131-0/+8
| * | usb-storage: implement autosuspendAlan Stern2007-07-132-11/+29
| * | USB: cdc-acm: add new device id to option driverAndrey Arapov2007-07-131-0/+3
| * | USB: goku_udc trivial cleanupsDavid Brownell2007-07-132-23/+23
| * | USB: usb gadget stack can now -DDEBUG with KconfigDavid Brownell2007-07-133-82/+100
| * | usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell2007-07-139-429/+0Star
| * | usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell2007-07-134-29/+11Star
| * | USB: pxa2xx_udc -- cleanups, mostly removing dma hooksDavid Brownell2007-07-132-404/+25Star