On Tue, Aug 12, 2014 at 08:00:54AM +0300, Oren Twaig wrote: > <html style="direction: ltr;"> plain/text, please. >Hello, > >Does memory allocated using vmalloc() will be mapped using huge >pages either directly or later by THP ? No. It's neither aligned properly, nor physically contiguous. >If not, is there any fast way to change this behavior ? Maybe by >changing the granularity/alignment of such allocations to allow such >mapping ? What's the point to use vmalloc() in this case? -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>