summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski4-93/+32
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski3-13/+5
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski4-58/+92
2016-04-13x86/fpu: Get rid of x87 math exception helpersBorislav Petkov1-31/+13
2016-04-13x86/fpu: Remove check_fpu() indirectionBorislav Petkov1-11/+5
2016-04-13x86/tsc: Save an indentation level in recalibrate_cpu_khz()Borislav Petkov1-8/+8
2016-04-13x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier callBorislav Petkov1-5/+2
2016-04-13x86/cpu: Simplify extended APIC ID detection on AMDBorislav Petkov1-7/+10
2016-04-13x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov1-2/+2
2016-04-13x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov4-14/+8
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov7-19/+18
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov4-12/+14
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov17-31/+30
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov5-14/+13
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov5-9/+8
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov4-4/+3
2016-04-13x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov10-11/+13
2016-04-13x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usageBorislav Petkov3-3/+5
2016-04-13x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usageBorislav Petkov5-5/+4
2016-04-13Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar15-33/+89
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar8-65/+100
2016-04-13x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386Toshi Kani1-19/+0
2016-04-13Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar32-58/+51
2016-04-13x86/mce: Avoid using object after free in genpoolTony Luck1-2/+2
2016-04-13x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig2-2/+4
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski6-37/+7
2016-04-13x86/entry/64: Make gs_change a local labelBorislav Petkov1-5/+5
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov3-1/+4
2016-04-13x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski1-25/+25
2016-04-13x86/asm, sched/x86: Rewrite the FS and GS context switch codeAndy Lutomirski1-55/+93
2016-04-13x86/cpu: Probe the behavior of nulling out a segment at boot timeAndy Lutomirski2-0/+32
2016-04-13x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GSAndy Lutomirski1-12/+7
2016-04-01x86/cpufeature: Fix build bug caused by merge artifact with the removal of cp...Ingo Molnar1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_pseBorislav Petkov8-10/+9
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov7-11/+10
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov6-7/+6
2016-03-31x86/cpufeature: Remove cpu_has_clflushBorislav Petkov4-4/+3
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov6-7/+7
2016-03-31x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov3-4/+3
2016-03-31x86/cpufeature: Remove cpu_has_osxsaveBorislav Petkov5-6/+6
2016-03-31x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov4-4/+3
2016-03-31x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov3-4/+3
2016-03-31x86/mm/pat, x86/cpufeature: Remove cpu_has_patBorislav Petkov1-1/+0
2016-03-29x86/cpu: Do the feature test first in enable_sep_cpu()Borislav Petkov1-4/+3
2016-03-29x86/build: Build compressed x86 kernels as PIEH.J. Lu3-1/+49
2016-03-29x86/xen, pat: Remove PAT table init code from XenToshi Kani3-11/+1
2016-03-29x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani3-10/+18
2016-03-29x86/mtrr: Fix Xorg crashes in Qemu sessionsToshi Kani2-2/+14
2016-03-29x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()Toshi Kani1-2/+2
2016-03-29x86/mm/pat: Add pat_disable() interfaceToshi Kani2-1/+13