summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controlsPaolo Bonzini2017-02-161-22/+8
* KVM: svm: inititalize hash table structures directlyDavid Hildenbrand2017-02-151-4/+2
* kvm: nVMX: Refactor nested_vmx_run()Jim Mattson2017-02-151-49/+62
* kvm: nVMX: Split VMCS checks from nested_vmx_run()Jim Mattson2017-02-151-91/+103
* kvm: nVMX: Refactor nested_get_vmcs12_pages()Jim Mattson2017-02-151-69/+69
* kvm: nVMX: Refactor handle_vmptrld()Jim Mattson2017-02-151-9/+13
* kvm: nVMX: Refactor handle_vmon()Jim Mattson2017-02-151-41/+52
* kvm: nVMX: Prepare for checkpointing L2 stateJim Mattson2017-02-151-29/+48
* kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini2017-02-153-29/+34
* KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-155-28/+28
* KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini2017-02-152-4/+7
* KVM: x86: preparatory changes for APICv cleanupsPaolo Bonzini2017-02-153-26/+35
* kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini2017-02-151-3/+3
* KVM: vmx: clear pending interrupts on KVM_SET_LAPICPaolo Bonzini2017-02-152-2/+10
* kvm: vmx: Use the hardware provided GPA instead of page walkPaolo Bonzini2017-02-151-0/+3
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-159-87/+56
|\
| * KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()Wei Yongjun2017-02-091-0/+1
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-02-088-87/+55
| |\
| | * powerpc/powernv: Remove separate entry for OPAL real mode callsBenjamin Herrenschmidt2017-02-076-86/+46
| | * powerpc/64: CONFIG_RELOCATABLE support for hmi interruptsNicholas Piggin2017-02-072-1/+9
* | | KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann2017-02-091-0/+4
* | | Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-0995-266/+1045
|\ \ \
| * | | KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim2017-02-081-3/+34
| * | | KVM: arm64: Add the EL1 physical timer access handlerJintack Lim2017-02-081-0/+34
| * | | KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim2017-02-081-1/+2
| * | | KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim2017-02-082-2/+16
| * | | KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim2017-02-081-1/+1
| * | | KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim2017-02-083-7/+0
| * | | arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENTMarc Zyngier2017-01-301-9/+0
| * | | arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier2017-01-303-11/+6
| * | | arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier2017-01-302-10/+2
| * | | KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctlVijaya Kumar K2017-01-302-0/+12
| * | | KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K2017-01-306-3/+391
| * | | KVM: arm/arm64: vgic: Introduce find_reg_by_id()Vijaya Kumar K2017-01-302-11/+20
| * | | KVM: arm/arm64: vgic: Add distributor and redistributor accessVijaya Kumar K2017-01-302-0/+8
| * | | KVM: arm/arm64: vgic: Add debugfs vgic-state fileChristoffer Dall2017-01-252-0/+2
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-221-0/+2
| |\ \ \
| | * | | x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko2017-01-181-0/+2
| * | | | Merge tag 'arc-4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-01-2112-47/+151
| |\ \ \ \
| | * | | | ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"Vineet Gupta2017-01-181-1/+1
| | * | | | ARC: mm: split arc_cache_init to allow __init reaping of bulkVineet Gupta2017-01-181-14/+19
| | * | | | ARCv2: IOC: Use actual memory size to setup aperture sizeVineet Gupta2017-01-183-2/+16
| | * | | | ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruptionVineet Gupta2017-01-182-3/+50
| | * | | | ARCv2: IOC: refactor the IOC and SLC operations into own functionsVineet Gupta2017-01-182-22/+48
| | * | | | ARC: module: Fix !CONFIG_ARC_DW2_UNWIND buildsVineet Gupta2017-01-183-4/+6
| | * | | | ARCv2: save r30 on kernel entry as gcc uses it for code-genVineet Gupta2017-01-102-1/+3
| | * | | | ARCv2: IRQ: Call entry/exit functions for chained handlers in MCIPYuriy Kolerov2017-01-041-0/+4
| | * | | | ARC: IRQ: Use hwirq instead of virq in mask/unmaskYuriy Kolerov2017-01-042-5/+5
| | * | | | ARC: mmu: clarify the MMUv3 programming modelVineet Gupta2017-01-041-1/+5
| * | | | | Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-01-2120-58/+131
| |\ \ \ \ \