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
/
x86
/
mm
/
kasan_init_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
1
-2
/
+2
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
1
-4
/
+2
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
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-10
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-28
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-05
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-13
kasan: enable instrumentation of global variables
Andrey Ryabinin
1
-1
/
+1
2015-02-13
kasan: enable stack instrumentation
Andrey Ryabinin
1
-2
/
+9
[next]