index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
kasan_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-24
arm64: mm: provide idmap pointer to cpu_replace_ttbr1()
Ard Biesheuvel
1
-2
/
+2
2021-11-11
kasan: add kasan mode messages when kasan init
Kuan-Ying Lee
1
-1
/
+1
2021-11-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-2
/
+3
2021-11-08
arm64: Track no early_pgtable_alloc() for kmemleak
Qian Cai
1
-2
/
+3
2021-11-06
kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
Kefeng Wang
1
-0
/
+16
2021-04-15
Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...
Catalin Marinas
1
-10
/
+19
2021-03-29
arm64: kasan: abstract _text and _end to KERNEL_START/END
Lecopzer Chen
1
-3
/
+3
2021-03-29
arm64: kasan: don't populate vmalloc area for CONFIG_KASAN_VMALLOC
Lecopzer Chen
1
-5
/
+14
2021-03-19
arm64: mm: add missing P4D definitions and use them consistently
Ard Biesheuvel
1
-2
/
+2
2020-12-22
kasan, arm64: rename kasan_init_tags and mark as __init
Andrey Konovalov
1
-1
/
+1
2020-12-22
kasan, arm64: move initialization message
Andrey Konovalov
1
-8
/
+5
2020-12-22
kasan, arm64: only use kasan_depth for software modes
Andrey Konovalov
1
-3
/
+8
2020-12-22
kasan, arm64: only init shadow for software modes
Andrey Konovalov
1
-1
/
+14
2020-10-13
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
1
-5
/
+5
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-04
arm64: add support for folded p4d page tables
Mike Rapoport
1
-7
/
+19
2019-08-14
arm64: memory: rename VA_START to PAGE_END
Mark Rutland
1
-1
/
+1
2019-08-09
arm64: mm: Introduce VA_BITS_MIN
Steve Capper
1
-1
/
+2
2019-08-09
arm64: mm: Flip kernel VA space
Steve Capper
1
-3
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+10
2019-02-21
kasan: fix random seed generation for tag-based mode
Andrey Konovalov
1
-2
/
+0
2018-12-28
mm/memblock.c: skip kmemleak for kasan_init()
Qian Cai
1
-1
/
+1
2018-12-28
kasan: add tag related helper functions
Andrey Konovalov
1
-0
/
+2
2018-12-28
kasan: initialize shadow to 0xff for tag-based mode
Andrey Konovalov
1
-2
/
+12
2018-12-28
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
1
-19
/
+24
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-1
/
+1
2018-10-05
arm64: Fix typo in a comment in arch/arm64/mm/kasan_init.c
Kyrylo Tkachov
1
-1
/
+1
2018-04-17
arm64: kasan: avoid pfn_to_nid() before page array is initialized
Mark Rutland
1
-2
/
+2
2018-02-16
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
1
-35
/
+35
2018-02-06
kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage
Andrey Konovalov
1
-1
/
+2
2017-11-15
arm64/mm/kasan: don't use vmemmap_populate() to initialize shadow
Will Deacon
1
-50
/
+80
2017-07-10
arm64/kasan: don't allocate extra shadow memory
Andrey Ryabinin
1
-7
/
+1
2017-03-10
arm64: kasan: avoid bad virt_to_pfn()
Mark Rutland
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...
Ingo Molnar
1
-0
/
+1
2017-01-12
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
1
-7
/
+15
2016-03-11
arm64: kasan: Fix zero shadow mapping overriding kernel image shadow
Catalin Marinas
1
-8
/
+5
2016-03-11
arm64: kasan: Use actual memory node when populating the kernel image shadow
Catalin Marinas
1
-1
/
+2
2016-02-24
arm64: add support for kernel ASLR
Ard Biesheuvel
1
-3
/
+14
2016-02-18
arm64: move kernel image to base of vmalloc area
Ard Biesheuvel
1
-3
/
+24
2016-02-16
arm64: mm: create new fine-grained mappings at boot
Mark Rutland
1
-0
/
+15
2016-02-16
arm64: kasan: avoid TLB conflicts
Mark Rutland
1
-13
/
+4
2016-01-25
arm64: kasan: ensure that the KASAN zero page is mapped read-only
Ard Biesheuvel
1
-0
/
+9
2015-10-13
arm64: kasan: fix issues reported by sparse
Will Deacon
1
-1
/
+1
2015-10-12
arm64: add KASAN support
Andrey Ryabinin
1
-0
/
+165