summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2008-10-206-208/+116
|\
| * fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi2008-09-263-55/+94
| * fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi2008-09-231-132/+0
| * drivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNELAndrew Morton2008-09-191-1/+1
| * dmatest: properly handle duplicate DMA channelsTimur Tabi2008-09-191-0/+5
| * drivers/dma/ioat_dma.c: drop code after returnJulia Lawall2008-09-131-2/+0
| * async_tx: make async_tx_run_dependencies() easier to readDan Williams2008-09-131-18/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-10-201-1/+1
|\ \
| * | [WATCHDOG] ib700wdt.c - fix buffer_underflow bugWim Van Sebroeck2008-10-151-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2008-10-205-3/+24
|\ \ \
| * | | fuse: implement nonseekable openTejun Heo2008-10-162-1/+8
| * | | fuse: add include protectorsTejun Heo2008-10-162-0/+10
| * | | fuse: config description improvementRobert P. J. Day2008-10-161-1/+1
| * | | fuse: add missing fuse_request_freeJulia Lawall2008-10-161-1/+2
| * | | fuse: fix SEEK_END incorrectnessMiklos Szeredi2008-10-161-0/+3
* | | | byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison2008-10-201-1/+1
* | | | Update email addresses.Dave Jones2008-10-2018-26/+26
* | | | fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan2008-10-206-267/+269
* | | | Remove empty imacfb.c fileLinus Torvalds2008-10-201-0/+0
* | | | Update .gitignore files for generated targetsLinus Torvalds2008-10-202-1/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-10-203-52/+165
|\ \ \ \
| * | | | s3cmci: Add Ben Dooks/Simtec Electronics to header & copyrightben@fluff.org.uk2008-10-151-1/+4
| * | | | s3cmci: fix continual accesses to host->pio_ptrben@fluff.org.uk2008-10-151-2/+8
| * | | | s3cmci: Support transfers which are not multiple of 32 bits.Christer Weinigel2008-10-152-28/+54
| * | | | s3cmci: cpufreq supportben@fluff.org.uk2008-10-152-19/+96
| * | | | s3cmci: Make general protocol errors less noisyben@fluff.org.uk2008-10-151-2/+2
| * | | | mmc_block: tell block layer there is no seek penaltyPierre Ossman2008-10-141-0/+1
* | | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2008-10-206-6/+428
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2008-10-186988-219639/+587458
| |\ \ \ \ \
| * | | | | | bq27x00_battery: use unaligned access helperHarvey Harrison2008-09-261-3/+2
| * | | | | | power_supply: fix dependency of tosa_batteryDmitry Baryshkov2008-09-261-1/+1
| * | | | | | power_supply: Support for Texas Instruments BQ27200 battery managersRodolfo Giometti2008-09-013-0/+389
| * | | | | | power_supply: Add function to return system-wide power stateMatthew Garrett2008-09-012-0/+31
| * | | | | | pda_power: Check and handle return value of set_irq_wakeRobert Jarzmik2008-09-011-4/+7
* | | | | | | epca: Add infinite break supportAlan Cox2008-10-201-1/+5
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric...Linus Torvalds2008-10-2020-3451/+2224
|\ \ \ \ \ \ \
| * | | | | | | 9p: add more conservative lockingEric Van Hensbergen2008-10-171-7/+17
| * | | | | | | 9p: fix oops in protocol stat parsing error path.Eric Van Hensbergen2008-10-171-2/+2
| * | | | | | | 9p: fix device file handlingMagnus Deininger2008-10-171-0/+1
| * | | | | | | 9p: Improve debug supportEric Van Hensbergen2008-10-173-29/+72
| * | | | | | | 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-176-1160/+37
| * | | | | | | 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-1712-544/+611
| * | | | | | | 9p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen2008-10-172-3/+1
| * | | | | | | 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-175-386/+0
| * | | | | | | 9p: add new protocol support codeEric Van Hensbergen2008-10-174-1/+496
| * | | | | | | 9p: encapsulate version functionEric Van Hensbergen2008-10-171-30/+44
| * | | | | | | 9p: move dirread to fs layerEric Van Hensbergen2008-10-173-124/+38
| * | | | | | | 9p: adjust 9p vfs write operationEric Van Hensbergen2008-10-171-7/+29
| * | | | | | | 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-176-36/+57
| * | | | | | | 9p: consolidate read/write functionsEric Van Hensbergen2008-10-173-130/+34