1. 8e998fc x86/mm: Sync also unmappings in vmalloc_sync_all() by Joerg Roedel · 6 years ago
  2. 51b75b5 x86/mm: Check for pfn instead of page in vmalloc_sync_one() by Joerg Roedel · 6 years ago
  3. ac60602 Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  4. c6dd78f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  5. e9c0a3f0 mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap() by Dan Williams · 6 years ago
  6. 80ec922 mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE by David Hildenbrand · 6 years ago
  7. a0d14b8 x86/mm, tracing: Fix CR2 corruption by Peter Zijlstra · 6 years ago
  8. b98cca4 mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() by Anshuman Khandual · 6 years ago
  9. 0f472d0 mm/ioremap: probe platform for p4d huge map support by Anshuman Khandual · 6 years ago
  10. ffdb07f x86/mm: Free sme_early_buffer after init by David Rientjes · 6 years ago
  11. 9087c37 dma-direct: Force unencrypted DMA under SME for certain DMA masks by Tom Lendacky · 6 years ago
  12. fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  13. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  14. 5fba4af4 asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel] by Mike Rapoport · 6 years ago
  15. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  16. 565eb5f8 Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  17. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  18. 0d37dde Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. 514caf2 memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag by Christoph Hellwig · 6 years ago
  20. 7282545 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  21. e0a446c x86/vsyscall: Document odd SIGSEGV error code for vsyscalls by Andy Lutomirski · 6 years ago
  22. 918ce32 x86/vsyscall: Show something useful on a read fault by Andy Lutomirski · 6 years ago
  23. 432c833 x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init() by Kirill A. Shutemov · 6 years ago
  24. 5da04cc x86/mm: Rework ioremap resource mapping determination by Lianbo Jiang · 6 years ago
  25. e1bfa87 x86/mm: Create a workarea in the kernel for SME early encryption by Thomas Lendacky · 6 years ago
  26. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  27. 963172d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  28. 8afecfb Merge tag 'v5.2-rc4' into mauro by Jonathan Corbet · 6 years ago
  29. f3176ec x86/kasan: Fix boot with 5-level paging and KASAN by Andrey Ryabinin · 6 years ago
  30. cb1aaeb docs: fix broken documentation links by Mauro Carvalho Chehab · 6 years ago
  31. 00e5a2b x86/mm/KASLR: Compute the size of the vmemmap section properly by Baoquan He · 6 years ago
  32. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  33. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  34. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  35. 318759b signal/x86: Move tsk inside of CONFIG_MEMORY_FAILURE in do_sigbus by Eric W. Biederman · 6 years ago
  36. 5dd82ba x86: mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  37. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  38. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  39. 351b682 signal: Explicitly call force_sig_fault on current by Eric W. Biederman · 6 years ago
  40. f8eac90 signal: Remove task parameter from force_sig_mceerr by Eric W. Biederman · 6 years ago
  41. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  42. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  43. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  44. ff8583d Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  45. 1335d9a Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  46. 9cc342f treewide: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  47. 00f5764 Merge branch 'linus' into x86/urgent, to pick up dependent changes by Ingo Molnar · 6 years ago
  48. ac5c942 mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail by David Hildenbrand · 6 years ago
  49. 940519f mm, memory_hotplug: provide a more generic restrictions for memory hotplug by Michal Hocko · 6 years ago
  50. 8df995f mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC by Alexandre Ghiti · 6 years ago
  51. 5a28fc9 x86/mpx, mm/core: Fix recursive munmap() corruption by Dave Hansen · 6 years ago
  52. eccd906 x86/mm: Do not use set_{pud, pmd}_safe() when splitting a large page by Brijesh Singh · 6 years ago
  53. 8ff468c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  54. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  55. 0bc40e5 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  56. 8f14772 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. f725492 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  58. 0a499fc Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  59. caa8413 x86/mm: Initialize PGD cache during mm initialization by Nadav Amit · 6 years ago
  60. d633269 mm/hibernation: Make hibernation handle unmapped pages by Rick Edgecombe · 6 years ago
  61. d253ca0 x86/mm/cpa: Add set_direct_map_*() functions by Rick Edgecombe · 6 years ago
  62. 4fc1970 x86/alternatives: Initialize temporary mm for patching by Nadav Amit · 6 years ago
  63. d5963d8 Merge tag 'v5.1-rc7' into x86/mm, to pick up fixes by Ingo Molnar · 6 years ago
  64. 3db6d5a x86/mm/tlb: Remove 'struct flush_tlb_info' from the stack by Nadav Amit · 6 years ago
  65. da398db Merge branch 'linus' into x86/mm, to pick up dependent fix by Ingo Molnar · 6 years ago
  66. a65c88e x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault() by Jiri Kosina · 6 years ago
  67. 0d02113 x86/mm: Fix a crash with kmemleak_scan() by Qian Cai · 6 years ago
  68. ea2f8d6 x86/fault: Make fault messages more succinct by Borislav Petkov · 6 years ago
  69. 18ea35c5 x86/fault: Decode and print #PF oops in human readable form by Sean Christopherson · 6 years ago
  70. f28b11a x86/fault: Reword initial BUG message for unhandled page faults by Sean Christopherson · 6 years ago
  71. ec39371 x86/mm/KASLR: Fix the size of the direct mapping section by Baoquan He · 6 years ago
  72. d68be4c x86/speculation: Support 'mitigations=' cmdline option by Josh Poimboeuf · 6 years ago
  73. 2a594d4 x86/exceptions: Split debug IST stack by Thomas Gleixner · 6 years ago
  74. d876b67 x86/traps: Use cpu_entry_area instead of orig_ist by Thomas Gleixner · 6 years ago
  75. 7623f37 x86/cpu_entry_area: Provide exception stack accessor by Thomas Gleixner · 6 years ago
  76. a4af767 x86/cpu_entry_area: Prepare for IST guard pages by Thomas Gleixner · 6 years ago
  77. 019b17b x86/exceptions: Add structs for exception stacks by Thomas Gleixner · 6 years ago
  78. 881a463 x86/cpu_entry_area: Cleanup setup functions by Thomas Gleixner · 6 years ago
  79. 8f34c5b x86/exceptions: Make IST index zero based by Thomas Gleixner · 6 years ago
  80. 780e010 x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info" by Peter Zijlstra · 6 years ago
  81. 510bb96 x86/mm: Prevent bogus warnings with "noexec=off" by Thomas Gleixner · 6 years ago
  82. a5eff72 x86/pkeys: Add PKRU value to init_fpstate by Sebastian Andrzej Siewior · 6 years ago
  83. 0cecca9 x86/fpu: Eager switch PKRU state by Rik van Riel · 6 years ago
  84. 0556cbd x86/pkeys: Don't check if PKRU is zero before writing it by Sebastian Andrzej Siewior · 6 years ago
  85. abd16d6 x86/fpu: Use a feature number instead of mask in two more helpers by Sebastian Andrzej Siewior · 6 years ago
  86. 2722146 x86/fpu: Remove fpu->initialized by Sebastian Andrzej Siewior · 6 years ago
  87. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  88. 28e3ace x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has() by Borislav Petkov · 6 years ago
  89. b569c184 x86/mm/KASLR: Reduce randomization granularity for 5-level paging to 1GB by Baoquan He · 6 years ago
  90. 0925dda x86/mm/KASLR: Use only one PUD entry for real mode trampoline by Baoquan He · 6 years ago
  91. 92c77f7 x86/mm: Don't exceed the valid physical address space by Ralph Campbell · 6 years ago
  92. 4fe64a6 x86/mm/pti: Make local symbols static by Valdis Kletnieks · 6 years ago
  93. 26fb3da memblock: drop memblock_alloc_*_nopanic() variants by Mike Rapoport · 6 years ago
  94. 42b46ae memblock: drop __memblock_alloc_base() by Mike Rapoport · 6 years ago
  95. 262d6a9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  96. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  97. 3d35390 mm: create the new vm_fault_t type by Souptick Joarder · 6 years ago
  98. bcd49c3 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  99. 24c4122 x86/mm: Remove unused variable 'old_pte' by Qian Cai · 6 years ago
  100. 3609e31 x86/mm: Remove unused variable 'cpu' by Qian Cai · 6 years ago