summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/dump_pagetables.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-2/+2
|\
| * x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-2/+2
* | x86/mm: Prevent bogus warnings with "noexec=off"Thomas Gleixner2019-04-161-1/+2
|/
* x86/mm/dump_pagetables: Remove the unused prev_pud variableShaokun Zhang2019-02-141-2/+0Star
* kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-5/+6
* x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov2018-12-111-5/+2Star
* x86/mm: Fix guard hole handlingKirill A. Shutemov2018-12-111-4/+4
* x86/mm: Do not warn about PCI BIOS W+X mappingsThomas Gleixner2018-10-101-8/+27
* x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel2018-08-101-3/+3
* x86/ldt: Reserve address-space range on 32 bit for the LDTJoerg Roedel2018-07-201-0/+9
* x86/mm/dump_pagetables: Define INIT_PGDJoerg Roedel2018-07-201-6/+6
* x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-191-3/+3
* x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=yJoerg Roedel2018-04-171-5/+6
* x86/mm: Consider effective protection attributes in W+X checkJan Beulich2018-02-261-36/+58
* x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov2018-02-161-3/+1Star
* x86/mm: Make __VIRTUAL_MASK_SHIFT dynamicKirill A. Shutemov2018-02-141-2/+10
* x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-141-7/+5Star
* x86/mm: Make LDT_BASE_ADDR dynamicKirill A. Shutemov2018-02-141-1/+4
* x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner2018-01-041-1/+1
* x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner2017-12-231-1/+5
* x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner2017-12-231-5/+25
* x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2017-12-231-0/+9
* x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-221-1/+5
* x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner2017-12-221-37/+53
* x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner2017-12-221-1/+1
* x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=yAndrey Ryabinin2017-07-251-23/+41
* x86/mm/dump_pagetables: Fix printout of p4d levelKirill A. Shutemov2017-07-211-9/+9
* x86/mm/dump_pagetables: Generalize address normalizationKirill A. Shutemov2017-07-211-5/+6
* x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-131-1/+1
* x86/mm: Fix dump pagetables for 4 levels of page tablesJuergen Gross2017-04-131-1/+1
* x86/dump_pagetables: Add support for 5-level pagingKirill A. Shutemov2017-03-301-14/+45
* x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-181-1/+0Star
* x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-161-0/+1
* x86/mm/ptdump: Add address marker for KASAN shadow regionAndrey Ryabinin2017-02-161-0/+9
* x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=yAndrey Ryabinin2017-02-161-1/+15
* x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin2017-02-101-0/+2
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-5/+1Star
|\
| * x86: Don't use module.h just for AUTHOR / LICENSE tagsPaul Gortmaker2016-07-141-5/+1Star
* | x86/mm: Implement ASLR for kernel memory regionsThomas Garnier2016-07-081-4/+12
|/
* x86/mm/ptdump: Remove paravirt_enabled()Borislav Petkov2016-02-201-6/+5Star
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-121-32/+2Star
|\
| * x86/mm: Turn CONFIG_X86_PTDUMP into a moduleKees Cook2015-11-231-32/+2Star
* | Fix user-visible spelling errorLinus Torvalds2015-12-151-1/+1
|/
* x86/mm: Skip the hypervisor range when walking PGDBoris Ostrovsky2015-11-071-1/+16
* x86/mm: Warn on W^X mappingsStephen Smalley2015-10-061-1/+41
* x86/mm: Fix page table dump to show PAT bitToshi Kani2015-09-221-18/+21
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-101-13/+11Star
|\
| * x86: Support PAT bit in pagetable dump for lower levelsJuergen Gross2014-11-161-13/+11Star
* | x86, ptdump: Add section for EFI runtime servicesMathias Krause2014-11-111-0/+3
|/