summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | KVM: x86/pmu: Disable guest PEBS temporarily in two rare situationsLike Xu2022-06-081-0/+9
| | | * | | | | | | | KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBSLike Xu2022-06-081-0/+2
| | | * | | | | | | | KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DSLike Xu2022-06-081-0/+1
| | | * | | | | | | | KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBSLike Xu2022-06-082-0/+9
| | | * | | | | | | | KVM: x86/pmu: Introduce the ctrl_mask value for fixed counterLike Xu2022-06-081-0/+1
| | | * | | | | | | | perf/x86/core: Pass "struct kvm_pmu *" to determine the guest valuesLike Xu2022-06-081-2/+2
| | | * | | | | | | | perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake ServerLike Xu2022-06-081-0/+1
| | | * | | | | | | | KVM: VMX: enable IPI virtualizationChao Gao2022-06-084-0/+12
| | | * | | | | | | | KVM: x86: Allow userspace to set maximum VCPU id for VMZeng Guang2022-06-081-0/+6
| | | * | | | | | | | KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS configRobert Hoo2022-06-081-0/+3
| | | * | | | | | | | x86/cpu: Add new VMX feature, Tertiary VM-Execution controlRobert Hoo2022-06-082-1/+3
| | | * | | | | | | | KVM: x86: Differentiate Soft vs. Hard IRQs vs. reinjected in tracepointSean Christopherson2022-06-081-1/+1
| | | * | | | | | | | Merge branch 'kvm-5.19-early-fixes' into HEADPaolo Bonzini2022-06-071-1/+1
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
* | | | | | | | | | | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-6/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | efi: Simplify arch_efi_call_virt() macroSudeep Holla2022-06-281-2/+1
| * | | | | | | | | | | efi: Make code to find mirrored memory ranges genericMa Wupeng2022-06-151-4/+0
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds2022-08-022-7/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-06-282-7/+7
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-021-47/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | random: handle archrandom with multiple longsJason A. Donenfeld2022-07-251-37/+4
| * | | | | | | | | | | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-181-10/+4
* | | | | | | | | | | | Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-08-021-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kexec: drop weak attribute from functionsNaveen N. Rao2022-07-151-0/+6
| * | | | | | | | | | | | kexec_file: drop weak attribute from functionsNaveen N. Rao2022-07-151-0/+6
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2022-08-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | tools/power turbostat: dump secondary Turbo-Ratio-LimitLen Brown2022-07-281-0/+1
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-012-6/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | perf/x86/ibs: Add new IBS register bits into headerRavi Bangoria2022-07-271-6/+10
| * | | | | | | | | | | perf/x86/amd/uncore: Add PerfMonV2 DF event formatSandipan Das2022-06-131-0/+13
| * | | | | | | | | | | perf/x86/amd/uncore: Detect available DF countersSandipan Das2022-06-131-0/+3
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-011-3/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/setup: Use rng seeds from setup_dataJason A. Donenfeld2022-07-111-3/+3
| * | | | | | | | | | | Merge tag 'v5.19-rc6' into tip:x86/kdumpBorislav Petkov2022-07-112-1/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell2022-07-011-0/+9
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'x86_core_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-011-6/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86,nospec: Simplify {JMP,CALL}_NOSPECPeter Zijlstra2022-07-211-6/+18
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'x86_cpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-012-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Fix comment for X86_FEATURE_ZENWyes Karny2022-06-081-1/+1
| * | | | | | | | | | | | x86: Remove vendor checks from prefer_mwait_c1_over_haltWyes Karny2022-06-081-0/+1
* | | | | | | | | | | | | Merge tag 'x86_fpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-012-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/fpu: Add a helper to prepare AMX state for low-power CPU idleChang S. Bae2022-07-192-0/+11
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'x86_mm_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | x86/mm/tlb: Ignore f->new_tlb_gen when zeroNadav Amit2022-07-191-0/+1
* | | | | | | | | | | | | Revert "x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV"Borislav Petkov2022-07-271-6/+1
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-242-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/amd: Use IBPB for firmware callsPeter Zijlstra2022-07-182-0/+3
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra2022-07-211-3/+0
|/ / / / / / / / / / /
* | | | | | | | | | | x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor2022-07-141-1/+2
* | | | | | | | | | | Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-07-118-16/+140
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | x86/speculation: Disable RRSBA behaviorPawan Gupta2022-07-092-1/+10