summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x86/bugs: Move enum taa_mitigations to bugs.cBorislav Petkov2019-12-141-7/+0
* | x86/doublefault/32: Move #DF stack and TSS to cpu_entry_areaAndy Lutomirski2019-11-261-1/+0
* | x86/traps: Disentangle the 32-bit and 64-bit doublefault codeAndy Lutomirski2019-11-261-1/+0
* | x86/iopl: Make 'struct tss_struct' constant size againIngo Molnar2019-11-261-2/+0
* | Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-45/+68
|\ \
| * | x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner2019-11-161-1/+8
| * | x86/iopl: Remove legacy IOPL optionThomas Gleixner2019-11-161-23/+3
| * | x86/iopl: Restrict iopl() permission scopeThomas Gleixner2019-11-161-7/+21
| * | x86/ioperm: Add bitmap sequence numberThomas Gleixner2019-11-161-0/+3
| * | x86/ioperm: Move iobitmap data into a structThomas Gleixner2019-11-161-4/+2
| * | x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner2019-11-161-14/+21
| * | x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner2019-11-161-12/+26
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-1/+1
|\ \ \
| * | | x86/mm: Report which part of kernel image is freedKees Cook2019-11-041-1/+1
| |/ /
| | |
| \ \
*-. | | Merge branches 'x86-cpu-for-linus' and 'x86-fpu-for-linus' of git://git.kerne...Linus Torvalds2019-11-261-1/+9
|\ \| | | |_|/ |/| |
| * | x86/cpu: Align the x86_capability array to size of unsigned longFenghua Yu2019-11-151-1/+9
| |/
* / x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta2019-10-281-0/+7
|/
* x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-101-0/+1
* Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-1/+3
|\
| * x86/topology: Define topology_logical_die_id()Len Brown2019-05-231-0/+1
| * x86/topology: Create topology_max_die_per_package()Len Brown2019-05-231-1/+0
| * x86/topology: Add CPUID.1F multi-die/package supportLen Brown2019-05-231-1/+3
* | x86/cpu: Create Zhaoxin processors architecture support fileTony W Wang-oc2019-06-221-1/+2
|/
* Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-141-0/+6
|\
| * x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner2019-03-061-0/+1
| * x86/speculation/mds: Add mitigation control for MDSThomas Gleixner2019-03-061-0/+5
* | x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-171-18/+14