summaryrefslogtreecommitdiff
path: root/arch/x86/mm/dump_pagetables.c
Commit message (Expand)AuthorAge
* x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=yJoerg Roedel2018-04-17
* x86/mm: Consider effective protection attributes in W+X checkJan Beulich2018-02-26
* x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov2018-02-16
* x86/mm: Make __VIRTUAL_MASK_SHIFT dynamicKirill A. Shutemov2018-02-14
* x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-14
* x86/mm: Make LDT_BASE_ADDR dynamicKirill A. Shutemov2018-02-14
* x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner2018-01-04
* x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner2017-12-23
* x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner2017-12-23
* x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2017-12-23
* x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-22
* x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner2017-12-22
* x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner2017-12-22
* x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=yAndrey Ryabinin2017-07-25
* x86/mm/dump_pagetables: Fix printout of p4d levelKirill A. Shutemov2017-07-21
* x86/mm/dump_pagetables: Generalize address normalizationKirill A. Shutemov2017-07-21
* x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-13
* x86/mm: Fix dump pagetables for 4 levels of page tablesJuergen Gross2017-04-13
* x86/dump_pagetables: Add support for 5-level pagingKirill A. Shutemov2017-03-30
* 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
* x86/mm/ptdump: Add address marker for KASAN shadow regionAndrey Ryabinin2017-02-16
* x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=yAndrey Ryabinin2017-02-16
* x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin2017-02-10
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-01
|\
| * x86: Don't use module.h just for AUTHOR / LICENSE tagsPaul Gortmaker2016-07-14
* | x86/mm: Implement ASLR for kernel memory regionsThomas Garnier2016-07-08
|/
* x86/mm/ptdump: Remove paravirt_enabled()Borislav Petkov2016-02-20
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-11
|\
| * x86/mm: Turn CONFIG_X86_PTDUMP into a moduleKees Cook2015-11-23
* | Fix user-visible spelling errorLinus Torvalds2015-12-15
|/
* x86/mm: Skip the hypervisor range when walking PGDBoris Ostrovsky2015-11-07
* x86/mm: Warn on W^X mappingsStephen Smalley2015-10-06
* x86/mm: Fix page table dump to show PAT bitToshi Kani2015-09-22
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-10
|\
| * x86: Support PAT bit in pagetable dump for lower levelsJuergen Gross2014-11-16
* | x86, ptdump: Add section for EFI runtime servicesMathias Krause2014-11-11
|/
* x86-64, ptdump: Mark espfix area only if existentMathias Krause2014-09-08
* x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-04-30
* x86, ptdump: Add the functionality to dump an arbitrary pagetableBorislav Petkov2014-03-04
* x86, mm: Create symbolic index into address_markers arrayAndres Salomon2010-07-20
* x86: remove (null) in /sys kernel_page_tablesYinghai Lu2009-04-14
* x86: another user of PTE_FLAGS_MASKJeremy Fitzhardinge2008-08-20
* x86: add PTE_FLAGS_MASKJeremy Fitzhardinge2008-07-22
* x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge2008-07-22
* x86_64: use PAGE_OFFSET in dump_pagetablesJiri Slaby2008-07-08
* "make namespacecheck" fixesIngo Molnar2008-04-24
* x86: sort address_markers for dump_pagetablesYinghai Lu2008-04-17
* x86: clean up the page table dumper and add 32-bit supportH. Peter Anvin2008-04-17
* x86: add code to dump the (kernel) page tables for visual inspection by kerne...Arjan van de Ven2008-04-17