| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-05-12 | mm, vmalloc: fix vmalloc users tracking properly | Michal Hocko | 1 | -1/+18 |
| 2017-05-11 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
| 2017-05-11 | mm: Silence vmap() allocation failures based on caller gfp_flags | Florian Fainelli | 1 | -1/+1 |
| 2017-05-08 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 1 | -7/+7 |
| 2017-05-08 | mm, vmalloc: properly track vmalloc users | Michal Hocko | 1 | -11/+1 |
| 2017-05-08 | mm: introduce kv[mz]alloc helpers | Michal Hocko | 1 | -1/+8 |
| 2017-05-02 | Merge tag 'docs-4.12' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2017-04-02 | kernel-api.rst: fix a series of errors when parsing C files | mchehab@s-opensource.com | 1 | -1/+1 |
| 2017-03-16 | mm: don't warn when vmalloc() fails due to a fatal signal | Dmitry Vyukov | 1 | -1/+2 |
| 2017-03-09 | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 1 | -21/+60 |
| 2017-03-03 | sched/headers: Move task_struct::signal and task_struct::sighand types and ac... | Ingo Molnar | 1 | -1/+1 |
| 2017-02-24 | mm: cleanups for printing phys_addr_t and dma_addr_t | Miles Chen | 1 | -1/+1 |
| 2017-02-24 | vmalloc: back off when the current task is killed | Michal Hocko | 1 | -0/+5 |
| 2017-02-22 | mm, page_alloc: warn_alloc print nodemask | Michal Hocko | 1 | -2/+2 |
| 2017-02-22 | mm/vmalloc.c: use rb_entry_safe | Geliang Tang | 1 | -1/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-12 | mm: add preempt points into __purge_vmap_area_lazy() | Joel Fernandes | 1 | -5/+9 |
| 2016-12-12 | mm: turn vmap_purge_lock into a mutex | Christoph Hellwig | 1 | -7/+7 |
| 2016-12-12 | mm: mark all calls into the vmalloc subsystem as potentially sleeping | Christoph Hellwig | 1 | -1/+6 |
| 2016-12-12 | mm: add vfree_atomic() | Andrey Ryabinin | 1 | -6/+36 |
| 2016-12-12 | mm: refactor __purge_vmap_area_lazy() | Christoph Hellwig | 1 | -45/+35 |
| 2016-12-12 | mm: remove free_unmap_vmap_area_addr() | Christoph Hellwig | 1 | -13/+8 |
| 2016-12-12 | mm: remove free_unmap_vmap_area_noflush() | Christoph Hellwig | 1 | -11/+2 |
| 2016-12-12 | mm/vmalloc.c: simplify /proc/vmallocinfo implementation | zijun_hu | 1 | -22/+5 |
| 2016-10-07 | mm: consolidate warn_alloc_failed users | Michal Hocko | 1 | -8/+6 |
| 2016-10-07 | mm/vmalloc.c: fix align value calculation error | zijun_hu | 1 | -4/+4 |
| 2016-07-26 | mm: charge/uncharge kmemcg from generic page allocator paths | Vladimir Davydov | 1 | -3/+3 |
| 2016-06-03 | mm: fix overflow in vm_map_ram() | Guillermo Julián Moreno | 1 | -4/+5 |
| 2016-05-23 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+27 |
| 2016-05-20 | mm/vmalloc: keep a separate lazy-free list | Chris Wilson | 1 | -20/+19 |
| 2016-04-11 | Merge tag 'v4.6-rc3' into drm-intel-next-queued | Daniel Vetter | 1 | -16/+15 |
| 2016-04-05 | mm/vmap: Add a notifier for when we run out of vmap address space | Chris Wilson | 1 | -0/+27 |
| 2016-03-17 | mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignment | Shawn Lin | 1 | -1/+1 |
| 2016-03-17 | mm: coalesce split strings | Joe Perches | 1 | -2/+2 |
| 2016-03-17 | mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim | 1 | -13/+12 |
| 2016-01-15 | mm/vmalloc.c: use macro IS_ALIGNED to judge the aligment | Wang Xiaoqiang | 1 | -2/+2 |
| 2016-01-14 | mm, vmalloc: remove VM_VPAGES | David Rientjes | 1 | -6/+2 |
| 2016-01-14 | mm/vmalloc.c: use list_{next,first}_entry | Geliang Tang | 1 | -5/+4 |
| 2016-01-14 | vmalloc: allow to account vmalloc to memcg | Vladimir Davydov | 1 | -3/+3 |
| 2015-11-20 | mm: vmalloc: don't remove inexistent guard hole in remove_vm_area() | Jerome Marchand | 1 | -3/+2 |
| 2015-11-06 | mm: page_alloc: hide some GFP internals and document the bits and flag combin... | Mel Gorman | 1 | -0/+2 |
| 2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -1/+1 |
| 2015-11-05 | mm/vmalloc: use offset_in_page macro | Alexander Kuleshov | 1 | -6/+6 |
| 2015-11-01 | mm: get rid of 'vmalloc_info' from /proc/meminfo | Linus Torvalds | 1 | -47/+0 |
| 2015-04-15 | mm/vmalloc: get rid of dirty bitmap inside vmap_block structure | Roman Pen | 1 | -18/+17 |
| 2015-04-15 | mm/vmalloc: occupy newly allocated vmap block just after allocation | Roman Pen | 1 | -21/+37 |
| 2015-04-15 | mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all... | Roman Pen | 1 | -1/+1 |
| 2015-04-14 | mm: change vunmap to tear down huge KVA mappings | Toshi Kani | 1 | -0/+4 |
| 2015-04-14 | mm: change __get_vm_area_node() to use fls_long() | Toshi Kani | 1 | -1/+3 |
| 2015-03-12 | kasan, module, vmalloc: rework shadow allocation for modules | Andrey Ryabinin | 1 | -0/+1 |
| 2015-02-13 | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() | Andrey Ryabinin | 1 | -4/+6 |
| 2015-02-13 | mm: vmalloc: add flag preventing guard hole allocation | Andrey Ryabinin | 1 | -4/+2 |
| 2014-12-13 | mm/vmalloc.c: fix memory ordering bug | Dmitry Vyukov | 1 | -2/+2 |
| 2014-12-10 | mm/vmalloc.c: replace printk with pr_warn | Pintu Kumar | 1 | -2/+1 |
| 2014-10-09 | mm/vmalloc.c: use seq_open_private() instead of seq_open() | Rob Jones | 1 | -15/+5 |
| 2014-08-06 | mm/vmalloc.c: clean up map_vm_area third argument | WANG Chao | 1 | -9/+5 |
| 2014-08-06 | mm, vmalloc: constify allocation mask | David Rientjes | 1 | -4/+4 |
| 2014-08-06 | mm/vmalloc.c: add a schedule point to vmalloc() | Eric Dumazet | 1 | -0/+2 |
| 2014-08-06 | vmalloc: use rcu list iterator to reduce vmap_area_lock contention | Joonsoo Kim | 1 | -3/+3 |
| 2014-06-04 | mm/vmalloc.c: export unmap_kernel_range() | Minchan Kim | 1 | -0/+1 |
| 2014-06-04 | mm/vmalloc.c: replace seq_printf by seq_puts | Fabian Frederick | 1 | -5/+5 |
| 2014-06-04 | mm: replace __get_cpu_var uses with this_cpu_ptr | Christoph Lameter | 1 | -1/+1 |
| 2014-04-07 | mm/vmalloc.c: enhance vm_map_ram() comment | Gioh Kim | 1 | -0/+6 |
| 2014-04-07 | mm: use macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza | 1 | -1/+3 |
| 2014-01-27 | Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}" | malc | 1 | -10/+10 |
| 2014-01-21 | mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page} | Jianyu Zhan | 1 | -10/+10 |
| 2013-11-13 | mm: kmemleak: avoid false negatives on vmalloc'ed objects | Catalin Marinas | 1 | -4/+10 |
| 2013-11-13 | revert mm/vmalloc.c: emit the failure message before return | Wanpeng Li | 1 | -1/+1 |
| 2013-11-13 | mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show inste... | Wanpeng Li | 1 | -5/+5 |
| 2013-11-13 | mm/vmalloc: fix show vmap_area information race with vmap_area tear down | Wanpeng Li | 1 | -8/+5 |
| 2013-11-13 | mm/vmalloc: don't set area->caller twice | Wanpeng Li | 1 | -4/+3 |
| 2013-11-13 | mm/vmalloc: use NUMA_NO_NODE | Jianguo Wu | 1 | -1/+1 |
| 2013-09-11 | mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm area | Wanpeng Li | 1 | -6/+6 |
| 2013-09-11 | mm, vmalloc: use well-defined find_last_bit() func | Joonsoo Kim | 1 | -9/+6 |
| 2013-09-11 | mm, vmalloc: remove useless variable in vmap_block | Joonsoo Kim | 1 | -2/+0 |
| 2013-07-09 | mm/vmalloc.c: fix an overflow bug in alloc_vmap_area() | Zhang Yanfei | 1 | -3/+3 |
| 2013-07-09 | vfree: don't schedule free_work() if llist_add() returns false | Oleg Nesterov | 1 | -3/+2 |
| 2013-07-09 | mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info | Zhang Yanfei | 1 | -5/+5 |
| 2013-07-09 | mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED | Zhang Yanfei | 1 | -9/+9 |
| 2013-07-09 | mm/vmalloc.c: emit the failure message before return | Zhang Yanfei | 1 | -1/+1 |
| 2013-07-09 | mm/vmalloc.c: remove alloc_map from vmap_block | Zhang Yanfei | 1 | -3/+0 |
| 2013-07-09 | mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu | Zhang Yanfei | 1 | -5/+0 |
| 2013-07-09 | mm/vmalloc.c: remove dead code in vb_alloc | Zhang Yanfei | 1 | -15/+1 |
| 2013-07-09 | mm/vmalloc.c: unbreak __vunmap() | Dan Carpenter | 1 | -1/+1 |
| 2013-07-03 | mm, vmalloc: use clamp() to simplify code | Zhang Yanfei | 1 | -10/+2 |
| 2013-07-03 | mm, vmalloc: remove insert_vmalloc_vm() | Zhang Yanfei | 1 | -7/+0 |
| 2013-07-03 | mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm() | Zhang Yanfei | 1 | -2/+2 |
| 2013-07-03 | mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node() | Zhang Yanfei | 1 | -10/+1 |
| 2013-07-03 | vmalloc: introduce remap_vmalloc_range_partial | HATAYAMA Daisuke | 1 | -22/+45 |
| 2013-07-03 | vmalloc: make find_vm_area check in range | HATAYAMA Daisuke | 1 | -1/+1 |
| 2013-05-07 | mm/vmalloc.c: add vfree comment | Andrew Morton | 1 | -0/+2 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+40 |
| 2013-04-29 | kexec, vmalloc: export additional vmalloc layer information | Atsushi Kumagai | 1 | -11/+0 |
| 2013-04-29 | mm, vmalloc: remove list management of vmlist after initializing vmalloc | Joonsoo Kim | 1 | -40/+12 |
| 2013-04-29 | mm, vmalloc: export vmap_area_list, instead of vmlist | Joonsoo Kim | 1 | -5/+6 |
| 2013-04-29 | mm, vmalloc: iterate vmap_area_list, instead of vmlist, in vmallocinfo() | Joonsoo Kim | 1 | -13/+42 |
| 2013-04-29 | mm, vmalloc: iterate vmap_area_list in get_vmalloc_info() | Joonsoo Kim | 1 | -26/+30 |
| 2013-04-29 | mm, vmalloc: iterate vmap_area_list, instead of vmlist in vread/vwrite() | Joonsoo Kim | 1 | -16/+32 |
| 2013-04-29 | mm, vmalloc: protect va->vm by vmap_area_lock | Joonsoo Kim | 1 | -0/+7 |
| 2013-04-29 | mm, vmalloc: move get_vmalloc_info() to vmalloc.c | Joonsoo Kim | 1 | -0/+44 |
| 2013-03-10 | make vfree() safe to call from interrupt contexts | Al Viro | 1 | -5/+40 |
| 2013-02-23 | mm: use NUMA_NO_NODE | David Rientjes | 1 | -15/+18 |
| 2012-12-11 | mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD | Kirill A. Shutemov | 1 | -2/+2 |
| 2012-10-09 | mm: use %pK for /proc/vmallocinfo | Kees Cook | 1 | -1/+1 |
| 2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -2/+1 |
| 2012-07-31 | mm: make vb_alloc() more foolproof | Jan Kara | 1 | -0/+8 |
| 2012-07-31 | vmalloc: walk vmap_areas by sorted list instead of rb_next() | Hong zhi guo | 1 | -4/+4 |
| 2012-07-30 | Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows... | Linus Torvalds | 1 | -10/+18 |
| 2012-07-30 | ARM: dma-mapping: remove custom consistent dma region | Marek Szyprowski | 1 | -1/+9 |
| 2012-07-30 | mm: vmalloc: use const void * for caller argument | Marek Szyprowski | 1 | -9/+9 |
| 2012-07-24 | vmalloc: remove KM_USER0 from comments | Cong Wang | 1 | -6/+2 |
| 2012-05-29 | mm: fix faulty initialization in vmalloc_init() | KyongHo | 1 | -1/+2 |
| 2012-05-29 | mm: use kcalloc() instead of kzalloc() to allocate array | Thomas Meyer | 1 | -2/+2 |
| 2012-03-20 | mm: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -4/+4 |
| 2012-01-12 | mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error path | Kautuk Consul | 1 | -5/+4 |
| 2012-01-10 | mm/vmalloc.c: change void* into explict vm_struct* | Minchan Kim | 1 | -4/+4 |
| 2012-01-05 | Merge branch 'devel-stable' into for-linus | Russell King | 1 | -2/+27 |
| 2011-12-20 | mm/vmalloc.c: remove static declaration of va from __get_vm_area_node | Kautuk Consul | 1 | -1/+1 |
| 2011-12-09 | mm: vmalloc: check for page allocation failure before vmlist insertion | Mel Gorman | 1 | -0/+2 |
| 2011-12-05 | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s... | Russell King | 1 | -2/+27 |
| 2011-11-18 | mm: add vm_area_add_early() | Nicolas Pitre | 1 | -2/+27 |
| 2011-11-16 | xen: map foreign pages for shared rings by updating the PTEs directly | David Vrabel | 1 | -14/+13 |
| 2011-10-31 | mm/vmalloc.c: report more vmalloc failures | Joe Perches | 1 | -3/+8 |
| 2011-10-31 | mm: neaten warn_alloc_failed | Joe Perches | 1 | -2/+2 |
| 2011-10-31 | mm: avoid null pointer access in vm_struct via /proc/vmallocinfo | Mitsuo Hayasaka | 1 | -17/+48 |
| 2011-09-14 | mm: sync vmalloc address space page tables in alloc_vm_area() | David Vrabel | 1 | -0/+8 |
| 2011-08-14 | mm: fix wrong vmap address calculations with odd NR_CPUS values | Clemens Ladisch | 1 | -3/+4 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-07-20 | vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu() | Lai Jiangshan | 1 | -8/+1 |
| 2011-07-20 | vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu() | Lai Jiangshan | 1 | -8/+1 |
| 2011-05-26 | Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -4/+0 |
| 2011-05-25 | mm: print vmalloc() state after allocation failures | Dave Hansen | 1 | -2/+7 |
| 2011-05-25 | mm/vmalloc: remove guard page from between vmap blocks | Johannes Weiner | 1 | -3/+3 |
| 2011-05-20 | vmalloc: remove vmalloc_sync_all() from alloc_vm_area() | Jeremy Fitzhardinge | 1 | -4/+0 |
| 2011-03-22 | vmalloc: remove confusing comment on vwrite() | Namhyung Kim | 1 | -2/+0 |
| 2011-03-22 | mm: vmap area cache | Nick Piggin | 1 | -52/+104 |
| 2011-01-13 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -0/+1 |
| 2011-01-13 | vmalloc: remove redundant unlikely() | Tobias Klauser | 1 | -1/+1 |
| 2011-01-13 | mm: unify module_alloc code for vmalloc | David Rientjes | 1 | -21/+29 |
| 2011-01-13 | mm: remove gfp mask from pcpu_get_vm_areas | David Rientjes | 1 | -12/+9 |
| 2011-01-13 | mm: remove unused get_vm_area_node | David Rientjes | 1 | -7/+0 |
| 2011-01-13 | mm: convert sprintf_symbol to %pS | Joe Perches | 1 | -7/+2 |
| 2011-01-12 | ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support | Huang Ying | 1 | -0/+1 |
| 2010-12-02 | vmalloc: eagerly clear ptes on vunmap | Jeremy Fitzhardinge | 1 | -11/+17 |
| 2010-10-26 | mm: add vzalloc() and vzalloc_node() helpers | Dave Young | 1 | -2/+44 |
| 2010-10-26 | vmalloc: annotate lock context change on s_start/stop() | Namhyung Kim | 1 | -0/+2 |
| 2010-10-26 | vmalloc: rename temporary variable in __insert_vmap_area() | Namhyung Kim | 1 | -4/+4 |
| 2010-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -0/+2 |
| 2010-09-17 | mm, x86: Saving vmcore with non-lazy freeing of vmas | Cliff Wickman | 1 | -0/+9 |
| 2010-09-08 | vmalloc: pcpu_get/free_vm_areas() aren't needed on UP | Tejun Heo | 1 | -0/+2 |
| 2010-08-12 | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+4 |
| 2010-08-09 | mm/vmalloc.c: check kmalloc() return value | Kulikov Vasiliy | 1 | -1/+4 |
| 2010-08-09 | mm: use ERR_CAST | Julia Lawall | 1 | -1/+1 |
| 2010-07-27 | vmap: add flag to allow lazy unmap to be disabled at runtime | Jeremy Fitzhardinge | 1 | -0/+4 |
| 2010-07-09 | x86, ioremap: Fix incorrect physical address handling in PAE mode | Kenji Kaneshige | 1 | -1/+1 |
| 2010-02-02 | mm: purge fragmented percpu vmap blocks | Nick Piggin | 1 | -11/+81 |
| 2010-02-02 | mm: percpu-vmap fix RCU list walking | Nick Piggin | 1 | -14/+6 |
| 2010-01-21 | vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE | Yongseok Koh | 1 | -3/+1 |
| 2009-12-15 | vmalloc(): adjust gfp mask passed on nested vmalloc() invocation | Jan Beulich | 1 | -4/+3 |
| 2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -2/+2 |
| 2009-10-29 | vmalloc: fix use of non-existent percpu variable in put_cpu_var() | Tejun Heo | 1 | -2/+2 |
| 2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
| 2009-10-08 | Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -22/+26 |
| 2009-10-08 | mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBA | David Miller | 1 | -22/+26 |
| 2009-10-08 | mm: includecheck fix: vmalloc.c | Jaswinder Singh Rajput | 1 | -1/+0 |
| 2009-09-23 | kcore: register module area in generic way | KAMEZAWA Hiroyuki | 1 | -1/+1 |
| 2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -2/+2 |
| 2009-09-22 | kcore: fix vread/vwrite to be aware of holes | KAMEZAWA Hiroyuki | 1 | -23/+176 |
| 2009-09-22 | vmalloc: unmap vmalloc area after hiding it | KAMEZAWA Hiroyuki | 1 | -5/+9 |
| 2009-09-22 | vmalloc.c: fix double error checking | Figo.zhang | 1 | -3/+1 |
| 2009-08-14 | vmalloc: implement pcpu_get_vm_areas() | Tejun Heo | 1 | -0/+293 |
| 2009-08-14 | vmalloc: separate out insert_vmalloc_vm() | Tejun Heo | 1 | -21/+24 |
| 2009-06-11 | Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 | Linus Torvalds | 1 | -3/+27 |
| 2009-06-11 | vmalloc: use kzalloc() instead of alloc_bootmem() | Pekka Enberg | 1 | -2/+1 |
| 2009-06-11 | kmemleak: Add the vmalloc memory allocation/freeing hooks | Catalin Marinas | 1 | -3/+27 |
| 2009-05-06 | alloc_vmap_area: fix memory leak | Ralph Wuerthner | 1 | -0/+1 |
| 2009-04-01 | vmap: remove needless lock and list in vmap | MinChan Kim | 1 | -16/+3 |
| 2009-03-04 | Merge branch 'x86/core' into core/percpu | Ingo Molnar | 1 | -1/+12 |
| 2009-03-01 | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 1 | -1/+9 |
| 2009-02-27 | mm: fix lazy vmap purging (use-after-free error) | Vegard Nossum | 1 | -1/+2 |
| 2009-02-27 | mm: vmap fix overflow | Nick Piggin | 1 | -0/+7 |
| 2009-02-26 | Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu... | Ingo Molnar | 1 | -0/+3 |
| 2009-02-25 | x86: make vmap yell louder when it is used under irqs_disabled() | Peter Zijlstra | 1 | -0/+3 |
| 2009-02-24 | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 1 | -3/+91 |
| 2009-02-24 | vmalloc: add @align to vm_area_register_early() | Tejun Heo | 1 | -4/+7 |
| 2009-02-20 | vmalloc: call flush_cache_vunmap() from unmap_kernel_range() | Tejun Heo | 1 | -0/+2 |
| 2009-02-20 | vmalloc: add un/map_kernel_range_noflush() | Tejun Heo | 1 | -3/+64 |
| 2009-02-20 | vmalloc: implement vm_area_register_early() | Tejun Heo | 1 | -0/+24 |
| 2009-02-20 | vmalloc: call flush_cache_vunmap() from unmap_kernel_range() | Tejun Heo | 1 | -0/+2 |
| 2009-02-18 | vmalloc: add __get_vm_area_caller() | Benjamin Herrenschmidt | 1 | -0/+8 |
| 2009-01-15 | revert "mm: vmalloc use mutex for purge" | Andrew Morton | 1 | -5/+4 |
| 2009-01-15 | alpha: fix vmalloc breakage | Ivan Kokshaysky | 1 | -0/+11 |
| 2009-01-06 | mm: vmalloc make lazy unmapping configurable | Nick Piggin | 1 | -0/+24 |
| 2009-01-06 | mm: vmalloc use mutex for purge | Nick Piggin | 1 | -4/+5 |
| 2009-01-06 | mm: vmalloc improve vmallocinfo | Glauber Costa | 1 | -4/+8 |
| 2009-01-06 | mm: vmalloc tweak failure printk | Glauber Costa | 1 | -2/+3 |
| 2009-01-04 | vmalloc.c: fix flushing in vmap_page_range() | Adam Lackorzynski | 1 | -2/+3 |
| 2008-12-10 | KSYM_SYMBOL_LEN fixes | Hugh Dickins | 1 | -1/+1 |
| 2008-12-01 | mm: vmalloc fix lazy unmapping cache aliasing | Nick Piggin | 1 | -4/+16 |
| 2008-11-19 | mm: vmalloc search restart fix | Glauber Costa | 1 | -2/+2 |