1. 6bce725 x86/mpx: Make unnecessarily global function static by Tobias Klauser · 8 years ago
  2. be3606f x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y by Andrey Ryabinin · 8 years ago
  3. b2e593e x86, mm: unify exit paths in gup_pte_range() by Dan Williams · 8 years ago
  4. ef947b2 x86, mm: fix gup_pte_range() vs DAX mappings by Dan Williams · 8 years ago
  5. 9164bb4 sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  6. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  7. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  8. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  9. 0104260 sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  10. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  11. 2959a5f mm: add arch-independent testcases for RODATA by Jinbum Park · 8 years ago
  12. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  13. 220ced1 mm: fix get_user_pages() vs device-dax pud mappings by Dan Williams · 8 years ago
  14. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
  15. ecf1385 mm: drop unused argument of zap_page_range() by Kirill A. Shutemov · 8 years ago
  16. ddffe98 mm/memory_hotplug: set magic number to page->freelist instead of page->lru.next by Yasuaki Ishimatsu · 8 years ago
  17. 025205f x86/mm/ptdump: Add address marker for KASAN shadow region by Andrey Ryabinin · 8 years ago
  18. 243b72a x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=y by Andrey Ryabinin · 8 years ago
  19. 5b1ad68 Merge branch 'linus' into x86/mm by Thomas Gleixner · 8 years ago
  20. 146fbb7 x86/mm/ptdump: Fix soft lockup in page table walker by Andrey Ryabinin · 8 years ago
  21. 1013fe3 x86/mm/pat: Use rb_entry() by Geliang Tang · 8 years ago
  22. 459fbe0 x86/mm/cpa: Avoid wbinvd() for PREEMPT by John Ogness · 8 years ago
  23. 4538286 x86/mpx: Use compatible types in comparison to fix sparse error by Tobias Klauser · 8 years ago
  24. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  25. cb02de9 x86/mpx: Move bd_addr to mm_context_t by Mark Rutland · 8 years ago
  26. 5372e15 x86/mm: Drop unused argument 'removed' from sync_global_pgds() by Kirill A. Shutemov · 8 years ago
  27. aec03f8 ACPI/NUMA: Do not map pxm to node when NUMA is turned off by Boris Ostrovsky · 8 years ago
  28. 518bacf Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  29. 5645688 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. 0719dbf Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  31. 064e6a8 Merge branch 'linus' into x86/fpu, to resolve conflicts by Ingo Molnar · 8 years ago
  32. fc0e81b x86/traps: Ignore high word of regs->cs in early_fixup_exception() by Andy Lutomirski · 8 years ago
  33. 308a047 x86/pat, mm: Make track_pfn_insert() return void by Borislav Petkov · 8 years ago
  34. c29c716 Merge branch 'core/urgent' into x86/fpu, to merge fixes by Ingo Molnar · 8 years ago
  35. 05b93c1 Merge branch 'linus' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  36. bdb5208 Merge tag 'drm-x86-pat-regression-fix' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  37. c0a0aba kconfig.h: remove config_enabled() macro by Masahiro Yamada · 8 years ago
  38. 8ef4227 x86/io: add interface to reserve io memtype for a resource range. (v1.1) by Dave Airlie · 8 years ago
  39. bb5e5ce x86/dumpstack: Remove kernel text addresses from stack dump by Josh Poimboeuf · 8 years ago
  40. 63ae602 Merge branch 'gup_flag-cleanups' by Linus Torvalds · 8 years ago
  41. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  42. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  43. e636508 x86/fpu: Finish excising 'eagerfpu' by Andy Lutomirski · 8 years ago
  44. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  45. 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  46. a8adc0f Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  47. 3ef0a61 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  48. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  49. 110a9e4 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  50. d7e25c6 Merge branch 'x86/urgent' into x86/asm by Thomas Gleixner · 8 years ago
  51. df720ac exceptions: detritus removal by Al Viro · 8 years ago
  52. 1e1b372 Merge branch 'x86/urgent' into x86/apic by Thomas Gleixner · 8 years ago
  53. 2532fc3 x86/numa: Online memory-less nodes at boot time by Tang Chen · 8 years ago
  54. 1827822 x86/e820: Use much less memory for e820/e820_saved, save up to 120k by Denys Vlasenko · 8 years ago
  55. 4753396 x86/e820: Prepare e280 code for switch to dynamic storage by Denys Vlasenko · 8 years ago
  56. e535ec0 x86/mm/pat: Prevent hang during boot when mapping pages by Matt Fleming · 8 years ago
  57. 744c193 x86: Migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  58. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  59. f148b41 x86: Clean up various simple wrapper functions by Masahiro Yamada · 8 years ago
  60. 9049771 mm: fix cache mode of dax pmd mappings by Dan Williams · 8 years ago
  61. 76de993 x86/pkeys: Allow configuration of init_pkru by Dave Hansen · 8 years ago
  62. acd547b x86/pkeys: Default to a restrictive init PKRU by Dave Hansen · 8 years ago
  63. e8c24d3 x86/pkeys: Allocation/free syscalls by Dave Hansen · 8 years ago
  64. e8c6226 x86/pkeys: Add fault handling for PF_PK page fault bit by Dave Hansen · 8 years ago
  65. 6271cfd x86/mm: Improve stack-overflow #PF handling by Andy Lutomirski · 8 years ago
  66. 2b3061c Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity by Ingo Molnar · 8 years ago
  67. a5ff1b3 treewide: replace config_enabled() with IS_ENABLED() (2nd round) by Masahiro Yamada · 8 years ago
  68. e37e43a x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y) by Andy Lutomirski · 8 years ago
  69. a91bf71 x86/mm/numa: Open code function early_get_boot_cpu_id() by Baoquan He · 8 years ago
  70. 9710cb6 Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  71. 0aeeb3e Merge branches 'pm-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  72. 25dfe47 x86/mm/64: Enable KASLR for vmemmap memory region by Thomas Garnier · 8 years ago
  73. fb754f9 x86/mm/KASLR: Increase BRK pages for KASLR memory randomization by Thomas Garnier · 8 years ago
  74. c7d2361 x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomization by Thomas Garnier · 8 years ago
  75. e4630fd x86/power/64: Always create temporary identity mapping correctly by Rafael J. Wysocki · 8 years ago
  76. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  77. 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
  78. d761f3e Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  79. df15929 Merge branch 'linus' into x86/microcode, to pick up merge window changes by Ingo Molnar · 8 years ago
  80. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  81. e663107 Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  82. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  83. 3e79ec7 arch: x86: charge page tables to kmemcg by Vladimir Davydov · 8 years ago
  84. 36e635c Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 77cd3d0 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. d85f4eb Merge branch 'acpi-numa' by Rafael J. Wysocki · 8 years ago
  88. 55920d3 x86/mm/cpa: Add missing comment in populate_pdg() by Andy Lutomirski · 8 years ago
  89. 530dd8d x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs by Andy Lutomirski · 8 years ago
  90. 2a53ccb x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err by Ingo Molnar · 8 years ago
  91. dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
  92. 46aea38 x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm by Andy Lutomirski · 8 years ago
  93. d92fc69 x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() by Andy Lutomirski · 8 years ago
  94. 360cb4d x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populated by Andy Lutomirski · 8 years ago
  95. af2cf27 x86/mm/hotplug: Don't remove PGD entries in remove_pagetable() by Ingo Molnar · 8 years ago
  96. 2ba7805 kasan: add newline to messages by Dmitry Vyukov · 8 years ago
  97. 4b599fe x86/mm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  98. 84e629b x86: Don't use module.h just for AUTHOR / LICENSE tags by Paul Gortmaker · 8 years ago
  99. dcb32d9 x86/mm: Use pte_none() to test for empty PTE by Dave Hansen · 8 years ago
  100. 4ff5308 x86/mm: Do not reference phys addr beyond kernel by Thomas Garnier · 9 years ago