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
Commit message (
Expand
)
Author
Age
Files
Lines
*
m68k/mac: Remove mac_irq_{en,dis}able() wrappers
Finn Thain
2011-11-08
3
-23
/
+11
*
m68k/irq: Remove obsolete support for user vector interrupt fixups
Geert Uytterhoeven
2011-11-08
9
-20
/
+10
*
m68k/irq: Remove obsolete m68k irq framework
Geert Uytterhoeven
2011-11-08
13
-820
/
+4
*
m68k/q40: Convert Q40/Q60 to genirq
Geert Uytterhoeven
2011-11-08
3
-2
/
+9
*
m68k/sun3: Convert Sun3/3x to genirq
Geert Uytterhoeven
2011-11-08
2
-4
/
+14
*
m68k/sun3: Use the kstat_irqs_cpu() wrapper
Geert Uytterhoeven
2011-11-08
1
-4
/
+10
*
m68k/apollo: Convert Apollo to genirq
Geert Uytterhoeven
2011-11-08
2
-3
/
+23
*
m68k/vme: Convert VME to genirq
Geert Uytterhoeven
2011-11-08
1
-3
/
+0
*
m68k/hp300: Convert HP9000/300 and HP9000/400 to genirq
Geert Uytterhoeven
2011-11-08
1
-1
/
+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
5
-1
/
+12
*
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
2
-1
/
+3
*
m68k/amiga: Refactor amiints.c
Geert Uytterhoeven
2011-11-08
1
-51
/
+47
*
m68k/atari: Remove code and comments about different irq types
Geert Uytterhoeven
2011-11-08
1
-236
/
+0
*
m68k/atari: Convert Atari to genirq
Geert Uytterhoeven
2011-11-08
1
-1
/
+0
*
m68k/irq: Add genirq support
Geert Uytterhoeven
2011-11-08
5
-12
/
+112
*
m68k/irq: Remove obsolete IRQ_FLG_* users
Geert Uytterhoeven
2011-11-08
7
-79
/
+19
*
m68k/irq: Rename {,__}m68k_handle_int()
Geert Uytterhoeven
2011-11-08
12
-35
/
+35
*
m68k/irq: Add m68k_setup_irq_controller()
Geert Uytterhoeven
2011-11-08
8
-8
/
+17
*
m68k/irq: Extract irq_set_chip()
Geert Uytterhoeven
2011-11-08
1
-3
/
+9
*
m68k/irq: Rename setup_irq() to m68k_setup_irq() and make it static
Geert Uytterhoeven
2011-11-08
1
-2
/
+2
*
m68k/irq: Switch irq_chip methods to "struct irq_data *data"
Geert Uytterhoeven
2011-11-08
9
-58
/
+113
*
m68k/irq: Rename irq_node to irq_data
Geert Uytterhoeven
2011-11-08
2
-14
/
+16
*
m68k/irq: Kill irq_node_t typedef, always use struct irq_node
Geert Uytterhoeven
2011-11-08
2
-7
/
+7
*
m68k/irq: Rename irq_controller to irq_chip
Geert Uytterhoeven
2011-11-08
9
-102
/
+91
*
m68k: Revive lost DIO bus config option
Geert Uytterhoeven
2011-11-08
1
-0
/
+9
*
m68k: Revive lost ARAnyM config options
Geert Uytterhoeven
2011-11-08
1
-0
/
+31
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
3
-0
/
+3
|
\
|
*
m68k: Add export.h to the m68k specific files as required
Paul Gortmaker
2011-10-31
3
-0
/
+3
*
|
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2011-11-04
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'v3.1-rc10' into for-3.2/core
Jens Axboe
2011-10-19
2
-2
/
+2
|
|
\
|
*
|
block: remove support for bio remapping from ->make_request
Christoph Hellwig
2011-09-12
1
-2
/
+1
*
|
|
Merge branch 'for-linus' of git://github.com/gregungerer/m68knommu
Linus Torvalds
2011-10-25
35
-3208
/
+2596
|
\
\
\
|
*
|
|
m68k: drop unused Kconfig symbols
Paul Bolle
2011-10-21
1
-23
/
+1
|
*
|
|
m68k: drop unused Kconfig symbols
Paul Bolle
2011-10-21
2
-70
/
+1
|
*
|
|
m68knommu: create common externs for _ram* vars
Greg Ungerer
2011-10-18
3
-3
/
+3
|
*
|
|
m68knommu: remove extern declarations of memory_start/memory_end from mm/init
Greg Ungerer
2011-10-18
1
-3
/
+0
|
*
|
|
m68knommu: use generic section names in mm/init code
Greg Ungerer
2011-10-18
1
-9
/
+8
|
*
|
|
m68knommu: use generic section names in setup code
Greg Ungerer
2011-10-18
2
-1
/
+3
|
*
|
|
m68k: merge the mmu and non-mmu traps.c files
Greg Ungerer
2011-10-18
4
-1456
/
+1111
|
*
|
|
m68k: move hardware vector setting from traps.c to its own file
Greg Ungerer
2011-10-18
3
-116
/
+146
|
*
|
|
m68k: merge mmu and non-mmu include/asm/entry.h files
Greg Ungerer
2011-10-18
7
-330
/
+268
|
*
|
|
m68k: merge the mmu and non-mmu kernel/Makefiles
Greg Ungerer
2011-10-18
3
-31
/
+20
|
*
|
|
m68k: merge mmu and non-mmu arch Makefiles
Greg Ungerer
2011-10-18
5
-250
/
+174
|
*
|
|
m68k: reorganize Kconfig options to improve mmu/non-mmu selections
Greg Ungerer
2011-10-18
6
-916
/
+888
|
*
|
|
m68knommu: fix problems with SPI/GPIO on ColdFire 520x
Peter Turczak
2011-10-18
4
-63
/
+27
|
*
|
|
m68k: fix memcpy to unmatched/unaligned source and dest on 68000
Greg Ungerer
2011-10-18
1
-0
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2011-10-25
1
-1
/
+1
|
\
\
\
|
*
|
|
doc: fix broken references
Paul Bolle
2011-09-27
1
-1
/
+1
|
|
/
/
[next]