summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-04-13Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar3-10/+8
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar3-11/+27
2016-04-13Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar5-11/+11
2016-04-13x86/mce: Avoid using object after free in genpoolTony Luck1-2/+2
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov1-0/+1
2016-04-13x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski1-25/+25
2016-04-13x86/cpu: Probe the behavior of nulling out a segment at boot timeAndy Lutomirski1-0/+31
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov3-7/+7
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2-2/+2
2016-03-31x86/cpufeature: Remove cpu_has_clflushBorislav Petkov1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov1-1/+1
2016-03-29x86/cpu: Do the feature test first in enable_sep_cpu()Borislav Petkov1-4/+3
2016-03-29x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani3-10/+18
2016-03-29x86/mtrr: Fix Xorg crashes in Qemu sessionsToshi Kani1-1/+9
2016-03-29x86/cpu: Add advanced power management bitsHuang Rui1-0/+2
2016-03-29x86/cpu: Get rid of compute_unit_idBorislav Petkov1-7/+3
2016-03-29x86/topology: Fix AMD core countPeter Zijlstra1-4/+4
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+19
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+4
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+4
2016-03-21x86/cpufeature, perf/x86: Add AMD Accumulated Power Mechanism feature flagHuang Rui1-0/+4
2016-03-21perf/x86/amd: Move nodes_per_socket into bsp_init_amd()Huang Rui1-2/+12
2016-03-21perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and initVikas Shivappa1-1/+3
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+44
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+4
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar3-4/+4
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+16
2016-03-15Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-189/+188
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-24/+49
2016-03-14Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-98/+227
2016-03-08x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski1-0/+25
2016-03-08x86/mce/AMD: Document some functionalityAravind Gopalakrishnan1-5/+2
2016-03-08x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan1-29/+55
2016-03-08x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan1-0/+29
2016-03-08Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar1-0/+2
2016-03-08x86/microcode/intel: Drop orig_sum from ext signature checksumBorislav Petkov1-3/+3
2016-03-08x86/microcode/intel: Improve microcode sanity-checking error messagesBorislav Petkov1-10/+26
2016-03-08x86/microcode/intel: Merge two consecutive if-statementsBorislav Petkov1-5/+5
2016-03-08x86/microcode/intel: Get rid of DWSIZEBorislav Petkov1-2/+2
2016-03-08x86/microcode/intel: Change checksum variables to u32Chris Bainbridge1-4/+4
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar1-0/+2
2016-02-29x86/topology: Create logical package idThomas Gleixner2-0/+15
2016-02-25Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar3-64/+141
2016-02-25Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar12-25/+28
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder5-6/+6
2016-02-24x86/amd: Set ELF function type for vide()Josh Poimboeuf1-1/+4
2016-02-18x86/mm/pkeys: Actually enable Memory Protection Keys in the CPUDave Hansen1-0/+43
2016-02-18x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck1-0/+13
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar4-4/+27