summaryrefslogtreecommitdiff
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | x86/hpet: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-24
| * | | | | | | | | | | | | | | | | | | | x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectorsJiang Liu2015-04-24
| * | | | | | | | | | | | | | | | | | | | x86/irq: Save destination CPU ID in irq_cfgJiang Liu2015-04-24
| | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | x86/boot: Fix overflow warning with 32-bit binutilsBorislav Petkov2015-06-19
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | x86/microcode: Correct CPU family related variable typesAndy Shevchenko2015-06-07
| * | | | | | | | | | | | | | | | | | | | x86/microcode: Disable builtin microcode loading on 32-bit for nowBorislav Petkov2015-06-07
| * | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Rename get_matching_sig()Borislav Petkov2015-05-18
| * | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Simplify get_matching_sig()Borislav Petkov2015-05-18
| * | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Simplify update_match_cpu()Borislav Petkov2015-05-18
| * | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Rename get_matching_microcodeBorislav Petkov2015-05-18
| * | | | | | | | | | | | | | | | | | | | x86/cpu/microcode: Zap changelogBorislav Petkov2015-05-11
| * | | | | | | | | | | | | | | | | | | | x86/microcode: Parse built-in microcode earlyBorislav Petkov2015-05-06
| * | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Remove unused @rev arg of get_matching_sig()Borislav Petkov2015-05-06
| * | | | | | | | | | | | | | | | | | | | x86/microcode/intel: Get rid of revision_is_newer()Borislav Petkov2015-05-06
| | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | x86/crash: Allocate enough low memory when crashkernel=highJoerg Roedel2015-06-11
| * | | | | | | | | | | | | | | | | | | | x86/swiotlb: Try coherent allocations with __GFP_NOWARNJoerg Roedel2015-06-11
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Fix double-increment in setup_xstate_features()Dave Hansen2015-06-12
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Allow 32-bit binaries on 64-bit kernels againDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Do not count MPX VMAs as neighbors when unmappingDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Rewrite the unmap codeDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Use 32-bit-only cmpxchg() for 32-bit appsDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Add temporary variable to reduce maskingDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86: Make is_64bit_mm() widely availableDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Trace allocation of new bounds tablesDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Trace the attempts to find bounds tablesDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Trace entry to bounds exception pathsDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Trace #BR exceptionsDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Introduce a boot-time disable flagDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Restrict the mmap() size check to bounds tablesDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASKQiaowei Ren2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/fpu/xstate: Fix up bad get_xsave_addr() assumptionsDave Hansen2015-06-09
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU caseIngo Molnar2015-05-27
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar2015-05-27
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar2015-05-27
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar2015-05-27
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar2015-05-27
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Add debugging checks to all copy_kernel_to_*() functionsIngo Molnar2015-05-27
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Add debugging check to fpu__restore()Ingo Molnar2015-05-27
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar2015-05-27
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar2015-05-27
| * | | | | | | | | | | | | | | | | | | | x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar2015-05-27