summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-241-0/+2
|\
| * x86: xen: move cpu_up functions out of ifdefArnd Bergmann2016-10-241-0/+2
* | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-061-26/+68
|\ \ | |/
| * xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky2016-10-051-1/+2
| * xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-301-15/+6
| * xen/x86: Convert to hotplug state machineBoris Ostrovsky2016-09-301-50/+65
| * xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky2016-08-241-13/+48
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-1/+0
|\ \
| * | x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-1/+0
* | | xen: Add xen_pin_vcpu() to support calling functions on a dedicated pCPUJuergen Gross2016-09-051-0/+40
|/ /
* | xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov2016-08-241-1/+1
|/
* kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik2016-08-021-3/+2
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\
| * x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-12/+37
|\ \
| * | xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov2016-07-251-1/+1
| * | x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_infoVitaly Kuznetsov2016-07-251-4/+6
| * | x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-251-4/+6
| * | xen: introduce xen_vcpu_id mappingVitaly Kuznetsov2016-07-251-1/+22
| * | x86/xen: Use DIV_ROUND_UPAmitoj Kaur Chawla2016-07-061-2/+2
| |/
* | x86/xen: Simplify set_aliased_prot()Andy Lutomirski2016-06-111-3/+1
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-4/+8
|\
| * x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-221-1/+0
| * x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-3/+7
| * x86/xen: Use X86_SUBARCH_XEN for PV guest bootsLuis R. Rodriguez2016-04-221-0/+1
* | x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski2016-04-131-0/+23
* | x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski2016-04-131-2/+2
* | Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar2016-04-131-9/+0
|\ \
| * | x86/xen, pat: Remove PAT table init code from XenToshi Kani2016-03-291-9/+0
| * | x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani2016-03-291-1/+1
| |/
* | x86/cpufeature: Remove cpu_has_pseBorislav Petkov2016-03-311-1/+1
* | x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-311-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-1/+1
|\
| * x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski2016-03-171-1/+1
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-1/+2
|\ \ | |/ |/|
| * x86/xen: Mark xen_cpuid() stack frame as non-standardJosh Poimboeuf2016-02-291-1/+2
* | x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-011-1/+1
|/
* Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-121-4/+4
|\
| * xen: rename dom0_op to platform_opStefano Stabellini2015-12-211-4/+4
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-7/+0
|\ \
| * \ Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-191-0/+15
| |\ \ | | |/
| * | x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-191-7/+0
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-3/+0
|\ \ \
| * | | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-231-3/+0
| * | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-231-1/+3
| | |/ | |/|
* | | x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-191-1/+3
* | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-12-191-1/+3
|/ /
* | xen/arm: Enable cpu_hotplug.cStefano Stabellini2015-10-231-0/+15
|/
* x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov2015-09-281-0/+23
* xen/x86: Don't try to write syscall-related MSRs for PV guestsBoris Ostrovsky2015-09-281-0/+1
OpenPOWER on IntegriCloud