Top "Vmalloc" questions

What is the difference between vmalloc and kmalloc?

I've googled around and found most people advocating the use of kmalloc, as you're guaranteed to get contiguous physical blocks …

c linux-kernel kmalloc vmalloc
Is there a size limit for kernel module in linux?

I have a problem loading a kernel module, there is a large data structure, around the size of 2Gb of …

linux-kernel kernel-module vmalloc