summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+6
2016-07-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds27-324/+770
2016-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds71-386/+668
2016-07-26Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-26/+10
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-184/+608
2016-07-25Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-33/+31
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-31/+90
2016-07-25Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-37/+13
2016-07-25x86: Make the vdso2c compiler use the host architecture headersStephen Rothwell1-1/+1
2016-07-25xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov3-1/+9
2016-07-25x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_infoVitaly Kuznetsov1-4/+6
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov4-16/+26
2016-07-25xen: introduce xen_vcpu_id mappingVitaly Kuznetsov1-1/+22
2016-07-25x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov5-4/+20
2016-07-25x86/xen: update cpuid.h from Xen-4.7Vitaly Kuznetsov1-1/+4
2016-07-25Merge branch 'pm-cpu'Rafael J. Wysocki1-2/+0
2016-07-25Merge branch 'x86/cpu' from tipRafael J. Wysocki3-17/+7
2016-07-25Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki3-1/+32
2016-07-25Merge branch 'acpi-tables'Rafael J. Wysocki3-8/+4
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki3-116/+3
2016-07-24Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams9-147/+26
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-72/+246
2016-07-23x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski1-0/+5
2016-07-23x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski1-5/+2
2016-07-23x86/insn: remove pcommitDan Williams3-48/+1
2016-07-23Revert "KVM: x86: add pcommit support"Dan Williams5-41/+6
2016-07-22x86/boot: Simplify EBDA-vs-BIOS reservation logicAndy Lutomirski1-23/+11
2016-07-22x86/boot: Clarify what x86_legacy_features.reserve_bios_regions doesAndy Lutomirski1-2/+3
2016-07-21x86/fpu: Do not BUG_ON() in early FPU codeDave Hansen1-6/+13
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter5-101/+220
2016-07-21x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar6-50/+88
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter1-1/+1
2016-07-20x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUsPeter Zijlstra4-3/+8
2016-07-20Merge branch 'linus' into x86/cpu, to pick up fixesIngo Molnar31-199/+397
2016-07-20x86, crypto: Restore MODULE_LICENSE() to glue_helper.c so it loadsPaul Gortmaker1-1/+3
2016-07-19x86/apic: Remove duplicated include from probe_64.cWei Yongjun1-1/+0
2016-07-19x86/ce4100: Remove duplicated include from ce4100.cWei Yongjun1-2/+0
2016-07-19x86/headers: Include spinlock_types.h in x8664_ksyms_64.c for missing spinlock_tStephen Rothwell1-0/+1
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann2-2/+2
2016-07-16x86/platform: Delete extraneous MODULE_* tags fromm ts5500Paul Gortmaker1-4/+0
2016-07-16KVM: VMX: handle PML full VMEXIT that occurs during event deliveryCao, Lei1-0/+1
2016-07-16Revert "KVM: SVM: fix trashing of MSR_TSC_AUX"Radim Krčmář1-5/+3
2016-07-16perf, events: add non-linear data support for raw recordsDaniel Borkmann1-2/+6
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki3-1/+32
2016-07-15x86/x2apic: Convert to CPU hotplug state machineSebastian Andrzej Siewior1-50/+30
2016-07-15x86/tboot: Convert to hotplug state machineRichard Cochran1-17/+8
2016-07-15x86/apb_timer: Convert to hotplug state machineSebastian Andrzej Siewior1-19/+10
2016-07-15x86/kvm/kvmclock: Convert to hotplug state machineSebastian Andrzej Siewior1-25/+8
2016-07-15KVM/x86: Remove superfluous SMP function callAnna-Maria Gleixner1-4/+2