1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
libhermit/include/hermit
Simon Pickartz 1a8e06a365 add interface providing the free list to the hypervisor (#101)
Add an interface for sharing the free list with the hypervisor. This can be used to accelerate the cold migration of guests.
2018-09-04 13:09:23 +02:00
..
CMakeLists.txt cmake: add intermediate target hermit-bootstrap to build with bootstrap compiler 2017-04-11 16:21:46 +02:00
config.asm.in cmake: initial support for CMake build system 2017-04-03 18:14:56 +02:00
config.h.in aarch64 support (#84) 2018-03-23 04:04:44 -04:00
ctype.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
dequeue.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
errno.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
islelock.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
logging.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
mailbox.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
mailbox_types.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
malloc.h remove typo 2017-05-24 23:24:55 +02:00
memory.h add interface providing the free list to the hypervisor (#101) 2018-09-04 13:09:23 +02:00
processor.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
rcce.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
semaphore.h use algorithm with complexity of O(1) to wakeup a task 2017-10-18 22:24:32 +02:00
semaphore_types.h use algorithm with complexity of O(1) to wakeup a task 2017-10-18 22:24:32 +02:00
signal.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
spinlock.h simplify spinlock code to improve the readability 2018-04-28 15:24:44 +02:00
spinlock_types.h simplify spinlock code to improve the readability 2018-04-28 15:24:44 +02:00
stdarg.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
stddef.h add interface providing the free list to the hypervisor (#101) 2018-09-04 13:09:23 +02:00
stdio.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
stdlib.h add basic support of isxdigit 2017-09-03 10:48:22 +02:00
string.h use _ before the function name for internal functions 2017-03-08 22:42:38 +01:00
syscall.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
tasks.h fix TLS initialization, disable the support of contiguous blocks 2018-06-29 10:28:10 +00:00
tasks_types.h reodering of the directory structure 2016-12-03 00:43:49 +01:00
time.h uses time stamp counter to calculate the uptime 2018-08-06 20:18:15 +02:00
virtio_config.h add original virtio header 2017-06-05 11:14:44 +02:00
virtio_ids.h add original virtio header 2017-06-05 11:14:44 +02:00
virtio_net.h add original virtio header 2017-06-05 11:14:44 +02:00
virtio_pci.h add original virtio header 2017-06-05 11:14:44 +02:00
virtio_ring.h add original virtio header 2017-06-05 11:14:44 +02:00
virtio_types.h aarch64 support (#84) 2018-03-23 04:04:44 -04:00
vma.h add interface providing the free list to the hypervisor (#101) 2018-09-04 13:09:23 +02:00