index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
m68k/mac: Kill psc_present
Geert Uytterhoeven
2015-11-23
2
-7
/
+6
*
m68k/mac: Export Peripheral System Controller (PSC) base address to modules
Geert Uytterhoeven
2015-09-29
1
-0
/
+1
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
4
-7
/
+7
*
m68k/irq: Prepare irq handlers for irq argument removal
Thomas Gleixner
2015-08-01
2
-3
/
+6
*
m68k/psc: Fix race in installing chained IRQ handler
Thomas Gleixner
2015-06-25
1
-8
/
+4
*
m68k/mac: Fix out-of-bounds array index in OSS IRQ source initialization
Finn Thain
2015-03-30
1
-2
/
+1
*
m68k/mac: Fix scsi_type for Mac LC and similar models
Finn Thain
2015-01-11
1
-15
/
+17
*
mac_scsi: Convert to platform device
Finn Thain
2014-11-20
1
-14
/
+132
*
m68k: Multi-platform EARLY_PRINTK
Finn Thain
2014-05-28
1
-29
/
+0
*
m68k: Remove superfluous inclusions of <asm/bootinfo.h>
Geert Uytterhoeven
2013-11-26
5
-5
/
+0
*
m68k/UAPI: Use proper types (endianness/size) in <asm/bootinfo*.h>
Geert Uytterhoeven
2013-11-26
1
-15
/
+17
*
m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.h
Geert Uytterhoeven
2013-11-26
1
-0
/
+1
*
m68k: Drop remainings and API of BOOTINFO_COMPAT_1_0
Geert Uytterhoeven
2013-11-26
2
-2
/
+0
*
m68k/mac: Fix comment about iop_*_present flags setup timing
Geert Uytterhoeven
2013-11-26
1
-2
/
+2
*
m68k: Mark functions only called from setup_arch() __init
Geert Uytterhoeven
2013-11-26
1
-1
/
+1
*
m68k: set arch_gettimeoffset directly
Stephen Warren
2012-12-24
2
-4
/
+4
*
m68k/mac: Add missing platform check before registering platform devices
Geert Uytterhoeven
2012-04-01
1
-0
/
+3
*
Disintegrate asm/system.h for M68K
David Howells
2012-03-28
2
-2
/
+0
*
m68k/mac: cleanup macro case
Finn Thain
2011-12-10
2
-34
/
+30
*
mac_scsi: fix mac_scsi on some powerbooks
Finn Thain
2011-12-10
1
-14
/
+20
*
m68k/mac: fix powerbook 150 adb_type
Finn Thain
2011-12-10
1
-1
/
+1
*
m68k/mac: fix baboon irq disable and shutdown
Finn Thain
2011-12-10
1
-14
/
+8
*
m68k/mac: oss irq fixes
Finn Thain
2011-12-10
4
-87
/
+73
*
m68k/mac: fix nubus slot irq disable and shutdown
Finn Thain
2011-12-10
2
-42
/
+108
*
m68k/mac: enable via_alt_mapping on performa 580
Finn Thain
2011-12-10
3
-33
/
+24
*
m68k/mac: cleanup forward declarations
Finn Thain
2011-12-10
4
-64
/
+6
*
m68k/mac: cleanup mac_irq_pending
Finn Thain
2011-12-10
5
-99
/
+6
*
m68k/mac: cleanup mac_clear_irq
Finn Thain
2011-12-10
5
-95
/
+0
*
m68k/mac: early console
Finn Thain
2011-12-10
1
-0
/
+29
*
m68k/mac: Remove mac_irq_{en,dis}able() wrappers
Finn Thain
2011-11-08
2
-23
/
+9
*
m68k/irq: Remove obsolete m68k irq framework
Geert Uytterhoeven
2011-11-08
4
-267
/
+0
*
m68k/mac: Optimize interrupts using chain handlers
Geert Uytterhoeven
2011-11-08
4
-63
/
+298
*
m68k/mac: Convert Mac to genirq
Geert Uytterhoeven
2011-11-08
4
-0
/
+12
*
m68k/irq: Remove obsolete IRQ_FLG_* users
Geert Uytterhoeven
2011-11-08
3
-28
/
+17
*
m68k/irq: Rename {,__}m68k_handle_int()
Geert Uytterhoeven
2011-11-08
4
-7
/
+7
*
m68k/irq: Add m68k_setup_irq_controller()
Geert Uytterhoeven
2011-11-08
1
-1
/
+1
*
m68k/irq: Switch irq_chip methods to "struct irq_data *data"
Geert Uytterhoeven
2011-11-08
1
-2
/
+12
*
m68k/irq: Rename irq_controller to irq_chip
Geert Uytterhoeven
2011-11-08
1
-5
/
+4
*
m68k/mac: Fix mac_irq_pending() for PSC MACE and SCC
Finn Thain
2011-10-24
1
-1
/
+1
*
m68k/mac: Fix compiler warning in via_read_time()
Finn Thain
2011-10-24
1
-17
/
+23
*
fix comment typos concerning "consistent"
Uwe Kleine-König
2010-12-10
1
-1
/
+1
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
1
-1
/
+2
|
\
|
*
Update broken web addresses in arch directory.
Justin P. Mattock
2010-10-18
1
-1
/
+2
*
|
arch/m68k/mac/macboing.c: use unsigned long for irqflags
Andrew Morton
2010-10-01
1
-3
/
+3
|
/
*
m68k/mac: Fix RTC on PMU machines
Finn Thain
2010-08-09
1
-3
/
+3
*
m68k/mac: Add color classic ii support
Finn Thain
2010-08-09
1
-0
/
+9
*
m68k: Remove trailing spaces in messages
Frans Pop
2010-05-17
1
-5
/
+5
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
mac68k: start CUDA early
Finn Thain
2010-02-27
1
-0
/
+6
*
mac68k: move macsonic and macmace platform devices
Finn Thain
2010-02-27
1
-0
/
+23
[next]