index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
xen
/
hypercall.h
Age
Commit message (
Expand
)
Author
2021-11-25
xen: make HYPERVISOR_set_debugreg() always_inline
Juergen Gross
2021-11-25
xen: make HYPERVISOR_get_debugreg() always_inline
Juergen Gross
2021-11-02
xen: allow pv-only hypercalls only with CONFIG_XEN_PV
Juergen Gross
2021-11-02
x86/xen: remove 32-bit pv leftovers
Juergen Gross
2021-09-17
x86/xen: Mark xen_force_evtchn_callback() noinstr
Peter Zijlstra
2021-09-17
x86/xen: Make set_debugreg() noinstr
Peter Zijlstra
2021-09-17
x86/xen: Make get_debugreg() noinstr
Peter Zijlstra
2020-08-03
xen: hypercall.h: fix duplicated word
Randy Dunlap
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2019-05-06
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-04-05
xen: Prevent buffer overflow in privcmd ioctl
Dan Carpenter
2019-04-03
x86/uaccess, xen: Suppress SMAP warnings
Peter Zijlstra
2019-03-05
xen: remove pre-xen3 fallback handlers
Arnd Bergmann
2018-08-20
xen: remove unused hypercall functions
Juergen Gross
2018-08-07
xen: don't use privcmd_call() from xen_mc_flush()
Juergen Gross
2018-01-12
x86/retpoline/xen: Convert Xen hypercall indirect jumps
David Woodhouse
2017-09-29
Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-23
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
2017-09-21
x86/xen: clean up clang build warning
Colin Ian King
2017-08-29
x86/asm: Replace access to desc_struct:a/b fields
Thomas Gleixner
2017-07-03
x86/xen: allow userspace access during hypercalls
Marek Marczykowski-Górecki
2017-06-08
xen: fix HYPERVISOR_dm_op() prototype
Sergey Dyasli
2017-02-14
xen/privcmd: Add IOCTL_PRIVCMD_DM_OP
Paul Durrant
2016-02-24
x86/xen: Add stack frame dependency to hypercall inline asm calls
Josh Poimboeuf
2015-12-21
xen: rename dom0_op to platform_op
Stefano Stabellini
2015-09-28
xen: use correct type for HYPERVISOR_memory_op()
Juergen Gross
2015-08-20
xen/PMU: Sysfs interface for setting Xen PMU mode
Boris Ostrovsky
2014-04-24
arm: xen: implement multicall hypercall support.
Ian Campbell
2013-03-22
xen-pciback: notify hypervisor about devices intended to be assigned to guests
Jan Beulich
2012-11-04
xen/hypercall: fix hypercall fallback code for very old hypervisors
Jan Beulich
2012-07-19
xen/mce: Add mcelog support for Xen platform
Liu, Jinsong
2011-11-06
Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-09-26
xen: add dom0_op hypercall
Jeremy Fitzhardinge
2011-07-18
xen/trace: add multicall tracing
Jeremy Fitzhardinge
2011-05-26
xen: cleancache shim to Xen Transcendent Memory
Dan Magenheimer
2011-02-25
xen: switch to new schedop hypercall by default.
Ian Campbell
2011-02-25
xen: use new schedop interface for suspend
Ian Campbell
2010-10-20
xen: add variable hypercall caller
Jeremy Fitzhardinge
2010-07-22
xen: Add support for HVM hypercalls.
Jeremy Fitzhardinge
2009-03-12
x86: fix HYPERVISOR_update_descriptor()
Jan Beulich
2008-12-16
xen: clean up asm/xen/hypervisor.h
Jeremy Fitzhardinge
2008-10-23
x86: drop double underscores from header guards
H. Peter Anvin
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro