Commit Graph

109 Commits (e5953cbdff26f7cbae7eff30cd9b18c4e19b7594)

Author SHA1 Message Date
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
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 17 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