1. 522a003 Add linux/cacheflush.h by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  2. 6d76f6e Merge tag 'm68knommu-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 3 years, 2 months ago
  3. 9a7e0a9 Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  4. 49f8275 Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 2 months ago
  5. 6dbe88e m68knommu: Remove MCPU32 config symbol by Geert Uytterhoeven · 3 years, 3 months ago
  6. 08b0b00 mm: Add flush_dcache_folio() by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  7. 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 4 months ago
  8. 9fde0348 m68k: Remove set_fs() by Christoph Hellwig · 3 years, 4 months ago
  9. 8ade833 m68k: Provide __{get,put}_kernel_nofault by Christoph Hellwig · 3 years, 4 months ago
  10. 01eec1a m68k: Factor the 8-byte lowlevel {get,put}_user code into helpers by Christoph Hellwig · 3 years, 4 months ago
  11. 25d2cae m68k: Use BUILD_BUG for passing invalid sizes to get_user/put_user by Christoph Hellwig · 3 years, 4 months ago
  12. 1dc4027 m68k: Document that access_ok is broken for !CONFIG_CPU_HAS_ADDRESS_SPACES by Christoph Hellwig · 3 years, 4 months ago
  13. 0d20abd m68k: Leave stack mangling to asm wrapper of sigreturn() by Al Viro · 3 years, 6 months ago
  14. b1a8985 m68k: Double cast io functions to unsigned long by Guenter Roeck · 3 years, 4 months ago
  15. 6104dde Merge tag 'm68knommu-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 3 years, 5 months ago
  16. 87d9302 m68k: Fix asm register constraints for atomic ops by Geert Uytterhoeven · 3 years, 5 months ago
  17. 35a9f93 m68k: m5441x: add flexcan support by Angelo Dureghello · 3 years, 7 months ago
  18. 9cf6fa2 mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * by Aneesh Kumar K.V · 3 years, 6 months ago
  19. 4cad671 Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 7 months ago
  20. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  21. 514798d Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 7 months ago
  22. 1c2f7d1 mm/thp: define default pmd_pgtable() by Anshuman Khandual · 3 years, 7 months ago
  23. fac7757 mm: define default value for FIRST_USER_ADDRESS by Anshuman Khandual · 3 years, 7 months ago
  24. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  25. 5ab06e1 m68k: remove support for DISCONTIGMEM by Mike Rapoport · 3 years, 7 months ago
  26. 5673a60 mm: update legacy flush_tlb_* to use vma by Chen Li · 3 years, 7 months ago
  27. 9840cfc Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 7 months ago
  28. 007f84e m68k: coldfire: remove private clk_get/clk_put by Arnd Bergmann · 3 years, 8 months ago
  29. 92638b4 mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable() by Peter Collingbourne · 3 years, 8 months ago
  30. e86e793 locking/atomic: m68k: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  31. 6988631 locking/atomic: cmpxchg: make `generic` a prefix by Mark Rutland · 3 years, 8 months ago
  32. 3aec1db m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS by Arnd Bergmann · 3 years, 8 months ago
  33. 637be91 asm-generic: use asm-generic/unaligned.h for most architectures by Arnd Bergmann · 3 years, 8 months ago
  34. f2e762b mm: remove xlate_dev_kmem_ptr() by David Hildenbrand · 3 years, 8 months ago
  35. bb8bc36 arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300 by Yury Norov · 3 years, 8 months ago
  36. 34e5269 m68k: sun3x: Remove unneeded semicolon by Wan Jiabing · 3 years, 9 months ago
  37. 4326217 m68k: mvme147,mvme16x: Don't wipe PCC timer config bits by Finn Thain · 3 years, 10 months ago
  38. b19df64 m68k: mm: Fix flatmem memory model setup by Angelo Dureghello · 3 years, 11 months ago
  39. a65a802 m68k: Fix virt_addr_valid() W=1 compiler warnings by Geert Uytterhoeven · 3 years, 11 months ago
  40. 3c62cfd m68k: make __pfn_to_phys() and __phys_to_pfn() available for !MMU by Mike Rapoport · 4 years ago
  41. 87dbc20 local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years, 1 month ago
  42. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  43. 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, 1 month ago
  44. 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, 1 month ago
  45. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  46. 4bfc848 m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM by Mike Rapoport · 4 years, 1 month ago
  47. 6b2ad8d m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM by Mike Rapoport · 4 years, 1 month ago
  48. 0ca2ce8 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 1 month ago
  49. 1d82b78 arch: move SA_* definitions to generic headers by Peter Collingbourne · 4 years, 2 months ago
  50. e660653 m68k: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  51. 1fe9bac m68k: Remove unused mach_max_dma_address by Laurent Vivier · 4 years, 3 months ago
  52. 1e10cf4 m68k: Avoid xchg() warning by Arnd Bergmann · 4 years, 3 months ago
  53. f9a0153 m68k: remove timer_interrupt() function by Arnd Bergmann · 4 years, 4 months ago
  54. d644409 m68k: split heartbeat out of timer function by Arnd Bergmann · 4 years, 4 months ago
  55. 2040a6b m68k: mmu_context: Fix Sun-3 build by Geert Uytterhoeven · 4 years, 3 months ago
  56. 2fd171b m68k: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 5 months ago
  57. 746b25b Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 3 months ago
  58. d3876ff Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 4 years, 3 months ago
  59. c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  60. a27bc11 m68knommu: switch to using asm-generic/uaccess.h by Greg Ungerer · 4 years, 4 months ago
  61. 596b047 kbuild: preprocess module linker script by Masahiro Yamada · 4 years, 4 months ago
  62. 62148d9 m68k: Revive _TIF_* masks by Geert Uytterhoeven · 4 years, 5 months ago
  63. c693cc4 saner calling conventions for csum_and_copy_..._user() by Al Viro · 4 years, 6 months ago
  64. cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 6 months ago
  65. 6e41c58 unify generic instances of csum_partial_copy_nocheck() by Al Viro · 4 years, 6 months ago
  66. 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 5 months ago
  67. 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
  68. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  69. f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
  70. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  71. 25d8d4e Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
  72. 60e76bb Merge tag 'm68knommu-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 4 years, 5 months ago
  73. 9ba19cc Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  74. 7ca8cf5 locking/atomic: Move ATOMIC_INIT into linux/types.h by Herbert Xu · 4 years, 6 months ago
  75. f944814 m68k: use asm-generic cmpxchg_local() by Greg Ungerer · 4 years, 7 months ago
  76. bdee0e7 m68knommu: fix overwriting of bits in ColdFire V3 cache control by Greg Ungerer · 4 years, 7 months ago
  77. d4aa8af m68knommu: fix use of cpu_to_le() on IO access by Greg Ungerer · 4 years, 7 months ago
  78. 005b73d m68knommu: __force type casts for raw IO access by Greg Ungerer · 4 years, 7 months ago
  79. c66da95 macintosh/adb-iop: Implement SRQ autopolling by Finn Thain · 4 years, 8 months ago
  80. be1a312 m68k: atari: Annotate dummy read in ROM port IO code as __maybe_unused by Michael Schmitz · 4 years, 8 months ago
  81. d3ea693 Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 4 years, 7 months ago
  82. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
  83. 1bcdc68 m68k/mm: move {cache,nocahe}_page() definitions close to their user by Mike Rapoport · 4 years, 7 months ago
  84. e73240b m68k/mm/motorola: move comment about page table allocation funcitons by Mike Rapoport · 4 years, 7 months ago
  85. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  86. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  87. a1e81f9 m68k: implement flush_icache_user_range by Christoph Hellwig · 4 years, 7 months ago
  88. 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 7 months ago
  89. 9e730ff m68knommu: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 7 months ago
  90. bce159d Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  91. c5d6c13 Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 8 months ago
  92. 4b01285 Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 8 months ago
  93. 3ee3723 Merge tag 'm68k-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 4 years, 8 months ago
  94. 9e2b6ed4 m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm() by Luc Van Oostenryck · 4 years, 8 months ago
  95. ce3e837 m68k,nommu: add missing __user in uaccess' __ptr() macro by Luc Van Oostenryck · 4 years, 8 months ago
  96. 8084c99 m68k: convert to csum_and_copy_from_user() by Al Viro · 5 years ago
  97. 991f5c4 m68k: mcf5441x: add support for esdhc mmc controller by Angelo Dureghello · 4 years, 8 months ago
  98. 2941a47 m68k: Add missing __user annotation in get_user() by Jason Wang · 4 years, 8 months ago
  99. bcc44f6 m68k: mac: Don't call via_flush_cache() on Mac IIfx by Finn Thain · 4 years, 8 months ago
  100. 76373fc floppy: use symbolic register names in the m68k port by Willy Tarreau · 4 years, 10 months ago