summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-07-062-23/+95
|\
| * intel-iommu: Don't use identity mapping for PCI devices behind bridgesDavid Woodhouse2009-07-041-0/+30
| * intel-iommu: Use iommu_should_identity_map() at startup time too.David Woodhouse2009-07-041-11/+14
| * intel-iommu: No mapping for non-PCI devicesDavid Woodhouse2009-07-041-5/+10
| * intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse2009-07-042-10/+31
| * intel-iommu: Add iommu_should_identity_map() functionDavid Woodhouse2009-07-041-2/+7
| * intel-iommu: Fix reattaching of devices to identity mapping domainDavid Woodhouse2009-07-041-0/+3
| * intel-iommu: Don't set identity mapping for bypassed graphics devicesDavid Woodhouse2009-07-041-2/+5
| * intel-iommu: Fix dma vs. mm page confusion with aligned_nrpages()David Woodhouse2009-07-041-5/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-07-068-22/+43
|\ \
| * | ieee1394: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)Stefan Richter2009-07-022-1/+8
| * | firewire: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)Stefan Richter2009-07-021-1/+9
| * | firewire: core: do not DMA-map stack addressesStefan Richter2009-06-255-20/+26
* | | fb: Initialize fb_info mutexes in framebuffer_alloc()Paul Mundt2009-07-064-4/+4
* | | cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov2009-07-063-6/+6
* | | linux/sysrq.h needs linux/errno.hTobias Doerffel2009-07-061-0/+2
* | | drivers/video/s3c-fb.c: fix clock setting for Samsung SoC FramebufferInKi Dae2009-07-061-10/+7
* | | Fix virt_to_phys() warningsKevin Cernekee2009-07-063-3/+3
* | | mm: mark page accessed before we write_end()Josef Bacik2009-07-061-0/+1
* | | elf: fix multithreaded program core dumping on armHui Zhu2009-07-061-0/+2
* | | sys_sync(): fix 16% performance regression in ffsb create_4k testZhang, Yanmin2009-07-061-0/+5
* | | gcov: exclude code operating in userspace from profilingPeter Oberparleiter2009-07-061-0/+2
* | | rtc: ds1374, fix lock imbalanceJiri Slaby2009-07-061-2/+2
* | | vlynq: fix typo in Kconfig to enable debuggingFlorian Fainelli2009-07-061-1/+1
* | | vlynq: correct typo of missing "CONFIG_" prefix in ifdefRobert P. J. Day2009-07-061-1/+1
* | | sisfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-061-1/+0
* | | Linux 2.6.31-rc2v2.6.31-rc2Linus Torvalds2009-07-041-1/+1
* | | video: sm501fb: Early initialization of mm_lock mutex.Paul Mundt2009-07-041-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Linus Torvalds2009-07-0434-219/+228
|\ \ \
| * | | parisc: use generic atomic64 on 32-bitKyle McMartin2009-07-032-1/+6
| * | | parisc: superio: fix build breakageAlexander Beregalov2009-07-031-2/+2
| * | | parisc: Fix PCI resource allocation on non-PAT SBA machinesMatthew Wilcox2009-07-031-0/+2
| * | | parisc: perf: wire up sys_perf_counter_openKyle McMartin2009-07-034-1/+15
| * | | parisc: add task_pt_regs macroKyle McMartin2009-07-031-0/+3
| * | | parisc: wire sys_perf_counter_open to sys_ni_syscallKyle McMartin2009-07-032-1/+3
| * | | parisc: inventory.c, fix bloated stack frameKyle McMartin2009-07-031-17/+24
| * | | parisc: processor.c, fix bloated stack frameKyle McMartin2009-07-031-5/+11
| * | | parisc: fix compile warning in mm/init.cKyle McMartin2009-07-031-1/+1
| * | | parisc: remove dead code from sys_parisc32.cChristoph Hellwig2009-07-031-62/+0
| * | | parisc: wire up rt_tgsigqueueinfoKyle McMartin2009-07-032-2/+4
| * | | parisc: ensure broadcast tlb purge runs single threadedHelge Deller2009-07-033-19/+30
| * | | parisc: fix "delay!" timer handlingGrant Grundler2009-07-031-35/+53