Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
64190bded3c84ed988ff620ec2f4cd858b53426c
/
arch
/
m68k
/
amiga
8a09cec
m68k/amiga,atari: Fix specifying multiple debug= parameters
by Geert Uytterhoeven
· 11 years ago
50190ed
m68k/amiga: Provide mach_random_get_entropy()
by Geert Uytterhoeven
· 11 years ago
abe4810
m68k/UAPI: Use proper types (endianness/size) in <asm/bootinfo*.h>
by Geert Uytterhoeven
· 11 years ago
4c3c522
m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.h
by Geert Uytterhoeven
· 11 years ago
bd9ba8f
zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h>
by Geert Uytterhoeven
· 11 years ago
6112ea0
zorro: ZTWO_VADDR() should return "void __iomem *"
by Geert Uytterhoeven
· 14 years ago
c293738
zorro: Do not allocate zorro_autocon[] statically
by Geert Uytterhoeven
· 11 years ago
a4df02a
m68k: Mark functions only called from setup_arch() __init
by Geert Uytterhoeven
· 11 years ago
8c6ffba
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
by Rusty Russell
· 11 years ago
c8d5ba1
m68k: set arch_gettimeoffset directly
by Stephen Warren
· 12 years ago
27b05e4
m68k/amiga: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERR
by Thomas Meyer
· 12 years ago
e2b5628
m68k/amiga: Use arch_initcall() for registering platform devices
by Geert Uytterhoeven
· 13 years ago
eeed227
m68k/amiga: Add error checks when registering platform devices
by Geert Uytterhoeven
· 13 years ago
943ce30
m68k/amiga: Mark z_dev_present() __init
by Geert Uytterhoeven
· 13 years ago
803f691
Disintegrate asm/system.h for M68K
by David Howells
· 13 years ago
ff2d8b1
treewide: convert uses of ATTRIB_NORETURN to __noreturn
by Joe Perches
· 13 years ago
9402c95
treewide: remove useless NORET_TYPE macro and uses
by Joe Perches
· 13 years ago
d890d73
m68k/irq: Remove obsolete m68k irq framework
by Geert Uytterhoeven
· 13 years ago
fb1b646
m68k/amiga: Optimize interrupts using chain handlers
by Geert Uytterhoeven
· 13 years ago
978ef7e
m68k/amiga: Convert Amiga to genirq
by Geert Uytterhoeven
· 13 years ago
92b1bd5
m68k/amiga: Refactor amiints.c
by Geert Uytterhoeven
· 13 years ago
5a23945
m68k/irq: Remove obsolete IRQ_FLG_* users
by Geert Uytterhoeven
· 13 years ago
1425df8
m68k/irq: Rename {,__}m68k_handle_int()
by Geert Uytterhoeven
· 13 years ago
edb3472
m68k/irq: Add m68k_setup_irq_controller()
by Geert Uytterhoeven
· 13 years ago
e8abf5e
m68k/irq: Switch irq_chip methods to "struct irq_data *data"
by Geert Uytterhoeven
· 14 years ago
c288bf2
m68k/irq: Rename irq_controller to irq_chip
by Geert Uytterhoeven
· 14 years ago
b7785e9
m68k/amiga: Chip RAM - Use lookup_resource()
by Geert Uytterhoeven
· 14 years ago
1dad6c7
m68k/amiga: Chip RAM - Offset resource end by CHIP_PHYSADDR
by Geert Uytterhoeven
· 13 years ago
cb4f998
m68k/amiga: Chip RAM - Use resource_size() to fix off-by-one error
by Geert Uytterhoeven
· 14 years ago
cab49bc9
m68k/amiga: Chip RAM - Change chipavail to an atomic_t
by Geert Uytterhoeven
· 14 years ago
3a17bfa
m68k/amiga: Chip RAM - Always allocate from the start of memory
by Geert Uytterhoeven
· 14 years ago
b4f6f45
m68k/amiga: Chip RAM - Convert from printk() to pr_*()
by Geert Uytterhoeven
· 14 years ago
5be3246
m68k/amiga: Chip RAM - Use tabs for indentation
by Geert Uytterhoeven
· 13 years ago
f369e37
m68k/amiga: Reclaim Chip RAM for PPC exception handlers
by Geert Uytterhoeven
· 14 years ago
5df1abd
m68k/amiga: Fix "debug=mem"
by Geert Uytterhoeven
· 14 years ago
0779c86
m68k: amiga - RTC platform device conversion
by Geert Uytterhoeven
· 16 years ago
6f8221c
m68k: amiga - Parallel port platform device conversion
by Geert Uytterhoeven
· 16 years ago
826e8c8
m68k: amiga - Serial port platform device conversion
by Geert Uytterhoeven
· 16 years ago
314c926
m68k: amiga - Mouse platform device conversion
by Geert Uytterhoeven
· 16 years ago
5121c71
m68k: amiga - Keyboard platform device conversion
by Geert Uytterhoeven
· 16 years ago
9aed230
m68k: amiga - Amiga Gayle IDE platform device conversion
by Geert Uytterhoeven
· 15 years ago
a24a6b22
m68k: amiga - A4000T SCSI platform device conversion
by Geert Uytterhoeven
· 16 years ago
c2a24a4
m68k: amiga - A3000 SCSI platform device conversion
by Geert Uytterhoeven
· 16 years ago
92183b3
m68k: amiga - Floppy platform device conversion
by Geert Uytterhoeven
· 16 years ago
ff2db7c
m68k: amiga - Sound platform device conversion
by Geert Uytterhoeven
· 16 years ago
fa6688e
m68k: amiga - Frame buffer platform device conversion
by Geert Uytterhoeven
· 16 years ago
0d30546
m68k: amiga - Zorro host bridge platform device conversion
by Geert Uytterhoeven
· 16 years ago
1a0caf4
m68k: Use DIV_ROUND_CLOSEST
by Julia Lawall
· 15 years ago
dd9b3e8
m68k: cnt reaches -1, not 0
by Roel Kluin
· 15 years ago
66acd25
m68k: amiga core - Kill warn_unused_result warnings
by Geert Uytterhoeven
· 16 years ago
813dcf7
proc: move /proc/hardware to m68k-specific code
by Alexey Dobriyan
· 16 years ago
39d2d99
m68k: Modular Amiga keyboard needs key_maps
by Geert Uytterhoeven
· 16 years ago
27ac792
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
by Andrea Righi
· 16 years ago
0795dbc
m68k/amiga/: possible cleanups
by Adrian Bunk
· 16 years ago
8468afc
export amiga_vblank
by Adrian Bunk
· 16 years ago
7b89280
cleanup after APUS removal
by Adrian Bunk
· 17 years ago
15aafa2
Remove pointless casts from void pointers
by Jeff Garzik
· 17 years ago
8b169fa
m68k: kill arch/m68k/amiga/amiga_ksyms.c
by Adrian Bunk
· 17 years ago
b9e5e11
m68k: ARRAY_SIZE() cleanup
by Alejandro Martinez Ruiz
· 17 years ago
0c79cf6
spelling fixes: arch/m68k/
by Simon Arlott
· 17 years ago
241258d
SPIN_LOCK_UNLOCKED cleanup in arch/m68k
by Milind Arun Choudhary
· 18 years ago
d6713b4
m68k: early parameter support
by Roman Zippel
· 18 years ago
6ff5801
m68k: reformat various m68k files
by Roman Zippel
· 18 years ago
8bcbdf6
[PATCH] m68k: replace kmalloc+memset with kzalloc
by Yan Burman
· 18 years ago
40220c1
IRQ: Use the new typedef for interrupt handler function pointers
by David Howells
· 18 years ago
2850bc2
[PATCH] m68k pt_regs fixes
by Al Viro
· 18 years ago
b0b9fdc
[PATCH] irq-flags: M68K: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
74be8d0
[PATCH] m68k: convert amiga irq code
by Roman Zippel
· 18 years ago
b5dc784
[PATCH] m68k: introduce irq controller
by Roman Zippel
· 18 years ago
1d174cfb
[PATCH] m68k: cleanup amiga irq numbering
by Roman Zippel
· 18 years ago
6390743
[PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in drivers
by Al Viro
· 19 years ago
0c79358
[PATCH] m68k: Moved initialisation of conswitchp from subarches to global arch setup
by Al Viro
· 19 years ago
b4290a2
[PATCH] m68k: namespace pollution fix (custom->amiga_custom)
by Al Viro
· 19 years ago
8d06afa
[PATCH] timer initialization cleanup: DEFINE_TIMER
by Ingo Molnar
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago