index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
kasan_init_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
x86/kasan: Print original address on #GP
Jann Horn
2019-12-31
1
-21
/
+0
*
x86/kasan: support KASAN_VMALLOC
Daniel Axtens
2019-12-01
1
-0
/
+61
*
x86/kasan: Fix boot with 5-level paging and KASAN
Andrey Ryabinin
2019-06-14
1
-1
/
+1
*
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
2019-03-12
1
-6
/
+8
*
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
2018-12-28
1
-26
/
+29
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-2
/
+1
*
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
2018-10-31
1
-2
/
+2
*
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-10-31
1
-2
/
+2
*
x86/mm: Stop pretending pgtable_l5_enabled is a variable
Kirill A. Shutemov
2018-05-19
1
-4
/
+4
*
x86/mm: Unify pgtable_l5_enabled usage in early boot code
Kirill A. Shutemov
2018-05-19
1
-4
/
+2
*
x86/mm: Do not auto-massage page protections
Dave Hansen
2018-04-12
1
-1
/
+13
*
x86/mm: Optimize boot-time paging mode switching cost
Kirill A. Shutemov
2018-02-21
1
-0
/
+6
*
x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks
Kirill A. Shutemov
2018-02-16
1
-6
/
+6
*
x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
Kirill A. Shutemov
2018-02-14
1
-1
/
+1
*
x86/kasan: Panic if there is not enough memory to boot
Andrey Ryabinin
2018-01-15
1
-10
/
+14
*
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
2017-12-22
1
-13
/
+16
*
x86/kasan/64: Teach KASAN about the cpu_entry_area
Andy Lutomirski
2017-12-17
1
-1
/
+17
*
x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
Andrey Ryabinin
2017-12-17
1
-7
/
+136
*
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
x86/kasan: Use the same shadow offset for 4- and 5-level paging
Andrey Ryabinin
2017-10-20
1
-21
/
+80
|
/
*
x86/mm: Insure that boot memory areas are mapped properly
Tom Lendacky
2017-07-18
1
-1
/
+1
*
x86/mm: Provide general kernel support for memory encryption
Tom Lendacky
2017-07-18
1
-2
/
+2
*
x86/kasan: don't allocate extra shadow memory
Andrey Ryabinin
2017-07-10
1
-6
/
+1
*
x86/boot/64: Rename init_level4_pgt and early_level4_pgt
Kirill A. Shutemov
2017-06-13
1
-6
/
+6
*
Merge branch 'x86/boot' into x86/mm, to avoid conflict
Ingo Molnar
2017-04-11
1
-2
/
+3
|
\
|
*
Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch
Ingo Molnar
2017-04-11
1
-2
/
+3
|
|
\
|
|
*
x86/boot/e820: Clean up the E820 table size define names
Ingo Molnar
2017-01-28
1
-2
/
+2
|
|
*
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
Ingo Molnar
2017-01-28
1
-0
/
+1
*
|
|
x86/kasan: Extend KASAN to support 5-level paging
Kirill A. Shutemov
2017-04-04
1
-2
/
+16
*
|
|
Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch
Ingo Molnar
2017-04-03
1
-0
/
+1
|
\
\
\
|
*
|
|
x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
Andrey Ryabinin
2017-03-14
1
-0
/
+1
|
|
/
/
*
|
|
x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
Kirill A. Shutemov
2017-03-27
1
-2
/
+13
*
|
|
x86/mm: Correct fixmap header usage on adaptable MODULES_END
Thomas Garnier
2017-03-18
1
-1
/
+0
*
|
|
x86/mm: Adapt MODULES_END based on fixmap section size
Thomas Garnier
2017-03-16
1
-0
/
+1
|
/
/
*
/
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
/
*
kasan: add newline to messages
Dmitry Vyukov
2016-07-15
1
-2
/
+2
*
x86/kasan: Write protect kasan zero shadow
Andrey Ryabinin
2016-02-09
1
-2
/
+8
*
x86/kasan: Clear kasan_zero_page after TLB flush
Andrey Ryabinin
2016-02-09
1
-3
/
+8
*
kasan: update log messages
Andrey Konovalov
2015-11-05
1
-1
/
+1
*
x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()
Andrey Ryabinin
2015-08-22
1
-118
/
+5
*
x86/kasan: Add message about KASAN being initialized
Andrey Ryabinin
2015-07-06
1
-0
/
+3
*
x86/kasan: Fix boot crash on AMD processors
Andrey Ryabinin
2015-07-06
1
-3
/
+3
*
x86/kasan: Flush TLBs after switching CR3
Andrey Ryabinin
2015-07-06
1
-0
/
+2
*
x86/kasan: Fix KASAN shadow region page tables
Alexander Popov
2015-07-06
1
-2
/
+34
*
kasan: enable instrumentation of global variables
Andrey Ryabinin
2015-02-13
1
-1
/
+1
*
kasan: enable stack instrumentation
Andrey Ryabinin
2015-02-13
1
-2
/
+9
*
x86_64: add KASan support
Andrey Ryabinin
2015-02-13
1
-0
/
+199