index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-24
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
1
-5
/
+3
2019-09-24
kasan: add memory corruption identification for software tag-based mode
Walter Wu
4
-13
/
+91
2019-08-24
mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y
Andrey Ryabinin
1
-2
/
+8
2019-07-12
mm/kasan: change kasan_check_{read,write} to return boolean
Marco Elver
4
-16
/
+27
2019-07-12
mm/kasan: introduce __kasan_check_{read,write}
Marco Elver
1
-6
/
+4
2019-07-12
mm/kasan: print frame description for stack bugs
Marco Elver
2
-0
/
+170
2019-06-01
kasan: initialize tag to 0xff in __kasan_kmalloc
Nathan Chancellor
1
-1
/
+1
2019-05-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+4
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-25
/
+17
2019-04-29
mm/kasan: Simplify stacktrace handling
Thomas Gleixner
2
-21
/
+16
2019-04-14
mm/kasan: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
1
-3
/
+0
2019-04-09
kasan: Makefile: Replace -pg with CC_FLAGS_FTRACE
Torsten Duwe
1
-3
/
+3
2019-04-03
x86/uaccess, kasan: Fix KASAN vs SMAP
Peter Zijlstra
3
-2
/
+14
2019-03-29
kasan: fix variable 'tag' set but not used warning
Qian Cai
1
-1
/
+4
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-2
/
+8
2019-03-05
kasan: fix coccinelle warnings in kasan_p*_table
Andrey Konovalov
1
-3
/
+3
2019-03-05
kasan: fix kasan_check_read/write definitions
Arnd Bergmann
1
-0
/
+2
2019-03-05
kasan: remove use after scope bugs detection.
Andrey Ryabinin
3
-25
/
+0
2019-02-21
kasan: prevent tracing of tags.c
Andrey Konovalov
1
-0
/
+2
2019-02-21
kasan: fix random seed generation for tag-based mode
Andrey Konovalov
1
-1
/
+1
2019-02-21
kasan: fix assigning tags twice
Andrey Konovalov
1
-12
/
+17
2019-02-01
kasan: mark file common so ftrace doesn't trace it
Anders Roxell
1
-0
/
+1
2019-01-08
kasan: fix krealloc handling for tag-based mode
Andrey Konovalov
1
-20
/
+43
2019-01-08
kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
Andrey Konovalov
1
-2
/
+0
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
1
-1
/
+1
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-28
kasan: add SPDX-License-Identifier mark to source files
Andrey Konovalov
8
-0
/
+8
2018-12-28
kasan: add __must_check annotations to kasan hooks
Andrey Konovalov
1
-6
/
+9
2018-12-28
kasan, mm, arm64: tag non slab memory allocated via pagealloc
Andrey Konovalov
1
-2
/
+13
2018-12-28
kasan: add hooks implementation for tag-based mode
Andrey Konovalov
3
-19
/
+153
2018-12-28
kasan: add bug reporting routines for tag-based mode
Andrey Konovalov
4
-37
/
+59
2018-12-28
kasan: split out generic_report.c from report.c
Andrey Konovalov
5
-185
/
+257
2018-12-28
kasan: add tag related helper functions
Andrey Konovalov
2
-0
/
+68
2018-12-28
kasan: initialize shadow to 0xff for tag-based mode
Andrey Konovalov
1
-1
/
+2
2018-12-28
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
1
-30
/
+40
2018-12-28
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
4
-3
/
+83
2018-12-28
kasan: rename source files to reflect the new naming scheme
Andrey Konovalov
3
-4
/
+4
2018-12-28
kasan: move common generic and tag-based code to common.c
Andrey Konovalov
4
-569
/
+614
2018-12-28
kasan, mm: change hooks signatures
Andrey Konovalov
1
-12
/
+18
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-2
/
+1
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-1
/
+1
2018-10-26
mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t
Clark Williams
1
-9
/
+9
2018-08-17
kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN
Andrey Ryabinin
1
-13
/
+303
2018-07-03
kasan: fix shadow_size calculation error in kasan_module_alloc
Zhen Lei
1
-2
/
+3
2018-05-25
kasan: fix memory hotplug during boot
David Hildenbrand
1
-1
/
+1
2018-05-25
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
1
-0
/
+1
2018-05-25
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
1
-2
/
+61
2018-04-05
slab, slub: skip unnecessary kasan_cache_shutdown()
Shakeel Butt
1
-1
/
+2
[next]