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

10 commits

Author SHA1 Message Date
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
bdfcaa5939 use macro HUGE_PAGE_SIZE instead of fix numbers 2018-08-02 21:08:25 +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
ce38ddd622 add support of huge pages
- the heap use huges pages to allocate memory
2018-08-01 23:59:42 +02:00
Stefan Lankes
0b1c47092a rename macros in more meaningfull names 2018-05-16 21:36:42 +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
Renamed from arch/x86/mm/memory.c (Browse further)