index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
xen
/
include
/
xen.h
Age
Commit message (
Expand
)
Author
2023-03-24
Allow a PVH dom0 to use VGA as console: make xen_pvh_consinit() return 1 if
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-09
update to __XEN_INTERFACE_VERSION__ 0x0003020a aka Xen 3.2.10
jdolecek
2019-05-09
sti/cli are not allowed on Xen, we have to clear/set a bit in the
bouyer
2019-02-04
Bump up XEN source API compatibility to 0x00030208 from 0x00030201,
cherry
2019-02-02
Switch NetBSD/xen to use XEN api tag RELEASE-4.11.1
cherry
2018-10-10
In xen_atomic_test_and_clear_bit()
cherry
2018-10-07
Support bootspec.
mlelstv
2018-07-26
Merge the content of xen_debug.c into xen_machdep.c, there is only one
maxv
2018-07-26
Remove dead code. This looks like a leftover from when our Xen port was
maxv
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-05-29
Switch to elf notes for amd64 instead of the old key=value list to describe the
bouyer
2011-09-20
Merge jym-xensuspend branch in -current. ok bouyer@.
jym
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2011-04-17
apply some _KERNEL_OPT.
mrg
2009-07-29
remove Xen2 support.
cegger
2009-02-13
Work in progress on PCI front-end/back-end support
bouyer
2008-10-21
introduce two macros: xendomain_is_dom0() and xendomain_is_privileged(). Use ...
cegger
2008-04-21
Access Xen's vcpu info structure per-CPU.
cegger
2008-02-19
The event bitmasks provided by the hypervisor are unsigned long (so 64bits
bouyer
2008-02-19
Fix xenevt to not call softint_schedule() above IPL_HIGH:
bouyer
2008-01-11
Merge the bouyer-xeni386 branch to head, at tag bouyer-xeni386-merge1 (the
bouyer
2007-11-22
Pull up the bouyer-xenamd64 branch to HEAD. This brings in amd64 support
bouyer
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-09-26
x86 changes for pcc and LKMs.
ad
2007-09-23
Ajust for Xen 3.1.0 public headers. From Christoph Egger in private mail.
bouyer
2006-03-06
Add xen_atomic_cmpxchg16(), which exports the cmpxchgw instruction to C.
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-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-06-15
Add support for x86 boot flags:
bouyer
2005-05-31
always provide prototype of printk for now. because:
yamt
2005-05-31
x86_variable_test_bit: don't remove const qualifier unnecessarily.
yamt
2005-04-11
fix a bug which corrupts runqueue.
yamt
2005-03-26
Don't assume we're on a uniprocessor system (the hypervisor may be running SMP)
bouyer
2005-03-09
Merge the bouyer-xen2 branch. This add supports for the Xen 2.0 virtual
bouyer
2004-12-10
don't use va_list here; use _BSD_VA_LIST_ because we could be included
christos
2004-06-14
cleanup low-level bit mangling code
cl
2004-05-07
Add support for domain0 operations:
cl
2004-05-07
cleanup debugging code
cl
2004-04-26
Move struct xen_netinfo into include/xen.h so that xen12load compiles again.
cl
2004-04-24
Make kernel command line parsing support additional keywords without
cl
2004-04-24
Consistently use xencons for eveything reffering to Xen's virtual console.
cl
2004-04-17
- fix event dispatching for event 0
cl
2004-03-11
Add port to the Xen virtual machine monitor.
cl