summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-35/+1
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-4/+1
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-24/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-132-19/+11
|\ \
| * | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-171-1/+3
| |\|
| * | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-3/+2
| * | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-0/+4
| * | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-15/+0
| * | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
| * | locking/atomics/m68k: Don't use <asm-generic/bitops/lock.h>Will Deacon2018-06-211-1/+5
* | | m68k/defconfig: Update defconfigs for v4.18-rc6Geert Uytterhoeven2018-07-2912-143/+218
* | | m68k: switch to MEMBLOCK + NO_BOOTMEMMike Rapoport2018-07-297-61/+29
* | | m68k/page_no.h: force __va argument to be unsigned longMike Rapoport2018-07-291-1/+1
* | | m68k/bitops: convert __ffs to match generic declarationMike Rapoport2018-07-291-2/+6
* | | m68k/io: Switch mmu variant to <asm-generic/io.h>Geert Uytterhoeven2018-07-293-38/+10
* | | m68k/io: Move mem*io define guards to <asm/kmap.h>Geert Uytterhoeven2018-07-292-11/+3
* | | m68k/io: Add missing ioremap define guards, fix typoGeert Uytterhoeven2018-07-292-3/+5
* | | m68k: Remove unused set_clock_mmss() helpersArnd Bergmann2018-07-2912-187/+0
* | | m68k: mac: Use time64_t in RTC handlingArnd Bergmann2018-07-291-28/+36
* | | m68k: Use generic dma_noncoherent_opsChristoph Hellwig2018-07-234-72/+11
* | | m68k/mac: Enable PDMA for PowerBook 500 seriesFinn Thain2018-07-232-19/+1
| |/ |/|
* | m68k: fix "bad page state" oops on ColdFire bootGreg Ungerer2018-07-021-1/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2018-06-0514-371/+230
|\
| * m68k: fix ColdFire PCI config reads and writesGreg Ungerer2018-05-281-11/+4
| * m68k: introduce iomem() macro for __iomem conversionsGreg Ungerer2018-05-281-0/+6
| * m68k: allow ColdFire PCI bus on MMU and non-MMU configurationGreg Ungerer2018-05-281-3/+5
| * m68k: fix ioremapping for internal ColdFire peripheralsGreg Ungerer2018-05-281-0/+8
| * m68k: fix read/write multi-byte IO for PCI on ColdFireGreg Ungerer2018-05-281-15/+84
| * m68k: don't redefine access functions if we have PCIGreg Ungerer2018-05-281-0/+8
| * m68k: remove old ColdFire IO access support codeGreg Ungerer2018-05-282-145/+5
| * m68k: use io_no.h for MMU and non-MMU enabled ColdFireGreg Ungerer2018-05-281-1/+1
| * m68k: setup PCI support code in io_no.hGreg Ungerer2018-05-281-0/+31
| * m68k: group io mapping definitions and functionsGreg Ungerer2018-05-289-57/+98
| * m68k: rework raw access macros for the non-MMU caseGreg Ungerer2018-05-281-12/+12
| * m68k: use asm-generic/io.h for non-MMU io access functionsGreg Ungerer2018-05-281-174/+5
| * m68k: put definition guards around virt_to_phys and phys_to_virtGreg Ungerer2018-05-281-0/+2
| * m68k: move *_relaxed macros into io_no.h and io_mm.hGreg Ungerer2018-05-283-8/+16
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\ \
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
| |/
* | Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-0425-142/+224
|\ \
| * | m68k: Set default dma mask for platform devicesFinn Thain2018-05-311-0/+10
| * | m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()Michael Schmitz2018-05-241-1/+2
| * | m68k/defconfig: Update defconfigs for v4.17-rc3Geert Uytterhoeven2018-05-2212-96/+144
| * | m68k/uaccess: Revive 64-bit get_user()Geert Uytterhoeven2018-05-221-7/+9
| * | m68k: Implement ndelay() as an inline function to force type checking/castingBoris Brezillon2018-05-221-3/+8
| * | m68k: Use read_persistent_clock64() consistentlyArnd Bergmann2018-05-221-6/+9
| * | m68k: Fix off-by-one calendar monthFinn Thain2018-05-227-19/+31
| * | m68k: Fix style, spelling, and grammar in siginfo_build_tests()Geert Uytterhoeven2018-05-221-11/+12
| * | m68k/mac: Fix SWIM memory resource end addressFinn Thain2018-05-221-1/+1
| |/