- 8196dab x86/cpu: Get rid of compute_unit_id by Borislav Petkov · 9 years ago
- ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 2a41aa4 x86/entry/32: Add and check a stack canary for the SYSENTER stack by Andy Lutomirski · 9 years ago
- 6dcc941 x86/entry: Only allocate space for tss_struct::SYSENTER_stack if needed by Andy Lutomirski · 9 years ago
- 1f12e32 x86/topology: Create logical package id by Thomas Gleixner · 9 years ago
- 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
- 75edb54 x86: Fix KASAN false positives in thread_saved_pc() by Dmitry Vyukov · 9 years ago
- cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
- d8c98a1 x86/paravirt: Prevent rtc_cmos platform device init on PV guests by David Vrabel · 9 years ago
- 4302d50 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 0b101e6 x86/asm: Force inlining of cpu_relax() by Denys Vlasenko · 9 years ago
- decb4c4 x86/headers: Remove <asm/sigcontext.h> references on the kernel side by Ingo Molnar · 9 years ago
- 11e612d Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 5461bd8 Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
- 9fda6a0 x86/vm86: Move vm86 fields out of 'thread_struct' by Brian Gerst · 9 years ago
- 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
- 9491630 x86/boot: Obsolete the MCA sys_desc_table by Paolo Pisati · 9 years ago
- ed0b2ed x86/entry/vm86: Move userspace accesses to do_sys_vm86() by Brian Gerst · 9 years ago
- 0233606 x86/entry/vm86: Clean up saved_fs/gs by Brian Gerst · 9 years ago
- 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
- e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- cc2749e x86/cpu/amd: Give access to the number of nodes in a physical package by Aravind Gopalakrishnan · 10 years ago
- 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 10 years ago
- b8c1b8ea x86/fpu: Fix FPU state save area alignment bug by Ingo Molnar · 10 years ago
- c66e3f2 x86/fpu: Remove the extra fpu__detect() layer by Ingo Molnar · 10 years ago
- c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 10 years ago
- f55f88e x86/fpu: Make task_xstate_cachep static by Ingo Molnar · 10 years ago
- 11ad192 x86/fpu: Remove the free_thread_xstate() complication by Ingo Molnar · 10 years ago
- 14b9675 x86/fpu: Move FPU data structures to asm/fpu_types.h by Ingo Molnar · 10 years ago
- 1260099 x86/fpu: Improve the comment for the fpu::counter field by Ingo Molnar · 10 years ago
- c0c2803 x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter by Ingo Molnar · 10 years ago
- 1a7dc0d x86/fpu: Rename fpu_detect() to fpu__detect() by Ingo Molnar · 10 years ago
- 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- cf9328c x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1 by Andy Lutomirski · 10 years ago
- ac9af49 x86/asm/entry/64: Remove thread_struct::usersp by Ingo Molnar · 10 years ago
- 9854dd7 x86/asm/entry/64: Simplify 'old_rsp' usage by Ingo Molnar · 10 years ago
- d828c71 x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better by Denys Vlasenko · 10 years ago
- 5c39403 x86/asm/entry: Simplify task_pt_regs() macro definition by Denys Vlasenko · 10 years ago
- 76e4c49 x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1 by Andy Lutomirski · 10 years ago
- d9e05cc x86/asm/entry: Unify and fix initial thread_struct::sp0 values by Andy Lutomirski · 10 years ago
- 3ee4298 x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro by Andy Lutomirski · 10 years ago
- a7fcf28 x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32 by Andy Lutomirski · 10 years ago
- d0a0de2 x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss' by Andy Lutomirski · 10 years ago
- 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
- 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 10 years ago
- cbc82b1 x86: Add support for Intel Cache QoS Monitoring (CQM) detection by Peter P Waskiewicz Jr · 10 years ago
- a930dc4 x86/asm: Cleanup prefetch primitives by Borislav Petkov · 10 years ago
- 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
- 3100e44 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- b6444bd Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
- 62e7759 x86, mpx: Rename cfg_reg_u and status_reg by Dave Hansen · 10 years ago
- c04e051 x86: mpx: Give bndX registers actual names by Dave Hansen · 10 years ago
- 07114f0 x86_64: Add a comment explaining the TASK_SIZE_MAX guard page by Andy Lutomirski · 10 years ago
- 2c773dd x86: Convert a few more per-CPU items to read-mostly ones by Jan Beulich · 10 years ago
- 7453f33 Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- ce47479 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- e9f4e0a x86/mm: Rip out complicated, out-of-date, buggy TLB flushing by Dave Hansen · 10 years ago
- 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
- 0b29643 x86/xsaves: Change compacted format xsave area header by Fenghua Yu · 11 years ago
- 198d208 x86: Keep thread_info on thread stack in x86_32 by Steven Rostedt · 11 years ago
- c9cdd9a Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 5d4863e Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 2a0fede Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 741e390 x86/intel/mpx: Remove unused LWP structure by Ingo Molnar · 11 years ago
- 663b55b9 x86: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- dd36039 x86, cpu: Detect more TLB configuration by Kirill A. Shutemov · 11 years ago
- 1682425 x86, acpi, idle: Restructure the mwait idle routines by Peter Zijlstra · 11 years ago
- e7d820a x86, xsave: Support eager-only xsave features, add MPX support by Qiaowei Ren · 11 years ago
- c375f15 x86: move fpu_counter into ARCH specific thread_struct by Vineet Gupta · 11 years ago
- 05eebfb Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 2a47550 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
- 96e39ac x86: Introduce hypervisor_cpuid_base() by Jason Wang · 11 years ago
- 61c63e5 cpufreq: Remove unused APERF/MPERF support by Stratos Karafotis · 12 years ago
- 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
- d652df0 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 60e019e x86: Get rid of ->hard_math and all the FPU asm fu by H. Peter Anvin · 12 years ago
- 4d067d8 x86: Extend #DF debugging aid to 64-bit by Borislav Petkov · 12 years ago
- 7d7dc11 x86, cpu: Convert AMD Erratum 400 by Borislav Petkov · 12 years ago
- e6ee94d x86, cpu: Convert AMD Erratum 383 by Borislav Petkov · 12 years ago
- c5b41a6 x86, cpu: Convert Cyrix coma bug detection by Borislav Petkov · 12 years ago
- 93a829e x86, cpu: Convert FDIV bug detection by Borislav Petkov · 12 years ago
- e2604b4 x86, cpu: Convert F00F bug detection by Borislav Petkov · 12 years ago
- 65fc985 x86, cpu: Expand cpufeature facility to include cpu bugs by Borislav Petkov · 12 years ago
- c47f39e Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
- 27be457 x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag by Len Brown · 12 years ago
- 69fb367 x86 idle: remove mwait_idle() and "idle=mwait" cmdline param by Len Brown · 12 years ago
- 6a377dd xen idle: make xen-specific macro xen-specific by Len Brown · 12 years ago
- d288e1c x86/common.c: Make have_cpuid_p() a global function by Fenghua Yu · 12 years ago
- 8170e6b x86, 64bit: Use a #PF handler to materialize early mappings on demand by H. Peter Anvin · 12 years ago
- 8b84c8d x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_id by Daniel J Blueman · 12 years ago
- 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 743aa45 Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 45c39fb x86, cleanups: Simplify sync_core() in the case of no CPUID by H. Peter Anvin · 12 years ago
- eb068e7 x86, 386 removal: Remove CONFIG_M386 from Kconfig by H. Peter Anvin · 12 years ago
- 18c26c2 death to idle_regs() by Al Viro · 12 years ago
- 04a1541 x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMD by Andreas Herrmann · 12 years ago