summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-06-06x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross1-3/+1
2018-06-06xen: set cpu capabilities from xen_start_kernel()Juergen Gross1-9/+9
2018-06-06x86/amd: revert commit 944e0fc51a89c9827b9Juergen Gross1-1/+3
2018-06-05x86/xen: Add unwind hint annotations to xen_setup_gdtGreg Kroah-Hartman1-1/+4
2018-05-22x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenDavid Woodhouse1-3/+1
2018-01-02x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski1-0/+6
2017-05-14xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky1-6/+15
2016-10-25Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2016-10-24x86: xen: move cpu_up functions out of ifdefArnd Bergmann1-0/+2
2016-10-06Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-26/+68
2016-10-05xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky1-1/+2
2016-10-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed1-15/+6
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski1-1/+0
2016-09-30xen/x86: Convert to hotplug state machineBoris Ostrovsky1-50/+65
2016-09-05xen: Add xen_pin_vcpu() to support calling functions on a dedicated pCPUJuergen Gross1-0/+40
2016-08-24xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky1-13/+48
2016-08-24xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov1-1/+1
2016-08-03kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik1-3/+2
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+37
2016-07-25xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov1-1/+1
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 Kuznetsov1-4/+6
2016-07-25xen: introduce xen_vcpu_id mappingVitaly Kuznetsov1-1/+22
2016-07-14x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-07-06x86/xen: Use DIV_ROUND_UPAmitoj Kaur Chawla1-2/+2
2016-06-11x86/xen: Simplify set_aliased_prot()Andy Lutomirski1-3/+1
2016-05-17Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+8
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez1-1/+0
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez1-3/+7
2016-04-22x86/xen: Use X86_SUBARCH_XEN for PV guest bootsLuis R. Rodriguez1-0/+1
2016-04-13x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski1-0/+23
2016-04-13x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski1-2/+2
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar1-9/+0
2016-03-31x86/cpufeature: Remove cpu_has_pseBorislav Petkov1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov1-1/+1
2016-03-29x86/xen, pat: Remove PAT table init code from XenToshi Kani1-9/+0
2016-03-29x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani1-1/+1
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2016-03-17x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski1-1/+1
2016-02-29x86/xen: Mark xen_cpuid() stack frame as non-standardJosh Poimboeuf1-1/+2
2016-02-01x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han1-1/+1
2016-01-13Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2016-01-12Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+0
2016-01-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2015-12-21xen: rename dom0_op to platform_opStefano Stabellini1-4/+4
2015-12-19x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel1-1/+3