aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07perf/x86: Add a x86_pmu::limit_period static_callPeter Zijlstra1-4/+5
2022-09-07perf/x86: Change x86_pmu::limit_period signaturePeter Zijlstra4-22/+20
2022-09-07perf/x86/intel: Move the topdown stuff into the intel driverPeter Zijlstra2-10/+23
2022-09-07perf/x86: Add two more x86_pmu methodsPeter Zijlstra2-5/+22
2022-09-07x86/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual2-18/+38
2022-09-06bpf: x86: Support in-register struct arguments in trampoline programsYonghong Song1-17/+51
2022-09-06perf: Use sample_flags for txnKan Liang1-2/+6
2022-09-06perf: Use sample_flags for data_srcKan Liang1-2/+6
2022-09-06perf: Use sample_flags for weightKan Liang1-3/+7
2022-09-06perf: Use sample_flags for branch stackKan Liang4-4/+13
2022-09-06perf/x86/intel/pebs: Fix PEBS timestamps overwrittenKan Liang1-2/+6
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2-2/+2
2022-09-02x86/defconfig: Enable CONFIG_DEBUG_WX=yIngo Molnar2-0/+2
2022-09-02x86/defconfig: Refresh the defconfigsIngo Molnar2-4/+5
2022-09-02Merge branch 'linus' into x86/mm, to refresh the branchIngo Molnar157-2437/+5903
2022-09-02x86/microcode: Print previous version of microcode after reloadAshok Raj1-2/+3
2022-09-01Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini27-148/+273
2022-09-01KVM: x86: check validity of argument to KVM_SET_MP_STATEPaolo Bonzini1-3/+17
2022-09-01perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu1-1/+2
2022-09-01KVM: x86: fix memoryleak in kvm_arch_vcpu_create()Miaohe Lin1-2/+1
2022-09-01KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson1-4/+21
2022-09-01sgx: use ->f_mapping...Al Viro1-2/+1
2022-09-01x86/mm: Refuse W^X violationsPeter Zijlstra1-0/+32
2022-09-01perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu1-1/+2
2022-09-01perf/x86/intel: Fix unchecked MSR access error for Alder Lake NKan Liang3-3/+48
2022-08-31x86/Kconfig: Specify idle=poll instead of no-hltStephen Kitt1-1/+1
2022-08-31x86/apic: Don't disable x2APIC if lockedDaniel Sneddon4-5/+61
2022-08-31x86/cpu: Add CPU model numbers for Meteor LakeTony Luck1-0/+3
2022-08-31x86/resctrl: Fix to restore to original value when re-enabling hardware prefetch registerKohei Tarumizu1-3/+9
2022-08-30KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats.Yosry Ahmed2-2/+26
2022-08-30perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver1-4/+1
2022-08-29x86/earlyprintk: Clean up pciserialPeter Zijlstra1-7/+7
2022-08-29perf: Add system error and not in transaction branch typesAnshuman Khandual1-1/+1
2022-08-29x86/mce: Retrieve poison range from hardwareJane Chu1-1/+12
2022-08-28Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-72/+150
2022-08-28Merge tag 'perf-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-7/+36
2022-08-27Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+0
2022-08-27perf/x86/amd/lbr: Add LbrExtV2 branch speculation info supportSandipan Das1-3/+32
2022-08-27perf/x86/amd/lbr: Use fusion-aware branch classifierSandipan Das1-2/+10
2022-08-27perf/x86: Make branch classifier fusion-awareSandipan Das2-69/+102
2022-08-27perf/x86/amd/lbr: Add LbrExtV2 software branch filter supportSandipan Das1-5/+87
2022-08-27perf/x86: Move branch classifierSandipan Das4-274/+279
2022-08-27perf/x86/amd/lbr: Add LbrExtV2 hardware branch filter supportSandipan Das2-7/+108
2022-08-27perf/x86/amd/lbr: Add LbrExtV2 branch record supportSandipan Das4-11/+252
2022-08-27perf/x86/amd/lbr: Detect LbrExtV2 supportSandipan Das5-6/+31
2022-08-27x86/cpufeatures: Add LbrExtV2 feature bitSandipan Das2-1/+2
2022-08-27perf/x86/amd/core: Add generic branch record interfacesSandipan Das1-12/+22
2022-08-27perf/x86/amd/core: Refactor branch attributesSandipan Das1-6/+19
2022-08-27perf/x86/amd/brs: Move feature-specific functionsSandipan Das3-70/+76
2022-08-27perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMUStephane Eranian1-1/+17