summaryrefslogtreecommitdiffstats
path: root/arch/m68k
AgeCommit message (Expand)Author
2018-05-28m68k: remove old ColdFire IO access support codeGreg Ungerer
2018-05-28m68k: use io_no.h for MMU and non-MMU enabled ColdFireGreg Ungerer
2018-05-28m68k: setup PCI support code in io_no.hGreg Ungerer
2018-05-28m68k: group io mapping definitions and functionsGreg Ungerer
2018-05-28m68k: rework raw access macros for the non-MMU caseGreg Ungerer
2018-05-28m68k: use asm-generic/io.h for non-MMU io access functionsGreg Ungerer
2018-05-28m68k: put definition guards around virt_to_phys and phys_to_virtGreg Ungerer
2018-05-28m68k: move *_relaxed macros into io_no.h and io_mm.hGreg Ungerer
2018-05-24m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()Michael Schmitz
2018-05-22m68k/defconfig: Update defconfigs for v4.17-rc3Geert Uytterhoeven
2018-05-22m68k/uaccess: Revive 64-bit get_user()Geert Uytterhoeven
2018-05-22m68k: Implement ndelay() as an inline function to force type checking/castingBoris Brezillon
2018-05-22m68k: Use read_persistent_clock64() consistentlyArnd Bergmann
2018-05-22m68k: Fix off-by-one calendar monthFinn Thain
2018-05-22m68k: Fix style, spelling, and grammar in siginfo_build_tests()Geert Uytterhoeven
2018-05-22m68k/mac: Fix SWIM memory resource end addressFinn Thain
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2018-04-25signal/m68k: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann
2018-04-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2018-04-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02m68k: Verify the offsets in struct siginfo never change.Eric W. Biederman
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-03-28m68k: set dma and coherent masks for platform FEC ethernetsGreg Ungerer
2018-03-26m68k/mac: Remove bogus "FIXME" commentFinn Thain
2018-03-26m68k/mac: Enable RTC for 100-series PowerBooksFinn Thain
2018-03-26m68k/mac: Clean up whitespace and remove redundant parenthesesFinn Thain
2018-03-19m68k/defconfig: Update defconfigs for v4.16-rc5Geert Uytterhoeven
2018-03-19m68k/time: Stop validating rtc_time in .read_timeAlexandre Belloni
2018-03-19m68k/mm: Stop printing the virtual memory layoutGeert Uytterhoeven
2018-03-19macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcallFinn Thain
2018-03-19m68k/mac: Fix apparent race condition in Baboon interrupt dispatchFinn Thain
2018-03-19m68k/mac: Enable PDMA support for PowerBook 190Finn Thain
2018-03-01net/mac89x0: Convert to platform_driverFinn Thain
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro
2018-02-06lib: optimize cpumask_next_and()Clement Courbet
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-25firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman
2018-01-16m68k/mac: Fix race conditions in OSS interrupt dispatchFinn Thain