index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
2018-08-03
mm: vmalloc: avoid racy handling of debugobjects in vunmap
Chintan Pandya
2017-07-05
mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings
Ard Biesheuvel
2016-10-07
mm: consolidate warn_alloc_failed users
Michal Hocko
2016-10-07
mm/vmalloc.c: fix align value calculation error
zijun_hu
2016-07-26
mm: charge/uncharge kmemcg from generic page allocator paths
Vladimir Davydov
2016-06-03
mm: fix overflow in vm_map_ram()
Guillermo Julián Moreno
2016-05-23
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-05-20
mm/vmalloc: keep a separate lazy-free list
Chris Wilson
2016-04-11
Merge tag 'v4.6-rc3' into drm-intel-next-queued
Daniel Vetter
2016-04-05
mm/vmap: Add a notifier for when we run out of vmap address space
Chris Wilson
2016-03-17
mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignment
Shawn Lin
2016-03-17
mm: coalesce split strings
Joe Perches
2016-03-17
mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting
Joonsoo Kim
2016-01-15
mm/vmalloc.c: use macro IS_ALIGNED to judge the aligment
Wang Xiaoqiang
2016-01-14
mm, vmalloc: remove VM_VPAGES
David Rientjes
2016-01-14
mm/vmalloc.c: use list_{next,first}_entry
Geliang Tang
2016-01-14
vmalloc: allow to account vmalloc to memcg
Vladimir Davydov
2015-11-20
mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()
Jerome Marchand
2015-11-06
mm: page_alloc: hide some GFP internals and document the bits and flag combin...
Mel Gorman
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-05
mm/vmalloc: use offset_in_page macro
Alexander Kuleshov
2015-11-01
mm: get rid of 'vmalloc_info' from /proc/meminfo
Linus Torvalds
2015-04-15
mm/vmalloc: get rid of dirty bitmap inside vmap_block structure
Roman Pen
2015-04-15
mm/vmalloc: occupy newly allocated vmap block just after allocation
Roman Pen
2015-04-15
mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...
Roman Pen
2015-04-14
mm: change vunmap to tear down huge KVA mappings
Toshi Kani
2015-04-14
mm: change __get_vm_area_node() to use fls_long()
Toshi Kani
2015-03-12
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
2015-02-13
mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
Andrey Ryabinin
2015-02-13
mm: vmalloc: add flag preventing guard hole allocation
Andrey Ryabinin
2014-12-13
mm/vmalloc.c: fix memory ordering bug
Dmitry Vyukov
2014-12-10
mm/vmalloc.c: replace printk with pr_warn
Pintu Kumar
2014-10-09
mm/vmalloc.c: use seq_open_private() instead of seq_open()
Rob Jones
2014-08-06
mm/vmalloc.c: clean up map_vm_area third argument
WANG Chao
2014-08-06
mm, vmalloc: constify allocation mask
David Rientjes
2014-08-06
mm/vmalloc.c: add a schedule point to vmalloc()
Eric Dumazet
2014-08-06
vmalloc: use rcu list iterator to reduce vmap_area_lock contention
Joonsoo Kim
2014-06-04
mm/vmalloc.c: export unmap_kernel_range()
Minchan Kim
2014-06-04
mm/vmalloc.c: replace seq_printf by seq_puts
Fabian Frederick
2014-06-04
mm: replace __get_cpu_var uses with this_cpu_ptr
Christoph Lameter
2014-04-07
mm/vmalloc.c: enhance vm_map_ram() comment
Gioh Kim
2014-04-07
mm: use macros from compiler.h instead of __attribute__((...))
Gideon Israel Dsouza
2014-01-27
Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"
malc
2014-01-21
mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}
Jianyu Zhan
2013-11-13
mm: kmemleak: avoid false negatives on vmalloc'ed objects
Catalin Marinas
2013-11-13
revert mm/vmalloc.c: emit the failure message before return
Wanpeng Li
2013-11-13
mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show inste...
Wanpeng Li
2013-11-13
mm/vmalloc: fix show vmap_area information race with vmap_area tear down
Wanpeng Li
2013-11-13
mm/vmalloc: don't set area->caller twice
Wanpeng Li
2013-11-13
mm/vmalloc: use NUMA_NO_NODE
Jianguo Wu
[next]