1. 874e2cc sh: add support for folded p4d page tables by Mike Rapoport · 4 years, 7 months ago
  2. a194a62 sh: drop __pXd_offset() macros that duplicate pXd_index() ones by Mike Rapoport · 4 years, 7 months ago
  3. eaabf98 sh: fault: modernize printing of kernel messages by Geert Uytterhoeven · 4 years, 7 months ago
  4. 9691a07 mm: use free_area_init() instead of free_area_init_nodes() by Mike Rapoport · 4 years, 7 months ago
  5. 1eb64c0 sh: fix build error in mm/init.c by Masahiro Yamada · 4 years, 9 months ago
  6. bfeb022 mm/memory_hotplug: add pgprot_t to mhp_params by Logan Gunthorpe · 4 years, 9 months ago
  7. f5637d3 mm/memory_hotplug: rename mhp_restrictions to mhp_params by Logan Gunthorpe · 4 years, 9 months ago
  8. 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 9 months ago
  9. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
  10. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 9 months ago
  11. fb027ad sh/mm: use helper fault_signal_pending() by Peter Xu · 4 years, 9 months ago
  12. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  13. feee6b2 mm/memory_hotplug: shrink zones when offlining memory by David Hildenbrand · 5 years ago
  14. a308a71 Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  15. 436b2a8 Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  16. 98c90e5 sh: remove __iounmap by Christoph Hellwig · 5 years ago
  17. 6d80f20 sh: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  18. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  19. 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
  20. 80ec922 mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE by David Hildenbrand · 5 years ago
  21. b98cca4 mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() by Anshuman Khandual · 5 years ago
  22. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  23. 3c9b9ac sh: use the generic get_user_pages_fast code by Christoph Hellwig · 5 years ago
  24. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  25. 03eb2a0 sh: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  26. c456cfc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211 by Thomas Gleixner · 6 years ago
  27. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  28. e165682 signal/sh: Remove tsk parameter from force_sig_info_fault by Eric W. Biederman · 6 years ago
  29. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  30. 87dfb31 treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> by Masahiro Yamada · 6 years ago
  31. ac5c942 mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail by David Hildenbrand · 6 years ago
  32. 940519f mm, memory_hotplug: provide a more generic restrictions for memory hotplug by Michal Hocko · 6 years ago
  33. 997aef6 init: provide a generic free_initmem implementation by Mike Rapoport · 6 years ago
  34. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  35. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  36. 26fb3da memblock: drop memblock_alloc_*_nopanic() variants by Mike Rapoport · 6 years ago
  37. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  38. 47f1e92 sh: prefer memblock APIs returning virtual address by Mike Rapoport · 6 years ago
  39. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  40. 2c2a5af mm, memory_hotplug: add nid parameter to arch_remove_memory by Oscar Salvador · 6 years ago
  41. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  42. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  43. 15c3c11 memblock: replace alloc_bootmem_pages with memblock_alloc by Mike Rapoport · 6 years ago
  44. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  45. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  46. 46bcde9 sh: split arch/sh/mm/consistent.c by Christoph Hellwig · 6 years ago
  47. 47fcae0 sh: introduce a sh_cacheop_vaddr helper by Christoph Hellwig · 7 years ago
  48. b2fcb67 sh: simplify get_arch_dma_ops by Christoph Hellwig · 7 years ago
  49. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  50. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  51. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  52. ac21fc2 sh: switch to NO_BOOTMEM by Rob Herring · 7 years ago
  53. 15b28bb dma-debug: move initialization to common code by Christoph Hellwig · 7 years ago
  54. b9826a4 sh: mm: Fix unprotected access to struct device by Jacopo Mondi · 7 years ago
  55. c65626c signal/sh: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  56. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  57. 18b7fd1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  58. d081107 mm/gup.c: document return value by Michael S. Tsirkin · 7 years ago
  59. 1bad9ce Merge tag 'sh-for-4.17' of git://git.libc.org/linux-sh by Linus Torvalds · 7 years ago
  60. ce88313 arch/sh: make the DMA mapping operations observe dev->dma_pfn_offset by Thomas Petazzoni · 7 years ago
  61. cb9f753 mm: fix races between swapoff and flush dcache by Huang Ying · 7 years ago
  62. da02451 mm: pass the vmem_altmap to arch_remove_memory and __remove_pages by Christoph Hellwig · 7 years ago
  63. 24e6d5a mm: pass the vmem_altmap to arch_add_memory and __add_pages by Christoph Hellwig · 7 years ago
  64. 4dfeeaa mm: don't export arch_add_memory by Christoph Hellwig · 7 years ago
  65. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  66. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  67. e0c6584 sh: make dma_cache_sync a no-op by Christoph Hellwig · 7 years ago
  68. 0cef25c sh: move inline before return type by Joe Perches · 7 years ago
  69. a94c33d lib/extable.c: use bsearch() library function in search_extable() by Thomas Meyer · 8 years ago
  70. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 8 years ago
  71. 3d79a72 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory by Michal Hocko · 8 years ago
  72. f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 8 years ago
  73. 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 8 years ago
  74. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  75. f780d89 sched/headers: Remove <asm/ptrace.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  76. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  77. 0104260 sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  78. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  79. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  80. d92280d sh: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  81. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  82. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  83. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  84. 1630e84 Merge tag 'sh-for-4.8' of git://git.libc.org/linux-sh by Linus Torvalds · 8 years ago
  85. a1e262f sh: do not perform IPI-based cache flush except on boards that need it by Rich Felker · 9 years ago
  86. 5a846ab sh: add support for J-Core J2 processor by Rich Felker · 9 years ago
  87. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  88. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  89. f15412a sh: make mm/asids-debugfs explicitly non-modular by Paul Gortmaker · 9 years ago
  90. 57155c6 sh: disable aliased page logic on NOMMU models by Rich Felker · 9 years ago
  91. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  92. 884ed4c sh: get rid of superfluous __GFP_REPEAT by Michal Hocko · 9 years ago
  93. 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
  94. b31a3bc Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-sh by Linus Torvalds · 9 years ago
  95. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
  96. b15d53d sched/preempt, sh: kmap_coherent relies on disabled preemption by David Hildenbrand · 9 years ago
  97. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 9 years ago
  98. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
  99. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  100. 81cf09e sh: use PFN_DOWN macro by Alexander Kuleshov · 9 years ago