/kvm-unit-tests/x86/ |
H A D | taskswitch.c | efd8e5aa7474352dd66b0e647948fd9cec3cadc6 Sun Oct 22 13:19:32 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> lib: start moving vmalloc to generic code
For now, vmalloc provides a primitive that allocates contiguous virtual address. Together with a page allocator that allocates single physical memory pages, it will provide an implementation of alloc_ops for when an MMU is enabled.
Before doing that, however, we need to move the page allocator and give lib/alloc.c's malloc feature parity with lib/x86/vm.c's vmalloc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | taskswitch2.c | efd8e5aa7474352dd66b0e647948fd9cec3cadc6 Sun Oct 22 13:19:32 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> lib: start moving vmalloc to generic code
For now, vmalloc provides a primitive that allocates contiguous virtual address. Together with a page allocator that allocates single physical memory pages, it will provide an implementation of alloc_ops for when an MMU is enabled.
Before doing that, however, we need to move the page allocator and give lib/alloc.c's malloc feature parity with lib/x86/vm.c's vmalloc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | eventinj.c | efd8e5aa7474352dd66b0e647948fd9cec3cadc6 Sun Oct 22 13:19:32 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> lib: start moving vmalloc to generic code
For now, vmalloc provides a primitive that allocates contiguous virtual address. Together with a page allocator that allocates single physical memory pages, it will provide an implementation of alloc_ops for when an MMU is enabled.
Before doing that, however, we need to move the page allocator and give lib/alloc.c's malloc feature parity with lib/x86/vm.c's vmalloc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | emulator.c | efd8e5aa7474352dd66b0e647948fd9cec3cadc6 Sun Oct 22 13:19:32 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> lib: start moving vmalloc to generic code
For now, vmalloc provides a primitive that allocates contiguous virtual address. Together with a page allocator that allocates single physical memory pages, it will provide an implementation of alloc_ops for when an MMU is enabled.
Before doing that, however, we need to move the page allocator and give lib/alloc.c's malloc feature parity with lib/x86/vm.c's vmalloc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | Makefile.common | efd8e5aa7474352dd66b0e647948fd9cec3cadc6 Sun Oct 22 13:19:32 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> lib: start moving vmalloc to generic code
For now, vmalloc provides a primitive that allocates contiguous virtual address. Together with a page allocator that allocates single physical memory pages, it will provide an implementation of alloc_ops for when an MMU is enabled.
Before doing that, however, we need to move the page allocator and give lib/alloc.c's malloc feature parity with lib/x86/vm.c's vmalloc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | vmx_tests.c | efd8e5aa7474352dd66b0e647948fd9cec3cadc6 Sun Oct 22 13:19:32 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> lib: start moving vmalloc to generic code
For now, vmalloc provides a primitive that allocates contiguous virtual address. Together with a page allocator that allocates single physical memory pages, it will provide an implementation of alloc_ops for when an MMU is enabled.
Before doing that, however, we need to move the page allocator and give lib/alloc.c's malloc feature parity with lib/x86/vm.c's vmalloc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/kvm-unit-tests/lib/ |
H A D | vmalloc.h | efd8e5aa7474352dd66b0e647948fd9cec3cadc6 Sun Oct 22 13:19:32 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> lib: start moving vmalloc to generic code
For now, vmalloc provides a primitive that allocates contiguous virtual address. Together with a page allocator that allocates single physical memory pages, it will provide an implementation of alloc_ops for when an MMU is enabled.
Before doing that, however, we need to move the page allocator and give lib/alloc.c's malloc feature parity with lib/x86/vm.c's vmalloc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | vmalloc.c | efd8e5aa7474352dd66b0e647948fd9cec3cadc6 Sun Oct 22 13:19:32 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> lib: start moving vmalloc to generic code
For now, vmalloc provides a primitive that allocates contiguous virtual address. Together with a page allocator that allocates single physical memory pages, it will provide an implementation of alloc_ops for when an MMU is enabled.
Before doing that, however, we need to move the page allocator and give lib/alloc.c's malloc feature parity with lib/x86/vm.c's vmalloc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/kvm-unit-tests/lib/x86/ |
H A D | vm.h | efd8e5aa7474352dd66b0e647948fd9cec3cadc6 Sun Oct 22 13:19:32 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> lib: start moving vmalloc to generic code
For now, vmalloc provides a primitive that allocates contiguous virtual address. Together with a page allocator that allocates single physical memory pages, it will provide an implementation of alloc_ops for when an MMU is enabled.
Before doing that, however, we need to move the page allocator and give lib/alloc.c's malloc feature parity with lib/x86/vm.c's vmalloc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | vm.c | efd8e5aa7474352dd66b0e647948fd9cec3cadc6 Sun Oct 22 13:19:32 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> lib: start moving vmalloc to generic code
For now, vmalloc provides a primitive that allocates contiguous virtual address. Together with a page allocator that allocates single physical memory pages, it will provide an implementation of alloc_ops for when an MMU is enabled.
Before doing that, however, we need to move the page allocator and give lib/alloc.c's malloc feature parity with lib/x86/vm.c's vmalloc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|