summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-231-3/+10
|\
| * x86/boot: Fix overflow warning with 32-bit binutilsBorislav Petkov2015-06-191-3/+10
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-239-186/+131Star
|\ \
| * | x86/microcode: Correct CPU family related variable typesAndy Shevchenko2015-06-074-7/+9
| * | x86/microcode: Disable builtin microcode loading on 32-bit for nowBorislav Petkov2015-06-072-0/+8
| * | x86/microcode/intel: Rename get_matching_sig()Borislav Petkov2015-05-183-4/+4
| * | x86/microcode/intel: Simplify get_matching_sig()Borislav Petkov2015-05-181-10/+8Star
| * | x86/microcode/intel: Simplify update_match_cpu()Borislav Petkov2015-05-182-9/+13
| * | x86/microcode/intel: Rename get_matching_microcodeBorislav Petkov2015-05-184-9/+9
| * | x86/cpu/microcode: Zap changelogBorislav Petkov2015-05-112-135/+16Star
| * | x86/microcode: Parse built-in microcode earlyBorislav Petkov2015-05-065-9/+68
| * | x86/microcode/intel: Remove unused @rev arg of get_matching_sig()Borislav Petkov2015-05-063-6/+5Star
| * | x86/microcode/intel: Get rid of revision_is_newer()Borislav Petkov2015-05-063-10/+4Star
* | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-06-232-5/+14
|\ \ \
| * | | x86/crash: Allocate enough low memory when crashkernel=highJoerg Roedel2015-06-111-5/+7
| * | | x86/swiotlb: Try coherent allocations with __GFP_NOWARNJoerg Roedel2015-06-111-0/+7
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-2378-3321/+4063
|\ \ \ \
| * | | | x86/fpu: Fix double-increment in setup_xstate_features()Dave Hansen2015-06-121-2/+2
| * | | | x86/mpx: Allow 32-bit binaries on 64-bit kernels againDave Hansen2015-06-091-6/+0Star
| * | | | x86/mpx: Do not count MPX VMAs as neighbors when unmappingDave Hansen2015-06-091-5/+19
| * | | | x86/mpx: Rewrite the unmap codeDave Hansen2015-06-091-243/+168Star
| * | | | x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen2015-06-092-53/+179
| * | | | x86/mpx: Use 32-bit-only cmpxchg() for 32-bit appsDave Hansen2015-06-091-5/+36
| * | | | x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen2015-06-092-8/+34
| * | | | x86/mpx: Add temporary variable to reduce maskingDave Hansen2015-06-091-3/+4
| * | | | x86: Make is_64bit_mm() widely availableDave Hansen2015-06-092-9/+14
| * | | | x86/mpx: Trace allocation of new bounds tablesDave Hansen2015-06-092-0/+17
| * | | | x86/mpx: Trace the attempts to find bounds tablesDave Hansen2015-06-092-0/+34
| * | | | x86/mpx: Trace entry to bounds exception pathsDave Hansen2015-06-092-0/+35
| * | | | x86/mpx: Trace #BR exceptionsDave Hansen2015-06-093-0/+55
| * | | | x86/mpx: Introduce a boot-time disable flagDave Hansen2015-06-091-0/+16
| * | | | x86/mpx: Restrict the mmap() size check to bounds tablesDave Hansen2015-06-091-2/+2
| * | | | 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-094-25/+21Star
| * | | | x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-093-28/+27Star
| * | | | x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen2015-06-092-0/+33
| * | | | x86/fpu/xstate: Fix up bad get_xsave_addr() assumptionsDave Hansen2015-06-091-8/+37
| * | | | 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-272-2/+3
| * | | | x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar2015-05-273-11/+11
| * | | | x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar2015-05-272-31/+14Star
| * | | | x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar2015-05-273-7/+7
| * | | | x86/fpu: Add debugging checks to all copy_kernel_to_*() functionsIngo Molnar2015-05-271-8/+20
| * | | | x86/fpu: Add debugging check to fpu__restore()Ingo Molnar2015-05-271-0/+2
| * | | | x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar2015-05-271-32/+19Star
| * | | | x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar2015-05-273-5/+5
| * | | | x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar2015-05-271-4/+1Star
| * | | | x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar2015-05-273-3/+33
| * | | | x86/fpu: Fix FPU register read access to the current taskIngo Molnar2015-05-273-25/+32
| * | | | x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*...Ingo Molnar2015-05-251-14/+23