1. 87dbc20 local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years ago
  2. 0c6c887 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years ago
  3. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  4. 7a932e5 Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years ago
  5. 1578071 Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years ago
  6. edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  7. 58c644b sched/idle: Fix arch_cpu_idle() vs tracing by Peter Zijlstra · 4 years, 1 month ago
  8. d8398bf openrisc: add local64.h to fix blk-iocost build by Stafford Horne · 4 years, 1 month ago
  9. 28b852b openrisc: fix trap for debugger breakpoint signalling by Stafford Horne · 4 years, 2 months ago
  10. f81cc5a openrisc: add support for LiteX by Filip Kokosinski · 5 years ago
  11. e181c0a openrisc: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  12. d7029e4 highmem: Get rid of kmap_types.h by Thomas Gleixner · 4 years, 2 months ago
  13. 0774a6ed timekeeping: default GENERIC_CLOCKEVENTS to enabled by Arnd Bergmann · 4 years, 3 months ago
  14. 5449edc openrisc: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 4 months ago
  15. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  16. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  17. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 3 months ago
  18. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  19. b10d6bc arch, drivers: replace for_each_membock() with for_each_mem_range() by Mike Rapoport · 4 years, 3 months ago
  20. 80c4574 h8300, nds32, openrisc: simplify detection of memory extents by Mike Rapoport · 4 years, 3 months ago
  21. 34eb62d Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  22. 9f4df96 dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 3 months ago
  23. b952e97 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 4 months ago
  24. d877322b openrisc: Fix issue with get_user for 64-bit values by Stafford Horne · 4 years, 4 months ago
  25. 5e6e985 uaccess: add infrastructure for kernel builds with set_fs() by Christoph Hellwig · 4 years, 4 months ago
  26. 3ae90d7 openrisc: Fix cache API compile issue when not inlining by Stafford Horne · 4 years, 4 months ago
  27. 141d170 openrisc: Reserve memblock for initrd by Stafford Horne · 4 years, 4 months ago
  28. c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 4 months ago
  29. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  30. e1d74fb Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 5 months ago
  31. 38caa90 mm/openrisc: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  32. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  33. 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
  34. 8d3e09b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  35. 55b2662 openrisc: uaccess: Add user address space check to access_ok by Stafford Horne · 4 years, 5 months ago
  36. d995966 openrisc: signal: Fix sparse address space warnings by Stafford Horne · 4 years, 5 months ago
  37. aac9a9b openrisc: uaccess: Remove unused macro __addr_ok by Stafford Horne · 4 years, 5 months ago
  38. af84b16 openrisc: uaccess: Use static inline function in access_ok by Stafford Horne · 4 years, 5 months ago
  39. 17fcd83 openrisc: uaccess: Fix sparse address space warnings by Stafford Horne · 4 years, 5 months ago
  40. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  41. fc2a6b8 opeinrisc: switch to generic version of pte allocation by Mike Rapoport · 4 years, 5 months ago
  42. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  43. 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  44. 045838b openrisc: io: Fixup defines and move include to the end by Stafford Horne · 4 years, 5 months ago
  45. 9ba2741 Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  46. c28b274 openrisc: Implement proper SMP tlb flushing by Stafford Horne · 4 years, 6 months ago
  47. 57b8e277 openrisc: Fix oops caused when dumping stack by Stafford Horne · 4 years, 7 months ago
  48. ff6c923 openrisc: Add support for external initrd images by Stafford Horne · 4 years, 6 months ago
  49. 9e9da64 openrisc: fix __user in raw_copy_to_user()'s prototype by Luc Van Oostenryck · 4 years, 6 months ago
  50. bb1a773 kill unused dump_fpu() instances by Al Viro · 4 years, 7 months ago
  51. f04b2b7 openrisc: switch to ->regset_get() by Al Viro · 4 years, 7 months ago
  52. 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 7 months ago
  53. 140c818 arch: remove HAVE_COPY_THREAD_TLS by Christian Brauner · 4 years, 7 months ago
  54. 313a525 openrisc: fix boot oops when DEBUG_VM is enabled by Stafford Horne · 4 years, 6 months ago
  55. 5619270 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 7 months ago
  56. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  57. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  58. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
  59. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  60. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  61. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  62. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
  63. 0633032 openrisc: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
  64. 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 7 months ago
  65. e050945 openrisc: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 7 months ago
  66. b187fb7 openrisc: add support for folded p4d page tables by Mike Rapoport · 4 years, 7 months ago
  67. fa3354e mm: free_area_init: use maximal zone PFNs rather than zone sizes by Mike Rapoport · 4 years, 7 months ago
  68. 6bd140e openrisc: Fix issue with argument clobbering for clone/fork by Stafford Horne · 4 years, 8 months ago
  69. 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
  70. c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 9 months ago
  71. d5d2476 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 9 months ago
  72. 6f43bae Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 9 months ago
  73. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
  74. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
  75. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 9 months ago
  76. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 9 months ago
  77. 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 9 months ago
  78. a08971e futex: arch_futex_atomic_op_inuser() calling conventions change by Al Viro · 4 years, 11 months ago
  79. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  80. 9737e2c openrisc: Remove obsolete show_trace_task function by Stafford Horne · 4 years, 10 months ago
  81. a4a4d11 openrisc: use the generic in-place uncached DMA allocator by Christoph Hellwig · 5 years ago
  82. d95b56c openrisc: Cleanup copy_thread_tls docs and comments by Stafford Horne · 4 years, 10 months ago
  83. 07e83df openrisc: Enable the clone3 syscall by Stafford Horne · 4 years, 10 months ago
  84. 0d4e1bb openrisc: Convert copy_thread to copy_thread_tls by Stafford Horne · 4 years, 10 months ago
  85. fc74d71 openrisc: use mmgrab by Julia Lawall · 5 years ago
  86. a6c5729 openrisc: configs: Cleanup CONFIG_CROSS_COMPILE by Krzysztof Kozlowski · 5 years ago
  87. ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  88. bd3b067 arch/openrisc/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
  89. 1f059df mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h> by Ingo Molnar · 5 years ago
  90. 120e476 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 5 years ago
  91. 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  92. a308a71 Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  93. 0ecdcaa openrisc: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  94. 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
  95. d092a87 arch: rely on asm-generic/io.h for default ioremap_* definitions by Christoph Hellwig · 5 years ago
  96. c917404 vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA by Kees Cook · 5 years ago
  97. 93240b3 vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA by Kees Cook · 5 years ago
  98. eaf9370 vmlinux.lds.h: Move NOTES into RO_DATA by Kees Cook · 5 years ago
  99. b4ed71f mm: treewide: clarify pgtable_page_{ctor,dtor}() naming by Mark Rutland · 5 years ago
  100. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago