1. 3d54ac9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. 94d4b47 x86/mm: Clean up types in xlate_dev_mem_ptr() by Ingo Molnar · 12 years ago
  3. 4a20799 mm: move memtest under mm by Vladimir Murzin · 9 years ago
  4. 2b68f6c mm: expose arch_mmap_rnd when available by Kees Cook · 9 years ago
  5. 8216814 x86: standardize mmap_rnd() usage by Kees Cook · 9 years ago
  6. 6b63783 x86, mm: support huge KVA mappings on x86 by Toshi Kani · 9 years ago
  7. 5d72b4f x86, mm: support huge I/O mapping capability I/F by Toshi Kani · 9 years ago
  8. 9823336 x86: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 9 years ago
  9. ec1bc8e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  10. 6cf78d4b Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  11. 22ef882 x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_node_hotplug() by Dave Young · 9 years ago
  12. f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 9 years ago
  13. d31bf07 x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch() by Andy Lutomirski · 9 years ago
  14. c709fed x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a bit more readable fashion by Ingo Molnar · 9 years ago
  15. e61980a x86/mm: Simplify probe_page_size_mask() by Ingo Molnar · 9 years ago
  16. 10971ab x86/mm: Further simplify 1 GB kernel linear mappings handling by Ingo Molnar · 9 years ago
  17. 73c8c86 x86/mm: Use early_param_on_off() for direct_gbpages by Luis R. Rodriguez · 9 years ago
  18. e5008ab x86/mm: Simplify enabling direct_gbpages by Luis R. Rodriguez · 9 years ago
  19. d9fd579 x86/mm: Use IS_ENABLED() for direct_gbpages by Luis R. Rodriguez · 9 years ago
  20. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  21. 6bbb614 x86/mm: Unexport set_memory_ro() and set_memory_rw() by Daniel Borkmann · 9 years ago
  22. a1fb669 Merge tag 'v4.0-rc1' into x86/mm, to refresh the tree by Ingo Molnar · 9 years ago
  23. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  24. a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 9 years ago
  25. 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 9 years ago
  26. f15e051 x86/mm/init: Fix incorrect page size in init_memory_mapping() printks by Dave Hansen · 9 years ago
  27. 0cdb81b x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pge by Jan Beulich · 10 years ago
  28. 1f40a8b x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT cases by Pavel Machek · 10 years ago
  29. 1db491f x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytes by Fenghua Yu · 10 years ago
  30. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  31. bebf56a kasan: enable instrumentation of global variables by Andrey Ryabinin · 9 years ago
  32. c420f16 kasan: enable stack instrumentation by Andrey Ryabinin · 9 years ago
  33. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 9 years ago
  34. bf58b48 x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  35. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  36. a7b7807 mm: gup: use get_user_pages_unlocked within get_user_pages_fast by Andrea Arcangeli · 9 years ago
  37. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 9 years ago
  38. cbef847 mm/hugetlb: pmd_huge() returns true for non-present hugepage by Naoya Horiguchi · 9 years ago
  39. 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 9 years ago
  40. 29afc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  41. ece84b3 hugetlb, x86: register 1G page size if we can allocate them at runtime by Kirill A. Shutemov · 9 years ago
  42. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  43. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  44. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  45. 31bb772 x86, mm: Change cachemode exports to non-gpl by Juergen Gross · 10 years ago
  46. 814564a x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernels by Dave Hansen · 10 years ago
  47. 9d34cfd x86: Don't rely on VMWare emulating PAT MSR correctly by Juergen Gross · 10 years ago
  48. 801a559 x86: init_mem_mapping(): use capital BIOS in comment by Pavel Machek · 10 years ago
  49. 132978b x86: Fix step size adjustment during initial memory mapping by Jan Beulich · 10 years ago
  50. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  51. 14cf3d9 x86/gup: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 10 years ago
  52. cf3c0a1 x86: mm: fix VM_FAULT_RETRY handling by Linus Torvalds · 10 years ago
  53. eb64c3c Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  54. 26178ec x86: mm: consolidate VM_FAULT_RETRY handling by Linus Torvalds · 10 years ago
  55. 7fb08ec x86: mm: move mmap_sem unlock from mm_fault_error() to caller by Linus Torvalds · 10 years ago
  56. 536e89e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  57. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  58. c072b90 x86/mm: Fix zone ranges boot printout by Xishi Qiu · 10 years ago
  59. 3100e44 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. 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
  61. 8139548 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  62. 9d0cf6f Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  63. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  64. a0e4467 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  65. 3736708 x86: Replace seq_printf() with seq_puts() by Rasmus Villemoes · 10 years ago
  66. 792230c x86: Introduce function to get pmd entry pointer by Juergen Gross · 10 years ago
  67. 68c009c x86 mpx: Change return type of get_reg_offset() by Dave Hansen · 10 years ago
  68. 45e2a9d x86, mm: Set NX across entire PMD at boot by Kees Cook · 10 years ago
  69. 1de4fa1 x86, mpx: Cleanup unused bound tables by Dave Hansen · 10 years ago
  70. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  71. fcc7ffd x86, mpx: Decode MPX instruction to get bound violation information by Dave Hansen · 10 years ago
  72. 57319d8 x86, mpx: Add MPX-specific mmap interface by Qiaowei Ren · 10 years ago
  73. 0dbcae8 x86: mm: Move PAT only functions to mm/pat.c by Thomas Gleixner · 10 years ago
  74. bd809af x86: Enable PAT to use cache mode translation tables by Juergen Gross · 10 years ago
  75. f5b2831 x86: Respect PAT bit when copying pte values between large and normal pages by Juergen Gross · 10 years ago
  76. f439c429c3 x86: Support PAT bit in pagetable dump for lower levels by Juergen Gross · 10 years ago
  77. e00c8cc x86: Use new cache mode type in memtype related functions by Juergen Gross · 10 years ago
  78. b14097b x86: Use new cache mode type in mm/ioremap.c by Juergen Gross · 10 years ago
  79. c06814d x86: Use new cache mode type in setting page attributes by Juergen Gross · 10 years ago
  80. 102e19e x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.c by Juergen Gross · 10 years ago
  81. 2a37469 x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert() by Juergen Gross · 10 years ago
  82. 49a3b3c x86: Use new cache mode type in mm/iomap_32.c by Juergen Gross · 10 years ago
  83. d85f333 x86: Use new cache mode type in asm/pgtable.h by Juergen Gross · 10 years ago
  84. 2df58b6 x86: Use new cache mode type in arch/x86/mm/init_64.c by Juergen Gross · 10 years ago
  85. 281d407 x86: Make page cache mode a real type by Juergen Gross · 10 years ago
  86. 595247f Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi by Ingo Molnar · 10 years ago
  87. 8266e31 x86, ptdump: Add section for EFI runtime services by Mathias Krause · 10 years ago
  88. 4707a34 /dev/mem: Use more consistent data types by Thierry Reding · 10 years ago
  89. bdee237 x86: mm: Use 2GB memory block size on large-memory x86-64 systems by Daniel J Blueman · 10 years ago
  90. d1cd121 x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE by Dexuan Cui · 10 years ago
  91. b935909 x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.c by Andy Lutomirski · 10 years ago
  92. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  93. dfe2c6d Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  94. df133e8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  95. bd5cfb8 arch/x86/mm/numa.c: fix boot failure when all nodes are hotpluggable by Xishi Qiu · 10 years ago
  96. 906e36c x86: use optimized ioresource lookup in ioremap function by Mike Travis · 10 years ago
  97. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. f955371 x86: remove the Xen-specific _PAGE_IOMAP PTE flag by David Vrabel · 11 years ago
  99. 3166851 x86: skip check for spurious faults for non-present faults by David Vrabel · 10 years ago
  100. a70857e sched: Add helper for task stack page overrun checking by Aaron Tomlin · 10 years ago