summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David Woodhouse2008-10-209-199/+306
|\
| * Admit to maintaining VT-d, for my sins.David Woodhouse2008-10-181-0/+7
| * dmar: fix uninitialised 'ret' variable in dmar_parse_dev()David Woodhouse2008-10-181-3/+2
| * intel-iommu: use coherent_dma_mask in alloc_coherentFUJITA Tomonori2008-10-181-10/+19
| * amd_iommu: fix nasty bug that caused ILLEGAL_DEVICE_TABLE_ENTRY errorsAndreas Herrmann2008-10-181-1/+1
| * intel-iommu: IA64 supportFenghua Yu2008-10-187-116/+131
| * dmar: remove the quirk which disables dma-remapping when intr-remapping enabledYouquan Song2008-10-171-15/+5
| * dmar: Use queued invalidation interface for IOTLB and context invalidationYouquan Song2008-10-172-50/+53
| * dmar: context cache and IOTLB invalidation using queued invalidationYouquan Song2008-10-172-0/+77
| * dmar: use spin_lock_irqsave() in qi_submit_sync()Suresh Siddha2008-10-171-6/+13
* | 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-186877-174569/+542388
| |\ \ \
| * | | | 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
| * | | | | 9p: drop broken unused error path from p9_conn_create()Tejun Heo2008-10-171-16/+1
| * | | | | 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-175-313/+316
| * | | | | 9p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen2008-10-171-63/+66
| * | | | | 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-174-172/+126
| * | | | | 9p: apply common tagpool handling to trans_fdEric Van Hensbergen2008-10-171-34/+10
| * | | | | 9p: move request management to client codeEric Van Hensbergen2008-10-173-127/+238
| * | | | | 9p: eliminate callback complexityEric Van Hensbergen2008-10-171-83/+66