summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-10/+11
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-311-23/+25
|\ \
| * | x86/resctrl: Clean up unused function parameter in mkdir pathXiaochen Shen2020-01-201-11/+5
| * | x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen2020-01-201-8/+8
| * | x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen2020-01-201-2/+2
| * | x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen2020-01-201-2/+10
* | | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-302-54/+0
|\ \ \
| * | | x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-232-54/+0
* | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-41/+22
|\ \ \ \
| * | | | x86/mtrr: Require CAP_SYS_ADMIN for all accessKees Cook2019-12-091-19/+2
| * | | | x86/mtrr: Get rid of mtrr_seq_show() forward declarationBorislav Petkov2019-12-091-22/+20
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-2812-134/+204
|\ \ \ \ \
| * | | | | x86/cpu: Remove redundant cpu_detect_cache_sizes() callTony W Wang-oc2020-01-202-4/+0
| * | | | | x86/cpu: Print "VMX disabled" error message iff KVM is enabledSean Christopherson2020-01-151-2/+3
| * | | | | x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configuredSean Christopherson2020-01-131-0/+2
| * | | | | x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()Sean Christopherson2020-01-134-119/+14
| * | | | | x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*Sean Christopherson2020-01-133-6/+29
| * | | | | x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUsSean Christopherson2020-01-132-0/+77
| * | | | | x86/cpu: Clear VMX feature flag if VMX is not fully enabledSean Christopherson2020-01-131-3/+20
| * | | | | x86/zhaoxin: Use common IA32_FEAT_CTL MSR initializationSean Christopherson2020-01-131-0/+2
| * | | | | x86/centaur: Use common IA32_FEAT_CTL MSR initializationSean Christopherson2020-01-131-0/+2
| * | | | | x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlockedSean Christopherson2020-01-131-5/+6
| * | | | | x86/intel: Initialize IA32_FEAT_CTL MSR at bootSean Christopherson2020-01-134-0/+44
| * | | | | x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson2020-01-131-5/+5
| * | | | | x86/cpu/tsx: Define pr_fmt()Borislav Petkov2019-12-151-1/+4
| * | | | | x86/bugs: Move enum taa_mitigations to bugs.cBorislav Petkov2019-12-141-0/+7
| |/ / / /
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-282-8/+3
|\ \ \ \ \
| * | | | | x86/CPU/AMD: Remove amd_get_topology_early()Borislav Petkov2020-01-251-8/+2
| * | | | | x86/cpu: Add a missing prototype for arch_smt_update()Benjamin Thiel2020-01-091-0/+1
| |/ / / /
* | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-283-2/+93
|\ \ \ \ \
| * | | | | x86/resctrl: Add task resctrl information displayChen Yu2020-01-201-0/+86
| * | | | | x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen2020-01-172-2/+3
| * | | | | x86/resctrl: Do not reconfigure exiting tasksXiaochen Shen2020-01-131-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-285-5/+5
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-204-10/+11
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-105-5/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-105-5/+5
| | | |/ / | | |/| |
* | | | | Merge tag 'x86-pti-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-272-7/+15
|\ \ \ \ \
| * | | | | x86/speculation/swapgs: Exclude Zhaoxin CPUs from SWAPGS vulnerabilityTony W Wang-oc2020-01-171-2/+2
| * | | | | x86/speculation/spectre_v2: Exclude Zhaoxin CPUs from SPECTRE_V2Tony W Wang-oc2020-01-171-1/+8
| * | | | | x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta2020-01-171-6/+7
| |/ / / /
* | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-275-45/+33
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaTypeYazen Ghannam2020-01-161-0/+2
| * | | | x86/mce: Fix use of uninitialized MCE message stringJan H. Schönherr2020-01-131-2/+2
| * | | | x86/mce: Fix mce=nobootlogJan H. Schönherr2020-01-131-13/+9
| * | | | x86/mce: Take action on UCNA/Deferred errors againJan H. Schönherr2020-01-131-15/+16
| * | | | x86/mce: Remove mce_inject_log() in favor of mce_log()Jan H. Schönherr2019-12-173-13/+2
OpenPOWER on IntegriCloud