summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Deassign device in kvm_free_assgined_deviceWeidong Han2009-01-031-0/+1
* KVM: support device deassignmentWeidong Han2009-01-031-0/+8
* KVM: use the new intel iommu APIsWeidong Han2009-01-031-5/+10
* Change intel iommu APIs of virtual machine domainWeidong Han2009-01-031-9/+11
* calculate agaw for each iommuWeidong Han2009-01-032-0/+2
* intel-iommu: move iommu_prepare_gfx_mapping() out of dma_remapping.hMark McLoughlin2009-01-031-7/+0
* intel-iommu: kill off duplicate def of dmar_disabledMark McLoughlin2009-01-031-1/+0
* intel-iommu: move struct device_domain_info out of dma_remapping.hMark McLoughlin2009-01-031-10/+0
* intel-iommu: move struct dmar_domain def out dma_remapping.hMark McLoughlin2009-01-031-20/+2
* intel-iommu: move DMA PTE defs out of dma_remapping.hMark McLoughlin2009-01-031-22/+0
* intel-iommu: move context entry defs out from dma_remapping.hMark McLoughlin2009-01-031-38/+0
* intel-iommu: move root entry defs from dma_remapping.hMark McLoughlin2009-01-031-33/+1
* intel-iommu: move DMA_32/64BIT_PFN into intel-iommu.cMark McLoughlin2009-01-031-5/+0
* intel-iommu: make init_dmars() staticMark McLoughlin2009-01-031-1/+0
* intel-iommu: remove some unused struct intel_iommu fieldsMark McLoughlin2009-01-031-5/+0
* Disallow gcc versions 3.{0,1}Ingo Molnar2009-01-021-0/+4
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-028-64/+159
|\
| * sched: move test_sd_parent() to an SMP section of sched.hIngo Molnar2008-12-191-9/+9
| * sched: add SD_BALANCE_NEWIDLE at MC and CPU level for sched_mc>0Vaidyanathan Srinivasan2008-12-192-2/+17
| * sched: framework for sched_mc/smt_power_savings=NGautham R Shenoy2008-12-191-0/+11
| * sched: convert BALANCE_FOR_xx_POWER to inline functionsVaidyanathan Srinivasan2008-12-192-11/+26
| * Merge branch 'linus' into cpus4096Ingo Molnar2008-12-181-2/+6
| |\
| * \ Merge branch 'x86/crashdump' into cpus4096Ingo Molnar2008-12-171-0/+4
| |\ \
| * \ \ Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar2008-12-171-0/+10
| |\ \ \
| * \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-172-0/+9
| |\ \ \ \
| * \ \ \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-1334-279/+889
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *---. \ \ \ \ Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Ingo Molnar2008-12-127-8/+134
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-1210-22/+30
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'tracing/fastboot' into cpus4096Ingo Molnar2008-12-1218-208/+294
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-0211-16/+19
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | sched: convert remaining old-style cpumask operatorsRusty Russell2008-11-241-8/+8
| | * | | | | | | | | | | sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell2008-11-241-1/+1
| | * | | | | | | | | | | sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmapsRusty Russell2008-11-241-4/+7
| | * | | | | | | | | | | sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell2008-11-241-0/+10
| | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096Ingo Molnar2008-11-2421-80/+480
| | |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACKRusty Russell2008-12-131-4/+7
| * | | | | | | | | | | | | | cpumask: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumaskRusty Russell2008-12-131-1/+13
| * | | | | | | | | | | | | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-2/+2
| * | | | | | | | | | | | | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-132-3/+4
| * | | | | | | | | | | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-30/+57
| * | | | | | | | | | | | | | cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-2/+0
* | | | | | | | | | | | | | | Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-022-3/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMIJan Kiszka2008-12-311-6/+5
| * | | | | | | | | | | | | | | KVM: fix handling of ACK from shared guest IRQMark McLoughlin2008-12-311-0/+1
| * | | | | | | | | | | | | | | KVM: Advertise the bug in memory region destruction as fixedAvi Kivity2008-12-311-0/+2
| * | | | | | | | | | | | | | | KVM: Enable MSI for device assignmentSheng Yang2008-12-311-0/+3
| * | | | | | | | | | | | | | | KVM: Add fields for MSI device assignmentSheng Yang2008-12-312-0/+11
| * | | | | | | | | | | | | | | KVM: Replace irq_requested with more generic irq_requested_typeSheng Yang2008-12-311-1/+3
| * | | | | | | | | | | | | | | KVM: IRQ ACK notifier should be used with in-kernel irqchipSheng Yang2008-12-311-2/+1
| * | | | | | | | | | | | | | | KVM: x86: Support for user space injected NMIsJan Kiszka2008-12-311-2/+9
OpenPOWER on IntegriCloud