| Age | Commit message (Expand) | Author |
| 2023-02-25 | xen/hypervisor.h: Nix trailing whitespace. | riastradh |
| 2023-02-25 | xen: Fix sense of xen_rmb/wmb to make sense. | riastradh |
| 2022-09-07 | NetBSD/x86: Raise the number of interrupt sources per CPU from 32 to 56. | knakahara |
| 2022-05-25 | PVH and HVM guests can easily have more than XEN_LEGACY_MAX_VCPUS (32) cpus. | bouyer |
| 2022-05-19 | Restore de EOI mechanism for pirq, using the newer hypervisor interface. | bouyer |
| 2020-05-02 | Introduce Xen PVH support in GENERIC. | bouyer |
| 2020-04-25 | Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM | bouyer |
| 2020-04-21 | convert to newer HYPERVISOR_physdev_op() interface, now command and the | jdolecek |
| 2019-02-04 | Bump up XEN source API compatibility to 0x00030208 from 0x00030201, | cherry |
| 2019-02-02 | Remove mb(), rmb() and wmb() from the kernel namespace. | cherry |
| 2019-02-02 | Switch NetBSD/xen to use XEN api tag RELEASE-4.11.1 | cherry |
| 2018-10-26 | Decompose hypervisor_enable_event() into functional steps. | cherry |
| 2018-09-23 | Encapsulate pre-processing of registered (pirq,evtchn) pair in | cherry |
| 2014-06-14 | Define a macro to check hypervisor version. OK cherry@ | pgoyette |
| 2013-01-13 | Re-apply | bouyer |
| 2013-01-12 | Revert these commits from november 2012: | bouyer |
| 2013-01-12 | Back out this commit: | bouyer |
| 2012-12-28 | Simplify the xen event handler callback by: | cherry |
| 2012-11-25 | Make hypervisor_set_ipending() and its consumers cpu unaware. This syncs synt... | cherry |
| 2012-02-17 | - make xen_version globally available, with macros to access major and | bouyer |
| 2012-02-17 | Apply patch proposed in PR port-xen/45975 (this does not solve the exact | bouyer |
| 2011-12-07 | switch from xen3-public to xen-public. | cegger |
| 2011-11-19 | [merging from cherry-xenmp] bring in bouyer@'s changes via: | cherry |
| 2011-11-06 | [merging from cherry-xenmp] Make the xen MMU op queue locking api private. Im... | cherry |
| 2011-09-20 | Merge jym-xensuspend branch in -current. ok bouyer@. | jym |
| 2011-08-10 | refactor the bitstring/mask operations to be behind an API. Make pending inte... | cherry |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-07-29 | remove Xen2 support. | cegger |
| 2008-11-13 | Finish preparation to new interface. | cegger |
| 2008-11-13 | prepare move to new interface | cegger |
| 2008-09-16 | Implement the arch-dependent p2m frame lists list. This adds support for | bouyer |
| 2008-09-05 | Compile NetBSD/amd64 kernels with "-Wextra". Patches contributed by | tron |
| 2008-04-14 | - use POSIX integer types | cegger |
| 2007-11-22 | Pull up the bouyer-xenamd64 branch to HEAD. This brings in amd64 support | bouyer |
| 2006-10-17 | XEN_NO_HYPERCALLPAGE is redundant with XEN_COMPAT_030001; make | bouyer |
| 2006-09-24 | The Xen folks says everyone should use hypercall call page now, make it so. | bouyer |
| 2006-09-24 | Factor out some hypercall code in macros, so that it's easier to change | bouyer |
| 2006-03-06 | Correct arguments for __HYPERVISOR_set_timer_op | bouyer |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-01-15 | Snapshot of work in progress on NetBSD port to Xen3: | bouyer |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-20 | inline 2 trivial functions that are called often (according to profiling | bouyer |
| 2005-05-11 | add no_instrument_function attribute to hypervisor_force_callback | yamt |
| 2005-04-20 | Event handling optimisations: | bouyer |
| 2005-04-16 | Remove functions that just call another one. | bouyer |
| 2005-04-16 | Get rid of the event to pseudo-irq mapping. We are limited to 32 pseudo-irq, | bouyer |
| 2005-03-09 | Merge the bouyer-xen2 branch. This add supports for the Xen 2.0 virtual | bouyer |
| 2004-12-10 | Just when I thought it was all working... Unfortunately cpu.h defines | christos |
| 2004-06-14 | cleanup low-level bit mangling code | cl |