summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel-iommu: Change addr_to_dma_pte() to pfn_to_dma_pte()David Woodhouse2009-06-291-6/+7
* intel-iommu: Clean up intel_iommu_unmap_range()David Woodhouse2009-06-291-9/+5
* intel-iommu: Make dma_pte_free_pagetable() take pfns as argumentDavid Woodhouse2009-06-291-40/+28
* intel-iommu: Make dma_pte_free_pagetable() use pfnsDavid Woodhouse2009-06-291-18/+22
* intel-iommu: Make dma_pte_clear_range() take pfns as argumentDavid Woodhouse2009-06-291-13/+19
* intel-iommu: Make dma_pte_clear_range() use pfnsDavid Woodhouse2009-06-291-13/+9
* intel-iommu: Don't just mask out too-big physical addresses; BUG() insteadDavid Woodhouse2009-06-291-7/+7
* intel-iommu: Make dma_pte_clear_one() take pfn not addressDavid Woodhouse2009-06-291-3/+3
* intel-iommu: Change dma_addr_level_pte() to dma_pfn_level_pte()David Woodhouse2009-06-291-5/+7
* intel-iommu: Change address_level_offset() to pfn_level_offset()David Woodhouse2009-06-291-4/+4
* intel-iommu: Change dma_set_pte_addr() to dma_set_pte_pfn()David Woodhouse2009-06-291-4/+24
* intel-iommu: Clean up identity mapping code, remove CONFIG_DMAR_GFX_WADavid Woodhouse2009-06-291-75/+32
* intel-iommu: Create new iommu_domain_identity_map() functionDavid Woodhouse2009-06-291-26/+36
* intel-iommu: Only avoid flushing device IOTLB for domain ID 0 in caching modeYu Zhao2009-06-291-1/+6
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-06-281-14/+5
|\
| * intel-iommu: fix Identity Mapping to be arch independentChris Wright2009-06-261-14/+5
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2009-06-287-61/+603
|\ \
| * | leds: Add options to have GPIO LEDs start on or keep their stateTrent Piepho2009-06-231-3/+17
| * | leds: LED driver for National Semiconductor LP3944 Funlight ChipAntonio Ospite2009-06-233-0/+478
| * | leds: pca9532 - Indent using tabs, not spaces.Antonio Ospite2009-06-231-29/+29
| * | leds: Remove an orphan Kconfig entryRichard Purdie2009-06-231-10/+0
| * | leds: alix-leds2 fixed for Award BIOSTobias Mueller2009-06-232-1/+7
| * | leds: leds-gpio - fix a section mismatchZhenwen Xu2009-06-231-1/+1
| * | leds: add the sysfs interface into the leds-bd2802 driver for changing wave p...Kim Kyuwon2009-06-231-13/+73
| * | leds: change the license informationKim Kyuwon2009-06-231-1/+1
| * | leds: fix led-bd2802 errors while resumingKim Kyuwon2009-06-231-7/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-06-262-11/+16
|\ \ \
| * | | amd64_edac: misc small cleanupsBorislav Petkov2009-06-262-7/+8
| * | | amd64_edac: fix ecc_enable_override handlingBorislav Petkov2009-06-261-1/+6
| * | | amd64_edac: check only ECC bit in amd64_determine_edac_capBorislav Petkov2009-06-261-3/+2
| | |/ | |/|
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-263-18/+43
|\ \ \
| * | | powerpc/rtas: Fix watchdog driver temperature read functionalityAdrian Reber2009-06-261-5/+3
| * | | powerpc/BSR: Fix BSR to allow mmap of small BSR on 64k kernelSonny Rao2009-06-261-6/+19
| * | | powerpc/BSR: add 4096 byte BSR sizeSonny Rao2009-06-261-7/+10
| * | | powerpc/pmac: Fix DMA ops for MacIO devicesBenjamin Herrenschmidt2009-06-261-0/+11
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-06-263-111/+239
|\ \ \ \ | |/ / / |/| | |
| * | | ACPI: video: prevent NULL deref in acpi_get_pci_dev()Troy Moure2009-06-261-1/+1
| * | | eeepc-laptop: add rfkill support for the 3G modem in Eee PC 901 GoCorentin Chary2009-06-261-0/+10
| * | | eeepc-laptop: get the right value for CMSGCorentin Chary2009-06-261-0/+23
| * | | eeepc-laptop: makes get_acpi() returns -ENODEVCorentin Chary2009-06-261-5/+12
| * | | eeepc-laptop: right parent deviceCorentin Chary2009-06-261-16/+18
| * | | eeepc-laptop: rfkill refactoringCorentin Chary2009-06-261-76/+84
| * | | eeepc-laptop.c: use pr_fmt and pr_<level>Joe Perches2009-06-261-33/+22
| * | | eeepc-laptop: Register as a pci-hotplug deviceCorentin Chary2009-06-262-0/+89
| |/ /
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-2538-316/+2376
|\ \ \
| * | | drm: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-243-3/+0
| * | | Merge remote branch 'origin/drm-intel-next' of ../drm-intel into drm-fixesDave Airlie2009-06-2429-261/+2327
| |\ \ \
| | * | | drm/i915: initialize fence registers to zero when loading GEMGrégoire Henry2009-06-231-0/+13
| | * | | drm/i915: Fix HDMI regression introduced in new chipset supportZhenyu Wang2009-06-221-2/+1
| | * | | drm/i915: fix LFP data fetchJesse Barnes2009-06-221-1/+11
OpenPOWER on IntegriCloud