aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/kasan_init_64.c
Commit message (Expand)AuthorAge
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-31
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-31
* x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-19
* x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov2018-05-19
* x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-12
* x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov2018-02-21
* x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov2018-02-16
* x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-14
* x86/kasan: Panic if there is not enough memory to bootAndrey Ryabinin2018-01-14
* x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-22
* x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski2017-12-17
* x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-12-17
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-07
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-10-20
|/
* x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky2017-07-18
* x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-18
* x86/kasan: don't allocate extra shadow memoryAndrey Ryabinin2017-07-10
* x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-13
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-11
|\
| * Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-11
| |\
| | * x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-28
| | * x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-28
* | | x86/kasan: Extend KASAN to support 5-level pagingKirill A. Shutemov2017-04-04
* | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-03
|\ \ \
| * | | x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2017-03-13
| |/ /
* | | x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov2017-03-27
* | | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-18
* | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-16
|/ /
* / sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-02
|/
* kasan: add newline to messagesDmitry Vyukov2016-07-15
* x86/kasan: Write protect kasan zero shadowAndrey Ryabinin2016-02-09
* x86/kasan: Clear kasan_zero_page after TLB flushAndrey Ryabinin2016-02-09
* kasan: update log messagesAndrey Konovalov2015-11-05
* x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin2015-08-22
* x86/kasan: Add message about KASAN being initializedAndrey Ryabinin2015-07-06
* x86/kasan: Fix boot crash on AMD processorsAndrey Ryabinin2015-07-06
* x86/kasan: Flush TLBs after switching CR3Andrey Ryabinin2015-07-06
* x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2015-07-06
* kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-14
* kasan: enable stack instrumentationAndrey Ryabinin2015-02-14
* x86_64: add KASan supportAndrey Ryabinin2015-02-14