summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-26 08:47:22 -0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-07-27 13:01:19 +0100
commit41e6ada93356400ec8bc8dba04818d9e30ee6e9d (patch)
tree660bc39666ca7fe317378c206c012bb82cb756b1 /tools/perf/scripts/python
parent1244a720572fd1680ac8d6b8a4235f2e8557b810 (diff)
downloadkernel-41e6ada93356400ec8bc8dba04818d9e30ee6e9d.tar.gz
docs: generic-counter.rst: fix broken references for ABI file
There are two references to the generic counter ABI, with was added on a separate patch. Both point to a non-existing file. Fix them. Fixes: ea2b23b89579 ("counter: Documentation: Add Generic Counter sysfs documentation") Fixes: 09e7d4ed8991 ("docs: Add Generic Counter interface documentation") Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
l GPA checking and page fault injectionMohammed Gamal 2020-07-09kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky 2020-07-08KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...Krish Sadhukhan 2020-07-08KVM: x86: Make CR4.VMXE reserved for the guestPaolo Bonzini 2020-07-08KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Krish Sadhukhan 2020-07-08KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate functionKrish Sadhukhan 2020-07-08KVM: X86: Move ignore_msrs handling upper the stackPeter Xu 2020-05-15KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li 2020-05-15KVM: X86: Introduce kvm_vcpu_exit_request() helperWanpeng Li 2020-04-21KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson 2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson 2020-03-16KVM: CPUID: add support for supervisor statesPaolo Bonzini 2020-03-16KVM: x86: Make kvm_mpx_supported() an inline functionSean Christopherson 2020-03-16KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson 2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson 2020-03-16KVM: x86: Move emulation-only helpers to emulate.cSean Christopherson 2020-02-05KVM: x86: Take a u64 when checking for a valid dr7 valueSean Christopherson 2020-01-27KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan 2020-01-27KVM: x86: Perform non-canonical checks in 32-bit KVMSean Christopherson 2020-01-24KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRLPaolo Bonzini 2020-01-21KVM: x86: Move bit() helper to cpuid.hSean Christopherson 2020-01-21KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li 2020-01-08KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson 2019-11-15KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latchedLiran Alon 2019-10-22KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 codeAaron Lewis 2019-10-22KVM: x86: Add WARNs to detect out-of-bounds register indicesSean Christopherson 2019-09-24KVM: x86: Move triple fault request into RM int injectionSean Christopherson 2019-08-22KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson 2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li 2019-06-18KVM: x86: introduce is_pae_pagingPaolo Bonzini 2019-06-04KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li 2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds 2019-04-18KVM: lapic: Track lapic timer advance per vCPUSean Christopherson 2019-04-16KVM: x86: optimize check for valid PAT valuePaolo Bonzini 2019-04-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao