summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2016-01-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-1/+13
2016-01-11Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-90/+83
2016-01-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-33/+12
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-134/+66
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-46/+66
2016-01-11Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-0/+15
2016-01-11Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-01-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-2/+107
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+59
2016-01-06x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=nAndy Lutomirski1-1/+1
2015-12-20x86/irq: Export functions to allow MSI domains in modulesJake Oshins1-0/+6
2015-12-19x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel3-0/+12
2015-12-19x86/mm: Align macro definesBorislav Petkov1-3/+3
2015-12-19x86/cpu: Provide a config option to disable static_cpu_hasBorislav Petkov1-1/+1
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov4-36/+7
2015-12-19x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov1-0/+20
2015-12-19x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov1-22/+32
2015-12-19Merge branch 'linus' into x86/cleanupsThomas Gleixner16-50/+130
2015-12-19x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai1-0/+1
2015-12-19x86/apic: Introduce apic_extnmi command line parameterHidehiro Kawai1-0/+5
2015-12-19Merge branch 'linus' into x86/apicThomas Gleixner16-50/+130
2015-12-19x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky1-0/+1
2015-12-14Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar3-18/+13
2015-12-11x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2-10/+0
2015-12-11x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2-0/+10
2015-12-06x86, tracing, perf: Add trace point for MSR accessesAndi Kleen2-0/+88
2015-12-06x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2-2/+0
2015-12-04x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov3-18/+13
2015-11-29x86/platform/calgary: Constify cal_chipset_ops structuresJulia Lawall1-1/+1
2015-11-26x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Chen Yu3-0/+12
2015-11-25x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross3-36/+2
2015-11-24x86/asm: Add asm macros for static keys/jump labelsAndy Lutomirski1-8/+44
2015-11-24x86/asm: Error out if asm/jump_label.h is included inappropriatelyAndy Lutomirski1-0/+13
2015-11-24x86/fpu: Get rid of xstate_fault()Borislav Petkov1-53/+52
2015-11-24x86/fpu: Add an XSTATE_OP() macroBorislav Petkov1-37/+31
2015-11-24x86/MSR: Chop off lower 32-bit valueBorislav Petkov1-1/+1
2015-11-24x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov1-0/+1
2015-11-24x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov2-32/+10
2015-11-24x86/RAS: Remove mce.usable_addrBorislav Petkov1-1/+1
2015-11-23x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2-13/+0
2015-11-23x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2-16/+0
2015-11-23x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky1-0/+1
2015-11-23locking/pvqspinlock, x86: Optimize the PV unlock code pathWaiman Long1-0/+59
2015-11-23perf/x86/intel/pt: Add interface to stop Intel PT loggingTakao Indoh1-0/+10
2015-11-23x86: Add an inlined __copy_from_user_nmi() variantAndi Kleen1-0/+9
2015-11-19x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross3-22/+0
2015-11-19x86/tsc: Remove unused tsc_pre_init() hookThomas Gleixner1-2/+0
2015-11-17x86: Remove unused function cpu_has_ht_siblings()Juergen Gross1-9/+0
2015-11-16Merge branch 'pm-tools'Rafael J. Wysocki1-2/+1
2015-11-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1