Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
81aec5227eedf9035e8544d8021ca6b8fb7c357a
/
arch
81aec52
KVM: ia64: Implement a uniform vps interface
by Xiantao Zhang
· 16 years ago
af2152f
KVM: don't enter guest after SIPI was received by a CPU
by Gleb Natapov
· 16 years ago
2259e3a
KVM: x86.c make kvm_load_realmode_segment static
by Harvey Harrison
· 16 years ago
4c2155c
KVM: switch to get_user_pages_fast
by Marcelo Tosatti
· 16 years ago
bfadade
KVM: Device Assignment: Free device structures if IRQ allocation fails
by Amit Shah
· 16 years ago
62c476c
KVM: Device Assignment with VT-d
by Ben-Ami Yassour
· 16 years ago
aa3a816
KVM: x86 emulator: Use DstAcc for 'and'
by Guillaume Thouvenin
· 16 years ago
8a9fee6
KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d)
by Guillaume Thouvenin
· 16 years ago
9c9fddd
KVM: x86 emulator: Add DstAcc operand type
by Guillaume Thouvenin
· 16 years ago
defed7e
x86: Move FEATURE_CONTROL bits to msr-index.h
by Sheng Yang
· 16 years ago
9ea542f
KVM: VMX: Rename IA32_FEATURE_CONTROL bits
by Sheng Yang
· 16 years ago
ef46f18
KVM: x86 emulator: fix jmp r/m64 instruction
by Avi Kivity
· 16 years ago
4b92fe0
KVM: VMX: Cleanup stalled INTR_INFO read
by Jan Kiszka
· 16 years ago
0bd595f
KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be locked
by Hollis Blanchard
· 16 years ago
9c3e4aa
KVM: x86: unhalt vcpu0 on reset
by Marcelo Tosatti
· 16 years ago
d19292e
KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2)
by Mohammed Gamal
· 16 years ago
d769017
KVM: x86: do not execute halted vcpus
by Marcelo Tosatti
· 16 years ago
a6a3034
KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef)
by Mohammed Gamal
· 16 years ago
fa89a81
KVM: Add statistics for guest irq injections
by Avi Kivity
· 16 years ago
d40a1ee
KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr
by Sheng Yang
· 16 years ago
8c4b537
KVM: ia64: Implement kvm_arch_vcpu_ioctl_{set,get}_mpstate
by Xiantao Zhang
· 16 years ago
fb4616f
KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd)
by Mohammed Gamal
· 16 years ago
20766c0
KVM: s390: change help text of guest Kconfig
by Christian Borntraeger
· 16 years ago
a0046b6
KVM: s390: Make facility bits future-proof
by Christian Borntraeger
· 16 years ago
a89c1ad
KVM: add MC5_MISC msr read support
by Joerg Roedel
· 16 years ago
48d1503
KVM: SVM: No need to unprotect memory during event injection when using npt
by Avi Kivity
· 16 years ago
3201b5d
KVM: MMU: Fix setting the accessed bit on non-speculative sptes
by Avi Kivity
· 16 years ago
171d595
KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log
by Avi Kivity
· 16 years ago
2245a28
KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()
by Avi Kivity
· 16 years ago
bc2d429
KVM: MMU: Account for npt/ept/realmode page faults
by Avi Kivity
· 16 years ago
a5e2e82
KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf)
by Mohammed Gamal
· 16 years ago
acee3c0
KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED
by Avi Kivity
· 16 years ago
abb9e0b
KVM: MMU: Convert the paging mode shadow walk to use the generic walker
by Avi Kivity
· 16 years ago
140754b
KVM: MMU: Convert direct maps to use the generic shadow walker
by Avi Kivity
· 16 years ago
3d000db
KVM: MMU: Add generic shadow walker
by Avi Kivity
· 16 years ago
6c41f42
KVM: MMU: Infer shadow root level in direct_map()
by Avi Kivity
· 16 years ago
0be9e92
KVM: ia64: Enable virtio driver for ia64 in Kconfig
by Xiantao Zhang
· 16 years ago
6e37d3d
KVM: MMU: Unify direct map 4K and large page paths
by Avi Kivity
· 16 years ago
135f8c2
KVM: MMU: Move SHADOW_PT_INDEX to mmu.c
by Avi Kivity
· 16 years ago
6eb06cb
KVM: x86 emulator: remove bad ByteOp specifier from NEG descriptor
by Avi Kivity
· 16 years ago
41afa02
KVM: x86 emulator: remove duplicate SrcImm
by roel kluin
· 16 years ago
f4bbd9a
KVM: Load real mode segments correctly
by Avi Kivity
· 16 years ago
a16b20d
KVM: VMX: Change segment dpl at reset to 3
by Avi Kivity
· 16 years ago
5706be0
KVM: VMX: Change cs reset state to be a data segment
by Avi Kivity
· 16 years ago
26815a6
KVM: ia64: add a dummy irq ack notification
by Xiantao Zhang
· 16 years ago
ee032c9
KVM: make irq ack notifier functions static
by Harvey Harrison
· 16 years ago
29c8fa3
KVM: Use kvm_set_irq to inject interrupts
by Amit Shah
· 16 years ago
94c935a1
KVM: SVM: Fix typo
by Amit Shah
· 16 years ago
a89a8fb
KVM: VMX: Modify mode switching and vmentry functions
by Mohammed Gamal
· 16 years ago
ea953ef
KVM: VMX: Add invalid guest state handler
by Mohammed Gamal
· 16 years ago
04fa4d3
KVM: VMX: Add module parameter and emulation flag.
by Mohammed Gamal
· 16 years ago
648dfaa
KVM: VMX: Add Guest State Validity Checks
by Mohammed Gamal
· 16 years ago
6762b72
KVM: Device assignment: Check for privileges before assigning irq
by Amit Shah
· 16 years ago
dc7404c
KVM: Handle spurious acks for PIT interrupts
by Avi Kivity
· 16 years ago
85428ac
KVM: fix i8259 reset irq acking
by Marcelo Tosatti
· 16 years ago
ecfc79c
KVM: VMX: Use interrupt queue for !irqchip_in_kernel
by Avi Kivity
· 16 years ago
29415c3
KVM: set debug registers after "schedulable" section
by Marcelo Tosatti
· 16 years ago
464d17c
KVM: VMX: Clean up magic number 0x66 in init_rmode_tss
by Sheng Yang
· 16 years ago
6ad18fb
KVM: Reduce stack usage in kvm_pv_mmu_op()
by Dave Hansen
· 16 years ago
b772ff3
KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()
by Dave Hansen
· 16 years ago
f0d6627
KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()
by Dave Hansen
· 16 years ago
4d5c5d0
KVM: pci device assignment
by Ben-Ami Yassour
· 16 years ago
0293615
x86: KVM guest: use paravirt function to calculate cpu khz
by Glauber Costa
· 16 years ago
3807f34
x86: paravirt: factor out cpu_khz to common code
by Glauber Costa
· 16 years ago
3cf57fe
KVM: PIT: fix injection logic and count
by Marcelo Tosatti
· 16 years ago
f524472
KVM: irq ack notification
by Marcelo Tosatti
· 16 years ago
564f153
KVM: Add irq ack notifier list
by Avi Kivity
· 16 years ago
49dd2c4
KVM: powerpc: Map guest userspace with TID=0 mappings
by Hollis Blanchard
· 16 years ago
83aae4a
KVM: ppc: Write only modified shadow entries into the TLB on exit
by Hollis Blanchard
· 16 years ago
20754c2
KVM: ppc: Stop saving host TLB state
by Hollis Blanchard
· 16 years ago
6a0ab73
KVM: ppc: guest breakpoint support
by Hollis Blanchard
· 16 years ago
b5e2fec
KVM: Ignore DEBUGCTL MSRs with no effect
by Alexander Graf
· 16 years ago
313dbd4
KVM: VMX: Avoid vmwrite(HOST_RSP) when possible
by Avi Kivity
· 16 years ago
3b4bd79
KVM: ppc: trace powerpc instruction emulation
by Christian Ehrhardt
· 16 years ago
31711f2
KVM: ppc: adds trace points for ppc tlb activity
by Jerone Young
· 16 years ago
12f6755
KVM: ppc: enable KVM_TRACE building for powerpc
by Jerone Young
· 16 years ago
80e31d4
KVM: SVM: Unify register save/restore across 32 and 64 bit hosts
by Avi Kivity
· 16 years ago
c801949
KVM: VMX: Unify register save/restore across 32 and 64 bit hosts
by Avi Kivity
· 16 years ago
77ab6db
KVM: VMX: Reinject real mode exception
by Jan Kiszka
· 16 years ago
19bd8af
KVM: Consolidate XX_VECTOR defines
by Jan Kiszka
· 16 years ago
7edd0ce
KVM: Consolidate PIC isr clearing into a function
by Avi Kivity
· 16 years ago
60bd83a
KVM: VMX: Remove redundant check in handle_rmode_exception
by Mohammed Gamal
· 16 years ago
f7d9238
KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()
by Avi Kivity
· 16 years ago
937a7ea
KVM: Add a pending interrupt queue
by Avi Kivity
· 16 years ago
35920a3
KVM: VMX: Fix pending exception processing
by Avi Kivity
· 16 years ago
26eef70
KVM: Clear exception queue before emulating an instruction
by Avi Kivity
· 16 years ago
668f612
KVM: VMX: Move nmi injection failure processing to vm exit path
by Avi Kivity
· 16 years ago
cf393f7
KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()
by Avi Kivity
· 16 years ago
5b5c6a5
KVM: MMU: Simplify kvm_mmu_zap_page()
by Avi Kivity
· 16 years ago
31aa2b4
KVM: MMU: Separate the code for unlinking a shadow page from its parents
by Avi Kivity
· 16 years ago
867767a
KVM: Introduce kvm_set_irq to inject interrupts in guests
by Amit Shah
· 16 years ago
5fdbf97
KVM: x86: accessors for guest registers
by Marcelo Tosatti
· 16 years ago
ca60dfb
KVM: VMX: Rename misnamed msr bits
by Sheng Yang
· 16 years ago
278429c
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
by Linus Torvalds
· 16 years ago
758a7f7
x86: register a platform RTC device if PNP doesn't describe it
by Bjorn Helgaas
· 16 years ago
79aa79b
arch/m68k/mm/kmap.c: introduce missing kfree
by Julia Lawall
· 16 years ago
da9870e
m68k: init_irq_proc depends on CONFIG_PROC_FS
by Geert Uytterhoeven
· 16 years ago
2171a19
m68k: remove the dead PCI code
by Adrian Bunk
· 16 years ago
29c8a24
m68k: Remove the broken Hades support
by Adrian Bunk
· 16 years ago
dec6d14
m68k: Add missing dma_sync_single_range_for_{cpu,device}()
by Geert Uytterhoeven
· 16 years ago
Next »