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
/
slub.c
Age
Commit message (
Expand
)
Author
2019-01-08
kasan: make tag based mode work with CONFIG_HARDENED_USERCOPY
Andrey Konovalov
2018-12-28
mm/slub.c: record final state of slub action in deactivate_slab()
Wei Yang
2018-12-28
mm/slub.c: page is always non-NULL in node_match()
Wei Yang
2018-12-28
mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab()
Wei Yang
2018-12-28
kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
Andrey Konovalov
2018-12-28
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
2018-12-28
kasan, slub: handle pointer tags in early_kmem_cache_node_alloc
Andrey Konovalov
2018-12-28
kasan, mm: change hooks signatures
Andrey Konovalov
2018-10-26
mm, slab: combine kmalloc_caches and kmalloc_dma_caches
Vlastimil Babka
2018-10-26
slub: extend slub debug to handle multiple slabs
Aaron Tomlin
2018-10-26
mm/slub.c: switch to bitmap_zalloc()
Andy Shevchenko
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
2018-08-17
mm, slub: restore the original intention of prefetch_freepointer()
Vlastimil Babka
2018-06-28
slub: fix failure when we delete and create a slab cache
Mikulas Patocka
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-07
slub: remove 'reserved' file from sysfs
Matthew Wilcox
2018-06-07
slub: remove kmem_cache->reserved
Matthew Wilcox
2018-06-07
slab,slub: remove rcu_head size checks
Matthew Wilcox
2018-06-07
mm: move lru union within struct page
Matthew Wilcox
2018-06-07
mm: move 'private' union within struct page
Matthew Wilcox
2018-06-07
mm: switch s_mem and slab_cache in struct page
Matthew Wilcox
2018-06-07
mm/slub: remove obsolete comment
Canjiang Lu
2018-06-07
mm/slub.c: add __printf verification to slab_err()
Mathieu Malaterre
2018-06-07
slab: __GFP_ZERO is incompatible with a constructor
Matthew Wilcox
2018-04-11
kasan, slub: fix handling of kasan_slab_free hook
Andrey Konovalov
2018-04-05
slab, slub: skip unnecessary kasan_cache_shutdown()
Shakeel Butt
2018-04-05
slub: make size_from_object() return unsigned int
Alexey Dobriyan
2018-04-05
slub: make struct kmem_cache_order_objects::x unsigned int
Alexey Dobriyan
2018-04-05
slub: make slab_index() return unsigned int
Alexey Dobriyan
2018-04-05
slab: make usercopy region 32-bit
Alexey Dobriyan
2018-04-05
kasan: make kasan_cache_create() work with 32-bit slab cache sizes
Alexey Dobriyan
2018-04-05
slab: make kmem_cache_flags accept 32-bit object size
Alexey Dobriyan
2018-04-05
slub: make ->size unsigned int
Alexey Dobriyan
2018-04-05
slub: make ->object_size unsigned int
Alexey Dobriyan
2018-04-05
slub: make ->cpu_partial unsigned int
Alexey Dobriyan
2018-04-05
slub: make ->inuse unsigned int
Alexey Dobriyan
2018-04-05
slub: make ->align unsigned int
Alexey Dobriyan
2018-04-05
slub: make ->reserved unsigned int
Alexey Dobriyan
2018-04-05
slub: make ->remote_node_defrag_ratio unsigned int
Alexey Dobriyan
2018-04-05
slab: make kmem_cache_create() work with 32-bit sizes
Alexey Dobriyan
2018-04-05
mm/slub.c: use jitter-free reference while printing age
Chintan Pandya
2018-02-06
kasan: don't use __builtin_return_address(1)
Dmitry Vyukov
2018-02-06
kasan: detect invalid frees for large objects
Dmitry Vyukov
2018-02-03
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-01-31
slub: remove obsolete comments of put_cpu_partial()
Miles Chen
2018-01-31
mm/slub.c: fix wrong address during slab padding restoration
Balasubramani Vivekanandan
2018-01-15
usercopy: Allow strict enforcement of whitelists
Kees Cook
2018-01-15
usercopy: WARN() on slab cache usercopy region violations
Kees Cook
2018-01-15
usercopy: Prepare for usercopy whitelisting
David Windsor
[next]