1. 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 10 years ago
  2. f15e051 x86/mm/init: Fix incorrect page size in init_memory_mapping() printks by Dave Hansen · 10 years ago
  3. 0cdb81b x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pge by Jan Beulich · 10 years ago
  4. 1f40a8b x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT cases by Pavel Machek · 10 years ago
  5. 1db491f x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytes by Fenghua Yu · 10 years ago
  6. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  7. bebf56a kasan: enable instrumentation of global variables by Andrey Ryabinin · 10 years ago
  8. c420f16 kasan: enable stack instrumentation by Andrey Ryabinin · 10 years ago
  9. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 10 years ago
  10. bf58b48 x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  11. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 10 years ago
  12. a7b7807 mm: gup: use get_user_pages_unlocked within get_user_pages_fast by Andrea Arcangeli · 10 years ago
  13. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 10 years ago
  14. cbef847 mm/hugetlb: pmd_huge() returns true for non-present hugepage by Naoya Horiguchi · 10 years ago
  15. 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 10 years ago
  16. 29afc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  17. ece84b3 hugetlb, x86: register 1G page size if we can allocate them at runtime by Kirill A. Shutemov · 10 years ago
  18. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  19. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  20. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  21. 31bb772 x86, mm: Change cachemode exports to non-gpl by Juergen Gross · 10 years ago
  22. 814564a x86, mpx: Explicitly disable 32-bit MPX support on 64-bit kernels by Dave Hansen · 10 years ago
  23. 9d34cfd x86: Don't rely on VMWare emulating PAT MSR correctly by Juergen Gross · 10 years ago
  24. 801a559 x86: init_mem_mapping(): use capital BIOS in comment by Pavel Machek · 10 years ago
  25. 132978b x86: Fix step size adjustment during initial memory mapping by Jan Beulich · 10 years ago
  26. 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  27. 14cf3d9 x86/gup: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 10 years ago
  28. cf3c0a1 x86: mm: fix VM_FAULT_RETRY handling by Linus Torvalds · 10 years ago
  29. 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
  30. 26178ec x86: mm: consolidate VM_FAULT_RETRY handling by Linus Torvalds · 10 years ago
  31. 7fb08ec x86: mm: move mmap_sem unlock from mm_fault_error() to caller by Linus Torvalds · 10 years ago
  32. 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
  33. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  34. c072b90 x86/mm: Fix zone ranges boot printout by Xishi Qiu · 10 years ago
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 3736708 x86: Replace seq_printf() with seq_puts() by Rasmus Villemoes · 10 years ago
  42. 792230c x86: Introduce function to get pmd entry pointer by Juergen Gross · 10 years ago
  43. 68c009c x86 mpx: Change return type of get_reg_offset() by Dave Hansen · 10 years ago
  44. 45e2a9d x86, mm: Set NX across entire PMD at boot by Kees Cook · 10 years ago
  45. 1de4fa1 x86, mpx: Cleanup unused bound tables by Dave Hansen · 10 years ago
  46. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  47. fcc7ffd x86, mpx: Decode MPX instruction to get bound violation information by Dave Hansen · 10 years ago
  48. 57319d8 x86, mpx: Add MPX-specific mmap interface by Qiaowei Ren · 10 years ago
  49. 0dbcae8 x86: mm: Move PAT only functions to mm/pat.c by Thomas Gleixner · 10 years ago
  50. bd809af x86: Enable PAT to use cache mode translation tables by Juergen Gross · 10 years ago
  51. f5b2831 x86: Respect PAT bit when copying pte values between large and normal pages by Juergen Gross · 10 years ago
  52. f439c429c3 x86: Support PAT bit in pagetable dump for lower levels by Juergen Gross · 10 years ago
  53. e00c8cc x86: Use new cache mode type in memtype related functions by Juergen Gross · 10 years ago
  54. b14097b x86: Use new cache mode type in mm/ioremap.c by Juergen Gross · 10 years ago
  55. c06814d x86: Use new cache mode type in setting page attributes by Juergen Gross · 10 years ago
  56. 102e19e x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.c by Juergen Gross · 10 years ago
  57. 2a37469 x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert() by Juergen Gross · 10 years ago
  58. 49a3b3c x86: Use new cache mode type in mm/iomap_32.c by Juergen Gross · 10 years ago
  59. d85f333 x86: Use new cache mode type in asm/pgtable.h by Juergen Gross · 10 years ago
  60. 2df58b6 x86: Use new cache mode type in arch/x86/mm/init_64.c by Juergen Gross · 10 years ago
  61. 281d407 x86: Make page cache mode a real type by Juergen Gross · 10 years ago
  62. 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
  63. 8266e31 x86, ptdump: Add section for EFI runtime services by Mathias Krause · 10 years ago
  64. 4707a34 /dev/mem: Use more consistent data types by Thierry Reding · 10 years ago
  65. bdee237 x86: mm: Use 2GB memory block size on large-memory x86-64 systems by Daniel J Blueman · 10 years ago
  66. d1cd121 x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE by Dexuan Cui · 10 years ago
  67. b935909 x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.c by Andy Lutomirski · 10 years ago
  68. 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
  69. dfe2c6d Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  70. 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
  71. bd5cfb8 arch/x86/mm/numa.c: fix boot failure when all nodes are hotpluggable by Xishi Qiu · 10 years ago
  72. 906e36c x86: use optimized ioresource lookup in ioremap function by Mike Travis · 10 years ago
  73. 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
  74. f955371 x86: remove the Xen-specific _PAGE_IOMAP PTE flag by David Vrabel · 11 years ago
  75. 3166851 x86: skip check for spurious faults for non-present faults by David Vrabel · 10 years ago
  76. a70857e sched: Add helper for task stack page overrun checking by Aaron Tomlin · 10 years ago
  77. d4311ff init/main.c: Give init_task a canary by Aaron Tomlin · 10 years ago
  78. 8b375f6 x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data() by Luiz Capitulino · 10 years ago
  79. 9661d5b x86/mm/hotplug: Modify PGD entry when removing memory by Yasuaki Ishimatsu · 10 years ago
  80. 5255e0a x86/mm/hotplug: Pass sync_global_pgds() a correct argument in remove_pagetable() by Yasuaki Ishimatsu · 10 years ago
  81. cc99535 x86/mm: Apply the section attribute to the variable, not its type by Jan-Simon Möller · 10 years ago
  82. 8a5a5d1 x86-64, ptdump: Mark espfix area only if existent by Mathias Krause · 10 years ago
  83. bb693f13 x86: Remove set_pmd_pfn by Matthew Wilcox · 10 years ago
  84. 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  85. 80b304f Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  86. 8642685 x86/mm: Fix sparse 'tlb_single_page_flush_ceiling' warning and make the variable read-mostly by Jeremiah Mahler · 10 years ago
  87. 7c7f154 x86/mm: Fix RCU splat from new TLB tracepoints by Dave Hansen · 10 years ago
  88. 03d4be6 memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLE by Wang Nan · 10 years ago
  89. 9bfc411 memory-hotplug: x86_64: suitable memory should go to ZONE_MOVABLE by Wang Nan · 10 years ago
  90. 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
  91. ce47479 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. a510247 x86/mm: Set TLB flush tunable to sane value (33) by Dave Hansen · 10 years ago
  93. 2d040a1 x86/mm: New tunable for single vs full TLB flush by Dave Hansen · 10 years ago
  94. d17d8f9 x86/mm: Add tracepoints for TLB flushes by Dave Hansen · 10 years ago
  95. a23421f x86/mm: Unify remote INVLPG code by Dave Hansen · 10 years ago
  96. 9dfa6de x86/mm: Fix missed global TLB flush stat by Dave Hansen · 10 years ago
  97. e9f4e0a x86/mm: Rip out complicated, out-of-date, buggy TLB flushing by Dave Hansen · 10 years ago
  98. 4995ab9 x86/mm: Clean up the TLB flushing code by Dave Hansen · 10 years ago
  99. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  100. eff50c3 x86/smep: Be more informative when signalling an SMEP fault by Jiri Kosina · 10 years ago