index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvmarm-fixes-for-5.1-2' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2019-04-30
6
-11
/
+48
|
\
|
*
KVM: arm/arm64: Don't emulate virtual timers on userspace ioctls
Christoffer Dall
2019-04-25
1
-5
/
+8
|
*
kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP
Suzuki K Poulose
2019-04-25
1
-1
/
+5
|
*
KVM: arm/arm64: Ensure vcpu target is unset on reset failure
Andrew Jones
2019-04-25
1
-3
/
+8
|
*
KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIs
Marc Zyngier
2019-04-03
3
-0
/
+25
|
*
KVM: arm/arm64: arch_timer: Fix CNTP_TVAL calculation
Wei Huang
2019-03-30
1
-2
/
+2
*
|
KVM: selftests: make hyperv_cpuid test pass on AMD
Vitaly Kuznetsov
2019-04-30
1
-1
/
+8
*
|
KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointer
Sean Christopherson
2019-04-30
2
-4
/
+2
*
|
KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
Paolo Bonzini
2019-04-30
3
-8
/
+13
*
|
x86/kvm/mmu: reset MMU context when 32-bit guest switches PAE
Vitaly Kuznetsov
2019-04-30
2
-0
/
+2
*
|
KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
Sean Christopherson
2019-04-30
2
-2
/
+20
*
|
Documentation: kvm: fix dirty log ioctl arch lists
Andrew Jones
2019-04-29
1
-3
/
+3
*
|
KVM: VMX: Move RSB stuffing to before the first RET after VM-Exit
Rick Edgecombe
2019-04-27
2
-3
/
+12
*
|
KVM: lapic: Convert guest TSC to host time domain if necessary
Sean Christopherson
2019-04-18
1
-3
/
+21
*
|
KVM: lapic: Allow user to disable adaptive tuning of timer advancement
Sean Christopherson
2019-04-18
3
-5
/
+17
*
|
KVM: lapic: Track lapic timer advance per vCPU
Sean Christopherson
2019-04-18
5
-25
/
+28
*
|
KVM: lapic: Disable timer advancement if adaptive tuning goes haywire
Sean Christopherson
2019-04-18
1
-0
/
+4
*
|
x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012
Vitaly Kuznetsov
2019-04-18
1
-1
/
+10
*
|
KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too short
Liran Alon
2019-04-18
1
-3
/
+6
*
|
Merge tag 'kvm-ppc-fixes-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2019-04-18
2
-4
/
+6
|
\
\
|
*
|
KVM: PPC: Book3S: Protect memslots while validating user address
Alexey Kardashevskiy
2019-04-05
1
-3
/
+3
|
*
|
KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit
Suraj Jitindar Singh
2019-04-05
1
-1
/
+3
*
|
|
KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing
Vitaly Kuznetsov
2019-04-16
1
-2
/
+2
*
|
|
KVM: fix spectrev1 gadgets
Paolo Bonzini
2019-04-16
4
-9
/
+16
*
|
|
KVM: x86: fix warning Using plain integer as NULL pointer
Hariprasad Kelam
2019-04-16
1
-1
/
+1
*
|
|
selftests: kvm: add a selftest for SMM
Vitaly Kuznetsov
2019-04-16
4
-6
/
+191
*
|
|
selftests: kvm: fix for compilers that do not support -no-pie
Paolo Bonzini
2019-04-16
1
-1
/
+7
*
|
|
selftests: kvm/evmcs_test: complete I/O before migrating guest state
Paolo Bonzini
2019-04-16
4
-16
/
+17
*
|
|
KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels
Sean Christopherson
2019-04-16
2
-4
/
+16
*
|
|
KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU
Sean Christopherson
2019-04-16
1
-10
/
+11
*
|
|
KVM: x86: clear SMM flags before loading state while leaving SMM
Sean Christopherson
2019-04-16
3
-16
/
+10
*
|
|
KVM: x86: Open code kvm_set_hflags
Sean Christopherson
2019-04-16
3
-18
/
+19
*
|
|
KVM: x86: Load SMRAM in a single shot when leaving SMM
Sean Christopherson
2019-04-16
6
-92
/
+92
*
|
|
KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU
Liran Alon
2019-04-16
1
-0
/
+25
*
|
|
KVM: x86: Raise #GP when guest vCPU do not support PMU
Liran Alon
2019-04-16
1
-0
/
+4
*
|
|
x86/kvm: move kvm_load/put_guest_xcr0 into atomic context
WANG Chao
2019-04-16
4
-6
/
+12
*
|
|
KVM: x86: svm: make sure NMI is injected after nmi_singlestep
Vitaly Kuznetsov
2019-04-16
1
-0
/
+3
*
|
|
svm/avic: Fix invalidate logical APIC id entry
Suthikulpanit, Suravee
2019-04-16
1
-1
/
+2
*
|
|
Revert "svm: Fix AVIC incomplete IPI emulation"
Suthikulpanit, Suravee
2019-04-16
1
-4
/
+15
*
|
|
kvm: mmu: Fix overflow on kvm mmu page limit calculation
Ben Gardon
2019-04-16
4
-16
/
+15
*
|
|
KVM: nVMX: always use early vmcs check when EPT is disabled
Paolo Bonzini
2019-04-16
2
-2
/
+21
*
|
|
KVM: nVMX: allow tests to use bad virtual-APIC page address
Paolo Bonzini
2019-04-16
3
-10
/
+19
*
|
|
KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptes
Sean Christopherson
2019-04-15
1
-1
/
+1
*
|
|
Bluetooth: btusb: request wake pin with NOAUTOEN
Brian Norris
2019-04-10
1
-1
/
+1
*
|
|
Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-04-10
3
-3
/
+11
|
\
\
\
|
*
|
|
MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfig
Horatiu Vultur
2019-04-04
1
-0
/
+8
|
*
|
|
MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_bridge_irq
Thomas Bogendoerfer
2019-03-28
1
-2
/
+1
|
*
|
|
MIPS: KGDB: fix kgdb support for SMP platforms.
Chong Qiao
2019-03-28
1
-1
/
+2
*
|
|
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-04-10
2
-2
/
+6
|
\
\
\
\
|
*
|
|
|
aio: use kmem_cache_free() instead of kfree()
Wei Yongjun
2019-04-05
1
-1
/
+1
[next]