summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* kvm: add stubs for arch specific debugfs supportLuiz Capitulino2016-09-166-1/+61
* kvm: x86: drop read_tsc_offset()Luiz Capitulino2016-09-164-16/+1
* kvm: x86: add tsc_offset field to struct kvm_vcpu_archLuiz Capitulino2016-09-162-2/+9
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-09-1335-501/+1364
|\
| * KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()Markus Elfring2016-09-131-6/+5
| * KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()Markus Elfring2016-09-121-3/+4
| * KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functionsMarkus Elfring2016-09-121-12/+11
| * KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config...Markus Elfring2016-09-121-1/+1
| * KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after erro...Markus Elfring2016-09-121-14/+16
| * KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()Markus Elfring2016-09-121-1/+1
| * KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier2016-09-123-5/+19
| * KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras2016-09-127-0/+63
| * KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real modeSuresh Warrier2016-09-121-0/+50
| * KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier2016-09-124-1/+14
| * KVM: PPC: Book3S HV: Dump irqmap in debugfsSuresh Warrier2016-09-121-0/+17
| * KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier2016-09-127-3/+49
| * KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier2016-09-125-2/+132
| * KVM: PPC: Book3S HV: Enable IRQ bypassSuresh Warrier2016-09-091-1/+159
| * KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmapSuresh Warrier2016-09-093-0/+44
| * KVM: PPC: select IRQ_BYPASS_MANAGERSuresh Warrier2016-09-093-0/+44
| * KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C functionSuresh Warrier2016-09-092-84/+158
| * Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-nextPaul Mackerras2016-09-0913-131/+164
| |\
| | * powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini2016-09-095-7/+10
| | * powerpc/powernv: Provide facilities for EOI, usable from real modeSuresh Warrier2016-09-092-4/+23
| | * powerpc: Add simple cache inhibited MMIO accessorsSuresh Warrier2016-09-091-0/+29
| | * powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras2016-09-095-120/+102
| * | KVM: PPC: Implement existing and add new halt polling vcpu statsSuraj Jitindar Singh2016-09-083-5/+39
| * | KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh2016-09-086-168/+168
| * | KVM: PPC: Book3S HV: Implement halt pollingSuraj Jitindar Singh2016-09-084-14/+126
| * | KVM: PPC: Book3S HV: Change vcore element runnable_threads from linked-list t...Suraj Jitindar Singh2016-09-083-28/+43
| * | KVM: PPC: Book3S HV: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.hSuraj Jitindar Singh2016-09-082-35/+35
| * | KVM: PPC: Always select KVM_VFIO, plus Makefile cleanupPaul Mackerras2016-08-252-11/+9
| * | KVM: PPC: Implement kvm_arch_intc_initialized() for PPCPaul Mackerras2016-08-192-0/+15
| * | KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulationPaul Mackerras2016-08-191-0/+2
| |/
* | Merge tag 'kvm-s390-next-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-09-0822-156/+277
|\ \
| * \ Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390nextChristian Borntraeger2016-09-082-4/+25
| |\ \
| | * | KVM: s390: generate facility mask from readable listHeiko Carstens2016-08-252-4/+25
| * | | KVM: s390: Use memdup_user() rather than duplicating codeMarkus Elfring2016-09-081-14/+4
| * | | KVM: s390: Improve determination of sizes in kvm_s390_import_bp_data()Markus Elfring2016-09-081-10/+15
| * | | KVM: s390: allow 255 VCPUs when sca entries aren't usedDavid Hildenbrand2016-09-084-2/+32
| * | | KVM: s390: lazy enable RIFan Zhang2016-09-084-2/+36
| * | | KVM: s390: gaccess: simplify translation exception handlingJanosch Frank2016-09-081-19/+18
| * | | KVM: s390: guestdbg: separate defines for per codeDavid Hildenbrand2016-09-081-11/+17
| * | | KVM: s390: write external damage code on machine checksDavid Hildenbrand2016-09-082-0/+3
| * | | KVM: s390: fix delivery of vector regs during machine checksDavid Hildenbrand2016-09-083-37/+13
| * | | KVM: s390: split store status and machine check handlingDavid Hildenbrand2016-09-081-1/+28
| * | | KVM: s390: factor out actual delivery of machine checksDavid Hildenbrand2016-09-081-23/+31
| * | | parisc: Fix order of EREFUSED define in errno.hHelge Deller2016-08-201-2/+2
| * | | parisc: Fix automatic selection of cr16 clocksourceHelge Deller2016-08-202-20/+0
| * | | Merge tag 'devicetree-fixes-for-4.8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-181-0/+6
| |\ \ \