Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f33143d80907602deb1b96db42da93507ed03b31
/
arch
7cae2be
KVM: x86: move steal time initialization to vcpu entry time
by Marcelo Tosatti
· 9 years ago
5225fdf
KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()
by Takuya Yoshikawa
· 9 years ago
d8aacf5
KVM: x86: MMU: Remove mapping_level_dirty_bitmap()
by Takuya Yoshikawa
· 9 years ago
fd13690
KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()
by Takuya Yoshikawa
· 9 years ago
5ed5c5c
KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()
by Takuya Yoshikawa
· 9 years ago
cd1872f
KVM: x86: MMU: Make force_pt_level bool
by Takuya Yoshikawa
· 9 years ago
6092d3d
kvm: svm: Only propagate next_rip when guest supports it
by Joerg Roedel
· 9 years ago
951f9fd
KVM: x86: manually unroll bad_mt_xwr loop
by Paolo Bonzini
· 9 years ago
089d7b6
KVM: nVMX: expose VPID capability to L1
by Wanpeng Li
· 9 years ago
5c614b3
KVM: nVMX: nested VPID emulation
by Wanpeng Li
· 9 years ago
99b83ac
KVM: nVMX: emulate the INVVPID instruction
by Wanpeng Li
· 9 years ago
dd5f534
KVM: VMX: introduce __vmx_flush_tlb to handle specific vpid
by Wanpeng Li
· 9 years ago
991e7a0
KVM: VMX: adjust interface to allocate/free_vpid
by Wanpeng Li
· 9 years ago
13db773
KVM: x86: don't notify userspace IOAPIC on edge EOI
by Radim Krčmář
· 9 years ago
db2bdcb
KVM: x86: fix edge EOI and IOAPIC reconfig race
by Radim Krčmář
· 9 years ago
c77f3fa
kvm: x86: set KVM_REQ_EVENT when updating IRR
by Radim Krčmář
· 9 years ago
bff98d3
Merge branch 'kvm-master' into HEAD
by Paolo Bonzini
· 9 years ago
b10d92a
KVM: x86: fix RSM into 64-bit protected mode
by Paolo Bonzini
· 9 years ago
25188b9
KVM: x86: fix previous commit for 32-bit
by Paolo Bonzini
· 9 years ago
58f800d
Merge branch 'kvm-master' into HEAD
by Paolo Bonzini
· 9 years ago
7391773
KVM: x86: fix SMI to halted VCPU
by Paolo Bonzini
· 9 years ago
5d9bc64
KVM: x86: clean up kvm_arch_vcpu_runnable
by Paolo Bonzini
· 9 years ago
f0d648b
KVM: x86: map/unmap private slots in __x86_set_memory_region
by Paolo Bonzini
· 9 years ago
1d8007b
KVM: x86: build kvm_userspace_memory_region in x86_set_memory_region
by Paolo Bonzini
· 9 years ago
1330a01
Merge tag 'kvm-s390-next-20151013' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 9 years ago
60417fc
KVM: s390: factor out reading of the guest TOD clock
by David Hildenbrand
· 9 years ago
25ed167
KVM: s390: factor out and fix setting of guest TOD clock
by David Hildenbrand
· 10 years ago
5a3d883
KVM: s390: switch to get_tod_clock() and fix STP sync races
by David Hildenbrand
· 9 years ago
238293b
KVM: s390: correctly handle injection of pgm irqs and per events
by David Hildenbrand
· 10 years ago
66933b7
KVM: s390: simplify in-kernel program irq injection
by David Hildenbrand
· 10 years ago
4d32ad6
KVM: s390: drop out early in kvm_s390_has_irq()
by David Hildenbrand
· 10 years ago
118b862
KVM: s390: kvm_arch_vcpu_runnable already cares about timer interrupts
by David Hildenbrand
· 9 years ago
5f94c58
KVM: s390: set interception requests for all floating irqs
by David Hildenbrand
· 9 years ago
fee0e0f
KVM: s390: disabled wait cares about machine checks, not PER
by David Hildenbrand
· 9 years ago
f59922b4
KVM: s390: remove unused variable in __inject_vm
by Christian Borntraeger
· 9 years ago
bf9f6ac
KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
by Feng Wu
· 9 years ago
28b835d
KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
by Feng Wu
· 9 years ago
8727688
KVM: x86: select IRQ_BYPASS_MANAGER
by Feng Wu
· 9 years ago
efc6440
KVM: x86: Update IRTE for posted-interrupts
by Feng Wu
· 9 years ago
d84f1e0
KVM: make kvm_set_msi_irq() public
by Feng Wu
· 9 years ago
8feb4a0
KVM: Define a new interface kvm_intr_is_single_vcpu()
by Feng Wu
· 9 years ago
ebbfc76
KVM: Add some helper functions for Posted-Interrupts
by Feng Wu
· 9 years ago
6ef1522
KVM: Extend struct pi_desc for VT-d Posted-Interrupts
by Feng Wu
· 9 years ago
18cd52c
irq_remapping: move structs outside #ifdef
by Paolo Bonzini
· 9 years ago
72c930d
x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERO
by Radim Krčmář
· 9 years ago
1cea0ce
KVM: VMX: drop rdtscp_enabled field
by Xiao Guangrong
· 9 years ago
7ec3629
KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROL
by Xiao Guangrong
· 9 years ago
feda805
KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL update
by Xiao Guangrong
· 9 years ago
8b97265
KVM: VMX: align vmx->nested.nested_vmx_secondary_ctls_high to vmx->rdtscp_enabled
by Paolo Bonzini
· 9 years ago
29541bb
KVM: VMX: simplify invpcid handling in vmx_cpuid_update()
by Xiao Guangrong
· 9 years ago
f36201e
KVM: VMX: simplify rdtscp handling in vmx_cpuid_update()
by Xiao Guangrong
· 9 years ago
e282162
KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()
by Xiao Guangrong
· 9 years ago
8b3e34e
KVM: x86: add pcommit support
by Xiao Guangrong
· 9 years ago
eb1c31b
KVM: x86: allow guest to use cflushopt and clwb
by Xiao Guangrong
· 9 years ago
d6a858d
KVM: vmx: disable posted interrupts if no local APIC
by Paolo Bonzini
· 9 years ago
9eec50b
kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support
by Andrey Smetanin
· 9 years ago
11c4b1c
kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU.
by Andrey Smetanin
· 9 years ago
e516ceb
kvm/x86: Hyper-V HV_X64_MSR_RESET msr
by Andrey Smetanin
· 9 years ago
931c33b
kvm: add tracepoint for fast mmio
by Jason Wang
· 9 years ago
1c1a9ce
KVM: x86: Add support for local interrupt requests from userspace
by Steve Rutherford
· 9 years ago
b053b2a
KVM: x86: Add EOI exit bitmap inference
by Steve Rutherford
· 9 years ago
7543a63
KVM: x86: Add KVM exit for IOAPIC EOIs
by Steve Rutherford
· 9 years ago
49df639
KVM: x86: Split the APIC from the rest of IRQCHIP.
by Steve Rutherford
· 9 years ago
4ca7dd8
KVM: x86: unify handling of interrupt window
by Paolo Bonzini
· 9 years ago
35754c9
KVM: x86: introduce lapic_in_kernel
by Paolo Bonzini
· 9 years ago
d50ab6c
KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv
by Paolo Bonzini
· 9 years ago
3bb345f
KVM: x86: store IOAPIC-handled vectors in each VCPU
by Paolo Bonzini
· 9 years ago
bdaffe1
KVM: x86: set TMR when the interrupt is accepted
by Paolo Bonzini
· 9 years ago
82f6c9c
Merge branch 'x86/for-kvm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD
by Paolo Bonzini
· 9 years ago
d292242
Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
by Dirk Müller
· 9 years ago
fc07e76
Revert "KVM: SVM: use NPT page attributes"
by Paolo Bonzini
· 9 years ago
bcf166a
Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"
by Paolo Bonzini
· 9 years ago
625422f
Revert "KVM: SVM: Sync g_pat with guest-written PAT value"
by Paolo Bonzini
· 9 years ago
606decd
Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"
by Paolo Bonzini
· 9 years ago
e02ae38
x86/x2apic: Make stub functions available even if !CONFIG_X86_LOCAL_APIC
by Paolo Bonzini
· 9 years ago
9bac175
Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR"
by Radim Krčmář
· 9 years ago
162e6df
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
c905929
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 9 years ago
685b5f1
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
e46fc90
Merge tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux into fixes
by Olof Johansson
· 9 years ago
b8ba826
Merge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Olof Johansson
· 9 years ago
966966a
Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 9 years ago
b6d980f
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
57cb635c
Merge tag 'powerpc-4.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
920552b
KVM: disable halt_poll_ns as default for s390x
by David Hildenbrand
· 9 years ago
58c9507
KVM: x86: fix off-by-one in reserved bits check
by Paolo Bonzini
· 9 years ago
6fec214
KVM: x86: use correct page table format to check nested page table reserved bits
by Paolo Bonzini
· 9 years ago
79a8059
KVM: svm: do not call kvm_set_cr0 from init_vmcb
by Paolo Bonzini
· 9 years ago
4401555
Merge tag 'devicetree-fixes-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 9 years ago
fe5b275
Merge tag 'v4.3-rockchip32-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes
by Olof Johansson
· 9 years ago
79a313f
ARM: sti: dt: adapt DT to fix probe/bind issues in DRM driver
by Benjamin Gaignard
· 9 years ago
9a5e3f2
ARM: dts: fix omap2+ address translation for pbias
by Kishon Vijay Abraham I
· 9 years ago
a13f18f
Documentation: arm: Fix typo in the idle-states bindings examples
by Lorenzo Pieralisi
· 9 years ago
274e91b
ARM: alignment: fix alignment handling for uaccess changes
by Russell King
· 9 years ago
769a808
x86, efi, kasan: #undef memset/memcpy/memmove per arch
by Andrey Ryabinin
· 9 years ago
83c133c
x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code
by Andy Lutomirski
· 9 years ago
fc57a7c
x86/paravirt: Replace the paravirt nop with a bona fide empty function
by Andy Lutomirski
· 9 years ago
5b6a717
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master
by Paolo Bonzini
· 9 years ago
208473c
ARM: wire up new syscalls
by Russell King
· 9 years ago
90a835f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 9 years ago
Next »