summaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)Author
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2020-07-27m68k: stmark2: enable edma support for dspiAngelo Dureghello
2020-07-27m68k: use asm-generic cmpxchg_local()Greg Ungerer
2020-07-27m68k: mcfmmu: remove stale part of comment about steal_contextMike Rapoport
2020-07-27m68knommu: fix overwriting of bits in ColdFire V3 cache controlGreg Ungerer
2020-07-27m68k: fix ColdFire mmu init compile warningGreg Ungerer
2020-07-27m68knommu: fix use of cpu_to_le() on IO accessGreg Ungerer
2020-07-27m68knommu: __force type casts for raw IO accessGreg Ungerer
2020-07-27m68k: stmark2: defconfig updatesAngelo Dureghello
2020-07-26macintosh/adb-iop: Implement SRQ autopollingFinn Thain
2020-07-13m68k: defconfig: Update defconfigs for v5.8-rc3Geert Uytterhoeven
2020-07-13m68k: Use CLEAN_FILES to clean up filesMasahiro Yamada
2020-07-13m68k: mac: Improve IOP debug messagesFinn Thain
2020-07-13m68k: mac: Don't send uninitialized data in IOP message replyFinn Thain
2020-07-13m68k: mac: Fix IOP status/control register writesFinn Thain
2020-07-13m68k: mac: Don't send IOP message until channel is idleFinn Thain
2020-07-13m68k: atari: Annotate dummy read in ROM port IO code as __maybe_unusedMichael Schmitz
2020-07-13m68k: Use sizeof_field() helperGustavo A. R. Silva
2020-07-13m68k: Pass -D options to KBUILD_CPPFLAGS instead of KBUILD_{A,C}FLAGSMasahiro Yamada
2020-07-13m68k: Optimize cc-option calls for cpuflags-yMasahiro Yamada
2020-07-13m68k: sun3: Descend to prom from arch/m68k/sun3Masahiro Yamada
2020-07-13m68k: Add arch/m68k/KbuildMasahiro Yamada
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01nfblock: stop using ->queuedataChristoph Hellwig
2020-06-29m68k: mm: fix node memblock initAngelo Dureghello
2020-06-29m68k: nommu: register start of the memory with memblockMike Rapoport
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner
2020-06-17arch: wire-up close_range()Christian Brauner
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09m68k/mm: move {cache,nocahe}_page() definitions close to their userMike Rapoport
2020-06-09m68k/mm/motorola: move comment about page table allocation funcitonsMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09m68k: add show_stack_loglvl()Dmitry Safonov
2020-06-08module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig
2020-06-08m68k: implement flush_icache_user_rangeChristoph Hellwig
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig
2020-06-08m68knommu: use asm-generic/cacheflush.hChristoph Hellwig