summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-043-2/+10
|\
| * Drivers: hv: Issue explicit EOI when autoeoi is not enabledK. Y. Srinivasan2017-04-081-0/+3
| * Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-2716-51/+155
| |\
| * | Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan2017-03-171-0/+5
| * | Drivers: hv: Fix a typoK. Y. Srinivasan2017-03-171-1/+1
| * | hyperv: fix warning about missing prototypeStephen Hemminger2017-03-171-1/+1
* | | Merge tag 'platform-drivers-x86-v4.12-1' of git://git.infradead.org/linux-pla...Linus Torvalds2017-05-042-1/+30
|\ \ \
| * | | platform/x86: intel_pmc_ipc: use gcr mem base for S0ix counter readKuppuswamy Sathyanarayanan2017-04-281-0/+2
| * | | platform/x86: intel_pmc_ipc: Add pmc gcr read/write/update api'sKuppuswamy Sathyanarayanan2017-04-281-0/+21
| * | | Merge branch 'i2c/for-INT33FE'Darren Hart (VMware)2017-04-1716-51/+155
| |\ \ \ | | | |/ | | |/|
| * | | platform/x86: intel_scu_ipc: Introduce intel_scu_ipc_raw_command()Andy Shevchenko2017-04-131-1/+7
| | |/ | |/|
* | | Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-0429-5202/+5462
|\ \ \
| * | | xen: Move xen_have_vector_callback definition to enlighten.cBoris Ostrovsky2017-05-032-3/+3
| * | | xen: Implement EFI reset_system callbackJulien Grall2017-05-021-1/+1
| * | | xen: Export xen_rebootJulien Grall2017-05-021-1/+0
| * | | xen/x86: Call xen_smp_intr_init_pv() on BSPBoris Ostrovsky2017-05-021-1/+1
| * | | xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky2017-05-025-5/+33
| * | | xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()Boris Ostrovsky2017-05-021-14/+6
| * | | x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross2017-05-023-14/+0
| * | | vmware: set cpu capabilities during platform initializationJuergen Gross2017-05-021-19/+20
| * | | x86/xen: use capabilities instead of fake cpuid values for xsaveJuergen Gross2017-05-021-23/+30
| * | | x86/xen: use capabilities instead of fake cpuid values for x2apicJuergen Gross2017-05-021-2/+1
| * | | x86/xen: use capabilities instead of fake cpuid values for mwaitJuergen Gross2017-05-021-6/+5
| * | | x86/xen: use capabilities instead of fake cpuid values for acpiJuergen Gross2017-05-021-8/+3
| * | | x86/xen: use capabilities instead of fake cpuid values for accJuergen Gross2017-05-021-3/+1
| * | | x86/xen: use capabilities instead of fake cpuid values for mtrrJuergen Gross2017-05-021-2/+2
| * | | x86/xen: use capabilities instead of fake cpuid values for aperfJuergen Gross2017-05-021-8/+1
| * | | x86/xen: don't indicate DCA support in pv domainsJuergen Gross2017-05-021-0/+1
| * | | xen: set cpu capabilities from xen_start_kernel()Juergen Gross2017-05-021-7/+7
| * | | xen,kdump: handle pv domain in paddr_vmcoreinfo_note()Juergen Gross2017-05-021-0/+13
| * | | x86/xen: remove unused static function from smp_pv.cJuergen Gross2017-05-021-10/+0
| * | | x86/xen: rename some PV-only functions in smp_pv.cVitaly Kuznetsov2017-05-021-14/+14
| * | | x86/xen: enable PVHVM-only buildsVitaly Kuznetsov2017-05-022-4/+9
| * | | x86/xen: create stubs for HVM-only builds in page.hVitaly Kuznetsov2017-05-021-0/+25
| * | | x86/xen: define startup_xen for XEN PV onlyVitaly Kuznetsov2017-05-021-0/+4
| * | | x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PVVitaly Kuznetsov2017-05-023-4/+9
| * | | x86/xen: split suspend.c for PV and PVHVM guestsVitaly Kuznetsov2017-05-025-55/+83
| * | | x86/xen: split off mmu_pv.cVitaly Kuznetsov2017-05-023-2714/+2721
| * | | x86/xen: split off mmu_hvm.cVitaly Kuznetsov2017-05-023-75/+80
| * | | x86/xen: split off smp_pv.cVitaly Kuznetsov2017-05-024-486/+509
| * | | x86/xen: split off smp_hvm.cVitaly Kuznetsov2017-05-025-54/+69
| * | | x86/xen: split xen_cpu_die()Vitaly Kuznetsov2017-05-021-6/+20
| * | | x86/xen: split xen_smp_prepare_boot_cpu()Vitaly Kuznetsov2017-05-021-19/+30
| * | | x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()Vitaly Kuznetsov2017-05-023-11/+35
| * | | x86/xen: split off enlighten_pv.cVitaly Kuznetsov2017-05-023-1528/+1538
| * | | x86/xen: split off enlighten_hvm.cVitaly Kuznetsov2017-05-024-207/+227
| * | | x86/xen: split off enlighten_pvh.cVitaly Kuznetsov2017-05-023-108/+116
| * | | x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov2017-05-023-7/+22
| * | | x86/xen: globalize have_vcpu_info_placementVitaly Kuznetsov2017-05-022-6/+8
| * | | x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov2017-05-023-41/+79
OpenPOWER on IntegriCloud