summaryrefslogtreecommitdiffstats
path: root/arch/mips/pci (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-27KVM: Fix whitespace in kvm_para.hAlexander Graf1-1/+0
2011-12-27KVM: PPC: annotate kvm_rma_init as __initNishanth Aravamudan1-1/+1
2011-12-27KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity3-1/+20
2011-12-27KVM: x86 emulator: fix RDPMC privilege checkAvi Kivity1-1/+1
2011-12-27KVM: Expose the architectural performance monitoring CPUID leafGleb Natapov1-1/+29
2011-12-27KVM: VMX: Intercept RDPMCAvi Kivity1-1/+14
2011-12-27KVM: SVM: Intercept RDPMCAvi Kivity1-0/+15
2011-12-27KVM: Add generic RDPMC supportAvi Kivity2-0/+16
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov7-10/+600
2011-12-27KVM: Expose kvm_lapic_local_deliver()Avi Kivity2-1/+2
2011-12-27KVM: x86 emulator: Use opcode::execute for Group 9 instructionTakuya Yoshikawa1-5/+2
2011-12-27KVM: x86 emulator: Use opcode::execute for Group 4/5 instructionsTakuya Yoshikawa1-11/+8
2011-12-27KVM: x86 emulator: Use opcode::execute for Group 1A instructionTakuya Yoshikawa1-9/+1
2011-12-27KVM: ensure that debugfs entries have been createdHamo1-3/+23
2011-12-27KVM: drop bsp_vcpu pointer from kvm structGleb Natapov4-14/+17
2011-12-27KVM: x86: Consolidate PIT legacy testJan Kiszka1-7/+3
2011-12-27KVM: x86: Do not rely on implicit inclusionsJan Kiszka1-0/+2
2011-12-27KVM: Make KVM_INTEL depend on CPU_SUP_INTELAvi Kivity1-0/+2
2011-12-27KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin2-64/+47
2011-12-27KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin2-6/+5
2011-12-27KVM: Document KVM_NMIAvi Kivity1-0/+25
2011-12-27KVM: x86 emulator: Remove set-but-unused cr4 from check_cr_writeJan Kiszka1-3/+0
2011-12-27KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pagesJan Kiszka1-6/+6
2011-12-27KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi1-7/+7
2011-12-27KVM: MMU: audit: inline audit functionXiao Guangrong2-29/+28
2011-12-27KVM: MMU: remove oos_shadow parameterXiao Guangrong2-8/+0
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong3-11/+12
2011-12-27KVM: x86: remove the dead code of KVM_EXIT_HYPERCALLXiao Guangrong1-4/+0
2011-12-27KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong4-41/+26
2011-12-27jump-label: export jump_label_inc/jump_label_decXiao Guangrong1-0/+2
2011-12-27KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuidSasha Levin1-50/+63
2011-12-27KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guestLiu, Jinsong2-2/+5
2011-12-27KVM: Move cpuid code to new fileAvi Kivity7-635/+679
2011-12-27KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DXTakuya Yoshikawa1-12/+2
2011-12-27KVM: Allow aligned byte and word writes to IOAPIC registers.Julian Stecklina1-3/+12
2011-12-27KVM: IA64: fix struct redefinitionXiao Guangrong1-2/+2
2011-12-27KVM: introduce a table to map slot id to index in memslots arrayXiao Guangrong2-7/+13
2011-12-27KVM: sort memslots by its size and use line searchXiao Guangrong2-25/+72
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong6-17/+30
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong5-26/+27
2011-12-27KVM: introduce update_memslots functionXiao Guangrong3-8/+17
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong4-5/+10
2011-12-27KVM: x86 emulator: Use opcode::execute for BSF/BSRTakuya Yoshikawa1-25/+35
2011-12-27KVM: x86 emulator: Use opcode::execute for CMPXCHGTakuya Yoshikawa1-18/+19
2011-12-27KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSRTakuya Yoshikawa1-26/+26
2011-12-27KVM: x86 emulator: Use opcode::execute for MOV to cr/drTakuya Yoshikawa1-22/+30
2011-12-27KVM: x86 emulator: Use opcode::execute for CALLTakuya Yoshikawa1-8/+10
2011-12-27KVM: x86 emulator: Use opcode::execute for BT familyTakuya Yoshikawa1-39/+38
2011-12-27KVM: x86 emulator: Use opcode::execute for IN/OUTTakuya Yoshikawa1-26/+28
2011-12-27KVM: VMX: remove unneeded vmx_load_host_state() calls.Gleb Natapov1-5/+0