aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-016-15/+95
* 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 git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-07-286-34/+63
|\ \
| * | [SCSI] ibmvscsi: Fix oops when an interrupt is pending during probeAnton Blanchard2010-07-271-6/+7
| * | [SCSI] zfcp: Update status read mempoolChristof Schmitt2010-07-212-1/+10
| * | [SCSI] zfcp: Do not wait for SBALs on stopped queueChristof Schmitt2010-07-212-6/+9
| * | [SCSI] zfcp: Fix check whether unchained ct_els is possibleSwen Schillig2010-07-211-1/+1
| * | [SCSI] ipr: fix resource path display and formattingWayne Boyer2010-07-212-20/+36
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-07-285-10/+72
|\ \ \
| * | | davinci: da850/omap-l138 evm: account for DEFDCDC{2,3} being tied highSekhar Nori2010-07-281-0/+8
| * | | regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH registerAnuj Aggarwal2010-07-282-7/+61
| * | | wm8350-regulator: fix wm8350_register_regulator error handlingAxel Lin2010-07-271-1/+1
| * | | ab3100: fix off-by-one value range checking for voltage selectorAxel Lin2010-07-271-2/+2
* | | | ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues2010-07-281-8/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-07-289-36/+50
|\ \ \ \
| * | | | ceph: use complete_all and wake_up_allYehuda Sadeh2010-07-276-20/+20
| * | | | ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES"Robert P. J. Day2010-07-241-1/+1
| * | | | ceph: fix dentry lease releaseSage Weil2010-07-231-0/+1
| * | | | ceph: fix leak of dentry in ceph_init_dentry() error pathSage Weil2010-07-231-1/+3
| * | | | ceph: fix pg_mapping leak on pg_temp updatesSage Weil2010-07-231-11/+15
| * | | | ceph: fix d_release dop for snapdir, snapped dentriesSage Weil2010-07-231-3/+9
| * | | | ceph: avoid dcache readdir for snapdirSage Weil2010-07-221-0/+1
| |/ / /