index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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]