aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAge
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-12
|\
| * x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf2019-11-07
| * kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini2019-11-04
| * x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta2019-11-04
| * x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-04
| * x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2019-10-28
| * x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta2019-10-28
| * x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-10-28
| * x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta2019-10-28
| * x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta2019-10-28
| * x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2019-10-28
* | x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen2019-11-03
|/
* x86/hyperv: Set pv_info.name to "Hyper-V"Andrea Parri2019-10-18
* x86/cpu/vmware: Use the full form of INL in VMWARE_PORTSami Tolvanen2019-10-08
* KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROLTao Xu2019-09-24
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-17
|\
| * x86/hyperv: Hide pv_ops access for CONFIG_PARAVIRT=nTianyu Lan2019-08-28
| * clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan2019-08-23
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-17
|\ \
| * | x86/apic: Add static key to Control IPI shorthandsThomas Gleixner2019-07-25
| * | x86/cpu: Move arch_smt_update() to a neutral placeThomas Gleixner2019-07-25
| |/
* | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-16
|\ \
| * | x86/vmware: Add a header file for hypercall definitionsThomas Hellstrom2019-08-28
| * | x86/vmware: Update platform detection code for VMCALL/VMMCALL hypercallsThomas Hellstrom2019-08-28
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-16
|\ \ \
| * | | x86/cpu: Update init data for new Airmont CPU modelRahul Tanwar2019-09-06
| * | | Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar2019-09-06
| |\ \ \
| | * | | x86/cpu: Use constant definitions for CPU modelsRahul Tanwar2019-08-17
| | | |/ | | |/|
| * | | x86/intel: Aggregate microserver namingPeter Zijlstra2019-08-28
| * | | x86/intel: Aggregate big core graphics namingPeter Zijlstra2019-08-28
| * | | x86/intel: Aggregate big core mobile namingPeter Zijlstra2019-08-28
| * | | x86/intel: Aggregate big core client namingPeter Zijlstra2019-08-28
| * | | Merge tag 'v5.3-rc6' into x86/cpu, to pick up fixesIngo Molnar2019-08-26
| |\ \ \ | | | |/ | | |/|
| * | | x86: Remove X86_FEATURE_MFENCE_RDTSCJosh Poimboeuf2019-07-22
| * | | x86/cpufeatures: Enable a new AVX512 CPU featureGayatri Kammela2019-07-22
| * | | cpu/cpuid-deps: Add a tab to cpuid dependent featuresGayatri Kammela2019-07-22
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-16
|\ \ \
| * \ \ Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-16
| |\ \ \
| * | | | sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming2019-09-03
| | |/ / | |/| |
* | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-16
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/mce: Don't check for the overflow bit on action optional machine checksTony Luck2019-08-05
| | |/ | |/|
* | | x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky2019-08-19
* | | x86/umwait: Fix error handling in umwait_init()Fenghua Yu2019-08-12
* | | x86: mtrr: cyrix: Mark expected switch fall-throughGustavo A. R. Silva2019-08-07
* | | Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner2019-07-28
|\| |
| * | x86/speculation/mds: Apply more accurate check on hypervisor platformZhenzhong Duan2019-07-25
| |/
| * Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-19
| |\
| | * x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableZhenzhong Duan2019-07-17
| | * x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan2019-07-17
| * | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-19
| |\ \ | | |/ | |/|