summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-233-14/+11Star
|\
| * x86/microcode: Correct CPU family related variable typesAndy Shevchenko2015-06-071-2/+2
| * x86/microcode/intel: Rename get_matching_sig()Borislav Petkov2015-05-181-1/+1
| * x86/microcode/intel: Simplify update_match_cpu()Borislav Petkov2015-05-181-3/+0Star
| * x86/microcode/intel: Rename get_matching_microcodeBorislav Petkov2015-05-181-1/+1
| * x86/microcode: Parse built-in microcode earlyBorislav Petkov2015-05-062-3/+9
| * x86/microcode/intel: Remove unused @rev arg of get_matching_sig()Borislav Petkov2015-05-061-1/+1
| * x86/microcode/intel: Get rid of revision_is_newer()Borislav Petkov2015-05-061-6/+0Star
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-2326-1239/+1353
|\ \
| * | x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen2015-06-091-32/+30Star
| * | x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen2015-06-091-1/+0Star
| * | x86: Make is_64bit_mm() widely availableDave Hansen2015-06-091-0/+13
| * | x86/mpx: Trace allocation of new bounds tablesDave Hansen2015-06-091-0/+16
| * | x86/mpx: Trace the attempts to find bounds tablesDave Hansen2015-06-091-0/+32
| * | x86/mpx: Trace entry to bounds exception pathsDave Hansen2015-06-091-0/+34
| * | x86/mpx: Trace #BR exceptionsDave Hansen2015-06-091-0/+50
| * | x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASKQiaowei Ren2015-06-091-1/+0Star
| * | x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-092-12/+10Star
| * | x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-091-4/+4
| * | x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen2015-06-091-0/+1
| * | x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU caseIngo Molnar2015-05-271-1/+1
| * | x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar2015-05-271-1/+2
| * | x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar2015-05-271-8/+8
| * | x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar2015-05-271-18/+9Star
| * | x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar2015-05-271-4/+4
| * | x86/fpu: Add debugging checks to all copy_kernel_to_*() functionsIngo Molnar2015-05-271-8/+20
| * | x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar2015-05-271-1/+1
| * | x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar2015-05-271-0/+1
| * | x86/fpu: Fix FPU register read access to the current taskIngo Molnar2015-05-271-1/+1
| * | x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*...Ingo Molnar2015-05-251-14/+23
| * | x86/fpu: Improve the initialization logic of 'err' around xstate_fault() cons...Ingo Molnar2015-05-251-6/+6
| * | x86/fpu: Improve xstate_fault() handlingIngo Molnar2015-05-251-10/+10
| * | x86/fpu: Rename xstate related 'fx' references to 'xstate'Ingo Molnar2015-05-251-12/+12
| * | x86/fpu: Move the xstate copying functions into fpu/internal.hIngo Molnar2015-05-252-192/+192
| * | Merge branch 'linus' into x86/fpuIngo Molnar2015-05-251-0/+3
| |\ \
| * | | x86/fpu: Fix FPU state save area alignment bugIngo Molnar2015-05-251-1/+6
| * | | x86/fpu/xstate: Use explicit parameter in xstate_fault()Ingo Molnar2015-05-201-14/+20
| * | | x86/fpu: Reorganize fpu/internal.hIngo Molnar2015-05-192-75/+87
| * | | x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar2015-05-191-1/+16
| * | | x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar2015-05-191-1/+1
| * | | x86/fpu/xstate: Clean up setup_xstate_comp() callIngo Molnar2015-05-191-1/+0Star
| * | | x86/fpu: Clean up xstate feature reservationIngo Molnar2015-05-191-5/+10
| * | | x86/fpu: Document the various fpregs state formatsIngo Molnar2015-05-191-2/+33
| * | | x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching c...Ingo Molnar2015-05-191-10/+72
| * | | x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-194-35/+35
| * | | x86/fpu: Factor out the FPU regset code into fpu/regset.cIngo Molnar2015-05-191-2/+2
| * | | x86/fpu: Factor out fpu/signal.cIngo Molnar2015-05-191-0/+2
| * | | x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functionsIngo Molnar2015-05-192-29/+21Star
| * | | x86/fpu: Move restore_init_xstate() out of fpu/internal.hIngo Molnar2015-05-191-8/+0Star
| * | | x86/fpu: Generalize 'init_xstate_ctx'Ingo Molnar2015-05-192-3/+4