summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freedGui Jianfeng2010-08-011-2/+3
* KVM: MMU: Fix debug output error in walk_addr()Gui Jianfeng2010-08-011-1/+1
* KVM: MMU: mark page table dirty when a pte is actually modifiedGui Jianfeng2010-08-011-2/+2
* KVM: SVM: Allow EFER.LMSLE to be set with nested svmJoerg Roedel2010-08-012-1/+3
* KVM: SVM: Dump vmcb contents on failed vmrunJoerg Roedel2010-08-011-0/+95
* KVM: Get rid of KVM_REQ_KICKAvi Kivity2010-08-011-7/+10
* KVM: x86 emulator: do not inject exception directly into vcpuGleb Natapov2010-08-013-50/+100
* KVM: x86 emulator: move interruptibility state tracking out of emulatorGleb Natapov2010-08-012-20/+19
* KVM: x86 emulator: handle shadowed registers outside emulatorGleb Natapov2010-08-012-17/+12
* KVM: x86 emulator: use shadowed register in emulate_sysexit()Gleb Natapov2010-08-011-2/+2
* KVM: x86 emulator: set RFLAGS outside x86 emulator codeGleb Natapov2010-08-013-8/+1
* KVM: x86 emulator: advance RIP outside x86 emulator codeGleb Natapov2010-08-012-3/+6
* KVM: handle emulation failure case firstGleb Natapov2010-08-011-16/+15
* KVM: do not inject #PF in (read|write)_emulated() callbacksGleb Natapov2010-08-013-15/+28
* KVM: remove export of emulator_write_emulated()Gleb Natapov2010-08-012-6/+0
* KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation fai...Gleb Natapov2010-08-012-18/+19
* KVM: fill in run->mmio details in (read|write)_emulated functionGleb Natapov2010-08-011-16/+9
* KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED valuesGleb Natapov2010-08-011-2/+3
* KVM: x86 emulator: make (get|set)_dr() callback return error if it failsGleb Natapov2010-08-012-29/+45
* KVM: x86 emulator: make set_cr() callback return error if it failsGleb Natapov2010-08-013-76/+84
* KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacksGleb Natapov2010-08-011-95/+105
* KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_opsGleb Natapov2010-08-013-12/+9
* KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_opsGleb Natapov2010-08-013-18/+22
* KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_opsGleb Natapov2010-08-014-12/+13
* KVM: x86 emulator: handle "far address" source operandGleb Natapov2010-08-012-25/+37
* KVM: x86 emulator: cleanup nop emulationGleb Natapov2010-08-011-2/+2
* KVM: x86 emulator: cleanup xchg emulationGleb Natapov2010-08-011-2/+2
* KVM: x86 emulator: fix Move r/m16 to segment register decodingGleb Natapov2010-08-011-1/+1
* KVM: x86 emulator: introduce read cacheGleb Natapov2010-08-012-14/+43
* KVM: VMX: Avoid writing HOST_CR0 every entryAvi Kivity2010-08-012-7/+4
* KVM: kvm_pdptr_read() may sleepAvi Kivity2010-08-011-0/+2
* KVM: x86: avoid unnecessary bitmap allocation when memslot is cleanTakuya Yoshikawa2010-08-011-14/+23
* KVM: VMX: Simplify vmx_get_nmi_mask()Avi Kivity2010-08-011-3/+1
* KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying2010-08-012-13/+28
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-07-281-2/+7
|\
| * x86,kgdb: Fix hw breakpoint regressionJason Wessel2010-07-281-2/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-07-281-0/+8
|\ \ | |/ |/|
| * davinci: da850/omap-l138 evm: account for DEFDCDC{2,3} being tied highSekhar Nori2010-07-281-0/+8
* | perf, powerpc: Use perf_sample_data_init() for the FSL codePeter Zijlstra2010-07-271-3/+3
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-07-262-11/+16
|\ \
| * | x86: Do not try to disable hpet if it hasn't been initialized beforeStefano Stabellini2010-07-231-1/+1
| * | x86, i8259: Only register sysdev if we have a real 8259 PICAdam Lackorzynski2010-07-201-10/+15
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-07-262-27/+25
|\ \ \
| * | | [CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov2010-07-261-6/+5
| * | | [CPUFREQ] Fix PCC driver error pathMatthew Garrett2010-07-261-8/+9
| * | | [CPUFREQ] fix double freeing in error path of pcc-cpufreqDaniel J Blueman2010-07-261-12/+6
| * | | [CPUFREQ] pcc driver should check for pcch method before calling _OSCMatthew Garrett2010-07-261-1/+5
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-07-2613-29/+37
|\ \ \ \
| * | | | MIPS: Set io_map_base for several PCI bridges lacking itBen Hutchings2010-07-265-1/+6
| * | | | MIPS: Alchemy: Define eth platform devices in the correct orderWolfgang Grandegger2010-07-261-4/+5
OpenPOWER on IntegriCloud