Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8c60435261deaefeb53ce3222d04d7d5bea81296
8c60435
KVM: x86 emulator: Add sysenter emulation
by Andre Przywara
· 16 years ago
e66bb2c
KVM: x86 emulator: add syscall emulation
by Andre Przywara
· 16 years ago
e99f050
KVM: x86 emulator: Prepare for emulation of syscall instructions
by Andre Przywara
· 16 years ago
b1d8614
KVM: x86 emulator: Add missing EFLAGS bit definitions
by Andre Przywara
· 16 years ago
0cb5762
KVM: Allow emulation of syscalls instructions on #UD
by Andre Przywara
· 16 years ago
229456f
KVM: convert custom marker based tracing to event traces
by Marcelo Tosatti
· 16 years ago
219b65d
KVM: SVM: Improve nested interrupt injection
by Alexander Graf
· 16 years ago
ff09238
KVM: SVM: Implement INVLPGA
by Alexander Graf
· 16 years ago
3c5d0a4
KVM: Implement MSRs used by Hyper-V
by Alexander Graf
· 16 years ago
0367b43
x86: Add definition for IGNNE MSR
by Alexander Graf
· 16 years ago
b3dbf89
KVM: SVM: Don't save/restore host cr2
by Avi Kivity
· 16 years ago
d3edefc
KVM: VMX: Only reload guest cr2 if different from host cr2
by Avi Kivity
· 16 years ago
681405b
KVM: Drop useless atomic test from timer function
by Jan Kiszka
· 16 years ago
f7104db
KVM: Fix racy event propagation in timer
by Jan Kiszka
· 16 years ago
33e4c68
KVM: Optimize searching for highest IRR
by Gleb Natapov
· 16 years ago
6edf14d
KVM: Replace pending exception by PF if it happens serially
by Gleb Natapov
· 16 years ago
54dee99
KVM: VMX: conditionally disable 2M pages
by Marcelo Tosatti
· 16 years ago
68f8940
KVM: VMX: EPT misconfiguration handler
by Marcelo Tosatti
· 16 years ago
94d8b05
KVM: MMU: add kvm_mmu_get_spte_hierarchy helper
by Marcelo Tosatti
· 16 years ago
4d88954
KVM: MMU: make for_each_shadow_entry aware of largepages
by Marcelo Tosatti
· 16 years ago
e799794
KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits
by Marcelo Tosatti
· 16 years ago
71db602
KVM: Move performance counter MSR access interception to generic x86 path
by Andre Przywara
· 16 years ago
2920d72
KVM: MMU audit: largepage handling
by Marcelo Tosatti
· 16 years ago
2aaf65e
KVM: MMU audit: audit_mappings tweaks
by Marcelo Tosatti
· 16 years ago
48fc031
KVM: MMU audit: nontrapping ptes in nonleaf level
by Marcelo Tosatti
· 16 years ago
e58b0f9
KVM: MMU audit: update audit_write_protection
by Marcelo Tosatti
· 16 years ago
08a3732
KVM: MMU audit: update count_writable_mappings / count_rmaps
by Marcelo Tosatti
· 16 years ago
776e663
KVM: MMU: introduce is_last_spte helper
by Marcelo Tosatti
· 16 years ago
3f5d18a
KVM: Return to userspace on emulation failure
by Avi Kivity
· 16 years ago
988a2ca
KVM: Use macro to iterate over vcpus.
by Gleb Natapov
· 16 years ago
73880c8
KVM: Break dependency between vcpu index in vcpus array and vcpu_id.
by Gleb Natapov
· 16 years ago
1ed0ce0
KVM: Use pointer to vcpu instead of vcpu_id in timer code.
by Gleb Natapov
· 16 years ago
c5af89b
KVM: Introduce kvm_vcpu_is_bsp() function.
by Gleb Natapov
· 16 years ago
d555c33
KVM: MMU: s/shadow_pte/spte/
by Avi Kivity
· 16 years ago
43a3795
KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte
by Avi Kivity
· 16 years ago
439e218
KVM: MMU: Fix is_dirty_pte()
by Avi Kivity
· 16 years ago
7ffd92c
KVM: VMX: Move rmode structure to vmx-specific code
by Avi Kivity
· 16 years ago
6a4a983
KVM: Reorder ioctls in kvm.h
by Avi Kivity
· 16 years ago
3a624e2
KVM: VMX: Support Unrestricted Guest feature
by Nitin A Kamble
· 16 years ago
fa40a82
KVM: switch irq injection/acking data structures to irq_lock
by Marcelo Tosatti
· 16 years ago
60eead7
KVM: introduce irq_lock, use it to protect ioapic
by Marcelo Tosatti
· 16 years ago
64a2268
KVM: move coalesced_mmio locking to its own device
by Marcelo Tosatti
· 16 years ago
9f4cc12
KVM: Grab pic lock in kvm_pic_clear_isr_ack
by Marcelo Tosatti
· 16 years ago
238adc7
KVM: Cleanup LAPIC interface
by Jan Kiszka
· 16 years ago
06579dd
KVM: ppc: e500: Add MMUCFG and PVR emulation
by Liu Yu
· 16 years ago
5b7c1a2
KVM: ppc: e500: Directly pass pvr to guest
by Liu Yu
· 16 years ago
0cfb50e
KVM: ppc: e500: Move to Book-3e MMU definitions
by Liu Yu
· 16 years ago
105f8d4
KVM: Calculate available entries in coalesced mmio ring
by Avi Kivity
· 16 years ago
596ae89
KVM: VMX: Fix reporting of unhandled EPT violations
by Avi Kivity
· 16 years ago
6de4f3a
KVM: Cache pdptrs
by Avi Kivity
· 16 years ago
8f5d549
KVM: VMX: Simplify pdptr and cr3 management
by Avi Kivity
· 16 years ago
2d84e99
KVM: VMX: Avoid duplicate ept tlb flush when setting cr3
by Avi Kivity
· 16 years ago
6b66ac1
KVM: do not register i8254 PIO regions until we are initialized
by Gregory Haskins
· 16 years ago
d76685c
KVM: cleanup io_device code
by Gregory Haskins
· 16 years ago
787a660
KVM: Clean up coalesced_mmio destruction
by Gregory Haskins
· 16 years ago
2986b8c
KVM: powerpc: fix some init/exit annotations
by Stephen Rothwell
· 16 years ago
6c8166a
KVM: SVM: Fold kvm_svm.h info svm.c
by Avi Kivity
· 16 years ago
b188d2d
KVM: remove redundant declarations
by Christian Ehrhardt
· 16 years ago
968a634
KVM: No disable_irq for MSI/MSI-X interrupt on device assignment
by Sheng Yang
· 16 years ago
017cb99
KVM: SVM: use explicit 64bit storage for sysenter values
by Andre Przywara
· 16 years ago
e733339
KVM: Downsize max support MSI-X entry to 256
by Sheng Yang
· 16 years ago
628eb9b
KVM: s390: streamline memslot handling
by Christian Ehrhardt
· 16 years ago
b1d16c4
KVM: s390: fix signal handling
by Christian Ehrhardt
· 16 years ago
9ace903
KVM: s390: infrastructure to kick vcpus out of guest state
by Christian Ehrhardt
· 16 years ago
3032b92
KVM: ia64: Correct itc_offset calculations
by Jes Sorensen
· 16 years ago
c5ff41c
KVM: Allow PIT emulation without speaker port
by Jan Kiszka
· 16 years ago
721eecb
KVM: irqfd
by Gregory Haskins
· 16 years ago
0ba12d1
KVM: Move common KVM Kconfig items to new file virt/kvm/Kconfig
by Avi Kivity
· 16 years ago
787ff73
KVM: Drop interrupt shadow when single stepping should be done only on VMX
by Gleb Natapov
· 16 years ago
284e9b0
KVM: cleanup arch/x86/kvm/Makefile
by Christoph Hellwig
· 16 years ago
ee3d29e
KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
by Avi Kivity
· 16 years ago
c9eaf20
KVM: x86 emulator: Implement zero-extended immediate decoding
by Avi Kivity
· 16 years ago
cb00764
KVM: fix cpuid E2BIG handling for extended request types
by Mark McLoughlin
· 16 years ago
60af2ec
KVM: Use MSR names in place of address
by Jaswinder Singh Rajput
· 16 years ago
890ca9a
KVM: Add MCE support
by Huang Ying
· 16 years ago
af24a4e
KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h
by Jaswinder Singh Rajput
· 16 years ago
ae0bb3e
KVM: VMX: Properly handle software interrupt re-injection in real mode
by Gleb Natapov
· 16 years ago
74fca6a
Linux 2.6.31
by Linus Torvalds
· 15 years ago
7135a71
aoe: allocate unused request_queue for sysfs
by Ed Cashin
· 15 years ago
e6890f6
i915: disable interrupts before tearing down GEM state
by Linus Torvalds
· 15 years ago
7c8460d
drm/i915: fix mask bits setting
by Zhenyu Wang
· 15 years ago
3ff323f
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
755ae76
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 15 years ago
4886b5b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
cbeb286
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
by Linus Torvalds
· 15 years ago
f69fb9c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
a54775c
drm/radeon/kms: add LTE/GTE discard + rv515 two sided stencil register.
by Dave Airlie
· 15 years ago
acd0c93
IMA: update ima_counts_put
by Mimi Zohar
· 15 years ago
d9d8e04
gianfar: Fix build.
by David S. Miller
· 15 years ago
e07cccf
Linux 2.6.31-rc9
by Linus Torvalds
· 15 years ago
f815c33
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 15 years ago
74a0118
powerpc: Fix i8259 interrupt driver kernel crash on ML510
by Roderick Colenbrander
· 15 years ago
5136a6c
Merge git://git.infradead.org/~dwmw2/mtd-2.6.31
by Linus Torvalds
· 15 years ago
e505a8d
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
b71b7dc
Merge branch 'fix/oxygen' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 15 years ago
59430c2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
e9ee3a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 15 years ago
3bb314f
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 15 years ago
535e0c1
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 15 years ago
0edfa2b
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 15 years ago
Next »