aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/rangeset.c
Commit message (Expand)AuthorAgeFilesLines
* xsm: Expand I/O resource hooksDaniel De Graaf2011-12-021-8/+0
* rangesets: add function to query for overlapsKeir Fraser2010-09-201-0/+16
* x86: improve reporting through XENMEM_machine_memory_mapKeir Fraser2009-11-031-0/+18
* xsm: refactor IO hooks/sysctl hooksKeir Fraser2008-09-041-0/+9
* x86: Fix get_page_from_l1e() and avoid host crash on 'xm save'.Keir Fraser2007-10-191-1/+1
* Remove uses of strcpy and strncpy from common and x86 code.kfraser@localhost.localdomain2007-01-291-1/+1
* Replace sprintf with snprintf and strncpy with strlcpy.kfraser@localhost.localdomain2007-01-291-3/+2
* [XEN] Make some implicit header includes explicit.kaf24@localhost.localdomain2006-08-191-0/+1
* Add argument-checking assertions to rangeset interfaces.kaf24@firebug.cl.cam.ac.uk2006-02-021-0/+6
* Clean up 'q' debug key output.kaf24@firebug.cl.cam.ac.uk2005-12-311-1/+1
* Allow non-privileged domains restricted access tokaf24@firebug.cl.cam.ac.uk2005-12-311-0/+6
* Store admin-specified ioport capabilities in a rangesetkaf24@firebug.cl.cam.ac.uk2005-12-311-1/+1
* Extend the range abstraction by adding an internalkaf24@firebug.cl.cam.ac.uk2005-12-291-5/+25
* Add a little more internal abstraction to the rangesetkaf24@firebug.cl.cam.ac.uk2005-12-291-14/+31
* Add auto-destructing per-domain rangeset data structure,kaf24@firebug.cl.cam.ac.uk2005-12-291-0/+356