summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf: Use sample_flags for raw_dataNamhyung Kim2022-09-271-0/+1
* perf: Use sample_flags for addrNamhyung Kim2022-09-271-2/+6
* perf: Kill __PERF_SAMPLE_CALLCHAIN_EARLYNamhyung Kim2022-09-132-13/+0
* perf: Use sample_flags for callchainNamhyung Kim2022-09-132-3/+9
* perf/x86/intel: Optimize FIXED_CTR_CTRL accessKan Liang2022-09-072-9/+17
* perf/x86/p4: Remove perfctr_second_write quirkPeter Zijlstra2022-09-073-22/+29
* perf/x86/intel: Remove x86_pmu::update_topdown_eventPeter Zijlstra2022-09-072-11/+12
* perf/x86/intel: Remove x86_pmu::set_topdown_event_periodPeter Zijlstra2022-09-072-7/+10
* perf/x86: Add a x86_pmu::limit_period static_callPeter Zijlstra2022-09-071-4/+5
* perf/x86: Change x86_pmu::limit_period signaturePeter Zijlstra2022-09-074-22/+20
* perf/x86/intel: Move the topdown stuff into the intel driverPeter Zijlstra2022-09-072-10/+23
* perf/x86: Add two more x86_pmu methodsPeter Zijlstra2022-09-072-5/+22
* x86/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual2022-09-072-18/+38
* perf: Use sample_flags for txnKan Liang2022-09-061-2/+6
* perf: Use sample_flags for data_srcKan Liang2022-09-061-2/+6
* perf: Use sample_flags for weightKan Liang2022-09-061-3/+7
* perf: Use sample_flags for branch stackKan Liang2022-09-064-4/+13
* perf/x86/intel/pebs: Fix PEBS timestamps overwrittenKan Liang2022-09-061-2/+6
* perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver2022-08-301-4/+1
* perf: Add system error and not in transaction branch typesAnshuman Khandual2022-08-291-1/+1
* perf/x86/amd/lbr: Add LbrExtV2 branch speculation info supportSandipan Das2022-08-271-3/+32
* perf/x86/amd/lbr: Use fusion-aware branch classifierSandipan Das2022-08-271-2/+10
* perf/x86: Make branch classifier fusion-awareSandipan Das2022-08-272-69/+102
* perf/x86/amd/lbr: Add LbrExtV2 software branch filter supportSandipan Das2022-08-271-5/+87
* perf/x86: Move branch classifierSandipan Das2022-08-274-274/+279
* perf/x86/amd/lbr: Add LbrExtV2 hardware branch filter supportSandipan Das2022-08-272-7/+108
* perf/x86/amd/lbr: Add LbrExtV2 branch record supportSandipan Das2022-08-274-11/+252
* perf/x86/amd/lbr: Detect LbrExtV2 supportSandipan Das2022-08-275-6/+31
* x86/cpufeatures: Add LbrExtV2 feature bitSandipan Das2022-08-272-1/+2
* perf/x86/amd/core: Add generic branch record interfacesSandipan Das2022-08-271-12/+22
* perf/x86/amd/core: Refactor branch attributesSandipan Das2022-08-271-6/+19
* perf/x86/amd/brs: Move feature-specific functionsSandipan Das2022-08-273-70/+76
* Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-221-1/+1
|\
| * x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
* | asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-214-23/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-195-30/+27
|\ \
| * | x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf2022-08-191-1/+2
| * | x86/kvm: Simplify FOP_SETCC()Josh Poimboeuf2022-08-191-19/+4
| * | x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf2022-08-191-0/+11
| * | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-192-9/+9
| * | KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng2022-08-191-1/+1
* | | x86/mm: Use proper mask when setting PUD mappingAaron Lu2022-08-191-1/+1
* | | x86: simplify load_unaligned_zeropad() implementationLinus Torvalds2022-08-163-43/+60
|/ /
* | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-145-9/+32
|\ \
| * | x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2022-08-125-9/+32
* | | Merge tag 'x86-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-131-4/+6
|\ \ \
| * | | x86/bugs: Enable STIBP for IBPB mitigated RETBleedKim Phillips2022-08-081-4/+6
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-1113-50/+125
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refreshSean Christopherson2022-08-102-11/+8
| * | | KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpersSean Christopherson2022-08-101-9/+17