index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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/treewide: replace pud_large() with pud_leaf()
Peter Xu
2024-03-06
1
-1
/
+1
*
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
2024-03-06
1
-1
/
+1
*
x86/kasan: Populate shadow for shared chunk of the CPU entry area
Sean Christopherson
2022-12-15
1
-1
/
+11
*
x86/kasan: Add helpers to align shadow addresses up and down
Sean Christopherson
2022-12-15
1
-18
/
+22
*
x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten names
Sean Christopherson
2022-12-15
1
-11
/
+11
*
x86/kasan: Map shadow for percpu pages on demand
Andrey Ryabinin
2022-12-15
1
-3
/
+12
*
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
1
-2
/
+2
*
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
2021-09-14
1
-4
/
+2
*
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
[next]