> The code for vmalloc allocates the pages at vmalloc time, not after. The > TLB is populated lazily, but most definately not the page tables. Is the lazy tlb population interrupt safe or do I need to change any driver using vmalloced memory from an IRQ ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: kmalloc() allocation. Rik van Riel
- Re: kmalloc() allocation. Ingo Oeser
- Re: kmalloc() allocation. afei
- Re: kmalloc() allocation. Alan Cox
- Re: kmalloc() allocation. Richard B. Johnson
- Re: kmalloc() allocation. H. Peter Anvin
- Re: kmalloc() allocation. Brian Gerst
- Re: kmalloc() allocation. Andi Kleen
- Re: kmalloc() allocation. Brian Gerst
- Re: kmalloc() allocation. kernel
- Re: kmalloc() allocation. Alan Cox
- Re: kmalloc() allocation. kernel
- Re: kmalloc() allocation. Tigran Aivazian
- Re: kmalloc() allocation. Andi Kleen
- Re: kmalloc() allocation. Tigran Aivazian
- Re: kmalloc() allocation. Andi Kleen
- Re: kmalloc() allocation. Mark W. McClelland