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
/
kasan
Age
Commit message (
Expand
)
Author
2020-05-27
kasan: disable branch tracing for core runtime
Marco Elver
2019-09-24
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-09-24
kasan: add memory corruption identification for software tag-based mode
Walter Wu
2019-08-24
mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y
Andrey Ryabinin
2019-07-12
mm/kasan: change kasan_check_{read,write} to return boolean
Marco Elver
2019-07-12
mm/kasan: introduce __kasan_check_{read,write}
Marco Elver
2019-07-12
mm/kasan: print frame description for stack bugs
Marco Elver
2019-06-01
kasan: initialize tag to 0xff in __kasan_kmalloc
Nathan Chancellor
2019-05-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-04-29
mm/kasan: Simplify stacktrace handling
Thomas Gleixner
2019-04-14
mm/kasan: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2019-04-09
kasan: Makefile: Replace -pg with CC_FLAGS_FTRACE
Torsten Duwe
2019-04-03
x86/uaccess, kasan: Fix KASAN vs SMAP
Peter Zijlstra
2019-03-29
kasan: fix variable 'tag' set but not used warning
Qian Cai
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-05
kasan: fix coccinelle warnings in kasan_p*_table
Andrey Konovalov
2019-03-05
kasan: fix kasan_check_read/write definitions
Arnd Bergmann
2019-03-05
kasan: remove use after scope bugs detection.
Andrey Ryabinin
2019-02-21
kasan: prevent tracing of tags.c
Andrey Konovalov
2019-02-21
kasan: fix random seed generation for tag-based mode
Andrey Konovalov
2019-02-21
kasan: fix assigning tags twice
Andrey Konovalov
2019-02-01
kasan: mark file common so ftrace doesn't trace it
Anders Roxell
2019-01-08
kasan: fix krealloc handling for tag-based mode
Andrey Konovalov
2019-01-08
kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
Andrey Konovalov
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
kasan: add SPDX-License-Identifier mark to source files
Andrey Konovalov
2018-12-28
kasan: add __must_check annotations to kasan hooks
Andrey Konovalov
2018-12-28
kasan, mm, arm64: tag non slab memory allocated via pagealloc
Andrey Konovalov
2018-12-28
kasan: add hooks implementation for tag-based mode
Andrey Konovalov
2018-12-28
kasan: add bug reporting routines for tag-based mode
Andrey Konovalov
2018-12-28
kasan: split out generic_report.c from report.c
Andrey Konovalov
2018-12-28
kasan: add tag related helper functions
Andrey Konovalov
2018-12-28
kasan: initialize shadow to 0xff for tag-based mode
Andrey Konovalov
2018-12-28
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
2018-12-28
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
2018-12-28
kasan: rename source files to reflect the new naming scheme
Andrey Konovalov
2018-12-28
kasan: move common generic and tag-based code to common.c
Andrey Konovalov
2018-12-28
kasan, mm: change hooks signatures
Andrey Konovalov
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-10-26
mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t
Clark Williams
2018-08-17
kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN
Andrey Ryabinin
2018-07-03
kasan: fix shadow_size calculation error in kasan_module_alloc
Zhen Lei
2018-05-25
kasan: fix memory hotplug during boot
David Hildenbrand
2018-05-25
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
2018-05-25
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
[next]