summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/processor.h (follow)
Commit message (Expand)AuthorAge
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-11
* x86/CPU: Add native CPUID variants returning a single datumBorislav Petkov2020-04-24
* x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta2019-11-16
* x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner2019-05-16
* x86/speculation/mds: Add mitigation control for MDSThomas Gleixner2019-05-16
* x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen2018-09-19
* x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-09-05
* x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2018-09-05
* x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-08-15
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2018-07-17
* x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva2018-02-22
* x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski2018-01-31
* x86/cpufeatures: Make CPU bugs stickyThomas Gleixner2018-01-17
* kaiser: cleanups while trying for gold linkHugh Dickins2018-01-05
* KAISER: Kernel Address IsolationRichard Fellner2018-01-05
* x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-19
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-03
|\
| * x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar2015-09-08
* | x86/asm: Force inlining of cpu_relax()Denys Vlasenko2015-09-25
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-01
|\
| * Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar2015-08-17
| |\
| * | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-21
* | | x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-31
* | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-31
|\ \ \ | | |/ | |/|
| * | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-18
| |/
* | x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst2015-07-21
* | x86/entry/vm86: Clean up saved_fs/gsBrian Gerst2015-07-21
|/
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-22
|\
| * x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-09
| * x86/fpu: Fix FPU state save area alignment bugIngo Molnar2015-05-25
| * x86/fpu: Remove the extra fpu__detect() layerIngo Molnar2015-05-19
| * x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-19
| * x86/fpu: Make task_xstate_cachep staticIngo Molnar2015-05-19
| * x86/fpu: Remove the free_thread_xstate() complicationIngo Molnar2015-05-19
| * x86/fpu: Move FPU data structures to asm/fpu_types.hIngo Molnar2015-05-19
| * x86/fpu: Improve the comment for the fpu::counter fieldIngo Molnar2015-05-19
| * x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counterIngo Molnar2015-05-19
| * x86/fpu: Rename fpu_detect() to fpu__detect()Ingo Molnar2015-05-19
* | x86/cpu/amd: Give access to the number of nodes in a physical packageAravind Gopalakrishnan2015-06-18
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-14
|\
| * x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr2015-02-25
* | x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski2015-04-03
* | x86/asm/entry/64: Remove thread_struct::userspIngo Molnar2015-03-17
* | x86/asm/entry/64: Simplify 'old_rsp' usageIngo Molnar2015-03-17
* | x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" betterDenys Vlasenko2015-03-17
* | x86/asm/entry: Simplify task_pt_regs() macro definitionDenys Vlasenko2015-03-17
* | x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1Andy Lutomirski2015-03-17
* | x86/asm/entry: Unify and fix initial thread_struct::sp0 valuesAndy Lutomirski2015-03-17
* | x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macroAndy Lutomirski2015-03-17
* | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski2015-03-07