summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
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
* | Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-061-0/+3
|\ \
| * | x86/kvm: do not setup pv tlb flush when not paravirtualizedThadeu Lima de Souza Cascardo2020-02-051-0/+3
* | | 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-316-54/+67
|\ \ \ | |/ / |/| |
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'x86/hyperv', 'x86/kdump' and 'x86/misc' into x86/urgent, to p...Ingo Molnar2020-01-285-31/+42
| |\ \ \ \
| | | * | | x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=yOmar Sandoval2019-12-235-31/+42
| | | | |/ | | | |/|
| * | | | 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-306-139/+1
|\ \ \ \
| * | | | x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-234-65/+0
| * | | | x86/mpx: remove bounds exception codeDave Hansen2020-01-231-74/+0
| * | | | x86/alternatives: add missing insn.h includeDave Hansen2020-01-231-0/+1
* | | | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \ \ \ \
| * | | | | arch/x86/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+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-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-282-10/+11
|\ \ \ \ \ \
| * | | | | | x86/fpu: Deactivate FPU state after failure during state loadSebastian Andrzej Siewior2020-01-071-0/+3
| * | | | | | x86/fpu/xstate: Make xfeature_is_supervisor()/xfeature_is_user() return boolYu-cheng Yu2020-01-061-3/+3
| * | | | | | x86/fpu/xstate: Fix small issuesYu-cheng Yu2020-01-061-7/+5
| | |/ / / / | |/| | | |
* | | | | | 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-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-283-31/+123
|\ \ \ \ \ \
| * | | | | | x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du2020-01-111-11/+9
| * | | | | | x86/traps: Cleanup do_general_protection()Borislav Petkov2019-12-311-39/+40
| * | | | | | x86/kasan: Print original address on #GPJann Horn2019-12-311-0/+2
| * | | | | | x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn2019-12-312-2/+31
| * | | | | | x86/traps: Print address on #GPJann Horn2019-12-311-5/+67
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-285-14/+4
|\ \ \ \ \ \
| * | | | | | x86/CPU/AMD: Remove amd_get_topology_early()Borislav Petkov2020-01-251-8/+2
| * | | | | | x86/tsc: Remove redundant assignmentMateusz Nosek2020-01-221-1/+0