Commit Graph

116 Commits (b4fe2a03422e6bd20bd8df5e428109a85c9ea961)

Author SHA1 Message Date
Jeremy Fitzhardinge 64141da587 vmalloc: eagerly clear ptes on vunmap 14 years ago
Dave Young e1ca7788de mm: add vzalloc() and vzalloc_node() helpers 15 years ago
Namhyung Kim e199b5d1fe vmalloc: annotate lock context change on s_start/stop() 15 years ago
Namhyung Kim 170168d0a3 vmalloc: rename temporary variable in __insert_vmap_area() 15 years ago
Tejun Heo 0bc1406241 vmalloc: pcpu_get/free_vm_areas() aren't needed on UP 15 years ago
Cliff Wickman 3ee48b6af4 mm, x86: Saving vmcore with non-lazy freeing of vmas 15 years ago
Tejun Heo 4f8b02b4e5 vmalloc: pcpu_get/free_vm_areas() aren't needed on UP 15 years ago
Kulikov Vasiliy 51980ac9e7 mm/vmalloc.c: check kmalloc() return value 15 years ago
Julia Lawall e7d8634079 mm: use ERR_CAST 15 years ago
Jeremy Fitzhardinge a0d40c8025 vmap: add flag to allow lazy unmap to be disabled at runtime 15 years ago
Kenji Kaneshige ffa71f33a8 x86, ioremap: Fix incorrect physical address handling in PAE mode 15 years ago
Nick Piggin 02b709df81 mm: purge fragmented percpu vmap blocks 15 years ago
Nick Piggin de5604231c mm: percpu-vmap fix RCU list walking 15 years ago
Yongseok Koh 88f5004430 vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE 15 years ago
Jan Beulich 976d6dfbb0 vmalloc(): adjust gfp mask passed on nested vmalloc() invocation 15 years ago
Tejun Heo 3f04ba8595 vmalloc: fix use of non-existent percpu variable in put_cpu_var() 16 years ago
Alexey Dobriyan d43c36dc6b headers: remove sched.h from interrupt.h 16 years ago
David Miller 2dca6999ee mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBA 16 years ago
Jaswinder Singh Rajput 3700c155af mm: includecheck fix: vmalloc.c 16 years ago
KAMEZAWA Hiroyuki 81ac3ad906 kcore: register module area in generic way 16 years ago
Jan Beulich 4481374ce8 mm: replace various uses of num_physpages by totalram_pages 16 years ago
KAMEZAWA Hiroyuki d0107eb073 kcore: fix vread/vwrite to be aware of holes 16 years ago
KAMEZAWA Hiroyuki dd32c27998 vmalloc: unmap vmalloc area after hiding it 16 years ago
Figo.zhang bf88c8c83e vmalloc.c: fix double error checking 16 years ago
Tejun Heo ca23e405e0 vmalloc: implement pcpu_get_vm_areas() 16 years ago
Tejun Heo cf88c79006 vmalloc: separate out insert_vmalloc_vm() 16 years ago
Pekka Enberg 43ebdac42f vmalloc: use kzalloc() instead of alloc_bootmem() 16 years ago
Catalin Marinas 89219d37a2 kmemleak: Add the vmalloc memory allocation/freeing hooks 16 years ago
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