summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | KVM: PPC: Book3S PR: Expose TAR facility to guestAlexander Graf2014-05-305-6/+28
| | * | | | | | | | | | KVM: PPC: Book3S PR: Handle Facility interrupt and FSCRAlexander Graf2014-05-309-14/+125
| | * | | | | | | | | | KVM: PPC: Book3S PR: Emulate TIR registerAlexander Graf2014-05-301-0/+1
| | * | | | | | | | | | KVM: PPC: Book3S PR: Ignore PMU SPRsAlexander Graf2014-05-301-0/+14
| | * | | | | | | | | | KVM: PPC: Book3S: Move little endian conflict to HV KVMAlexander Graf2014-05-301-1/+1
| | * | | | | | | | | | KVM: PPC: Book3S PR: Do dcbz32 patching with big endian instructionsAlexander Graf2014-05-302-3/+3
| | * | | | | | | | | | KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf2014-05-3020-143/+309
| | * | | | | | | | | | KVM: PPC: PR: Fill pvinfo hcall instructions in big endianAlexander Graf2014-05-301-8/+8
| | * | | | | | | | | | KVM: PPC: Book3S PR: PAPR: Access RTAS in big endianAlexander Graf2014-05-301-0/+29
| | * | | | | | | | | | KVM: PPC: Book3S PR: PAPR: Access HTAB in big endianAlexander Graf2014-05-301-3/+11
| | * | | | | | | | | | KVM: PPC: Book3S PR: Default to big endian guestAlexander Graf2014-05-301-1/+1
| | * | | | | | | | | | KVM: PPC: Book3S_64 PR: Access shadow slb in big endianAlexander Graf2014-05-301-17/+16
| | * | | | | | | | | | KVM: PPC: Book3S_64 PR: Access HTAB in big endianAlexander Graf2014-05-301-4/+7
| | * | | | | | | | | | KVM: PPC: Book3S_32: PR: Access HTAB in big endianAlexander Graf2014-05-301-6/+10
| | * | | | | | | | | | KVM: PPC: Book3S: PR: Fix C/R bit settingAlexander Graf2014-05-302-3/+3
| | * | | | | | | | | | KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options onAneesh Kumar K.V2014-05-301-0/+8
| | * | | | | | | | | | KVM: PPC: BOOK3S: PR: Enable Little Endian PR guestAneesh Kumar K.V2014-05-304-4/+25
| | * | | | | | | | | | KVM: PPC: E500: Add dcbtls emulationAlexander Graf2014-05-302-0/+15
| | * | | | | | | | | | KVM: PPC: E500: Ignore L1CSR1_ICFI,ICLFRAlexander Graf2014-05-301-0/+1
| * | | | | | | | | | | MIPS: KVM: Remove redundant semicolonJames Hogan2014-05-301-1/+1
| * | | | | | | | | | | MIPS: KVM: Remove redundant NULL checks before kfree()James Hogan2014-05-301-9/+3
| * | | | | | | | | | | MIPS: KVM: Quieten kvm_info() loggingJames Hogan2014-05-302-22/+21
| * | | | | | | | | | | MIPS: KVM: Remove ifdef DEBUG around kvm_debugJames Hogan2014-05-303-28/+0
| * | | | | | | | | | | MIPS: KVM: Fix kvm_debug bit-rottageJames Hogan2014-05-302-10/+10
| * | | | | | | | | | | MIPS: KVM: Whitespace fixes in kvm_mips_callbacksJames Hogan2014-05-301-23/+23
| * | | | | | | | | | | MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} staticJames Hogan2014-05-301-2/+2
| * | | | | | | | | | | MIPS: KVM: Add count frequency KVM registerJames Hogan2014-05-305-0/+65
| * | | | | | | | | | | MIPS: KVM: Add master disable count interfaceJames Hogan2014-05-305-14/+176
| * | | | | | | | | | | MIPS: KVM: Override guest kernel timer frequency directlyJames Hogan2014-05-302-18/+8
| * | | | | | | | | | | MIPS: KVM: Rewrite count/compare timer emulationJames Hogan2014-05-304-38/+413
| * | | | | | | | | | | MIPS: KVM: Migrate hrtimer to follow VCPUJames Hogan2014-05-301-0/+23
| * | | | | | | | | | | MIPS: KVM: Fix timer race modifying guest CP0_CauseJames Hogan2014-05-301-6/+65
| * | | | | | | | | | | MIPS: KVM: Deliver guest interrupts after local_irq_disable()James Hogan2014-05-301-1/+1
| * | | | | | | | | | | MIPS: KVM: Add CP0_HWREna KVM register accessJames Hogan2014-05-301-0/+7
| * | | | | | | | | | | MIPS: KVM: Add CP0_UserLocal KVM register accessJames Hogan2014-05-302-0/+8
| * | | | | | | | | | | MIPS: KVM: Add CP0_Count/Compare KVM register accessJames Hogan2014-05-303-0/+56
| * | | | | | | | | | | MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.hJames Hogan2014-05-302-31/+32
| * | | | | | | | | | | MIPS: KVM: Add CP0_EPC KVM register accessJames Hogan2014-05-301-1/+8
| * | | | | | | | | | | MIPS: KVM: Use tlb_write_randomJames Hogan2014-05-301-6/+4
| * | | | | | | | | | | MIPS: KVM: Use local_flush_icache_range to fix RI on XBurstJames Hogan2014-05-305-41/+12
| * | | | | | | | | | | MIPS: Export local_flush_icache_range for KVMJames Hogan2014-05-301-0/+1
| * | | | | | | | | | | MIPS: KVM: Allocate at least 16KB for exception handlersJames Hogan2014-05-301-1/+1
| * | | | | | | | | | | Merge tag 'kvm-s390-20140530' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-05-307-66/+116
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | KVM: s390: Intercept the tprot instructionMatthew Rosato2014-05-302-1/+4
| | * | | | | | | | | | | KVM: s390: a VCPU is already started when delivering interruptsDavid Hildenbrand2014-05-301-1/+0
| | * | | | | | | | | | | KVM: s390: check the given debug flags, not the set onesDavid Hildenbrand2014-05-301-1/+1
| | * | | | | | | | | | | KVM: s390: clean up interrupt injection in sigp codeJens Freimann2014-05-301-38/+18
| | * | | | | | | | | | | KVM: s390: Enable DAT support for TPROT handlerThomas Huth2014-05-303-25/+37
| | * | | | | | | | | | | KVM: s390: Add a generic function for translating guest addressesThomas Huth2014-05-302-0/+56
| | |/ / / / / / / / / /
| * | | | | | | | | | | MIPS: KVM: remove the stale memory alias support function unalias_gfnDeng-Cheng Zhu2014-05-291-5/+0