aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappersSean Christopherson2021-05-051-1/+1
* x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson2021-05-051-1/+1
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-3/+2
|\
| * x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-3/+2
* | Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-261-1/+1
|\ \
| * | x86/traps: Handle #DB for bus lockFenghua Yu2021-03-281-1/+1
| |/
* | x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan2021-03-281-0/+2
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
|/
* Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-2/+2
|\
| * x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner2021-02-101-1/+1
| * x86/irq: Sanitize irq stack trackingThomas Gleixner2021-02-101-1/+1
* | x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson2021-01-281-0/+3
|/
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-0/+25
|\
| * x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel2020-09-091-0/+23
| * x86/sev-es: Allocate and map an IST stack for #VC handlerJoerg Roedel2020-09-091-0/+2
* | Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-2/+2
|\ \
| * | x86/asm: Replace __force_order with a memory clobberArvind Sankar2020-10-011-2/+2
| |/
* | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-8/+0
|\ \
| * | x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-151-8/+0
| |/
* / x86/fpu: Handle FPU-related and clearcpuid command line arguments earlierMike Hommey2020-09-221-0/+55
|/
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-0/+1
|\
| * locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-0/+1
* | Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-041-0/+22
|\ \ | |/ |/|
| * x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen2020-06-181-1/+3
| * x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski2020-06-181-18/+14
| * x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASEAndy Lutomirski2020-06-181-0/+24
* | x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook2020-06-181-12/+12
|/
* x86/entry: Remove debug IDT frobbingPeter Zijlstra2020-06-111-17/+0
* x86/nmi: Protect NMI entry against instrumentationThomas Gleixner2020-06-111-4/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-091-1/+1
|\
| * mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
| * mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2020-06-091-11/+45
|\ \ | |/ |/|
| * x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-04-201-0/+31
| * x86/cpu: Add 'table' argument to cpu_matches()Mark Gross2020-04-201-11/+14
* | Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-051-1/+24
|\ \
| * | x86/cpu: Export native_write_cr4() only when CONFIG_LKTDM=mThomas Gleixner2020-04-261-0/+2
| * | x86/cpu: Uninline CR4 accessorsThomas Gleixner2020-04-241-1/+22
| |/
* | x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre2020-05-061-2/+0
* | x86/resctrl: Remove unnecessary RMID checksReinette Chatre2020-05-061-15/+0
* | x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre2020-05-061-25/+2
|/
* Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-301-0/+2
|\
| * x86/split_lock: Enable split lock detection by kernelPeter Zijlstra (Intel)2020-02-201-0/+2
* | Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar2020-03-251-2/+2
|\ \
| * | x86/cpu/bugs: Convert to new matching macrosThomas Gleixner2020-03-241-2/+2
| |/
* / x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson2020-02-271-1/+1
|/
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-18/+0
|\
| * x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-231-18/+0
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-281-0/+3
|\ \
| * | x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUsSean Christopherson2020-01-131-0/+3