aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-02-09x86/fpu: Speed up lazy FPU restores slightlyAndy Lutomirski1-1/+1
2016-02-09x86/fpu: Fold fpu_copy() into fpu__copy()Andy Lutomirski1-21/+11
2016-02-09x86/fpu: Fix FNSAVE usage in eagerfpu modeAndy Lutomirski1-3/+15
2016-02-09x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski2-2/+1
2016-02-09x86/boot: Use proper array element type in memset() size calculationAlexander Kuleshov1-2/+2
2016-02-09x86/mm: Add a 'noinvpcid' boot option to turn off INVPCIDAndy Lutomirski1-0/+16
2016-02-09x86/microcode/AMD: Issue microcode updated message laterBorislav Petkov1-4/+4
2016-02-09x86/microcode/intel: Cleanup get_matching_model_microcode()Borislav Petkov1-14/+11
2016-02-09x86/microcode/intel: Remove unused arg of get_matching_model_microcode()Borislav Petkov1-2/+2
2016-02-09x86/microcode/intel: Rename mc_saved_in_initrdBorislav Petkov1-24/+28
2016-02-09x86/microcode/intel: Use *wrmsrl variantsBorislav Petkov1-9/+5
2016-02-09x86/microcode/intel: Cleanup apply_microcode_intel()Borislav Petkov1-5/+7
2016-02-09x86/microcode/intel: Move the BUG_ON up and turn it into WARN_ONBorislav Petkov1-4/+4
2016-02-09x86/microcode/intel: Rename mc_intel variable to mcBorislav Petkov1-29/+29
2016-02-09x86/microcode/intel: Rename mc_saved_count to num_savedBorislav Petkov1-30/+31
2016-02-09x86/microcode/intel: Rename local variables of type struct mc_saved_dataBorislav Petkov1-31/+27
2016-02-09x86/microcode/AMD: Drop redundant printk prefixBorislav Petkov1-2/+1
2016-02-09x86/microcode: Issue update message only onceBorislav Petkov2-10/+7
2016-02-09x86/microcode: Remove an unneeded NULL checkDan Carpenter1-1/+1
2016-02-09x86/microcode: Remove redundant __setup() param parsingBorislav Petkov1-11/+4
2016-02-09x86/microcode/intel: Make early loader look for builtin microcode tooBorislav Petkov1-8/+16
2016-02-09x86/microcode: Untangle from BLK_DEV_INITRDBorislav Petkov1-10/+4
2016-02-09Merge tag 'v4.5-rc3' into locking/core, to refresh the treeIngo Molnar9-83/+199
2016-02-09perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.cBorislav Petkov2-602/+0
2016-02-09perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]Borislav Petkov3-542/+0
2016-02-09perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.cBorislav Petkov2-960/+1
2016-02-09perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.cBorislav Petkov2-732/+1
2016-02-09perf/x86: Move perf_event.c ............... => x86/events/core.cBorislav Petkov2-2431/+0
2016-02-08Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar13-109/+211
2016-02-03Merge branch 'linus' into efi/core, to refresh the branch and to pick up recent fixesIngo Molnar77-648/+1618
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong27-159/+146
2016-02-01x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan1-0/+14
2016-02-01x86/mce/AMD: Carve out threshold block preparationBorislav Petkov1-38/+49
2016-02-01x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan1-1/+26
2016-02-01x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan1-1/+1
2016-02-01x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan1-0/+7
2016-02-01x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan1-1/+1
2016-02-01x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han1-1/+1
2016-02-01x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov1-28/+19
2016-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-79/+172
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-4/+27
2016-01-30x86/boot: Simplify kernel load address alignment checkAlexander Kuleshov1-3/+1
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst1-6/+0
2016-01-30x86/alternatives: Add an auxilary sectionBorislav Petkov1-0/+11
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov3-13/+5
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov14-13/+16
2016-01-30x86/kexec: Remove walk_iomem_res() call with GART typeToshi Kani1-36/+1
2016-01-30x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem searchToshi Kani2-4/+4
2016-01-30x86/e820: Set System RAM type and descriptorToshi Kani2-4/+40
2016-01-30x86/boot: Micro-optimize reset_early_page_tables()Alexander Kuleshov1-11/+3