summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2010-10-24KVM: PPC: Move BAT handling code into spr handlerAlexander Graf
2010-10-24KVM: PPC: Add feature bitmap for magic pageAlexander Graf
2010-10-24KVM: PPC: Remove unused defineAlexander Graf
2010-10-24KVM: PPC: Revert "KVM: PPC: Use kernel hash function"Alexander Graf
2010-10-24KVM: PPC: Move slb debugging to tracepointsAlexander Graf
2010-10-24KVM: PPC: Make invalidation code more reliableAlexander Graf
2010-10-24KVM: PPC: Don't flush PTEs on NX/RO hitAlexander Graf
2010-10-24KVM: PPC: Preload magic page when in kernel modeAlexander Graf
2010-10-24KVM: PPC: Add tracepoints for generic spte flushesAlexander Graf
2010-10-24KVM: PPC: Fix sid map search after flushAlexander Graf
2010-10-24KVM: PPC: Move pte invalidate debug code to tracepointAlexander Graf
2010-10-24KVM: PPC: Add tracepoint for generic mmu mapAlexander Graf
2010-10-24KVM: PPC: Move book3s_64 mmu map debug print to trace pointAlexander Graf
2010-10-24KVM: PPC: Move EXIT_DEBUG partially to tracepointsAlexander Graf
2010-10-24KVM: ia64: define kvm_lapic_enabled() to fix a compile errorTakuya Yoshikawa
2010-10-24KVM: MMU: lower the aduit frequencyXiao Guangrong
2010-10-24KVM: MMU: improve spte auditXiao Guangrong
2010-10-24KVM: MMU: improve active sp auditXiao Guangrong
2010-10-24KVM: MMU: move audit to a separate fileXiao Guangrong
2010-10-24KVM: MMU: support disable/enable mmu audit dynamiclyXiao Guangrong
2010-10-24KVM: Fix guest kernel crash on MSR_K7_CLK_CTLJes Sorensen
2010-10-24KVM: i8259: Make ICW1 conform to specAvi Kivity
2010-10-24KVM: x86 emulator: clean up control flow in x86_emulate_insn()Avi Kivity
2010-10-24KVM: x86 emulator: fix group 11 decoding for reg != 0Avi Kivity
2010-10-24KVM: x86 emulator: use single stage decoding for mov instructionsAvi Kivity
2010-10-24KVM: Don't save/restore MSR_IA32_PERF_STATUSAvi Kivity
2010-10-24KVM: SVM: init_vmcb should reset vcpu->eferMarcelo Tosatti
2010-10-24KVM: SVM: reset mmu context in init_vmcbMarcelo Tosatti
2010-10-24KVM: Fix pio trace directionAvi Kivity
2010-10-24KVM: MMU: remove count_rmaps()Xiao Guangrong
2010-10-24KVM: MMU: rewrite audit_mappings_page() functionXiao Guangrong
2010-10-24KVM: MMU: fix wrong not write protected sp reportXiao Guangrong
2010-10-24KVM: MMU: check rmap for every spteXiao Guangrong
2010-10-24KVM: MMU: fix compile warning in audit codeXiao Guangrong
2010-10-24KVM: pit: Do not check pending pit timer in vcpu threadJason Wang
2010-10-24KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM caseAlexander Graf
2010-10-24KVM: x86 emulator: simplify ALU opcode block decode furtherAvi Kivity
2010-10-24KVM: Fix build error due to 64-bit division in nsec_to_cycles()Avi Kivity
2010-10-24KVM: x86 emulator: trap and propagate #DE from DIV and IDIVAvi Kivity
2010-10-24KVM: x86 emulator: add macros for executing instructions that may trapAvi Kivity
2010-10-24KVM: x86 emulator: simplify instruction decode flags for opcodes 0F 00-FFAvi Kivity
2010-10-24KVM: x86 emulator: simplify instruction decode flags for opcodes E0-FFAvi Kivity
2010-10-24KVM: x86 emulator: simplify instruction decode flags for opcodes C0-DFAvi Kivity
2010-10-24KVM: x86 emulator: simplify instruction decode flags for opcodes A0-AFAvi Kivity
2010-10-24KVM: x86 emulator: simplify instruction decode flags for opcodes 80-8FAvi Kivity
2010-10-24KVM: x86 emulator: simplify string instruction decode flagsAvi Kivity
2010-10-24KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flagsAvi Kivity
2010-10-24KVM: x86 emulator: support byte/word opcode pairsAvi Kivity
2010-10-24KVM: x86 emulator: refuse SrcMemFAddr (e.g. LDS) with register operandAvi Kivity
2010-10-24KVM: x86 emulator: get rid of "restart" in emulation context.Gleb Natapov