1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
Commit graph

17 commits

Author SHA1 Message Date
Stefan Lankes
58d2d3120a remove obsolete call of apic_eoi 2019-01-15 23:26:20 +01:00
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
Stefan Lankes
66303eed3e add the possibility to disable huge pages 2018-08-03 09:25:24 +02:00
Stefan Lankes
bdfcaa5939 use macro HUGE_PAGE_SIZE instead of fix numbers 2018-08-02 21:08:25 +02:00
Stefan Lankes
955dbc2fcf align in the pagefault handler all pages to a huge page boundary 2018-08-02 09:57:42 +02:00
Stefan Lankes
f8257413fe increase the readability, get_zeroed_huge_page returns valid address 2018-08-02 09:55:54 +02:00
Stefan Lankes
2b3e5c84e2 increase the readability of pagefault handler & check_pagetables 2018-08-02 09:08:08 +02:00
Stefan Lankes
ce38ddd622 add support of huge pages
- the heap use huges pages to allocate memory
2018-08-01 23:59:42 +02:00
Stefan Lankes
63bd7fa8b4 fix TLS initialization, disable the support of contiguous blocks
- fix TLS initialization on aarch64
- disable temporary the support of contiguous blocks on aarch64
- add possibility to dump a page table entries
- improve TLS test case
2018-06-29 10:28:10 +00:00
Stefan Lankes
0c6061bc6c add also the option to map bss section on demand 2018-05-16 22:54:34 +02:00
Stefan Lankes
0b1c47092a rename macros in more meaningfull names 2018-05-16 21:36:42 +02:00
Stefan Lankes
d96e9069db revise code, increase the readability 2018-05-16 19:28:41 +02:00
Stefan Lankes
04db2dfc87 remove obsolete debug message 2018-05-15 23:39:40 +02:00
Stefan Lankes
7c89671721 rename macros to improve the readability 2018-05-15 23:05:56 +02:00
Stefan Lankes
f5fa1569d7 reserve larger heap, add gap for pci devices 2018-05-15 00:54:13 +02:00
Stefan Lankes
411a99c27f remove irq save locks to avoid deadlocks 2018-04-28 15:22:45 +02:00
Stefan Lankes
492cde7275 determine default architecture via uname 2018-04-22 16:47:28 +00:00