summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers1-4/+1
2019-04-19x86/defconfig: Remove archaic partition tables supportAhmed S. Darwish2-24/+0
2019-04-18KVM: lapic: Convert guest TSC to host time domain if necessarySean Christopherson1-3/+21
2019-04-18KVM: lapic: Allow user to disable adaptive tuning of timer advancementSean Christopherson3-5/+17
2019-04-18KVM: lapic: Track lapic timer advance per vCPUSean Christopherson5-25/+28
2019-04-18KVM: lapic: Disable timer advancement if adaptive tuning goes haywireSean Christopherson1-0/+4
2019-04-18x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012Vitaly Kuznetsov1-1/+10
2019-04-18KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too shortLiran Alon1-3/+6
2019-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+24
2019-04-18perf/x86/amd: Add event map for AMD Family 17hKim Phillips1-9/+26
2019-04-18x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He1-1/+1
2019-04-18x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada1-1/+1
2019-04-18x86/resctrl: Initialize a new resource group with default MBA valuesXiaochen Shen2-21/+35
2019-04-17x86/resctrl: Move per RDT domain initialization to a separate functionXiaochen Shen1-59/+72
2019-04-17Merge x86/urgent into x86/cacheBorislav Petkov8-8/+35
2019-04-17x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2-3/+12
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-181/+268
2019-04-16KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracingVitaly Kuznetsov1-2/+2
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini1-1/+3
2019-04-16KVM: x86: fix warning Using plain integer as NULL pointerHariprasad Kelam1-1/+1
2019-04-16KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson2-4/+16
2019-04-16KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson1-10/+11
2019-04-16KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson3-16/+10
2019-04-16KVM: x86: Open code kvm_set_hflagsSean Christopherson3-18/+19
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson6-92/+92
2019-04-16KVM: nVMX: Expose RDPMC-exiting only when guest supports PMULiran Alon1-0/+25
2019-04-16KVM: x86: Raise #GP when guest vCPU do not support PMULiran Alon1-0/+4
2019-04-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao4-6/+12
2019-04-16KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov1-0/+3
2019-04-16svm/avic: Fix invalidate logical APIC id entrySuthikulpanit, Suravee1-1/+2
2019-04-16Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee1-4/+15
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon4-16/+15
2019-04-16KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini2-2/+21
2019-04-16x86/Kconfig: Fix spelling mistake "effectivness" -> "effectiveness"Colin Ian King1-1/+1
2019-04-16perf/x86/intel: Add Tremont core PMU supportKan Liang1-0/+91
2019-04-16perf/x86/intel/uncore: Add Intel Icelake uncore supportKan Liang3-0/+98
2019-04-16perf/x86/msr: Add Icelake supportKan Liang1-0/+1
2019-04-16perf/x86/intel/rapl: Add Icelake supportKan Liang1-0/+2
2019-04-16perf/x86/intel/cstate: Add Icelake supportKan Liang1-0/+2
2019-04-16perf/x86/intel: Add Icelake supportKan Liang5-4/+138
2019-04-16perf/x86: Support constraint rangesPeter Zijlstra3-8/+39
2019-04-16perf/x86/lbr: Avoid reading the LBRs when adaptive PEBS handles themAndi Kleen2-1/+13
2019-04-16perf/x86/intel: Support adaptive PEBS v4Kan Liang6-26/+438
2019-04-16perf/x86/intel/ds: Extract code of event update in short periodKan Liang1-13/+20
2019-04-16perf/x86/intel: Extract memory code PEBS parser for reuseAndi Kleen1-29/+34
2019-04-16perf/x86: Support outputting XMM registersKan Liang6-10/+85
2019-04-16perf/x86/intel: Force resched when TFA sysctl is modifiedStephane Eranian3-2/+53
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-20/+20
2019-04-16perf/x86: Fix incorrect PEBS_REGSKan Liang2-20/+20
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar9-188/+261