summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)Author
2023-08-16x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann
2021-03-24x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov
2020-07-16x86/entry: Increase entry_stack size to a full pagePeter Zijlstra
2019-10-28x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-07-10x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-22x86/cpu: Create Zhaoxin processors architecture support fileTony W Wang-oc
2019-05-23x86/topology: Define topology_logical_die_id()Len Brown
2019-05-23x86/topology: Create topology_max_die_per_package()Len Brown
2019-05-23x86/topology: Add CPUID.1F multi-die/package supportLen Brown
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski
2019-04-17x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner
2019-04-17x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptrThomas Gleixner
2019-04-17x86/irq/32: Make irq stack a character arrayThomas Gleixner
2019-04-17x86/irq/32: Define IRQ_STACK_SIZEThomas Gleixner
2019-04-17x86/cpu: Remove orig_ist arrayThomas Gleixner
2019-03-06x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner
2019-03-06x86/speculation/mds: Add mitigation control for MDSThomas Gleixner
2019-01-29x86/trap: Remove useless declarationPingfan Liu
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan
2018-10-31treewide: remove current_text_addrNick Desaulniers
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-09-27x86/cpu: Create Hygon Dhyana architecture support filePu Wen
2018-09-08x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross
2018-08-27x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen
2018-08-24x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka
2018-08-20x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-05x86/mm/init: Add helper for freeing kernel image pagesDave Hansen
2018-07-13x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina
2018-06-20x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-05-19Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...Ingo Molnar
2018-05-13x86/CPU: Move cpu local function declarations to local headerThomas Gleixner
2018-05-06x86/CPU: Modify detect_extended_topology() to return resultSuravee Suthikulpanit
2018-04-17x86/processor: Remove two unused function declarationsDou Liyang
2018-03-16x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov
2018-03-16x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov
2018-02-17x86/CPU: Add a microcode loader callbackBorislav Petkov
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-13Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"David Woodhouse
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar