summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-0620-131/+380
|\
| *-----. Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel2013-05-02847-5651/+9775
| |\ \ \ \
| | | | | * iommu/tegra: Fix printk formats for dma_addr_tVarun Sethi2013-05-022-2/+4
| | | | * | iommu: Add a function to find an iommu group by idAlexey Kardashevskiy2013-04-242-0/+30
| | | | * | iommu: Move swap_pci_ref function to drivers/iommu/pci.h.Varun Sethi2013-04-233-12/+31
| | | | * | iommu: Include linux/err.hWang YanQing2013-04-191-0/+1
| | | * | | iommu/fsl: Add the window permission flag as a parameter to iommu_window_enab...Varun Sethi2013-04-022-5/+7
| | | * | | iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi2013-04-0210-16/+12
| | * | | | iommu/amd: fix error return code in early_amd_iommu_init()Wei Yongjun2013-04-231-0/+1
| | * | | | iommu/AMD: Per-thread IOMMU Interrupt HandlingSuravee Suthikulpanit2013-04-232-50/+34
| | * | | | iommu/amd: Workaround for ERBT1312Joerg Roedel2013-04-191-8/+26
| | * | | | iommu/amd: Document ivrs_ioapic and ivrs_hpet parametersJoerg Roedel2013-04-191-0/+14
| | * | | | iommu/amd: Don't report firmware bugs with cmd-line ivrs overridesJoerg Roedel2013-04-191-3/+16
| | * | | | iommu/amd: Add ioapic and hpet ivrs overrideJoerg Roedel2013-04-191-2/+62
| | * | | | iommu/amd: Add early maps for ioapic and hpetJoerg Roedel2013-04-191-0/+38
| | * | | | iommu/amd: Extend IVRS special device data structureJoerg Roedel2013-04-192-10/+21
| | * | | | iommu/amd: Move add_special_device() to __initJoerg Roedel2013-04-191-1/+1
| | * | | | iommu/amd: Properly initialize irq-table lockJoerg Roedel2013-04-181-0/+3
| | * | | | iommu/amd: Use AMD specific data structure for irq remappingJoerg Roedel2013-04-181-27/+27
| | * | | | iommu/amd: Remove map_sg_no_iommu()Joerg Roedel2013-04-181-21/+1
| | * | | | iommu/amd: Re-enable IOMMU event log interrupt after handling.Suravee Suthikulpanit2013-04-022-0/+4
| | |/ / /
| * | | | iommu/vt-d: Remove warning for HPET scope typeLinn Crosetto2013-04-241-1/+2
| * | | | iommu/vt-d: Disable translation if already enabledTakao Indoh2013-04-232-1/+25
| * | | | iommu: Fix compile warnings with forward declarationsJoerg Roedel2013-04-191-0/+7
| * | | | iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsetsNeil Horman2013-04-185-0/+40
| * | | | iommu/vt-d: dmar_fault should only clear PPF/PFO field.Li, Zhen-Hua2013-03-261-5/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-05-0632-2280/+4196
|\ \ \ \ \
| * | | | | rbd: fix image request leak on parent readAlex Elder2013-05-021-0/+1
| * | | | | libceph: use slab cache for osd client requestsAlex Elder2013-05-023-2/+35
| * | | | | libceph: allocate ceph message data with a slab allocatorAlex Elder2013-05-021-3/+23
| * | | | | libceph: allocate ceph messages with a slab allocatorAlex Elder2013-05-021-2/+27
| * | | | | rbd: allocate image object names with a slab allocatorAlex Elder2013-05-021-3/+29
| * | | | | rbd: allocate object requests with a slab allocatorAlex Elder2013-05-021-3/+20
| * | | | | rbd: allocate name separate from obj_requestAlex Elder2013-05-021-3/+9
| * | | | | rbd: allocate image requests with a slab allocatorAlex Elder2013-05-021-5/+34
| * | | | | rbd: use binary search for snapshot lookupAlex Elder2013-05-021-5/+29
| * | | | | rbd: clear EXISTS flag if mapped snapshot disappearsAlex Elder2013-05-021-0/+23
| * | | | | rbd: kill off the snapshot listAlex Elder2013-05-011-256/+1
| * | | | | rbd: define rbd_snap_size() and rbd_snap_features()Alex Elder2013-05-011-23/+129
| * | | | | rbd: use snap_id not index to look up snap infoAlex Elder2013-05-011-31/+37
| * | | | | rbd: look up snapshot name in names bufferAlex Elder2013-05-011-10/+30
| * | | | | rbd: drop obj_request->versionAlex Elder2013-05-011-2/+0
| * | | | | rbd: drop rbd_obj_method_sync() version parameterAlex Elder2013-05-011-13/+11
| * | | | | rbd: more version parameter removalAlex Elder2013-05-011-21/+18
| * | | | | rbd: get rid of some version parametersAlex Elder2013-05-011-10/+6
| * | | | | rbd: stop tracking header object versionAlex Elder2013-05-011-10/+1
| * | | | | rbd: snap names are pointer to constant dataAlex Elder2013-05-011-7/+7
| * | | | | rbd: don't revalidate so muchAlex Elder2013-05-011-1/+4
| * | | | | rbd: fix up the layering warning messageAlex Elder2013-05-011-2/+9
| * | | | | ceph: use ceph_create_snap_context()Alex Elder2013-05-012-37/+7
OpenPOWER on IntegriCloud