First enable the CONFIG_LLFREE option (make O=build-llfree-vm LLVM=1 menuconfig).
Currently only x86_64 has been tested.
First, load git submodules:
git submodule update --initThen the Kernel can be build as usual:
make O=build-llfree-vmFor baseline Linux with the buddy allocator:
make O=build-buddy-vm
The llfree module can be found in mm/llfree. It consists of the llfree-c library and a small wrapper.