1. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  2. 57bf5a8 dma-mapping: clear harmful GFP_* flags in common code by Christoph Hellwig · 7 years ago
  3. 6ac1dc7 mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy by Eric W. Biederman · 8 years ago
  4. 2a8358d bug: define the "cut here" string in a single place by Kees Cook · 7 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 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. 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
  8. 8ac449e mn10300: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 9 years ago
  9. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  10. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  11. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 9 years ago
  12. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 9 years ago
  13. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 9 years ago
  14. f151341 mn10300: convert to dma_map_ops by Christoph Hellwig · 9 years ago
  15. 805de8f4 atomic: Replace atomic_{set,clear}_mask() usage by Peter Zijlstra · 10 years ago
  16. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  17. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  18. 9424cdf arch,mn10300: Convert smp_mb__*() by Peter Zijlstra · 11 years ago
  19. 0470d4a mn10300: add missing pgtable_page_ctor/dtor calls by Kirill A. Shutemov · 11 years ago
  20. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  21. 609838c mm: invoke oom-killer from remaining unconverted page fault handlers by Johannes Weiner · 12 years ago
  22. 76feaed mm/mn10300: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 12 years ago
  23. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 12 years ago
  24. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 12 years ago
  25. 32ce012 mm/mn10300: use common help functions to free reserved pages by Jiang Liu · 12 years ago
  26. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  27. 3d7b6a6 mn10300/mm/fault.c: Port OOM changes to do_page_fault by Kautuk Consul · 12 years ago
  28. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  29. 77cb621 mn10300: mm/dma-alloc.c needs <linux/export.h> by Geert Uytterhoeven · 13 years ago
  30. 1c80f22 Disintegrate asm/system.h for MN10300 by David Howells · 13 years ago
  31. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
  32. 2e65d1f MN10300: Fix one of the kernel debugger cacheflush variants by David Howells · 14 years ago
  33. 8ea9716 mn10300: convert old cpumask API into new one by KOSAKI Motohiro · 14 years ago
  34. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 14 years ago
  35. 67ddb40 MN10300: Create generic kernel debugger hooks by David Howells · 14 years ago
  36. 7f386ac MN10300: Create general kernel debugger cache flushing by David Howells · 14 years ago
  37. b75bb23 MN10300: The icache invalidate functions should disable the icache first by David Howells · 14 years ago
  38. dcca52c MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not exist by David Howells · 14 years ago
  39. 5a226c6 MN10300: Map userspace atomic op regs as a vmalloc page by Mark Salter · 14 years ago
  40. 368dd5a MN10300: And Panasonic AM34 subarch and implement SMP by Akira Takeuchi · 14 years ago
  41. 965ea4b MN10300: SMP TLB flushing by Akira Takeuchi · 14 years ago
  42. dccbf48 MN10300: Use the [ID]PTEL2 registers rather than [ID]PTEL for TLB control by Akira Takeuchi · 14 years ago
  43. a9bc60e MN10300: Make the use of PIDR to mark TLB entries controllable by Akira Takeuchi · 14 years ago
  44. 492e675 MN10300: Rename __flush_tlb*() to local_flush_tlb*() by David Howells · 14 years ago
  45. 8f19e3d MN10300: AM34 erratum requires MMUCTR read and write on exception entry by Akira Takeuchi · 14 years ago
  46. 8be0628 MN10300: Cache: Implement SMP global cache flushing by Akira Takeuchi · 14 years ago
  47. b478491 MN10300: Allow some cacheflushes to be avoided if cache snooping is available by David Howells · 14 years ago
  48. 9731d23 MN10300: AM34: Add cacheflushing by using the AM34 purge registers by Akira Takeuchi · 14 years ago
  49. 0bd3eb6 MN10300: SMP: Differentiate local cache flushing by Akira Takeuchi · 14 years ago
  50. 9b287bf MN10300: Cacheflush functions should take unsigned long addresses by Akira Takeuchi · 14 years ago
  51. 518d4bb MN10300: AM34: The current cacheflush routines operate by controlling tag regs by David Howells · 14 years ago
  52. 344af92 MN10300: Provide a MN10300_CACHE_ENABLED config option by David Howells · 14 years ago
  53. 0bc42d7 MN10300: Cache: Split cache bits out of arch Kconfig by David Howells · 14 years ago
  54. 86c0f93 MN10300: Remove monitor/JTAG functions by Akira Takeuchi · 14 years ago
  55. 292aa14 MN10300: BUG to BUG_ON changes by Stoyan Gaydarov · 14 years ago
  56. 57cf4f7 MN10300: Fix flush_icache_range() by David Howells · 14 years ago
  57. 62bdb28 MN10300: Handle missing sys_cacheflush() when caching disabled by David Howells · 14 years ago
  58. 6e0c64f arch/mn10300/mm: eliminate NULL dereference by Julia Lawall · 14 years ago
  59. c421b08 mn10300: invoke oom-killer from page fault by Nick Piggin · 15 years ago
  60. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  61. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  62. 012c79b mn10300: make the ASB2305's PCnet32 NIC work by using the PCI bridge's SRAM by David Howells · 15 years ago
  63. d6bb7a1 mn10300: add cc clobbers to asm statements by Mark Salter · 15 years ago
  64. 4b52940 mm: make totalhigh_pages unsigned long by Andreas Fenkart · 15 years ago
  65. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  66. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
  67. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
  68. fd4f683 MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handler by David Howells · 16 years ago
  69. 58a4748 MN10300: Don't do misalignment handling for userspace by David Howells · 16 years ago
  70. bd9384a MN10300: Don't handle misaligned loading and storing of SP by David Howells · 16 years ago
  71. d3bd462 MN10300: Handle misaligned SP-based operands by David Howells · 16 years ago
  72. 852c15b MN10300: Fix misaligned index-register addressing handling by David Howells · 16 years ago
  73. 6d615c7 MN10300: Handle misaligned postinc-with-imm addressing mode correctly by David Howells · 16 years ago
  74. ddb6d05 MN10300: Perform misalignment fixups of MOV_Lcc by David Howells · 16 years ago
  75. aefefbb MN10300: Allow misalignment fixup in interrupt handling by David Howells · 16 years ago
  76. f911c68 MN10300: Fix register-postinc addressing misalignment handling by David Howells · 16 years ago
  77. b308bf3 MN10300: Extract the displacement from an insn correctly in misalignment fixup by David Howells · 16 years ago
  78. ee6e740 MN10300: Add further misalignment fixups by David Howells · 16 years ago
  79. 9f55588 MN10300: Add built-in testing for misalignment handler by David Howells · 16 years ago
  80. 31ea24b MN10300: Clean up the misalignment handler a little by David Howells · 16 years ago
  81. d1c6d2e MN10300: Change the fault handler to check in_atomic() not in_interrupt() by David Howells · 16 years ago
  82. 4984d2d mn10300: use generic show_mem() by Johannes Weiner · 17 years ago
  83. 3560e24 bootmem: replace node_boot_start in struct bootmem_data by Johannes Weiner · 17 years ago
  84. b920de1 mn10300: add the MN10300/AM33 architecture to the kernel by David Howells · 17 years ago