summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: remove pre-xen3 fallback handlersArnd Bergmann2019-03-051-11/+2
* x86/xen: fix pv bootJuergen Gross2018-11-091-4/+31
* xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-261-0/+2
* xen: remove unused hypercall functionsJuergen Gross2018-08-201-118/+0
* xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross2018-08-071-6/+19
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-2/+3
|\
| * x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse2018-01-121-2/+3
* | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-162-11/+42
|\ \ | |/ |/|
| * xen: update arch/x86/include/asm/xen/cpuid.hJuergen Gross2017-11-061-10/+32
| * xen: support 52 bit physical addresses in pv guestsJuergen Gross2017-10-311-1/+10
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
|/
* Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-291-2/+2
|\
| * x86/xen: clean up clang build warningColin Ian King2017-09-211-2/+2
* | x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-3/+2
|/
* Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-071-5/+0
|\
| * xen: remove unused function xen_set_domain_pte()Juergen Gross2017-08-311-2/+0
| * xen: remove tests for pvh mode in pure pv pathsJuergen Gross2017-08-311-3/+0
* | x86/asm: Replace access to desc_struct:a/b fieldsThomas Gleixner2017-08-291-2/+4
|/
* x86/xen: allow userspace access during hypercallsMarek Marczykowski-Górecki2017-07-031-1/+8
* xen: fix HYPERVISOR_dm_op() prototypeSergey Dyasli2017-06-081-1/+3
* xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky2017-05-021-0/+11
* x86/xen: create stubs for HVM-only builds in page.hVitaly Kuznetsov2017-05-021-0/+25
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-0/+1
|\
| * Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-011-0/+7
| |\
| * | xen, x86/headers: Add <linux/device.h> dependency to <asm/xen/page.h>Ingo Molnar2017-02-011-0/+1
* | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-2/+6
| |/ |/|
* | xen/privcmd: Add IOCTL_PRIVCMD_DM_OPPaul Durrant2017-02-141-0/+7
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-301-11/+0
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-5/+4
* x86/xen: update cpuid.h from Xen-4.7Vitaly Kuznetsov2016-07-251-1/+4
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-0/+2
|\
| * x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski2016-03-171-0/+2
* | Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar2016-02-251-2/+3
|\ \ | |/ |/|
| * x86/xen: Add stack frame dependency to hypercall inline asm callsJosh Poimboeuf2016-02-241-2/+3
* | xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk2016-02-151-2/+2
|/
* xen: rename dom0_op to platform_opStefano Stabellini2015-12-211-3/+3
* xen/arm: Enable cpu_hotplug.cStefano Stabellini2015-10-231-0/+5
* xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall2015-10-231-2/+2
* xen/grant: Introduce helpers to split a page into grantJulien Grall2015-10-231-1/+1
* x86/xen: export xen_alloc_p2m_entry()David Vrabel2015-10-231-0/+2
* xen: use correct type for HYPERVISOR_memory_op()Juergen Gross2015-09-281-2/+2
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-2/+33
* xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall2015-09-081-2/+6
* xen/PMU: Initialization code for Xen PMUBoris Ostrovsky2015-08-201-0/+123
* xen/PMU: Sysfs interface for setting Xen PMU modeBoris Ostrovsky2015-08-201-0/+6
* xen: remove no longer needed p2m.hJuergen Gross2015-08-201-2/+4
* xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross2015-08-201-4/+0
* xen: sync with xen headersJuergen Gross2015-08-201-9/+87
* xen/events: Support event channel rebind on ARMJulien Grall2015-08-201-0/+11