summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-07-25Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-25Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-25x86: Make the vdso2c compiler use the host architecture headersStephen Rothwell
2016-07-25xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov
2016-07-25x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_infoVitaly Kuznetsov
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov
2016-07-25xen: introduce xen_vcpu_id mappingVitaly Kuznetsov
2016-07-25x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov
2016-07-25x86/xen: update cpuid.h from Xen-4.7Vitaly Kuznetsov
2016-07-25Merge branch 'pm-cpu'Rafael J. Wysocki
2016-07-25Merge branch 'x86/cpu' from tipRafael J. Wysocki
2016-07-25Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki
2016-07-25Merge branch 'acpi-tables'Rafael J. Wysocki
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki
2016-07-24Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-23x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski
2016-07-23x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski
2016-07-23x86/insn: remove pcommitDan Williams
2016-07-23Revert "KVM: x86: add pcommit support"Dan Williams
2016-07-22x86/boot: Simplify EBDA-vs-BIOS reservation logicAndy Lutomirski
2016-07-22x86/boot: Clarify what x86_legacy_features.reserve_bios_regions doesAndy Lutomirski
2016-07-21x86/fpu: Do not BUG_ON() in early FPU codeDave Hansen
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter
2016-07-21x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter
2016-07-20x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUsPeter Zijlstra
2016-07-20Merge branch 'linus' into x86/cpu, to pick up fixesIngo Molnar
2016-07-20x86, crypto: Restore MODULE_LICENSE() to glue_helper.c so it loadsPaul Gortmaker
2016-07-19x86/apic: Remove duplicated include from probe_64.cWei Yongjun
2016-07-19x86/ce4100: Remove duplicated include from ce4100.cWei Yongjun
2016-07-19x86/headers: Include spinlock_types.h in x8664_ksyms_64.c for missing spinlock_tStephen Rothwell
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann
2016-07-16x86/platform: Delete extraneous MODULE_* tags fromm ts5500Paul Gortmaker
2016-07-16KVM: VMX: handle PML full VMEXIT that occurs during event deliveryCao, Lei
2016-07-16Revert "KVM: SVM: fix trashing of MSR_TSC_AUX"Radim Krčmář
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki
2016-07-15x86/x2apic: Convert to CPU hotplug state machineSebastian Andrzej Siewior
2016-07-15x86/tboot: Convert to hotplug state machineRichard Cochran
2016-07-15x86/apb_timer: Convert to hotplug state machineSebastian Andrzej Siewior
2016-07-15x86/kvm/kvmclock: Convert to hotplug state machineSebastian Andrzej Siewior
2016-07-15KVM/x86: Remove superfluous SMP function callAnna-Maria Gleixner
2016-07-15x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang
2016-07-15Merge branch 'linus' into x86/apic, to refresh the branchIngo Molnar
2016-07-15x86/tsc: Remove the unused check_tsc_disabled()Wei Jiangang
2016-07-15x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu