index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
amiga
Commit message (
Expand
)
Author
Age
Files
Lines
*
m68k/irq: Remove obsolete m68k irq framework
Geert Uytterhoeven
2011-11-08
1
-114
/
+0
*
m68k/amiga: Optimize interrupts using chain handlers
Geert Uytterhoeven
2011-11-08
1
-0
/
+104
*
m68k/amiga: Convert Amiga to genirq
Geert Uytterhoeven
2011-11-08
1
-0
/
+3
*
m68k/amiga: Refactor amiints.c
Geert Uytterhoeven
2011-11-08
1
-51
/
+47
*
m68k/irq: Remove obsolete IRQ_FLG_* users
Geert Uytterhoeven
2011-11-08
1
-29
/
+0
*
m68k/irq: Rename {,__}m68k_handle_int()
Geert Uytterhoeven
2011-11-08
2
-13
/
+13
*
m68k/irq: Add m68k_setup_irq_controller()
Geert Uytterhoeven
2011-11-08
2
-3
/
+6
*
m68k/irq: Switch irq_chip methods to "struct irq_data *data"
Geert Uytterhoeven
2011-11-08
2
-19
/
+22
*
m68k/irq: Rename irq_controller to irq_chip
Geert Uytterhoeven
2011-11-08
2
-15
/
+12
*
m68k/amiga: Chip RAM - Use lookup_resource()
Geert Uytterhoeven
2011-07-30
1
-11
/
+11
*
m68k/amiga: Chip RAM - Offset resource end by CHIP_PHYSADDR
Geert Uytterhoeven
2011-07-30
1
-1
/
+1
*
m68k/amiga: Chip RAM - Use resource_size() to fix off-by-one error
Geert Uytterhoeven
2011-07-30
1
-1
/
+1
*
m68k/amiga: Chip RAM - Change chipavail to an atomic_t
Geert Uytterhoeven
2011-07-30
1
-6
/
+9
*
m68k/amiga: Chip RAM - Always allocate from the start of memory
Geert Uytterhoeven
2011-07-30
1
-20
/
+15
*
m68k/amiga: Chip RAM - Convert from printk() to pr_*()
Geert Uytterhoeven
2011-07-30
1
-20
/
+8
*
m68k/amiga: Chip RAM - Use tabs for indentation
Geert Uytterhoeven
2011-07-30
1
-57
/
+61
*
m68k/amiga: Reclaim Chip RAM for PPC exception handlers
Geert Uytterhoeven
2011-03-16
1
-4
/
+0
*
m68k/amiga: Fix "debug=mem"
Geert Uytterhoeven
2011-01-23
1
-9
/
+7
*
m68k: amiga - RTC platform device conversion
Geert Uytterhoeven
2010-05-26
2
-174
/
+17
*
m68k: amiga - Parallel port platform device conversion
Geert Uytterhoeven
2010-05-26
1
-0
/
+3
*
m68k: amiga - Serial port platform device conversion
Geert Uytterhoeven
2010-05-26
1
-0
/
+3
*
m68k: amiga - Mouse platform device conversion
Geert Uytterhoeven
2010-05-26
1
-0
/
+3
*
m68k: amiga - Keyboard platform device conversion
Geert Uytterhoeven
2010-05-26
1
-0
/
+5
*
m68k: amiga - Amiga Gayle IDE platform device conversion
Geert Uytterhoeven
2010-05-26
1
-1
/
+62
*
m68k: amiga - A4000T SCSI platform device conversion
Geert Uytterhoeven
2010-05-26
1
-0
/
+11
*
m68k: amiga - A3000 SCSI platform device conversion
Geert Uytterhoeven
2010-05-26
1
-0
/
+11
*
m68k: amiga - Floppy platform device conversion
Geert Uytterhoeven
2010-05-17
1
-0
/
+5
*
m68k: amiga - Sound platform device conversion
Geert Uytterhoeven
2010-05-17
1
-0
/
+5
*
m68k: amiga - Frame buffer platform device conversion
Geert Uytterhoeven
2010-05-17
1
-0
/
+15
*
m68k: amiga - Zorro host bridge platform device conversion
Geert Uytterhoeven
2010-05-17
2
-1
/
+59
*
m68k: Use DIV_ROUND_CLOSEST
Julia Lawall
2010-02-27
1
-1
/
+1
*
m68k: cnt reaches -1, not 0
Roel Kluin
2009-08-26
1
-2
/
+4
*
m68k: amiga core - Kill warn_unused_result warnings
Geert Uytterhoeven
2009-01-12
3
-6
/
+13
*
proc: move /proc/hardware to m68k-specific code
Alexey Dobriyan
2008-10-23
1
-12
/
+9
*
m68k: Modular Amiga keyboard needs key_maps
Geert Uytterhoeven
2008-10-14
1
-0
/
+9
*
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
Andrea Righi
2008-07-24
1
-0
/
+1
*
m68k/amiga/: possible cleanups
Adrian Bunk
2008-07-20
1
-14
/
+6
*
export amiga_vblank
Adrian Bunk
2008-07-20
1
-0
/
+2
*
cleanup after APUS removal
Adrian Bunk
2008-02-06
1
-2
/
+0
*
Remove pointless casts from void pointers
Jeff Garzik
2008-02-06
1
-1
/
+1
*
m68k: kill arch/m68k/amiga/amiga_ksyms.c
Adrian Bunk
2008-02-05
6
-34
/
+32
*
m68k: ARRAY_SIZE() cleanup
Alejandro Martinez Ruiz
2008-02-05
1
-1
/
+1
*
spelling fixes: arch/m68k/
Simon Arlott
2007-10-20
1
-1
/
+1
*
SPIN_LOCK_UNLOCKED cleanup in arch/m68k
Milind Arun Choudhary
2007-05-07
2
-3
/
+3
*
m68k: early parameter support
Roman Zippel
2007-05-04
1
-19
/
+22
*
m68k: reformat various m68k files
Roman Zippel
2007-05-04
1
-540
/
+536
*
[PATCH] m68k: replace kmalloc+memset with kzalloc
Yan Burman
2006-12-07
1
-2
/
+1
*
IRQ: Use the new typedef for interrupt handler function pointers
David Howells
2006-10-09
1
-2
/
+2
*
[PATCH] m68k pt_regs fixes
Al Viro
2006-10-07
3
-25
/
+24
*
[PATCH] irq-flags: M68K: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
2
-2
/
+2
[next]