index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
KVM: x86: ignore SIPIs that are received while not in wait-for-sipi state
Maxim Levitsky
1
-7
/
+8
2020-12-03
KVM: x86: adjust SEV for commit 7e8e6eed75e
Paolo Bonzini
1
-1
/
+1
2020-11-27
KVM: nSVM: set fixed bits by hand
Paolo Bonzini
1
-4
/
+5
2020-11-19
kvm: x86/mmu: Add TDP MMU SPTE changed trace point
Ben Gardon
2
-0
/
+31
2020-11-19
kvm: x86/mmu: Add existing trace points to TDP MMU
Ben Gardon
1
-1
/
+11
2020-11-16
KVM: SVM: check CR4 changes against vcpu->arch
Paolo Bonzini
1
-1
/
+1
2020-11-16
KVM: SVM: Move asid to vcpu_svm
Cathy Avery
2
-3
/
+8
2020-11-16
x86/kvm: remove unused macro HV_CLOCK_SIZE
Alex Shi
1
-1
/
+0
2020-11-16
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
18
-26
/
+30
2020-11-16
KVM: selftests: Make test skipping consistent
Andrew Jones
3
-10
/
+14
2020-11-15
KVM: selftests: Also build dirty_log_perf_test on AArch64
Andrew Jones
1
-0
/
+1
2020-11-15
KVM: selftests: Introduce vm_create_[default_]_with_vcpus
Andrew Jones
2
-5
/
+40
2020-11-15
KVM: selftests: Make vm_create_default common
Andrew Jones
5
-75
/
+45
2020-11-15
KVM: selftests: always use manual clear in dirty_log_perf_test
Paolo Bonzini
1
-33
/
+22
2020-11-15
kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions
Jim Mattson
4
-8
/
+8
2020-11-15
selftests: kvm: keep .gitignore add to date
Paolo Bonzini
1
-3
/
+3
2020-11-15
KVM: selftests: Add "-c" parameter to dirty log test
Peter Xu
1
-3
/
+10
2020-11-15
KVM: selftests: Run dirty ring test asynchronously
Peter Xu
1
-4
/
+60
2020-11-15
KVM: selftests: Add dirty ring buffer test
Peter Xu
4
-13
/
+320
2020-11-15
KVM: selftests: Introduce after_vcpu_run hook for dirty log test
Peter Xu
1
-12
/
+24
2020-11-15
KVM: Don't allocate dirty bitmap if dirty ring is enabled
Peter Xu
3
-3
/
+8
2020-11-15
KVM: Make dirty ring exclusive to dirty bitmap log
Peter Xu
2
-0
/
+19
2020-11-15
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
14
-3
/
+662
2020-11-15
KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
Peter Xu
2
-14
/
+18
2020-11-15
KVM: remove kvm_clear_guest_page
Paolo Bonzini
2
-10
/
+2
2020-11-15
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
4
-56
/
+81
2020-11-15
KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
Vitaly Kuznetsov
3
-38
/
+77
2020-11-15
KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
Vitaly Kuznetsov
6
-31
/
+46
2020-11-15
kvm/eventfd: Drain events from eventfd in irqfd_wakeup()
David Woodhouse
1
-0
/
+3
2020-11-15
vfio/virqfd: Drain events from eventfd in virqfd_wakeup()
David Woodhouse
1
-0
/
+3
2020-11-15
eventfd: Export eventfd_ctx_do_read()
David Woodhouse
2
-1
/
+10
2020-11-15
kvm/eventfd: Use priority waitqueue to catch events before userspace
David Woodhouse
1
-2
/
+4
2020-11-15
sched/wait: Add add_wait_queue_priority()
David Woodhouse
2
-2
/
+27
2020-11-15
KVM: x86: emulate wait-for-SIPI and SIPI-VMExit
Yadong Qi
3
-14
/
+44
2020-11-15
KVM: x86: fix apic_accept_events vs check_nested_events
Paolo Bonzini
2
-5
/
+27
2020-11-15
KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2
Sean Christopherson
3
-5
/
+108
2020-11-15
KVM: x86: Return bool instead of int for CR4 and SREGS validity checks
Sean Christopherson
4
-19
/
+15
2020-11-15
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
7
-21
/
+34
2020-11-15
KVM: SVM: Drop VMXE check from svm_set_cr4()
Sean Christopherson
1
-3
/
+0
2020-11-15
KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4()
Sean Christopherson
1
-12
/
+7
2020-11-15
KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4()
Sean Christopherson
1
-2
/
+3
2020-11-15
kvm: mmu: fix is_tdp_mmu_check when the TDP MMU is not in use
Paolo Bonzini
1
-0
/
+7
2020-11-13
KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guests
Babu Moger
1
-0
/
+8
2020-11-13
KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch
Babu Moger
3
-1
/
+4
2020-11-13
KVM: x86: clflushopt should be treated as a no-op by emulation
David Edmondson
1
-1
/
+7
2020-11-12
KVM: arm64: Handle SCXTNUM_ELx traps
Marc Zyngier
2
-0
/
+8
2020-11-12
KVM: arm64: Unify trap handlers injecting an UNDEF
Marc Zyngier
1
-40
/
+25
2020-11-12
KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
Marc Zyngier
3
-4
/
+56
2020-11-12
lan743x: fix use of uninitialized variable
Sven Van Asbroeck
1
-1
/
+1
2020-11-12
net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GRO
Alexander Lobakin
2
-4
/
+30
[next]