aboutsummaryrefslogtreecommitdiff
path: root/include/xen/interface/callback.h
AgeCommit message (Collapse)AuthorFilesLines
2013-12-10ia64/xen: Remove Xen support for ia64Boris Ostrovsky1-1/+1
ia64 has not been supported by Xen since 4.2 so it's time to drop Xen/ia64 from Linux as well. Signed-off-by: Boris Ostrovsky <[email protected]> Signed-off-by: Tony Luck <[email protected]>
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel ↵David Howells1-1/+1
system headers Convert #include "..." to #include <path/...> in kernel system headers. Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]>
2008-07-16xen64: define asm/xen/interface for 64-bitJeremy Fitzhardinge1-3/+3
Copy 64-bit definitions of various interface structures into place. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Cc: Stephen Tweedie <[email protected]> Cc: Eduardo Habkost <[email protected]> Cc: Mark McLoughlin <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
2008-04-24xen: add support for callbackops hypercallJeremy Fitzhardinge1-0/+102
Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>