summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vgaarb-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ai...Linus Torvalds2009-09-231-1/+10
|\
| * vgaarb: make client interface config invariant.Ingo Molnar2009-09-231-1/+10
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-09-2310-193/+209
|\ \
| * | intel-iommu: Disable PMRs after we enable translation, not beforeDavid Woodhouse2009-09-191-2/+3
| * | intel-iommu: Kill DMAR_BROKEN_GFX_WA option.David Woodhouse2009-09-192-6/+2
| * | intel-iommu: Fix integer wrap on 32 bit kernelsBenjamin LaHaise2009-09-191-4/+3
| * | intel-iommu: Fix integer overflow in dma_pte_{clear_range,free_pagetable}()David Woodhouse2009-09-191-4/+7
| * | intel-iommu: Limit DOMAIN_MAX_PFN to fit in an 'unsigned long'David Woodhouse2009-09-191-2/+8
| * | intel-iommu: Fix kernel hang if interrupt remapping disabled in BIOSYouquan Song2009-09-113-0/+15
| * | intel-iommu: Disallow interrupt remapping if not all ioapics coveredYouquan Song2009-09-112-3/+5
| * | intel-iommu: include linux/dmi.h to use dmi_ routinesStephen Rothwell2009-08-311-0/+1
| * | pci/dmar: correct off-by-one error in dmar_fault()Troy Heber2009-08-301-1/+1
| * | intel-iommu: Cope with yet another BIOS screwup causing crashesDavid Woodhouse2009-08-261-0/+11
| * | intel-iommu: iommu init error path bug fixesDonald Dutile2009-08-241-17/+18
| * | intel-iommu: Mark functions with __initMatt Kraai2009-08-241-2/+2
| * | USB: Work around BIOS bugs by quiescing USB controllers earlierDavid Woodhouse2009-08-201-1/+1
| * | ia64: IOMMU passthrough mode shouldn't trigger swiotlb initDavid Woodhouse2009-08-131-1/+1
| * | intel-iommu: make domain_add_dev_info() call domain_context_mapping()David Woodhouse2009-08-091-20/+15
| * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2009-08-081651-25473/+40423
| |\ \
| * | | intel-iommu: Unify hardware and software passthrough supportDavid Woodhouse2009-08-042-103/+76
| * | | intel-iommu: Cope with broken HP DC7900 BIOSDavid Woodhouse2009-08-041-4/+18
| * | | iommu=pt is a valid early paramAlex Williamson2009-08-031-3/+1
| * | | intel-iommu: double kfree()Dan Carpenter2009-07-201-1/+0
| * | | intel-iommu: Kill pointless intel_unmap_single() functionDavid Woodhouse2009-07-151-7/+1
| * | | intel-iommu: Defer the iotlb flush and iova free for intel_unmap_sg() too.David Woodhouse2009-07-151-5/+12
| * | | intel-iommu: Remove superfluous iova_alloc_lock from IOVA codeDavid Woodhouse2009-07-153-16/+4
| * | | intel-iommu: Speed up map routines by using cached domain ASAPDavid Woodhouse2009-07-071-2/+13
* | | | misc: remove redundant start_kernel prototypesRusty Russell2009-09-233-2/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-09-2322-176/+1966
|\ \ \ \
| * | | | regulator: Add some brief design documentationMark Brown2009-09-221-0/+33
| * | | | regulator: fix voltage range in da9034 ldo12Haojian Zhuang2009-09-221-1/+1
| * | | | regulator/driver: be more specific in nanodoc for is_enabledWolfram Sang2009-09-221-1/+2
| * | | | regulator/lp3971: drop unnecessary initializationWolfram Sang2009-09-221-1/+1
| * | | | regulator: drop 'default n'Wolfram Sang2009-09-221-6/+0
| * | | | regulator: fix typosWolfram Sang2009-09-223-7/+7
| * | | | regulator: fix calculation of voltage range in da9034_set_ldo12_voltage()Roel Kluin2009-09-221-1/+1
| * | | | regulator: update a filename in documentationWolfram Sang2009-09-221-1/+1
| * | | | drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USE...Michael Prokop2009-09-221-1/+1
| * | | | REGULATOR Handle positive returncode from enableLinus Walleij2009-09-221-1/+2
| * | | | regulator: tps650xx - build fixes for x86_64Liam Girdwood2009-09-222-10/+12
| * | | | Fix some regulator documentationLinus Walleij2009-09-222-3/+4
| * | | | Regulator: Adding TPS65023 and TPS6507x in Kconfig and MakefileAnuj Aggarwal2009-09-222-0/+19
| * | | | Regulator: Add TPS6507x regulator driverAnuj Aggarwal2009-09-221-0/+713
| * | | | Regulator: Add TPS65023 regulator driverAnuj Aggarwal2009-09-221-0/+631
| * | | | regulator: userspace: use sysfs_create_groupFelipe Balbi2009-09-221-22/+23
| * | | | regulator: Add GPIO enable control to fixed voltage regulator driverRoger Quadros2009-09-222-2/+110
| * | | | Regulator: Implement list_voltage for pcf50633 regulator driver.Lars-Peter Clausen2009-09-221-32/+64
| * | | | regulator: regulator_enable() permission checkingMark Brown2009-09-221-20/+36
| * | | | regulator: Push locking for regulator_is_enabled() outMark Brown2009-09-221-14/+16
| * | | | regulator: Check for constraints in regulator_init_complete()Mark Brown2009-09-221-2/+2