summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
Commit message (Expand)AuthorAgeFilesLines
* x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck2021-11-151-0/+8
* Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-111-1/+4
|\
| * KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESPaul Durrant2021-11-111-1/+4
* | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-0/+1
|\ \
| * | x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2021-09-211-0/+1
| |/
* | Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+2
|\ \
| * | x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives2021-10-211-1/+2
| |/
* | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-6/+3
|\ \
| * | x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner2021-10-211-6/+3
| * | x86/fpu: Provide struct fpstateThomas Gleixner2021-10-201-2/+2
| |/
* / sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
|/
* Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-301-0/+2
|\
| * x86/smp: Add a per-cpu view of SMT stateBalbir Singh2021-07-281-0/+2
* | x86/cpu: Add get_llc_id() helper functionKim Phillips2021-08-261-0/+2
|/
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-0/+9
|\
| * x86/fpu: Add PKRU storage outside of task XSAVE bufferDave Hansen2021-06-231-0/+9
* | x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov2021-05-181-0/+1
|/
* x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui2021-05-131-0/+2
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-11/+4
|\
| * Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-021-9/+0
| |\
| * | x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-11/+4
* | | x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan2021-03-281-10/+0
* | | Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2021-03-211-9/+0
|\ \ \ | | |/ | |/|
| * | x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2021-03-161-9/+0
| |/
* / x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
|/
* x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner2021-02-101-4/+3
* x86/irq: Sanitize irq stack trackingThomas Gleixner2021-02-101-1/+1
* x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam2020-11-191-2/+0
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-59/+1
|\
| * x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-081-10/+1
| * x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig2020-09-081-49/+0
* | Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-0/+1
|\ \
| * | x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel2020-09-091-0/+1
| |/
* / x86/debug: Change thread.debugreg6 to thread.virtual_dr6Peter Zijlstra2020-09-041-1/+1
|/
* Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-041-4/+2
|\
| * x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASEThomas Gleixner2020-06-181-3/+1
| * x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae2020-06-181-1/+1
* | x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri2020-07-271-64/+0
* | x86/entry: Increase entry_stack size to a full pagePeter Zijlstra2020-06-251-1/+1
|/
* x86/entry: __always_inline CR2 for noinstrPeter Zijlstra2020-06-111-1/+1
* Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-2/+0
|\
| * objtool: Better handle IRETPeter Zijlstra2020-04-221-2/+0
* | x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre2020-05-061-1/+2
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-1/+0
|\
| * kill uaccess_try()Al Viro2020-03-261-1/+0
* | x86/vdso: Enable x86 to use common headersVincenzo Frascino2020-03-211-11/+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
* | x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUsSean Christopherson2020-01-131-0/+3
* | x86/vmx: Introduce VMX_FEATURES_*Sean Christopherson2020-01-131-0/+1