On Mon, Oct 31, 2016 at 07:51:42PM +0100, Andrew Jones wrote: > And do some other alloc related things too... I thought of some further needed improvements and will send a v2 shortly. > > Andrew Jones (4): > lib/alloc: improve robustness > x86: lib/alloc: move heap management to common code > lib/alloc: return a zeroed page from alloc_page > lib/x86/vm: enable malloc and friends > > lib/alloc.c | 50 ++++++++++++++++++++++++++++++++++++------- > lib/alloc.h | 10 +++++++++ > lib/x86/vm.c | 61 ++++++++++++++++++++++++----------------------------- > lib/x86/vm.h | 2 +- > x86/Makefile.common | 1 + > x86/vmx.c | 6 ------ > x86/vmx_tests.c | 9 -------- > 7 files changed, 81 insertions(+), 58 deletions(-) > > -- > 2.7.4 > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html