aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra6-16/+0
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar6-0/+6
2017-03-01x86/intel_rdt: Remove duplicate inclusion of linux/cpu.hMasanari Iida1-1/+0
2017-03-01x86/vmware: Remove duplicate inclusion of asm/timer.hMasanari Iida1-1/+0
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updatesIngo Molnar18-525/+416
2017-02-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+8
2017-02-27mm: add new mmgrab() helperVegard Nossum1-2/+2
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-23/+27
2017-02-20Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-368/+212
2017-02-20Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+23
2017-02-20Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+47
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-6/+20
2017-02-20Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-78/+32
2017-02-20Merge branches 'x86/cache', 'x86/debug' and 'x86/irq' into x86/urgentIngo Molnar3-6/+8
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman4-34/+33
2017-02-05x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam1-0/+7
2017-02-05x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov2-1/+9
2017-02-05x86/cpufeature: Enable RING3MWAIT for Knights MillPiotr Luc1-1/+8
2017-02-04x86/cpufeature: Enable RING3MWAIT for Knights LandingGrzegorz Andrejczuk1-0/+37
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 Molnar4-70/+22
2017-01-31x86/mce: Make timer handling more robustThomas Gleixner1-19/+12
2017-01-31Merge branch 'x86/urgent' into x86/microcode, to resolve conflictsIngo Molnar1-4/+16
2017-01-30x86/microcode: Do not access the initrd after it has been freedBorislav Petkov2-7/+20
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename update_e820() to e820__update_table()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar3-3/+3
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-24x86/ras, EDAC, acpi: Assign MCE notifier handlers a priorityBorislav Petkov1-5/+3
2017-01-24x86/ras: Get rid of mce_process_work()Borislav Petkov3-13/+3
2017-01-24x86/ras: Flip the TSC-adding logicBorislav Petkov3-11/+9
2017-01-24x86/ras/amd: Make sysfs names of banks more user-friendlyYazen Ghannam1-1/+5
2017-01-24x86/ras/therm_throt: Do not log a fake MCE for thermal eventsBorislav Petkov2-44/+11
2017-01-24x86/ras/inject: Make it depend on X86_LOCAL_APIC=yBorislav Petkov1-4/+1
2017-01-23x86/microcode/AMD: Remove struct cont_desc.eq_idBorislav Petkov1-10/+4
2017-01-23x86/microcode/AMD: Remove AP scanning optimizationBorislav Petkov1-60/+18
2017-01-23x86/microcode/AMD: Simplify saving from initrdBorislav Petkov1-30/+13
2017-01-23x86/microcode/AMD: Unify load_ucode_amd_ap()Borislav Petkov1-50/+31
2017-01-23x86/microcode/AMD: Check patch level only on the BSPBorislav Petkov2-67/+52
2017-01-23x86/microcode: Remove local vendor variableBorislav Petkov1-6/+4
2017-01-23x86/microcode/AMD: Use find_microcode_in_initrd()Borislav Petkov1-11/+5
2017-01-23x86/microcode/AMD: Get rid of global this_equiv_idBorislav Petkov1-4/+1
2017-01-23x86/microcode: Decrease CPUID useBorislav Petkov2-52/+38