index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
kasan_init_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-31
x86/kasan: Print original address on #GP
Jann Horn
1
-21
/
+0
2019-12-01
x86/kasan: support KASAN_VMALLOC
Daniel Axtens
1
-0
/
+61
2019-06-14
x86/kasan: Fix boot with 5-level paging and KASAN
Andrey Ryabinin
1
-1
/
+1
2019-03-12
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
1
-6
/
+8
2018-12-28
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
1
-26
/
+29
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
-2
/
+2
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-2
/
+2
2018-05-19
x86/mm: Stop pretending pgtable_l5_enabled is a variable
Kirill A. Shutemov
1
-4
/
+4
2018-05-19
x86/mm: Unify pgtable_l5_enabled usage in early boot code
Kirill A. Shutemov
1
-4
/
+2
2018-04-12
x86/mm: Do not auto-massage page protections
Dave Hansen
1
-1
/
+13
2018-02-21
x86/mm: Optimize boot-time paging mode switching cost
Kirill A. Shutemov
1
-0
/
+6
2018-02-16
x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks
Kirill A. Shutemov
1
-6
/
+6
2018-02-14
x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
Kirill A. Shutemov
1
-1
/
+1
2018-01-15
x86/kasan: Panic if there is not enough memory to boot
Andrey Ryabinin
1
-10
/
+14
2017-12-22
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
1
-13
/
+16
2017-12-17
x86/kasan/64: Teach KASAN about the cpu_entry_area
Andy Lutomirski
1
-1
/
+17
2017-12-17
x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
Andrey Ryabinin
1
-7
/
+136
2017-11-07
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-20
x86/kasan: Use the same shadow offset for 4- and 5-level paging
Andrey Ryabinin
1
-21
/
+80
2017-07-18
x86/mm: Insure that boot memory areas are mapped properly
Tom Lendacky
1
-1
/
+1
2017-07-18
x86/mm: Provide general kernel support for memory encryption
Tom Lendacky
1
-2
/
+2
2017-07-11
x86/kasan: don't allocate extra shadow memory
Andrey Ryabinin
1
-6
/
+1
2017-06-13
x86/boot/64: Rename init_level4_pgt and early_level4_pgt
Kirill A. Shutemov
1
-6
/
+6
2017-04-11
Merge branch 'x86/boot' into x86/mm, to avoid conflict
Ingo Molnar
1
-2
/
+3
2017-04-11
Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch
Ingo Molnar
1
-2
/
+3
2017-04-04
x86/kasan: Extend KASAN to support 5-level paging
Kirill A. Shutemov
1
-2
/
+16
2017-04-03
Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch
Ingo Molnar
1
-0
/
+1
2017-03-27
x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
Kirill A. Shutemov
1
-2
/
+13
2017-03-18
x86/mm: Correct fixmap header usage on adaptable MODULES_END
Thomas Garnier
1
-1
/
+0
2017-03-16
x86/mm: Adapt MODULES_END based on fixmap section size
Thomas Garnier
1
-0
/
+1
2017-03-14
x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
Andrey Ryabinin
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...
Ingo Molnar
1
-0
/
+1
2017-01-29
x86/boot/e820: Clean up the E820 table size define names
Ingo Molnar
1
-2
/
+2
2017-01-28
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
Ingo Molnar
1
-0
/
+1
2016-07-15
kasan: add newline to messages
Dmitry Vyukov
1
-2
/
+2
2016-02-09
x86/kasan: Write protect kasan zero shadow
Andrey Ryabinin
1
-2
/
+8
2016-02-09
x86/kasan: Clear kasan_zero_page after TLB flush
Andrey Ryabinin
1
-3
/
+8
2015-11-06
kasan: update log messages
Andrey Konovalov
1
-1
/
+1
2015-08-22
x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()
Andrey Ryabinin
1
-118
/
+5
2015-07-06
x86/kasan: Add message about KASAN being initialized
Andrey Ryabinin
1
-0
/
+3
2015-07-06
x86/kasan: Fix boot crash on AMD processors
Andrey Ryabinin
1
-3
/
+3
2015-07-06
x86/kasan: Flush TLBs after switching CR3
Andrey Ryabinin
1
-0
/
+2
2015-07-06
x86/kasan: Fix KASAN shadow region page tables
Alexander Popov
1
-2
/
+34
2015-02-14
kasan: enable instrumentation of global variables
Andrey Ryabinin
1
-1
/
+1
2015-02-14
kasan: enable stack instrumentation
Andrey Ryabinin
1
-2
/
+9
2015-02-14
x86_64: add KASan support
Andrey Ryabinin
1
-0
/
+199