summaryrefslogtreecommitdiff
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
...
| * | | m68knommu: fix use of cpu_to_le() on IO accessGreg Ungerer2020-07-271-4/+4
| * | | m68knommu: __force type casts for raw IO accessGreg Ungerer2020-07-271-6/+6
| * | | m68k: stmark2: defconfig updatesAngelo Dureghello2020-07-271-20/+27
| | |/ | |/|
* | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \ \
| * | | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| | |/ | |/|
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-042-7/+2
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+2
| * | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| * | | fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-221-3/+0
| |/ /
* | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-2/+0
|\ \ \
| * \ \ Merge branch 'locking/header'Peter Zijlstra2020-07-291-2/+0
| |\ \ \ | | |_|/ | |/| |
| | * | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
| | |/
* | | Merge tag 'm68k-for-v5.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-0318-99/+129
|\ \ \
| * | | m68k: defconfig: Update defconfigs for v5.8-rc3Geert Uytterhoeven2020-07-1312-0/+36
| * | | m68k: Use CLEAN_FILES to clean up filesMasahiro Yamada2020-07-131-2/+1
| * | | m68k: mac: Improve IOP debug messagesFinn Thain2020-07-131-19/+19
| * | | m68k: mac: Don't send uninitialized data in IOP message replyFinn Thain2020-07-131-0/+1
| * | | m68k: mac: Fix IOP status/control register writesFinn Thain2020-07-131-9/+3
| * | | m68k: mac: Don't send IOP message until channel is idleFinn Thain2020-07-131-6/+3
| * | | m68k: atari: Annotate dummy read in ROM port IO code as __maybe_unusedMichael Schmitz2020-07-131-3/+3
| * | | m68k: Use sizeof_field() helperGustavo A. R. Silva2020-07-131-16/+16
| * | | m68k: Pass -D options to KBUILD_CPPFLAGS instead of KBUILD_{A,C}FLAGSMasahiro Yamada2020-07-131-3/+2
| * | | m68k: Optimize cc-option calls for cpuflags-yMasahiro Yamada2020-07-131-21/+24
| * | | m68k: sun3: Descend to prom from arch/m68k/sun3Masahiro Yamada2020-07-132-2/+2
| * | | m68k: Add arch/m68k/KbuildMasahiro Yamada2020-07-132-19/+20
| | |/ | |/|
* | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-4/+4
|\ \ \ | |_|/ |/| |
| * | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+3
| * | nfblock: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
| |/
* | m68k: mm: fix node memblock initAngelo Dureghello2020-06-291-1/+1
* | m68k: nommu: register start of the memory with memblockMike Rapoport2020-06-291-1/+2
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-134-11/+11
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-7/+7
| * kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov2020-06-111-4/+4
* | Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-113-5/+6
|\ \ | |/ |/|
| * m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm()Luc Van Oostenryck2020-05-301-2/+2
| * m68k,nommu: add missing __user in uaccess' __ptr() macroLuc Van Oostenryck2020-05-301-1/+1
| * m68k: Drop CONFIG_MTD_M25P80 in stmark2_defconfigBin Meng2020-05-301-1/+0
| * m68k/PCI: Fix a memory leak in an error handling pathChristophe JAILLET2020-05-251-1/+3
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-101-1/+1
|\ \
| * | clk: Allow the common clk framework to be selectableStephen Boyd2020-05-051-1/+1
* | | mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-11/+11
* | | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-095-75/+10
* | | mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-22/+4
* | | m68k/mm: move {cache,nocahe}_page() definitions close to their userMike Rapoport2020-06-093-84/+43
* | | m68k/mm/motorola: move comment about page table allocation funcitonsMike Rapoport2020-06-092-6/+6
* | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-096-7/+4
* | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0924-24/+0
* | | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-8/+3