summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-2/+2
2017-02-20Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+23
2017-02-20Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+3
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2017-02-05x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov1-0/+1
2017-02-04x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAITGrzegorz Andrejczuk1-0/+3
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar1-1/+1
2017-01-25x86/cpu: Re-apply forced caps every time CPU caps are re-readAndy Lutomirski1-0/+7
2017-01-25x86/cpu: Factor out application of forced CPU capsAndy Lutomirski1-8/+12
2017-01-25x86/cpu: Add X86_FEATURE_CPUIDBorislav Petkov1-3/+4
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra1-0/+3
2017-01-05x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba1-1/+1
2016-12-19x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski1-3/+4
2016-12-13x86/smpboot: Make logical package management more robustThomas Gleixner1-16/+8
2016-12-12Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+2
2016-12-12Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2016-12-12Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-53/+0
2016-12-09x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov1-1/+0
2016-11-09x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner1-2/+30
2016-10-25x86/microcode: Run the AP-loading routine only on the application processorsBorislav Petkov1-5/+2
2016-10-25x86/cpu: Get rid of the show_msr= boot optionBorislav Petkov1-53/+0
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+9
2016-09-30x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski1-12/+11
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar1-3/+8
2016-08-24x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov1-5/+0
2016-08-18x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf1-1/+1
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-3/+8
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-07-15x86/smp: Remove stack_smp_processor_id()Andy Lutomirski1-1/+1
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-05-20Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar1-29/+63
2016-05-20x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen1-0/+3
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-26/+56
2016-05-16x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen1-0/+4
2016-05-12x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam1-3/+7
2016-04-29x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski1-1/+1
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov1-1/+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-29x86/cpu: Do the feature test first in enable_sep_cpu()Borislav Petkov1-4/+3
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
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-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar1-2/+2
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-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+25
2016-03-08x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski1-0/+25
2016-02-29x86/topology: Create logical package idThomas Gleixner1-0/+2