summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-178/+49
2016-12-12Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2016-12-12Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-15/+42
2016-12-12Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-17/+32
2016-12-12Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-28/+24
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+50
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-246/+29
2016-12-12Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+12
2016-12-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-3/+1
2016-12-11x86/paravirt: Fix bool return type for PVOP_CALL()Peter Zijlstra1-1/+13
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-3/+1
2016-12-10x86/ldt: Make all size computations unsignedThomas Gleixner1-1/+1
2016-12-06x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra1-2/+11
2016-11-30sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen1-3/+3
2016-11-28x86/build: Remove three unneeded genhdr-y entriesPaul Bolle1-4/+0
2016-11-24x86/sysctl: Add sysctl for ITMT scheduling featureTim Chen1-2/+5
2016-11-24x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen1-0/+28
2016-11-24x86/topology: Define x86's arch_update_cpu_topologyTim Chen1-0/+1
2016-11-24x86/coredump: Always use user_regs_struct for compat_elf_gregset_tDmitry Safonov1-3/+1
2016-11-23x86/mce: Include the PPIN in MCE records when availableTony Luck3-0/+6
2016-11-23Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar2-3/+1
2016-11-22x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra4-9/+12
2016-11-22x86/kvm: Support the vCPU preemption checkPan Xinhui1-1/+3
2016-11-22locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen ...Pan Xinhui2-0/+10
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-0/+1
2016-11-22x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam1-0/+2
2016-11-21x86/dumpstack: Make stack name tags more comprehensibleJosh Poimboeuf1-2/+1
2016-11-17x86/vdso: Use RDPID in preference to LSL when availableAndy Lutomirski2-1/+7
2016-11-17Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar3-3/+16
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-2/+0
2016-11-17x86/cpufeatures: Enable new AVX512 cpu featuresGayatri Kammela1-0/+2
2016-11-16x86/amd_nb: Add SMN and Indirect Data Fabric access for AMD Fam17hYazen Ghannam1-0/+5
2016-11-16x86/amd_nb: Make amd_northbridges internal to amd_nb.cYazen Ghannam1-15/+3
2016-11-16x86/cpuid: Provide get_scattered_cpuid_leaf()He Chen1-0/+3
2016-11-16x86/cpuid: Cleanup cpuid_regs definitionsHe Chen1-0/+11
2016-11-16sched/x86: Do not clear PREEMPT_NEED_RESCHED on preempt count resetMartin Schwidefsky1-1/+7
2016-11-16x86/msr: Cleanup/streamline MSR helpersBorislav Petkov1-19/+21
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-11-13x86/efi: Retrieve and assign Apple device propertiesLukas Wunner1-0/+1
2016-11-13efi: Allow bitness-agnostic protocol callsLukas Wunner1-5/+11
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-3/+6
2016-11-11x86/mce/AMD: Fix HWID_MCATYPE calculation by grouping argumentsYazen Ghannam1-1/+1
2016-11-09x86/apic: Prevent tracing on apic_msr_write_eoi()Wanpeng Li1-1/+2
2016-11-09x86/msr: Add wrmsr_notrace()Wanpeng Li1-1/+13
2016-11-08x86/RAS: Hide SMCA bank namesBorislav Petkov1-7/+1
2016-11-08x86/RAS: Rename smca_bank_names to smca_namesBorislav Petkov1-1/+1
2016-11-08x86/RAS: Simplify SMCA HWID descriptor structBorislav Petkov1-2/+2
2016-11-08x86/RAS: Simplify SMCA bank descriptor structBorislav Petkov1-3/+4