summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/dump_pagetables.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2019-04-16x86/mm: Prevent bogus warnings with "noexec=off"Thomas Gleixner1-1/+2
2019-04-08x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov1-2/+2
2019-02-14x86/mm/dump_pagetables: Remove the unused prev_pud variableShaokun Zhang1-2/+0
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov1-5/+6
2018-12-11x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov1-5/+2
2018-12-11x86/mm: Fix guard hole handlingKirill A. Shutemov1-4/+4
2018-10-10x86/mm: Do not warn about PCI BIOS W+X mappingsThomas Gleixner1-8/+27
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel1-3/+3
2018-07-20x86/ldt: Reserve address-space range on 32 bit for the LDTJoerg Roedel1-0/+9
2018-07-20x86/mm/dump_pagetables: Define INIT_PGDJoerg Roedel1-6/+6
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov1-3/+3
2018-04-17x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=yJoerg Roedel1-5/+6
2018-02-26x86/mm: Consider effective protection attributes in W+X checkJan Beulich1-36/+58
2018-02-16x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov1-3/+1
2018-02-14x86/mm: Make __VIRTUAL_MASK_SHIFT dynamicKirill A. Shutemov1-2/+10
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov1-7/+5
2018-02-14x86/mm: Make LDT_BASE_ADDR dynamicKirill A. Shutemov1-1/+4
2018-01-04x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner1-1/+1
2017-12-23x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner1-1/+5
2017-12-23x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner1-5/+25
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski1-0/+9
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner1-1/+5
2017-12-22x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner1-37/+53
2017-12-22x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner1-1/+1
2017-07-25x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=yAndrey Ryabinin1-23/+41
2017-07-21x86/mm/dump_pagetables: Fix printout of p4d levelKirill A. Shutemov1-9/+9
2017-07-21x86/mm/dump_pagetables: Generalize address normalizationKirill A. Shutemov1-5/+6
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov1-1/+1
2017-04-13x86/mm: Fix dump pagetables for 4 levels of page tablesJuergen Gross1-1/+1
2017-03-30x86/dump_pagetables: Add support for 5-level pagingKirill A. Shutemov1-14/+45
2017-03-18x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier1-1/+0
2017-03-16x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier1-0/+1
2017-02-16x86/mm/ptdump: Add address marker for KASAN shadow regionAndrey Ryabinin1-0/+9
2017-02-16x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=yAndrey Ryabinin1-1/+15
2017-02-10x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin1-0/+2
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+1
2016-07-14x86: Don't use module.h just for AUTHOR / LICENSE tagsPaul Gortmaker1-5/+1
2016-07-08x86/mm: Implement ASLR for kernel memory regionsThomas Garnier1-4/+12
2016-02-20x86/mm/ptdump: Remove paravirt_enabled()Borislav Petkov1-6/+5
2016-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-32/+2
2015-12-15Fix user-visible spelling errorLinus Torvalds1-1/+1
2015-11-23x86/mm: Turn CONFIG_X86_PTDUMP into a moduleKees Cook1-32/+2
2015-11-07x86/mm: Skip the hypervisor range when walking PGDBoris Ostrovsky1-1/+16
2015-10-06x86/mm: Warn on W^X mappingsStephen Smalley1-1/+41
2015-09-22x86/mm: Fix page table dump to show PAT bitToshi Kani1-18/+21
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+11
2014-11-16x86: Support PAT bit in pagetable dump for lower levelsJuergen Gross1-13/+11
2014-11-11x86, ptdump: Add section for EFI runtime servicesMathias Krause1-0/+3