History log of /kvm-unit-tests/lib/alloc_phys.h (Results 1 – 5 of 5)
Revision Date Author Comments
# dee4223b 22-Jun-2020 Claudio Imbrenda <imbrenda@linux.ibm.com>

lib: Fix a typo and add documentation comments

Fix a typo in lib/alloc_phys.h and add documentation comments to all
functions in lib/vmalloc.h

Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.co

lib: Fix a typo and add documentation comments

Fix a typo in lib/alloc_phys.h and add documentation comments to all
functions in lib/vmalloc.h

Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Message-Id: <20200622162141.279716-6-imbrenda@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


# 48a0145f 10-Oct-2019 Paolo Bonzini <pbonzini@redhat.com>

x86: allow using memory above 4 GiB

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


# 2b527259 17-Jan-2018 Andrew Jones <drjones@redhat.com>

phys_alloc: ensure we account all allocations

Also throw another assert into phys_alloc_aligned_safe.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.co

phys_alloc: ensure we account all allocations

Also throw another assert into phys_alloc_aligned_safe.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>

show more ...


# 937e2392 23-Oct-2017 Paolo Bonzini <pbonzini@redhat.com>

x86: use alloc_phys

As the next step in making vmalloc/vfree available to every other architecture,
register the available memory with phys_alloc for x86 too, and add a service
to return the unused

x86: use alloc_phys

As the next step in making vmalloc/vfree available to every other architecture,
register the available memory with phys_alloc for x86 too, and add a service
to return the unused phys_alloc region. This makes setup_vm architecture-
independent.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...


# dc47ac61 22-Oct-2017 Paolo Bonzini <pbonzini@redhat.com>

lib: simplify alloc_ops

Layer malloc/calloc/free/memalign over a basic allocator.
The implementation of high-level routines remains the basic one
from before, but the callback interface is reduced t

lib: simplify alloc_ops

Layer malloc/calloc/free/memalign over a basic allocator.
The implementation of high-level routines remains the basic one
from before, but the callback interface is reduced to a single
function. Since alloc.c now contains the physical address allocator
only, rename it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...