1. 16877a5 x86/mm: Fix guard hole handling by Kirill A. Shutemov · 6 years ago
  2. c200dac x86/mm: Do not warn about PCI BIOS W+X mappings by Thomas Gleixner · 6 years ago
  3. d878efc x86/mm/pti: Move user W+X check into pti_finalize() by Joerg Roedel · 6 years ago
  4. f3e48e5 x86/ldt: Reserve address-space range on 32 bit for the LDT by Joerg Roedel · 7 years ago
  5. 4e8537e x86/mm/dump_pagetables: Define INIT_PGD by Joerg Roedel · 7 years ago
  6. ed7588d x86/mm: Stop pretending pgtable_l5_enabled is a variable by Kirill A. Shutemov · 7 years ago
  7. d6ef1f1 x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=y by Joerg Roedel · 7 years ago
  8. 672c0ae x86/mm: Consider effective protection attributes in W+X check by Jan Beulich · 7 years ago
  9. 91f606a x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks by Kirill A. Shutemov · 7 years ago
  10. 09e61a7 x86/mm: Make __VIRTUAL_MASK_SHIFT dynamic by Kirill A. Shutemov · 7 years ago
  11. c65e774 x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable by Kirill A. Shutemov · 7 years ago
  12. 5c7919b x86/mm: Make LDT_BASE_ADDR dynamic by Kirill A. Shutemov · 7 years ago
  13. f207890 x86/mm: Map cpu_entry_area at the same place on 4/5 level by Thomas Gleixner · 7 years ago
  14. a4b51ef x86/mm/dump_pagetables: Allow dumping current pagetables by Thomas Gleixner · 7 years ago
  15. b4bf4f9 x86/mm/dump_pagetables: Check user space page table for WX pages by Thomas Gleixner · 7 years ago
  16. f55f050 x86/pti: Put the LDT in its own PGD if PTI is on by Andy Lutomirski · 7 years ago
  17. 92a0f81 x86/cpu_entry_area: Move it out of the fixmap by Thomas Gleixner · 7 years ago
  18. 146122e x86/mm/dump_pagetables: Make the address hints correct and readable by Thomas Gleixner · 7 years ago
  19. c053449 x86/mm/dump_pagetables: Check PAGE_PRESENT for real by Thomas Gleixner · 7 years ago
  20. 04b6702 x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=y by Andrey Ryabinin · 7 years ago
  21. 45dcd20 x86/mm/dump_pagetables: Fix printout of p4d level by Kirill A. Shutemov · 8 years ago
  22. 3a366f7 x86/mm/dump_pagetables: Generalize address normalization by Kirill A. Shutemov · 8 years ago
  23. 65ade2f x86/boot/64: Rename init_level4_pgt and early_level4_pgt by Kirill A. Shutemov · 8 years ago
  24. 84bbabc x86/mm: Fix dump pagetables for 4 levels of page tables by Juergen Gross · 8 years ago
  25. fdd3d8c x86/dump_pagetables: Add support for 5-level paging by Kirill A. Shutemov · 8 years ago
  26. f991376 x86/mm: Correct fixmap header usage on adaptable MODULES_END by Thomas Garnier · 8 years ago
  27. f06bdd4 x86/mm: Adapt MODULES_END based on fixmap section size by Thomas Garnier · 8 years ago
  28. 025205f x86/mm/ptdump: Add address marker for KASAN shadow region by Andrey Ryabinin · 8 years ago
  29. 243b72a x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=y by Andrey Ryabinin · 8 years ago
  30. 146fbb76 x86/mm/ptdump: Fix soft lockup in page table walker by Andrey Ryabinin · 8 years ago
  31. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  32. 84e629b x86: Don't use module.h just for AUTHOR / LICENSE tags by Paul Gortmaker · 9 years ago
  33. 0483e1f x86/mm: Implement ASLR for kernel memory regions by Thomas Garnier · 9 years ago
  34. b176862 x86/mm/ptdump: Remove paravirt_enabled() by Borislav Petkov · 9 years ago
  35. 0ffedcd Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  36. 173ae9b Fix user-visible spelling error by Linus Torvalds · 9 years ago
  37. 8609d1b x86/mm: Turn CONFIG_X86_PTDUMP into a module by Kees Cook · 9 years ago
  38. f4e342c x86/mm: Skip the hypervisor range when walking PGD by Boris Ostrovsky · 9 years ago
  39. e1a5832 x86/mm: Warn on W^X mappings by Stephen Smalley · 9 years ago
  40. da25e62 x86/mm: Fix page table dump to show PAT bit by Toshi Kani · 9 years ago
  41. a023748 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  42. f439c429c3 x86: Support PAT bit in pagetable dump for lower levels by Juergen Gross · 10 years ago
  43. 8266e31 x86, ptdump: Add section for EFI runtime services by Mathias Krause · 10 years ago
  44. 8a5a5d1 x86-64, ptdump: Mark espfix area only if existent by Mathias Krause · 10 years ago
  45. 3891a04 x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack by H. Peter Anvin · 11 years ago
  46. ef6bea6 x86, ptdump: Add the functionality to dump an arbitrary pagetable by Borislav Petkov · 11 years ago
  47. 92851e2 x86, mm: Create symbolic index into address_markers array by Andres Salomon · 15 years ago
  48. 6424fb3 x86: remove (null) in /sys kernel_page_tables by Yinghai Lu · 16 years ago
  49. 27990ea x86: another user of PTE_FLAGS_MASK by Jeremy Fitzhardinge · 16 years ago
  50. 77be1fa x86: add PTE_FLAGS_MASK by Jeremy Fitzhardinge · 17 years ago
  51. 59438c9 x86: rename PTE_MASK to PTE_PFN_MASK by Jeremy Fitzhardinge · 17 years ago
  52. 684eb01 x86_64: use PAGE_OFFSET in dump_pagetables by Jiri Slaby · 17 years ago
  53. a4928cf "make namespacecheck" fixes by Ingo Molnar · 17 years ago
  54. 9a79cf9 x86: sort address_markers for dump_pagetables by Yinghai Lu · 17 years ago
  55. fe770bf0 x86: clean up the page table dumper and add 32-bit support by H. Peter Anvin · 17 years ago
  56. 926e539 x86: add code to dump the (kernel) page tables for visual inspection by kernel developers by Arjan van de Ven · 17 years ago