summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)AuthorLines
2021-11-01Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+39
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2021-10-21x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane-7/+37
2021-10-21x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives-0/+2
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner-1/+1
2021-10-15sched: Add cluster scheduler level for x86Tim Chen-0/+3
2021-10-06x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=nVegard Nossum-0/+1
2021-08-26x86/cpu: Add get_llc_id() helper functionKim Phillips-0/+6
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-20/+17
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+9
2021-06-23x86/cpu: Write the default PKRU value when enabling PKEThomas Gleixner-0/+2
2021-06-23x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner-13/+11
2021-06-23x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner-3/+2
2021-06-23x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner-5/+0
2021-05-19x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae-0/+3
2021-05-18x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov-13/+15
2021-05-12x86/syscall: Maximize MSR_SYSCALL_MASKH. Peter Anvin (Intel)-3/+9
2021-05-05x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappersSean Christopherson-1/+1
2021-05-05x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson-1/+1
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+2
2021-04-26Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2021-03-28x86/traps: Handle #DB for bus lockFenghua Yu-1/+1
2021-03-28x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan-0/+2
2021-03-18x86: Fix various typos in commentsIngo Molnar-2/+2
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski-3/+2
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2021-02-10x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner-1/+1
2021-02-10x86/irq: Sanitize irq stack trackingThomas Gleixner-1/+1
2021-01-28x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson-0/+3
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+25
2020-10-13Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2020-10-12Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+0
2020-10-01x86/asm: Replace __force_order with a memory clobberArvind Sankar-2/+2
2020-09-22x86/fpu: Handle FPU-related and clearcpuid command line arguments earlierMike Hommey-0/+55
2020-09-09x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel-0/+23
2020-09-09x86/sev-es: Allocate and map an IST stack for #VC handlerJoerg Roedel-0/+2
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross-8/+0
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra-0/+1
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+22
2020-06-18x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen-1/+3
2020-06-18x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski-18/+14
2020-06-18x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASEAndy Lutomirski-0/+24
2020-06-18x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook-12/+12
2020-06-11x86/entry: Remove debug IDT frobbingPeter Zijlstra-17/+0
2020-06-11x86/nmi: Protect NMI entry against instrumentationThomas Gleixner-4/+2
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1