aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-08x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae1-0/+24
2018-10-04Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar5-39/+99
2018-10-03x86/intel_rdt: Show missing resctrl mount optionsXiaochen Shen1-0/+7
2018-10-03x86/intel_rdt: Switch to bitmap_zalloc()Andy Shevchenko1-6/+4
2018-10-03x86/intel_rdt: Re-enable pseudo-lock measurementsReinette Chatre1-1/+1
2018-10-03x86/cpu/amd: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2-16/+16
2018-09-28x86/intel_rdt: Use perf infrastructure for measurementsReinette Chatre1-115/+189
2018-09-28x86/intel_rdt: Create required perf event attributesReinette Chatre1-0/+26
2018-09-28x86/intel_rdt: Remove local register variablesReinette Chatre1-44/+9
2018-09-27x86/mce: Add Hygon Dhyana support to the MCA infrastructurePu Wen2-6/+17
2018-09-27x86/bugs: Add Hygon Dhyana to the respective mitigation machineryPu Wen2-1/+4
2018-09-27x86/events: Add Hygon Dhyana support to PMU infrastructurePu Wen1-0/+2
2018-09-27x86/cpu/mtrr: Support TOP_MEM2 and get MTRR numberPu Wen2-2/+3
2018-09-27x86/cpu: Get cache info and setup cache cpumap for Hygon DhyanaPu Wen3-2/+33
2018-09-27Merge branch 'tip-x86-hygon' into tip-x86-cpuBorislav Petkov2-0/+406
2018-09-27x86/cpu: Create Hygon Dhyana architecture support filePu Wen2-0/+406
2018-09-26x86/speculation: Propagate information about RSB filling mitigation to sysfsJiri Kosina1-1/+2
2018-09-26x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-6/+51
2018-09-22x86/CPU: Change query logic so CPUID is enabled before testingMatthew Whitehead1-1/+3
2018-09-22x86/CPU: Use correct macros for Cyrix callsMatthew Whitehead1-1/+1
2018-09-21x86/mce-inject: Reset injection struct after injectionBorislav Petkov1-0/+6
2018-09-18x86/intel_rdt: Fix incorrect loop end conditionReinette Chatre1-1/+1
2018-09-18x86/intel_rdt: Fix exclusive mode handling of MBA resourceReinette Chatre1-2/+12
2018-09-18x86/intel_rdt: Fix incorrect loop end conditionReinette Chatre1-1/+1
2018-09-18x86/intel_rdt: Do not allow pseudo-locking of MBA resourceReinette Chatre1-0/+6
2018-09-18x86/intel_rdt: Fix unchecked MSR accessReinette Chatre1-0/+12
2018-09-18x86/intel_rdt: Fix invalid mode warning when multiple resources are managedReinette Chatre1-1/+1
2018-09-18x86/intel_rdt: Global closid helper to support future fixesReinette Chatre2-0/+8
2018-09-18x86/intel_rdt: Fix size reporting of MBA resourceReinette Chatre1-4/+10
2018-09-18x86/intel_rdt: Fix data type in parsing callbacksXiaochen Shen2-17/+20
2018-09-15x86/CPU: Fix unused variable warning when !CONFIG_IA32_EMULATIONzhong jiang1-3/+2
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski1-11/+2
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-1/+1
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross2-3/+3
2018-09-03x86/fault: Plumb error code and fault address through to fault handlersJann Horn1-1/+1
2018-09-02x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi2-14/+21
2018-09-02x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava2-0/+8
2018-09-02x86/microcode: Make revision and processor flags world-readableJacek Tomaka1-2/+2
2018-08-27x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen2-5/+42
2018-08-27x86/spectre: Add missing family 6 check to microcode checkAndi Kleen1-0/+3
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-50/+3
2018-08-24x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka1-0/+4
2018-08-20x86/memory_failure: Introduce {set, clear}_mce_nospec()Dan Williams2-50/+3
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+3
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+3
2018-08-15x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck1-2/+1
2018-08-14Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-1/+2
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-68/+238