Commit Graph

84 Commits (fc240e3fc5791c572402b0857948da7b1e68d77f)

Author SHA1 Message Date
Ralph Wuerthner 2498ce42d3 alloc_vmap_area: fix memory leak 16 years ago
MinChan Kim d086817dc0 vmap: remove needless lock and list in vmap 16 years ago
Vegard Nossum cbb766766f mm: fix lazy vmap purging (use-after-free error) 16 years ago
Nick Piggin 7766970cc1 mm: vmap fix overflow 16 years ago
Peter Zijlstra 34754b69a6 x86: make vmap yell louder when it is used under irqs_disabled() 16 years ago
Tejun Heo c0c0a29379 vmalloc: add @align to vm_area_register_early() 16 years ago
Tejun Heo f6fcba7014 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() 16 years ago
Tejun Heo 8fc4898500 vmalloc: add un/map_kernel_range_noflush() 16 years ago
Tejun Heo f0aa661790 vmalloc: implement vm_area_register_early() 16 years ago
Tejun Heo 734269521e vmalloc: call flush_cache_vunmap() from unmap_kernel_range() 16 years ago
Benjamin Herrenschmidt c296861291 vmalloc: add __get_vm_area_caller() 16 years ago
Andrew Morton 46666d8ac4 revert "mm: vmalloc use mutex for purge" 16 years ago
Ivan Kokshaysky 822c18f2e3 alpha: fix vmalloc breakage 16 years ago
Nick Piggin cd52858c73 mm: vmalloc make lazy unmapping configurable 16 years ago
Nick Piggin e97a630eb0 mm: vmalloc use mutex for purge 16 years ago
Glauber Costa 8487784833 mm: vmalloc improve vmallocinfo 16 years ago
Glauber Costa c1279c4ef3 mm: vmalloc tweak failure printk 16 years ago
Adam Lackorzynski 2e4e27c7d0 vmalloc.c: fix flushing in vmap_page_range() 16 years ago
Hugh Dickins 9c24624727 KSYM_SYMBOL_LEN fixes 16 years ago
Nick Piggin b29acbdcf8 mm: vmalloc fix lazy unmapping cache aliasing 16 years ago
Glauber Costa 0ae15132a4 mm: vmalloc search restart fix 16 years ago
Nick Piggin 496850e5f5 mm: vmalloc failure flush fix 16 years ago
Nick Piggin f011c2dae6 mm: vmalloc allocator off by one 16 years ago
Jeremy Fitzhardinge 9b46333406 vmap: cope with vm_unmap_aliases before vmalloc_init() 16 years ago
Russell King ab4f2ee130 [ARM] fix naming of MODULE_START / MODULE_END 16 years ago
Randy Dunlap e99c97ade5 mm: fix kernel-doc function notation 16 years ago
Alexey Dobriyan 5f6a6a9c4e proc: move /proc/vmallocinfo to mm/vmalloc.c 17 years ago
Huang Weiyi a50c22eed5 mm: remove duplicated #include's 17 years ago
Nick Piggin db64fe0225 mm: rewrite vmap layer 17 years ago
Linus Torvalds 73bdf0a60e Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUAL 17 years ago
Arjan van de Ven 4c8573e25f Use WARN() in mm/vmalloc.c 17 years ago
Eric Dumazet a47a126ad5 vmallocinfo: add NUMA information 17 years ago
Ingo Molnar 7aa413def7 x86, MM: virtual address debug, cleanups 17 years ago
Jiri Slaby 59ea746337 MM: virtual address debug 17 years ago
Randy Dunlap c85d194bfd docbook: fix vmalloc missing parameter notation 17 years ago
Thomas Gleixner 3ac7fe5a4a infrastructure to debug (dynamic) objects 17 years ago
Christoph Lameter 2301696932 vmallocinfo: add caller information 17 years ago
Christoph Lameter a10aa57987 vmalloc: show vmalloced areas via /proc/vmallocinfo 17 years ago
Randy Dunlap 7682486b3e mm: fix various kernel-doc comments 17 years ago
Martin Schwidefsky 2f569afd9c CONFIG_HIGHPTE vs. sub-page page tables. 17 years ago
Robert Bragg 5dc3318528 mm: don't allow ioremapping of ranges larger than vmalloc space 17 years ago
Adrian Bunk e31d9eb5c1 make __vmalloc_area_node() static 17 years ago
Christoph Lameter bf53d6f8fa vmalloc: clean up page array indexing 17 years ago
Christoph Lameter b3bdda02aa vmalloc: add const to void* parameters 17 years ago
Christoph Lameter 48667e7a43 Move vmalloc_to_page() to mm/vmalloc. 17 years ago
Simon Arlott 183ff22bb6 spelling fixes: mm/ 18 years ago
Christoph Lameter 6cb062296f Categorize GFP flags 18 years ago
Rusty Russell 5992b6dac0 lguest: export symbols for lguest as a module 18 years ago
Benjamin Herrenschmidt 7ac674f527 vmalloc_32 should use GFP_KERNEL 18 years ago
Jeremy Fitzhardinge 5f4352fbff Allocate and free vmalloc areas 18 years ago