index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
dump_pagetables.c
Age
Commit message (
Expand
)
Author
2017-02-16
x86/mm/ptdump: Add address marker for KASAN shadow region
Andrey Ryabinin
2017-02-16
x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=y
Andrey Ryabinin
2017-02-10
x86/mm/ptdump: Fix soft lockup in page table walker
Andrey Ryabinin
2016-08-01
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-07-14
x86: Don't use module.h just for AUTHOR / LICENSE tags
Paul Gortmaker
2016-07-08
x86/mm: Implement ASLR for kernel memory regions
Thomas Garnier
2016-02-20
x86/mm/ptdump: Remove paravirt_enabled()
Borislav Petkov
2016-01-11
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-12-15
Fix user-visible spelling error
Linus Torvalds
2015-11-23
x86/mm: Turn CONFIG_X86_PTDUMP into a module
Kees Cook
2015-11-07
x86/mm: Skip the hypervisor range when walking PGD
Boris Ostrovsky
2015-10-06
x86/mm: Warn on W^X mappings
Stephen Smalley
2015-09-22
x86/mm: Fix page table dump to show PAT bit
Toshi Kani
2014-12-10
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-11-16
x86: Support PAT bit in pagetable dump for lower levels
Juergen Gross
2014-11-11
x86, ptdump: Add section for EFI runtime services
Mathias Krause
2014-09-08
x86-64, ptdump: Mark espfix area only if existent
Mathias Krause
2014-04-30
x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack
H. Peter Anvin
2014-03-04
x86, ptdump: Add the functionality to dump an arbitrary pagetable
Borislav Petkov
2010-07-20
x86, mm: Create symbolic index into address_markers array
Andres Salomon
2009-04-14
x86: remove (null) in /sys kernel_page_tables
Yinghai Lu
2008-08-20
x86: another user of PTE_FLAGS_MASK
Jeremy Fitzhardinge
2008-07-22
x86: add PTE_FLAGS_MASK
Jeremy Fitzhardinge
2008-07-22
x86: rename PTE_MASK to PTE_PFN_MASK
Jeremy Fitzhardinge
2008-07-08
x86_64: use PAGE_OFFSET in dump_pagetables
Jiri Slaby
2008-04-24
"make namespacecheck" fixes
Ingo Molnar
2008-04-17
x86: sort address_markers for dump_pagetables
Yinghai Lu
2008-04-17
x86: clean up the page table dumper and add 32-bit support
H. Peter Anvin
2008-04-17
x86: add code to dump the (kernel) page tables for visual inspection by kerne...
Arjan van de Ven