summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-152-0/+22
|\
| * x86/mm: Add a 'noinvpcid' boot option to turn off INVPCIDAndy Lutomirski2016-02-091-0/+16
| * Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2016-02-0813-109/+211
| |\
| * | x86/mm/32: Set NX in __supported_pte_mask before enabling pagingAndy Lutomirski2016-01-201-0/+6
* | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-03-154-189/+188
|\ \ \
| * | | x86/microcode/intel: Drop orig_sum from ext signature checksumBorislav Petkov2016-03-081-3/+3
| * | | x86/microcode/intel: Improve microcode sanity-checking error messagesBorislav Petkov2016-03-081-10/+26
| * | | x86/microcode/intel: Merge two consecutive if-statementsBorislav Petkov2016-03-081-5/+5
| * | | x86/microcode/intel: Get rid of DWSIZEBorislav Petkov2016-03-081-2/+2
| * | | x86/microcode/intel: Change checksum variables to u32Chris Bainbridge2016-03-081-4/+4
| * | | x86/microcode: Use kmemdup() rather than duplicating its implementationAndrzej Hajda2016-02-172-6/+2
| * | | x86/microcode: Remove unnecessary paravirt_enabled checkBoris Ostrovsky2016-02-171-1/+1
| * | | x86/microcode/AMD: Issue microcode updated message laterBorislav Petkov2016-02-091-4/+4
| * | | x86/microcode/intel: Cleanup get_matching_model_microcode()Borislav Petkov2016-02-091-14/+11
| * | | x86/microcode/intel: Remove unused arg of get_matching_model_microcode()Borislav Petkov2016-02-091-2/+2
| * | | x86/microcode/intel: Rename mc_saved_in_initrdBorislav Petkov2016-02-091-24/+28
| * | | x86/microcode/intel: Use *wrmsrl variantsBorislav Petkov2016-02-091-9/+5
| * | | x86/microcode/intel: Cleanup apply_microcode_intel()Borislav Petkov2016-02-091-5/+7
| * | | x86/microcode/intel: Move the BUG_ON up and turn it into WARN_ONBorislav Petkov2016-02-091-4/+4
| * | | x86/microcode/intel: Rename mc_intel variable to mcBorislav Petkov2016-02-091-29/+29
| * | | x86/microcode/intel: Rename mc_saved_count to num_savedBorislav Petkov2016-02-091-30/+31
| * | | x86/microcode/intel: Rename local variables of type struct mc_saved_dataBorislav Petkov2016-02-091-31/+27
| * | | x86/microcode/AMD: Drop redundant printk prefixBorislav Petkov2016-02-091-2/+1
| * | | x86/microcode: Issue update message only onceBorislav Petkov2016-02-092-10/+7
| * | | x86/microcode: Remove an unneeded NULL checkDan Carpenter2016-02-091-1/+1
| * | | x86/microcode: Remove redundant __setup() param parsingBorislav Petkov2016-02-091-11/+4
| * | | x86/microcode/intel: Make early loader look for builtin microcode tooBorislav Petkov2016-02-091-8/+16
| * | | x86/microcode: Untangle from BLK_DEV_INITRDBorislav Petkov2016-02-091-10/+4
| | |/ | |/|
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-153-35/+33
|\ \ \
| * \ \ Merge branch 'linus' into x86/fpu, to pick up fixesIngo Molnar2016-03-082-0/+9
| |\ \ \
| * | | | x86/fpu: Default eagerfpu=on on all CPUsAndy Lutomirski2016-02-091-8/+5
| * | | | x86/fpu: Speed up lazy FPU restores slightlyAndy Lutomirski2016-02-091-1/+1
| * | | | x86/fpu: Fold fpu_copy() into fpu__copy()Andy Lutomirski2016-02-091-21/+11
| * | | | x86/fpu: Fix FNSAVE usage in eagerfpu modeAndy Lutomirski2016-02-091-3/+15
| * | | | x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski2016-02-092-2/+1
| | |/ / | |/| |
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-152-14/+4
|\ \ \ \
| * | | | x86/boot: Use proper array element type in memset() size calculationAlexander Kuleshov2016-02-091-2/+2
| * | | | x86/boot: Simplify kernel load address alignment checkAlexander Kuleshov2016-01-301-3/+1
| * | | | x86/boot: Micro-optimize reset_early_page_tables()Alexander Kuleshov2016-01-301-11/+3
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-1529-127/+286
|\ \ \ \ \
| * | | | | x86/cpufeature: Enable new AVX-512 featuresFenghua Yu2016-03-121-0/+3
| * | | | | x86/entry/traps: Show unhandled signal for i386 in do_trap()Jianyu Zhan2016-03-101-2/+0
| * | | | | x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski2016-03-101-1/+1
| * | | | | x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski2016-03-102-0/+11
| * | | | | x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski2016-03-101-0/+5
| * | | | | x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski2016-03-101-9/+43
| * | | | | x86/entry/traps: Clear DR6 early in do_debug() and improve the commentAndy Lutomirski2016-03-101-3/+12
| * | | | | x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptionsAndy Lutomirski2016-03-101-5/+7
| * | | | | x86/asm-offsets: Remove PARAVIRT_enabledAndy Lutomirski2016-03-081-1/+0
| * | | | | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-081-0/+25