index
:
~hwentland/linux
4.15-rc1-fixes
amd-staging-dc-4.9
amd-staging-dc-drm-next
dc-drm-next-atomic
dc-drm-next-atomic-dev
dc-drm-next-atomic-wip
drm-fixes-4.16
drm-next-amd-dc-staging
mdvsync
Harry's kernel tree tracking AMD DC work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
mac
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-24
m68k/macboing: Fix missed timer callback assignment
Kees Cook
1
-2
/
+2
2017-11-21
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
1
-2
/
+2
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2017-11-13
Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-52
/
+40
2017-11-09
m68k/mac: Add mutual exclusion for IOP interrupt polling
Finn Thain
1
-0
/
+9
2017-11-09
m68k/mac: Disentangle VIA/RBV and NuBus initialization
Finn Thain
2
-9
/
+4
2017-11-09
m68k/mac: Disentangle VIA and OSS initialization
Finn Thain
3
-24
/
+18
2017-11-09
m68k/mac: More printk modernization
Finn Thain
4
-20
/
+10
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
7
-0
/
+7
2017-10-05
timer: Remove expires and data arguments from DEFINE_TIMER
Kees Cook
1
-1
/
+1
2017-08-21
m68k/mac: Avoid soft-lockup warning after mach_power_off
Finn Thain
1
-2
/
+3
2017-08-21
m68k/mac: Don't hang waiting for Cuda power-down command
Finn Thain
1
-0
/
+11
2017-04-20
m68k/mac: Clarify IOP message alloc/free confusion
Finn Thain
1
-13
/
+6
2017-04-20
m68k/mac: Adopt platform_device_register_simple()
Finn Thain
1
-37
/
+12
2017-04-20
m68k/mac: Modernize printing of kernel messages
Geert Uytterhoeven
2
-21
/
+14
2017-04-20
m68k/mac: IOP - Modernize printing of kernel messages
Geert Uytterhoeven
1
-45
/
+29
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-22
Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-73
/
+17
2017-02-09
m68k/mac: Clean up interrupt debug macros and printk statements
Finn Thain
5
-63
/
+0
2017-02-09
m68k/mac: Remove SHUTUP_SONIC interrupt hack
Finn Thain
1
-12
/
+0
2017-02-09
m68k/mac: Improve NMI handler
Finn Thain
1
-59
/
+8
2017-02-09
m68k/mac: Remove unneeded linux/miscdevice.h include
Corentin Labbe
1
-1
/
+0
2017-02-07
m68k/mac: Replace via-maciisi driver with via-cuda driver
Finn Thain
2
-73
/
+17
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-19
m68k: Use IS_ENABLED() instead of checking for built-in or module
Geert Uytterhoeven
1
-1
/
+1
2016-08-05
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2
-2
/
+2
2016-07-03
m68k: Assorted spelling fixes
Andrea Gelmini
1
-1
/
+1
2016-06-04
char/genrtc: remove m68k support
Arnd Bergmann
2
-2
/
+2
2016-02-29
m68k: Fix misspellings in comments.
Adam Buchbinder
1
-1
/
+1
2015-11-23
m68k/mac: Kill psc_present
Geert Uytterhoeven
2
-7
/
+6
2015-09-29
m68k/mac: Export Peripheral System Controller (PSC) base address to modules
Geert Uytterhoeven
1
-0
/
+1
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
4
-7
/
+7
2015-08-01
m68k/irq: Prepare irq handlers for irq argument removal
Thomas Gleixner
2
-3
/
+6
2015-06-25
m68k/psc: Fix race in installing chained IRQ handler
Thomas Gleixner
1
-8
/
+4
2015-03-30
m68k/mac: Fix out-of-bounds array index in OSS IRQ source initialization
Finn Thain
1
-2
/
+1
2015-01-11
m68k/mac: Fix scsi_type for Mac LC and similar models
Finn Thain
1
-15
/
+17
2014-11-20
mac_scsi: Convert to platform device
Finn Thain
1
-14
/
+132
2014-05-28
m68k: Multi-platform EARLY_PRINTK
Finn Thain
1
-29
/
+0
2013-11-26
m68k: Remove superfluous inclusions of <asm/bootinfo.h>
Geert Uytterhoeven
5
-5
/
+0
2013-11-26
m68k/UAPI: Use proper types (endianness/size) in <asm/bootinfo*.h>
Geert Uytterhoeven
1
-15
/
+17
2013-11-26
m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.h
Geert Uytterhoeven
1
-0
/
+1
2013-11-26
m68k: Drop remainings and API of BOOTINFO_COMPAT_1_0
Geert Uytterhoeven
2
-2
/
+0
2013-11-26
m68k/mac: Fix comment about iop_*_present flags setup timing
Geert Uytterhoeven
1
-2
/
+2
2013-11-26
m68k: Mark functions only called from setup_arch() __init
Geert Uytterhoeven
1
-1
/
+1
2012-12-24
m68k: set arch_gettimeoffset directly
Stephen Warren
2
-4
/
+4
2012-04-01
m68k/mac: Add missing platform check before registering platform devices
Geert Uytterhoeven
1
-0
/
+3
2012-03-28
Disintegrate asm/system.h for M68K
David Howells
2
-2
/
+0
2011-12-10
m68k/mac: cleanup macro case
Finn Thain
2
-34
/
+30
2011-12-10
mac_scsi: fix mac_scsi on some powerbooks
Finn Thain
1
-14
/
+20
2011-12-10
m68k/mac: fix powerbook 150 adb_type
Finn Thain
1
-1
/
+1
[next]