aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-122/+65
2016-12-12Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-209/+33
2016-12-12Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-106/+43
2016-12-12Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2016-12-12Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+6
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-241/+313
2016-12-12Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-4/+5
2016-12-12Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-56/+495
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-6/+253
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-1/+50
2016-12-12Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+0
2016-12-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2-5/+8
2016-12-11x86/paravirt: Fix native_patch()Peter Zijlstra2-0/+8
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-5/+8
2016-12-10x86/ldt: Make all size computations unsignedThomas Gleixner1-5/+5
2016-12-10x86/ldt: Make a size argument unsignedDan Carpenter1-1/+1
2016-12-09x86: Remove empty idle.h headerThomas Gleixner13-13/+0
2016-12-09x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov4-51/+28
2016-12-09x86/amd: Check for the C1E bug post ACPI subsystem initThomas Gleixner1-0/+23
2016-12-09x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner2-9/+14
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar5-22/+52
2016-11-30sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen1-1/+1
2016-11-28x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h>Ingo Molnar1-1/+1
2016-11-28x86/unwind: Fix guess-unwinder regressionJosh Poimboeuf1-3/+6
2016-11-28x86/boot/64: Optimize fixmap page fixupBorislav Petkov1-2/+6
2016-11-25x86/boot/64: Use defines for page sizeBorislav Petkov1-5/+5
2016-11-24x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPUTim Chen1-4/+24
2016-11-24x86/sysctl: Add sysctl for ITMT scheduling featureTim Chen1-1/+107
2016-11-24x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen2-0/+110
2016-11-24x86/topology: Define x86's arch_update_cpu_topologyTim Chen1-0/+11
2016-11-24x86/apic/uv: Silence a shift wrapping warningDan Carpenter1-2/+2
2016-11-23x86/mce: Include the PPIN in MCE records when availableTony Luck2-0/+41
2016-11-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar5-22/+52
2016-11-23Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar8-30/+87
2016-11-22x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra4-16/+39
2016-11-22x86/kvm: Support the vCPU preemption checkPan Xinhui1-0/+12
2016-11-22locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen ...Pan Xinhui1-0/+6
2016-11-22x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam1-0/+200
2016-11-21x86/dumpstack: Make stack name tags more comprehensibleJosh Poimboeuf3-31/+22
2016-11-21x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu1-8/+8
2016-11-18x86/idle: Remove enter_idle(), exit_idle()Len Brown2-27/+0
2016-11-18x86/idle: Remove is_idle flagLen Brown1-7/+0
2016-11-18x86/idle: Remove idle_notifierLen Brown1-15/+0
2016-11-18x86/dumpstack: Prevent KASAN false positive warningsJosh Poimboeuf1-1/+1
2016-11-18x86/unwind: Prevent KASAN false positive warnings in guess unwinderJosh Poimboeuf1-2/+6
2016-11-17Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar4-24/+44
2016-11-17x86/dumpstack: Handle NULL stack pointer in show_trace_log_lvl()Josh Poimboeuf1-0/+1
2016-11-17x86/boot: Avoid warning for zero-filling .bssArnd Bergmann1-3/+6
2016-11-17x86/cpufeatures: Enable new AVX512 cpu featuresGayatri Kammela1-0/+2