| Commit message (Expand) | Author | Age | Files | Lines |
* | m68k: mac: Fix reboot hang on Mac IIci | Finn Thain | 2024-05-08 | 1 | -18/+18 |
* | m68k: mac: Add and use "mac.h" | Geert Uytterhoeven | 2023-10-06 | 1 | -0/+2 |
* | m68k: mac: Remove unused yday in unmktime() | Geert Uytterhoeven | 2023-10-06 | 1 | -2/+1 |
* | m68k: mac: Reword comment using double "in" | Geert Uytterhoeven | 2022-11-01 | 1 | -1/+1 |
* | m68k: Remove set_fs() | Christoph Hellwig | 2021-09-24 | 1 | -1/+0 |
* | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-06 | 1 | -66/+108 |
|\ |
|
| * | m68k: Dispatch nvram_ops calls to Atari or Mac functions | Finn Thain | 2019-01-22 | 1 | -0/+11 |
| * | m68k/mac: Fix PRAM accessors | Finn Thain | 2019-01-22 | 1 | -10/+33 |
| * | m68k/mac: Use macros for RTC accesses not magic numbers | Finn Thain | 2019-01-22 | 1 | -18/+41 |
| * | m68k/mac: Adopt naming and calling conventions for PRAM routines | Finn Thain | 2019-01-22 | 1 | -38/+23 |
* | | m68k/mac: Use '030 reset method on SE/30 | Finn Thain | 2019-01-21 | 1 | -14/+4 |
|/ |
|
* | m68k/mac: Switch to use %ptR | Andy Shevchenko | 2018-12-10 | 1 | -6/+2 |
* | macintosh: Use common code to access RTC | Finn Thain | 2018-10-08 | 1 | -65/+10 |
* | m68k/mac: Use correct PMU response format | Finn Thain | 2018-08-31 | 1 | -6/+4 |
* | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-08-17 | 1 | -44/+10 |
|\ |
|
| * | macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driver | Finn Thain | 2018-07-31 | 1 | -40/+8 |
| * | macintosh/via-pmu68k: Don't load driver on unsupported hardware | Finn Thain | 2018-07-31 | 1 | -4/+2 |
* | | m68k: Remove unused set_clock_mmss() helpers | Arnd Bergmann | 2018-07-29 | 1 | -16/+0 |
* | | m68k: mac: Use time64_t in RTC handling | Arnd Bergmann | 2018-07-29 | 1 | -28/+36 |
|/ |
|
* | m68k/mac: Remove bogus "FIXME" comment | Finn Thain | 2018-03-26 | 1 | -4/+0 |
* | m68k/mac: Enable RTC for 100-series PowerBooks | Finn Thain | 2018-03-26 | 1 | -29/+41 |
* | m68k/mac: Clean up whitespace and remove redundant parentheses | Finn Thain | 2018-03-26 | 1 | -27/+37 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | m68k/mac: Avoid soft-lockup warning after mach_power_off | Finn Thain | 2017-08-21 | 1 | -2/+3 |
* | m68k/mac: Don't hang waiting for Cuda power-down command | Finn Thain | 2017-08-21 | 1 | -0/+11 |
* | m68k/mac: Modernize printing of kernel messages | Geert Uytterhoeven | 2017-04-20 | 1 | -14/+9 |
* | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-02-22 | 1 | -64/+8 |
|\ |
|
| * | m68k/mac: Replace via-maciisi driver with via-cuda driver | Finn Thain | 2017-02-07 | 1 | -64/+8 |
* | | m68k/mac: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 2017-02-09 | 1 | -1/+0 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | char/genrtc: remove m68k support | Arnd Bergmann | 2016-06-04 | 1 | -1/+0 |
* | m68k: Remove superfluous inclusions of <asm/bootinfo.h> | Geert Uytterhoeven | 2013-11-26 | 1 | -1/+0 |
* | m68k: Drop remainings and API of BOOTINFO_COMPAT_1_0 | Geert Uytterhoeven | 2013-11-26 | 1 | -1/+0 |
* | Disintegrate asm/system.h for M68K | David Howells | 2012-03-28 | 1 | -1/+0 |
* | m68k/mac: Fix compiler warning in via_read_time() | Finn Thain | 2011-10-24 | 1 | -17/+23 |
* | m68k/mac: Fix RTC on PMU machines | Finn Thain | 2010-08-09 | 1 | -3/+3 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | m68k: Kill several external declarations in source files | Geert Uytterhoeven | 2009-01-12 | 1 | -1/+0 |
* | m68k: Reinstate mac rtc | Finn Thain | 2008-12-28 | 1 | -6/+10 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] m68k: memory input should be an lvalue (mac/misc.c) | Al Viro | 2006-01-12 | 1 | -1/+2 |
* | [PATCH] m68k: switch mac/misc.c to direct use of appropriate cuda/pmu/maciisi... | Al Viro | 2006-01-12 | 1 | -105/+218 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+651 |