| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: remove CONFIG_HAVE_KVM_IRQFD | Paolo Bonzini | 2023-12-08 | 1 | -4/+4 |
* | KVM: x86/mmu: rename trace function name for asynchronous page fault | Mingwei Zhang | 2022-08-10 | 1 | -1/+1 |
* | KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint | Sean Christopherson | 2021-04-17 | 1 | -24/+0 |
* | KVM: Move arm64's MMU notifier trace events to generic code | Sean Christopherson | 2021-04-17 | 1 | -0/+66 |
* | KVM: X86: Implement ring-based dirty memory tracking | Peter Xu | 2020-11-15 | 1 | -0/+63 |
* | KVM: x86: Allow deflecting unknown MSR accesses to user space | Alexander Graf | 2020-09-28 | 1 | -1/+1 |
* | KVM: arm: Add trace name for ARM_NISV | Alexander Graf | 2020-07-30 | 1 | -1/+1 |
* | KVM: Fix stack-out-of-bounds read in write_mmio | Wanpeng Li | 2017-12-18 | 1 | -2/+5 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | KVM: trace events: update list of exit reasons | Ladi Prosek | 2017-09-14 | 1 | -1/+3 |
* | KVM: x86: add KVM_CAP_X2APIC_API | Radim Krčmář | 2016-07-14 | 1 | -2/+3 |
* | KVM: Unify traced vector format | Jan Kiszka | 2016-05-24 | 1 | -3/+3 |
* | KVM: halt_polling: provide a way to qualify wakeups during poll | Christian Borntraeger | 2016-05-13 | 1 | -4/+7 |
* | KVM: halt_polling: improve grow/shrink settings | Christian Borntraeger | 2016-02-16 | 1 | -4/+5 |
* | kvm: move new trace event outside #ifdef CONFIG_KVM_ASYNC_PF | Wanpeng Li | 2015-09-08 | 1 | -2/+2 |
* | KVM: trace kvm_halt_poll_ns grow/shrink | Wanpeng Li | 2015-09-06 | 1 | -0/+30 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-02-13 | 1 | -0/+19 |
|\ |
|
| * | kvm: add halt_poll_ns module parameter | Paolo Bonzini | 2015-02-06 | 1 | -0/+19 |
* | | KVM: fix sparse warning in include/trace/events/kvm.h | Christian Borntraeger | 2015-01-19 | 1 | -7/+9 |
|/ |
|
* | kvm/x86/mmu: Pass gfn and level to rmapp callback. | Andres Lagar-Cavilla | 2014-09-24 | 1 | -7/+9 |
* | kvm: ioapic: conditionally delay irq delivery duringeoi broadcast | Zhang Haoyu | 2014-09-16 | 1 | -0/+20 |
* | KVM: Move more code under CONFIG_HAVE_KVM_IRQFD | Paolo Bonzini | 2014-08-06 | 1 | -4/+4 |
* | KVM: Drop FOLL_GET in GUP when doing async page fault | chai wen | 2013-10-15 | 1 | -6/+4 |
* | KVM: Extract generic irqchip logic into irqchip.c | Alexander Graf | 2013-04-26 | 1 | -2/+10 |
* | KVM: trace: Fix exit decoding. | Cornelia Huck | 2013-01-10 | 1 | -1/+1 |
* | KVM: s390: Add support for channel I/O instructions. | Cornelia Huck | 2013-01-07 | 1 | -1/+1 |
* | KVM: Introduce __KVM_HAVE_IRQ_LINE | Christoffer Dall | 2012-06-18 | 1 | -1/+3 |
* | KVM: trace events: update list of exit reasons | Cornelia Huck | 2012-06-14 | 1 | -1/+2 |
* | KVM: cleanup async_pf tracepoints | Xiao Guangrong | 2011-01-12 | 1 | -41/+35 |
* | KVM: fix tracing kvm_try_async_get_page | Xiao Guangrong | 2011-01-12 | 1 | -5/+7 |
* | KVM: x86: trace "exit to userspace" event | Gleb Natapov | 2011-01-12 | 1 | -0/+30 |
* | KVM: Inject asynchronous page fault into a PV guest if page is swapped out. | Gleb Natapov | 2011-01-12 | 1 | -6/+11 |
* | KVM: Halt vcpu if page it tries to access is swapped out | Gleb Natapov | 2011-01-12 | 1 | -0/+90 |
* | KVM: cleanup kvm trace | Xiao Guangrong | 2010-05-17 | 1 | -1/+0 |
* | KVM: MMU: Add tracepoint for guest page aging | Avi Kivity | 2010-03-01 | 1 | -0/+22 |
* | KVM: trace guest fpu loads and unloads | Avi Kivity | 2010-03-01 | 1 | -0/+19 |
* | KVM: Add trace points in irqchip code | Gleb Natapov | 2009-09-10 | 1 | -0/+56 |
* | KVM: Trace mmio | Avi Kivity | 2009-09-10 | 1 | -0/+33 |
* | KVM: Trace irq level and source id | Avi Kivity | 2009-09-10 | 1 | -3/+8 |
* | KVM: convert custom marker based tracing to event traces | Marcelo Tosatti | 2009-09-10 | 1 | -0/+57 |