1. faa3793 x86/mm: Add PUD VA support for physical mapping by Thomas Garnier · 9 years ago
  2. 59b3d02 x86/mm: Update physical mapping variable names by Thomas Garnier · 9 years ago
  3. 39380b8 x86/mm/pat, /dev/mem: Remove superfluous error message by Jiri Kosina · 8 years ago
  4. a3a9a59 x86: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  5. 2f7c3a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. dc4fac8 x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code by Andy Lutomirski · 9 years ago
  7. 2b18e53 x86: mm: use hugetlb_bad_size() by Vaishali Thakkar · 9 years ago
  8. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 9 years ago
  9. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  10. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  11. 825a3b2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  12. eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 9 years ago
  13. cb18ef0 x86/boot: Add missing file header comments by Kees Cook · 9 years ago
  14. cf4fb15 x86/boot: Split out kernel_ident_mapping_init() by Yinghai Lu · 9 years ago
  15. 35dc9ec Merge branch 'linus' into efi/core, to pick up fixes by Ingo Molnar · 9 years ago
  16. 45e876f x86/segments/64: When loadsegment(fs, ...) fails, clear the base by Andy Lutomirski · 9 years ago
  17. ffc5fce Merge branch 'x86/urgent' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  18. 078194f x86/mm, sched/core: Turn off IRQs in switch_mm() by Andy Lutomirski · 9 years ago
  19. 69c0319 x86/mm, sched/core: Uninline switch_mm() by Andy Lutomirski · 9 years ago
  20. e107488 x86/mm: Build arch/x86/mm/tlb.c even on !SMP by Andy Lutomirski · 9 years ago
  21. 7fc8442 x86/mm/pat: Document the (currently) EFI-only code path by Matt Fleming · 9 years ago
  22. e16d8a6 Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging" by Andy Lutomirski · 9 years ago
  23. e8581e3 x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET by Baoquan He · 9 years ago
  24. 6666ea5 Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
  25. 60a0e20 x86/extable: Add a comment about early exception handlers by Andy Lutomirski · 9 years ago
  26. fbd7043 x86/msr: Carry on after a non-"safe" MSR access fails by Andy Lutomirski · 9 years ago
  27. ae7ef45 x86/traps: Enable all exception handler callbacks early by Andy Lutomirski · 9 years ago
  28. 0e861fb x86/head: Move early exception panic code into early_fixup_exception() by Andy Lutomirski · 9 years ago
  29. 0d0efc0 x86/head: Move the early NMI fixup into C by Andy Lutomirski · 9 years ago
  30. 7bbcdb1 x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() by Andy Lutomirski · 9 years ago
  31. d8d1c35 Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base by Ingo Molnar · 9 years ago
  32. 1886297 x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386 by Toshi Kani · 9 years ago
  33. 858eaaa7 mm/rmap: batched invalidations should use existing api by Nadav Amit · 9 years ago
  34. 18c9824 x86/mm: TLB_REMOTE_SEND_IPI should count pages by Nadav Amit · 9 years ago
  35. 16bf922 x86/cpufeature: Remove cpu_has_pse by Borislav Petkov · 9 years ago
  36. c109bf9 x86/cpufeature: Remove cpu_has_pge by Borislav Petkov · 9 years ago
  37. 906bf7f x86/cpufeature: Remove cpu_has_clflush by Borislav Petkov · 9 years ago
  38. b8291adc x86/cpufeature: Remove cpu_has_gbpages by Borislav Petkov · 9 years ago
  39. 88ba281 x86/xen, pat: Remove PAT table init code from Xen by Toshi Kani · 9 years ago
  40. d63dcf4 x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() by Toshi Kani · 9 years ago
  41. 224bb1e x86/mm/pat: Add pat_disable() interface by Toshi Kani · 9 years ago
  42. 02f037d x86/mm/pat: Add support of non-default PAT MSR setting by Toshi Kani · 9 years ago
  43. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  44. 29934b0 x86/extable: use generic search and sort routines by Ard Biesheuvel · 9 years ago
  45. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  46. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  47. 24b5e20 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  48. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
  49. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
  50. 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  51. d367cef x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPU by Matt Fleming · 9 years ago
  52. a75e1f6 x86: also use debug_pagealloc_enabled() for free_init_pages by Christian Borntraeger · 9 years ago
  53. 288cf3c x86: query dynamic DEBUG_PAGEALLOC setting by Christian Borntraeger · 9 years ago
  54. 13c76ad Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  55. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  56. d88bfe1 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  57. d09e356 Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  58. 8b8addf x86/mm/32: Enable full randomization on i386 and X86_32 by Hector Marco-Gisbert · 9 years ago
  59. a1a8ba2 Merge branch 'linus' into ras/core, to pick up fixes by Ingo Molnar · 9 years ago
  60. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 9 years ago
  61. cfa52c0 x86/mm/kmmio: Fix mmiotrace for hugepages by Karol Herbst · 9 years ago
  62. e215554 x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA by Dave Hansen · 9 years ago
  63. 4b696dc Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  64. 5ef11c3 mm: ASLR: use get_random_long() by Daniel Cashman · 9 years ago
  65. 9bf148cb x86/mpx: Fix off-by-one comparison with nr_registers by Colin Ian King · 9 years ago
  66. bf70e55 x86/mm: Fix slow_virt_to_phys() for X86_PAE again by Dexuan Cui · 9 years ago
  67. 405e1133 x86/mm: Avoid premature success when changing page attributes by Jan Beulich · 9 years ago
  68. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  69. 9ccaf77 x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig option by Kees Cook · 9 years ago
  70. 15f003d x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd() by Sai Praneeth · 9 years ago
  71. 397630150 x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappings by Sai Praneeth · 9 years ago
  72. ab87672 Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes by Ingo Molnar · 9 years ago
  73. 0389075 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. b176862 x86/mm/ptdump: Remove paravirt_enabled() by Borislav Petkov · 9 years ago
  75. 457a98b mm, x86: fix pte_page() crash in gup_pte_range() by Hugh Dickins · 9 years ago
  76. 62b5f7d mm/core, x86/mm/pkeys: Add execute-only protection keys support by Dave Hansen · 9 years ago
  77. d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 9 years ago
  78. 07f146f x86/mm/pkeys: Optimize fault handling in access_error() by Dave Hansen · 9 years ago
  79. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 9 years ago
  80. 1874f68 x86/mm/gup: Simplify get_user_pages() PTE bit handling by Dave Hansen · 9 years ago
  81. 019132f x86/mm/pkeys: Fill in pkey field in siginfo by Dave Hansen · 9 years ago
  82. 7b2d0db x86/mm/pkeys: Pass VMA down in to fault signal generation code by Dave Hansen · 9 years ago
  83. b3ecd51 x86/mm/pkeys: Add new 'PF_PK' page fault error code bit by Dave Hansen · 9 years ago
  84. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
  85. 548acf1 x86/mm: Expand the exception table logic to allow new handling options by Tony Luck · 9 years ago
  86. f4eafd8 x86/mm: Fix vmalloc_fault() to handle large pages properly by Toshi Kani · 9 years ago
  87. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 9 years ago
  88. 1fe3f29 Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys by Ingo Molnar · 9 years ago
  89. 2d23e61 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  90. dd7b684 x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap() by Matthew Wilcox · 9 years ago
  91. 063fb3e x86/kasan: Write protect kasan zero shadow by Andrey Ryabinin · 9 years ago
  92. 69e0210 x86/kasan: Clear kasan_zero_page after TLB flush by Andrey Ryabinin · 9 years ago
  93. 5f7ee24 x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug() by Ingo Molnar · 9 years ago
  94. c1a0bf3 x86/mm/numa: Clean up numa_clear_kernel_node_hotplug() by Ingo Molnar · 9 years ago
  95. b349e9a Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix by Ingo Molnar · 9 years ago
  96. 59fd121 x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernels by Ingo Molnar · 9 years ago
  97. 080fe20 mm, hugetlb: don't require CMA for runtime gigantic pages by Vlastimil Babka · 9 years ago
  98. 03e075b Merge branch 'linus' into efi/core, to refresh the branch and to pick up recent fixes by Ingo Molnar · 9 years ago
  99. d517be5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  100. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago