summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-169-62/+736
|\
| * KVM: ia64: Add intel iommu support for guests.Xiantao Zhang2008-10-151-1/+1
| * KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang2008-10-152-0/+8
| * KVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archsXiantao Zhang2008-10-151-0/+2
| * KVM: Move device assignment logic to common codeXiantao Zhang2008-10-152-0/+3
| * KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han2008-10-151-2/+0
| * KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti2008-10-151-0/+1
| * KVM: MMU: out of sync shadow coreMarcelo Tosatti2008-10-152-0/+4
| * KVM: x86: trap invlpgMarcelo Tosatti2008-10-151-0/+2
| * KVM: MMU: sync roots on mmu reloadMarcelo Tosatti2008-10-151-0/+1
| * KVM: MMU: mode specific sync_pageMarcelo Tosatti2008-10-151-0/+2
| * KVM: Device Assignment with VT-dBen-Ami Yassour2008-10-153-20/+58
| * VT-d: Changes to support KVMKay, Allen M2008-10-153-0/+536
| * x86: Move FEATURE_CONTROL bits to msr-index.hSheng Yang2008-10-151-0/+3
| * KVM: x86: do not execute halted vcpusMarcelo Tosatti2008-10-151-0/+1
| * KVM: Add statistics for guest irq injectionsAvi Kivity2008-10-151-0/+1
| * KVM: Simplify exception entries by using __ASM_SIZE and _ASM_PTRAvi Kivity2008-10-151-11/+2
| * KVM: remove unused field from the assigned dev structBen-Ami Yassour2008-10-151-1/+0
| * KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen2008-10-151-0/+10
| * KVM: pci device assignmentBen-Ami Yassour2008-10-152-0/+35
| * x86: paravirt: factor out cpu_khz to common codeGlauber Costa2008-10-151-0/+1
| * KVM: Add irq ack notifier listAvi Kivity2008-10-151-0/+7
| * KVM: ppc: trace powerpc instruction emulationChristian Ehrhardt2008-10-151-0/+1
| * KVM: ppc: adds trace points for ppc tlb activityJerone Young2008-10-151-0/+3
| * KVM: kvmtrace: replace get_cycles with ktime_get v3Christian Ehrhardt2008-10-151-3/+3
| * KVM: kvmtrace: Remove use of bit fields in kvm trace structureChristian Ehrhardt2008-10-151-3/+14
| * KVM: VMX: Reinject real mode exceptionJan Kiszka2008-10-151-0/+4
| * KVM: Consolidate XX_VECTOR definesJan Kiszka2008-10-151-0/+1
| * KVM: Add a pending interrupt queueAvi Kivity2008-10-151-0/+5
| * KVM: VMX: Move nmi injection failure processing to vm exit pathAvi Kivity2008-10-151-0/+1
| * KVM: Move KVM TRACE DEFINITIONS to common headerHollis Blanchard2008-10-154-40/+40
| * KVM: x86: accessors for guest registersMarcelo Tosatti2008-10-151-5/+10
* | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-168-9/+18
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-158-9/+18
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | | | * | printk: robustify printk, fixIngo Molnar2008-08-111-4/+3
| | | | | * | printk: robustify printkPeter Zijlstra2008-08-111-0/+4
| | | | * | | IO resources, x86: ioremap sanity check to catch mapping requests exceeding t...Suresh Siddha2008-09-261-0/+1
| | | | * | | generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge2008-09-141-6/+2
| | | | * | | generic: make PFN_PHYS explicitly return phys_addr_tJeremy Fitzhardinge2008-09-142-3/+7
| | | | * | | generic: add phys_addr_t for holding physical addressesJeremy Fitzhardinge2008-09-143-3/+6
| | | | * | | Merge commit 'v2.6.27-rc6' into core/resourcesIngo Molnar2008-09-1417-15/+63
| | | | |\ \ \
| | | * | | | | softirq: allocate less vectorsAlexey Dobriyan2008-09-061-0/+2
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-161-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: fix compat-vdsoSuresh Siddha2008-10-151-1/+6
* | | | | | | | | FRV: Switch unaligned access to the packed-struct implementationHarvey Harrison2008-10-161-1/+1
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-10-161-2/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | firewire: Add more documentation to firewire-cdev.hJay Fenlason2008-10-151-2/+7
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-167-9/+158
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman2008-10-161-0/+3
| * | | | | | | | | | kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-3/+1
OpenPOWER on IntegriCloud