summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner2019-04-171-1/+1
* | x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptrThomas Gleixner2019-04-171-2/+2
* | x86/irq/32: Make irq stack a character arrayThomas Gleixner2019-04-171-1/+1
* | x86/irq/32: Define IRQ_STACK_SIZEThomas Gleixner2019-04-171-2/+2
* | x86/cpu: Remove orig_ist arrayThomas Gleixner2019-04-171-9/+0
* | x86/trap: Remove useless declarationPingfan Liu2019-01-291-1/+0
|/
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-281-1/+1
* treewide: remove current_text_addrNick Desaulniers2018-10-311-12/+0
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-0/+6
|\
| * x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski2018-09-081-0/+6
* | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-2/+2
|\ \
| * | x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-2/+2
| |/
* / x86/cpu: Create Hygon Dhyana architecture support filePu Wen2018-09-271-1/+2
|/
* x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen2018-08-271-1/+3
* x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-08-241-1/+1
* x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2018-08-201-2/+2
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-0/+17
|\
| * x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina2018-07-131-0/+12
| * x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-06-201-0/+5
* | x86/mm/init: Add helper for freeing kernel image pagesDave Hansen2018-08-051-0/+1
|/
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...Ingo Molnar2018-05-191-2/+0
|\
| * x86/processor: Remove two unused function declarationsDou Liyang2018-04-171-2/+0
* | x86/CPU: Move cpu local function declarations to local headerThomas Gleixner2018-05-131-9/+0
* | x86/CPU: Modify detect_extended_topology() to return resultSuravee Suthikulpanit2018-05-061-1/+1
|/
* x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov2018-03-161-0/+5
* x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov2018-03-161-0/+5
* x86/CPU: Add a microcode loader callbackBorislav Petkov2018-02-171-0/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-5/+2
|\
| * x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva2018-02-151-1/+1
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
| * Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"David Woodhouse2018-02-131-3/+0
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-041-2/+0
|\|
| * x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski2018-01-301-2/+0
| * Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-301-0/+1
| |\
* | \ Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-0/+8
|\ \ \
| * | | x86: Implement thread_struct whitelist for hardened usercopyKees Cook2018-01-151-0/+8
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-291-0/+3
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov2018-01-271-0/+3
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-7/+16
|\| |