summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlierAndy Lutomirski2017-09-171-0/+8
* x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski2017-09-131-42/+7
* x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski2017-09-061-0/+13
* x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-061-0/+2
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-9/+0
|\
| * x86/idt: Create file for IDT related codeThomas Gleixner2017-08-291-9/+0
* | x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski2017-07-051-0/+22
* | x86/mm: Add the 'nopcid' boot option to turn off PCIDAndy Lutomirski2017-07-051-0/+18
|/
* x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross2017-05-021-1/+0
* x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski2017-03-231-11/+17
* x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2017-03-231-2/+2
* x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-161-6/+22
* x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-2/+27
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-071-3/+0
|\
| * sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra2017-03-021-3/+0
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* mm: add new mmgrab() helperVegard Nossum2017-02-271-2/+2
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-201-11/+23
|\
| * x86/cpu: Re-apply forced caps every time CPU caps are re-readAndy Lutomirski2017-01-251-0/+7
| * x86/cpu: Factor out application of forced CPU capsAndy Lutomirski2017-01-251-8/+12
| * x86/cpu: Add X86_FEATURE_CPUIDBorislav Petkov2017-01-251-3/+4
* | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-201-0/+3
|\ \
| * | x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAITGrzegorz Andrejczuk2017-02-041-0/+3
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-0/+3
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar2017-02-011-1/+1
| |\ \ | | |/
| * | sched/clock: Fix hotplug crashPeter Zijlstra2017-01-201-0/+3
* | | x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov2017-02-051-0/+1
| |/ |/|
* | x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba2017-01-051-1/+1
|/
* x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski2016-12-191-3/+4
* x86/smpboot: Make logical package management more robustThomas Gleixner2016-12-131-16/+8
* Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-121-5/+2
|\
| * x86/microcode: Run the AP-loading routine only on the application processorsBorislav Petkov2016-10-251-5/+2
* | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-1/+0
|\ \
| * | x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-091-1/+0
| |/
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-53/+0
|\ \
| * | x86/cpu: Get rid of the show_msr= boot optionBorislav Petkov2016-10-251-53/+0
| |/
* | x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner2016-11-091-2/+30
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-9/+9
|\
| * Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-081-3/+8
| |\
| | * x86: Apply more __ro_after_init and constKees Cook2016-08-101-3/+8
| * | x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov2016-08-241-5/+0
| * | x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf2016-08-181-1/+1
| |/
* | x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski2016-09-301-12/+11
|/
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\
| * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | x86/smp: Remove stack_smp_processor_id()Andy Lutomirski2016-07-151-1/+1
|/
* Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-201-29/+63
|\
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-26/+56
| |\
OpenPOWER on IntegriCloud