aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-05-03um: Include kbuild.h instead of duplicating its macrosGravatar Matthias Kaehlcke 1-8/+1
2017-05-03um: Fix PTRACE_POKEUSER on x86_64Gravatar Richard Weinberger 1-1/+1
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 3-0/+137
2017-05-03Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm...Gravatar Ingo Molnar 32-432/+672
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Gravatar Paolo Bonzini 2-30/+33
2017-05-03perf/x86: Fix Broadwell-EP DRAM RAPL eventsGravatar Vince Weaver 1-1/+1
2017-05-03xen: Move xen_have_vector_callback definition to enlighten.cGravatar Boris Ostrovsky 2-3/+3
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 6-10/+117
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-7/+0
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 6-22/+10
2017-05-02Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-2/+1
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+7
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGGravatar David Hildenbrand 4-18/+11
2017-05-02xen: Implement EFI reset_system callbackGravatar Julien Grall 1-1/+1
2017-05-02xen: Export xen_rebootGravatar Julien Grall 1-1/+0
2017-05-02xen/x86: Call xen_smp_intr_init_pv() on BSPGravatar Boris Ostrovsky 1-1/+1
2017-05-02xen: Revert commits da72ff5bfcb0 and 72a9b186292dGravatar Boris Ostrovsky 5-5/+33
2017-05-02xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()Gravatar Boris Ostrovsky 1-14/+6
2017-05-02x86/cpu: remove hypervisor specific set_cpu_featuresGravatar Juergen Gross 3-14/+0
2017-05-02vmware: set cpu capabilities during platform initializationGravatar Juergen Gross 1-19/+20
2017-05-02x86/xen: use capabilities instead of fake cpuid values for xsaveGravatar Juergen Gross 1-23/+30
2017-05-02x86/xen: use capabilities instead of fake cpuid values for x2apicGravatar Juergen Gross 1-2/+1
2017-05-02x86/xen: use capabilities instead of fake cpuid values for mwaitGravatar Juergen Gross 1-6/+5
2017-05-02x86/xen: use capabilities instead of fake cpuid values for acpiGravatar Juergen Gross 1-8/+3
2017-05-02x86/xen: use capabilities instead of fake cpuid values for accGravatar Juergen Gross 1-3/+1
2017-05-02x86/xen: use capabilities instead of fake cpuid values for mtrrGravatar Juergen Gross 1-2/+2
2017-05-02x86/xen: use capabilities instead of fake cpuid values for aperfGravatar Juergen Gross 1-8/+1
2017-05-02x86/xen: don't indicate DCA support in pv domainsGravatar Juergen Gross 1-0/+1
2017-05-02xen: set cpu capabilities from xen_start_kernel()Gravatar Juergen Gross 1-7/+7
2017-05-02xen,kdump: handle pv domain in paddr_vmcoreinfo_note()Gravatar Juergen Gross 1-0/+13
2017-05-02x86/xen: remove unused static function from smp_pv.cGravatar Juergen Gross 1-10/+0
2017-05-02x86/xen: rename some PV-only functions in smp_pv.cGravatar Vitaly Kuznetsov 1-14/+14
2017-05-02x86/xen: enable PVHVM-only buildsGravatar Vitaly Kuznetsov 2-4/+9
2017-05-02x86/xen: create stubs for HVM-only builds in page.hGravatar Vitaly Kuznetsov 1-0/+25
2017-05-02x86/xen: define startup_xen for XEN PV onlyGravatar Vitaly Kuznetsov 1-0/+4
2017-05-02x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PVGravatar Vitaly Kuznetsov 3-4/+9
2017-05-02x86/xen: split suspend.c for PV and PVHVM guestsGravatar Vitaly Kuznetsov 5-55/+83
2017-05-02x86/xen: split off mmu_pv.cGravatar Vitaly Kuznetsov 3-2714/+2721
2017-05-02x86/xen: split off mmu_hvm.cGravatar Vitaly Kuznetsov 3-75/+80
2017-05-02x86/xen: split off smp_pv.cGravatar Vitaly Kuznetsov 4-486/+509
2017-05-02x86/xen: split off smp_hvm.cGravatar Vitaly Kuznetsov 5-54/+69
2017-05-02x86/xen: split xen_cpu_die()Gravatar Vitaly Kuznetsov 1-6/+20
2017-05-02x86/xen: split xen_smp_prepare_boot_cpu()Gravatar Vitaly Kuznetsov 1-19/+30
2017-05-02x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()Gravatar Vitaly Kuznetsov 3-11/+35
2017-05-02x86/xen: split off enlighten_pv.cGravatar Vitaly Kuznetsov 3-1528/+1538
2017-05-02x86/xen: split off enlighten_hvm.cGravatar Vitaly Kuznetsov 4-207/+227
2017-05-02x86/xen: split off enlighten_pvh.cGravatar Vitaly Kuznetsov 3-108/+116
2017-05-02x86/xen: add CONFIG_XEN_PV to KconfigGravatar Vitaly Kuznetsov 3-7/+22
2017-05-02x86/xen: globalize have_vcpu_info_placementGravatar Vitaly Kuznetsov 2-6/+8
2017-05-02x86/xen: separate PV and HVM hypervisorsGravatar Vitaly Kuznetsov 3-41/+79