summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)AuthorLines
2021-11-11Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini-1/+4
2021-11-11KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESPaul Durrant-1/+4
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2021-11-01Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+3
2021-10-21x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives-1/+2
2021-10-21x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner-6/+3
2021-10-20x86/fpu: Provide struct fpstateThomas Gleixner-2/+2
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-1/+1
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra-0/+1
2021-08-30Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2021-08-26x86/cpu: Add get_llc_id() helper functionKim Phillips-0/+2
2021-07-28x86/smp: Add a per-cpu view of SMT stateBalbir Singh-0/+2
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+9
2021-06-23x86/fpu: Add PKRU storage outside of task XSAVE bufferDave Hansen-0/+9
2021-05-18x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov-0/+1
2021-05-13x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui-0/+2
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+4
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar-9/+0
2021-03-28x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan-10/+0
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar-9/+0
2021-03-18x86: Fix various typos in commentsIngo Molnar-1/+1
2021-03-16x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov-9/+0
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski-11/+4
2021-02-10x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner-4/+3
2021-02-10x86/irq: Sanitize irq stack trackingThomas Gleixner-1/+1
2020-11-19x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam-2/+0
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-59/+1
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2020-09-09x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel-0/+1
2020-09-08x86: remove address space overrides using set_fs()Christoph Hellwig-10/+1
2020-09-08x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig-49/+0
2020-09-04x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra-1/+1
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+2
2020-07-27x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri-64/+0
2020-06-25x86/entry: Increase entry_stack size to a full pagePeter Zijlstra-1/+1
2020-06-18x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASEThomas Gleixner-3/+1
2020-06-18x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae-1/+1
2020-06-11x86/entry: __always_inline CR2 for noinstrPeter Zijlstra-1/+1
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+0
2020-05-06x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre-1/+2
2020-04-22objtool: Better handle IRETPeter Zijlstra-2/+0
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+0
2020-03-26kill uaccess_try()Al Viro-1/+0
2020-03-21x86/vdso: Enable x86 to use common headersVincenzo Frascino-11/+1
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-18/+0
2020-01-23x86/mpx: remove MPX from arch/x86Dave Hansen-18/+0
2020-01-13x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUsSean Christopherson-0/+3
2020-01-13x86/vmx: Introduce VMX_FEATURES_*Sean Christopherson-0/+1
2019-12-14x86/bugs: Move enum taa_mitigations to bugs.cBorislav Petkov-7/+0