summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2008-10-239-200/+305
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David Woodhouse2008-10-21471-10998/+13280
| |\
| * \ 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
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-10-2362-106/+63
|\ \ \ \
| * | | | ide: remove useless subdirs from drivers/ide/Bartlomiej Zolnierkiewicz2008-10-2162-106/+63
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2008-10-2321-798/+1084
|\ \ \ \
| * | | | dm: tidy local_initKiyoshi Ueda2008-10-211-17/+17
| * | | | dm: remove unused flush_allKiyoshi Ueda2008-10-211-13/+1
| * | | | dm raid1: separate region_hash interface part1Heinz Mauelshagen2008-10-214-687/+912
| * | | | dm: mark split bio as clonedMartin K. Petersen2008-10-211-0/+1
| * | | | dm crypt: remove waitqueueMilan Broz2008-10-211-8/+0
| * | | | dm crypt: fix async splitMilan Broz2008-10-211-1/+40
| * | | | dm crypt: tidy sectorMilan Broz2008-10-211-2/+5
| * | | | dm: remove dm header from targetsMikulas Patocka2008-10-2114-13/+18
| * | | | dm: publish array_too_bigMikulas Patocka2008-10-214-14/+5
| * | | | dm exception store: fix misordered writesMikulas Patocka2008-10-211-3/+8
| * | | | dm exception store: refactor zero_areaAlasdair G Kergon2008-10-211-34/+68
| * | | | dm snapshot: drop unused last_percentMikulas Patocka2008-10-212-4/+0
| * | | | dm snapshot: fix primary_pe raceMikulas Patocka2008-10-211-7/+3
| * | | | dm kcopyd: avoid queue shuffleKazuo Ito2008-10-211-1/+12
| |/ / /
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-231-9/+10
|\ \ \ \
| * | | | rcupdate: fix bug of rcu_barrier*()Lai Jiangshan2008-10-211-9/+10
| * | | | profiling: fix !procfs buildIngo Molnar2008-10-171-0/+7
| * | | | Merge branch 'linus' into core/urgentIngo Molnar2008-10-171406-19451/+61803
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-236-50/+79
|\ \ \ \ \
| * | | | | sched: disable the hrtick for nowIngo Molnar2008-10-201-1/+1
| * | | | | sched: revert back to per-rq vruntimePeter Zijlstra2008-10-201-17/+15
| * | | | | sched: fair scheduler should not resched rt tasksPeter Zijlstra2008-10-201-4/+24
| * | | | | sched: optimize group load balancerPeter Zijlstra2008-10-203-20/+36
| * | | | | sched: minor fast-path overhead reductionMike Galbraith2008-10-171-1/+1
| * | | | | sched: fix the wrong mask_len, cleanupPeter Zijlstra2008-10-171-1/+1
| * | | | | sched: kill unused scheduler decl.David Miller2008-10-171-1/+0
| * | | | | sched: fix the wrong mask_lenMiao Xie2008-10-171-1/+1
| * | | | | Merge branch 'linus' into sched/urgentIngo Molnar2008-10-175575-177785/+359686
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | sched: only update rq->clock while holding rq->lockPeter Zijlstra2008-10-151-5/+1
* | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-233-6/+7
|\ \ \ \ \ \
| * | | | | | genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson2008-10-211-0/+1
| * | | | | | genirq: fix off by one and coding styleIngo Molnar2008-10-212-5/+5
| * | | | | | genirq: fix set_irq_type() when recording trigger typeChris Friesen2008-10-211-1/+1
* | | | | | | 8250: Add more OxSemi devicesLee Howard2008-10-231-2/+22
* | | | | | | 8250: Oxford Semiconductor DevicesLee Howard2008-10-233-1/+238
OpenPOWER on IntegriCloud