index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
m68k
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-16
m68knommu: add optimize memmove() function
Greg Ungerer
1
-1
/
+1
2011-02-16
m68k: remove arch specific non-optimized memcmp()
Greg Ungerer
2
-14
/
+1
2011-01-23
m68k/amiga: Fix "debug=mem"
Geert Uytterhoeven
1
-9
/
+7
2011-01-23
m68k/atari: Rename "scc" to "atari_scc"
Geert Uytterhoeven
4
-11
/
+11
2011-01-22
m68k: Uninline strchr()
Geert Uytterhoeven
1
-12
/
+0
2011-01-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
24
-380
/
+515
2011-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
1
-0
/
+2
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2
-2
/
+2
2011-01-12
watchdog: Add MCF548x watchdog driver.
Philippe De Muyter
1
-0
/
+2
2011-01-07
m68knommu: Switch to saner sigsuspend
Al Viro
1
-2
/
+0
2011-01-07
m68k: Check __get_user()/__put_user() return value
Al Viro
1
-6
/
+6
2011-01-07
m68k: Missing syscall_trace() on sigreturn
Al Viro
1
-1
/
+4
2011-01-07
m68k: Fix stack mangling logics in sigreturn
Al Viro
1
-112
/
+61
2011-01-07
m68k: If we fail to set sigframe up, just leave regs alone...
Al Viro
1
-14
/
+30
2011-01-07
m68k: Don't lose state if sigframe setup fails
Al Viro
1
-7
/
+12
2011-01-07
m68k: Simplify the singlestepping handling in signals
Al Viro
2
-9
/
+8
2011-01-07
m68k: Switch to saner sigsuspend()
Al Viro
4
-61
/
+26
2011-01-07
m68k: Resetting sa_handler in local copy of k_sigaction is pointless
Al Viro
1
-3
/
+0
2011-01-05
m68k/sun3: Kill pte_unmap() warnings
Geert Uytterhoeven
1
-3
/
+2
2011-01-05
m68knommu: create optimal separate instruction and data cache for ColdFire
Greg Ungerer
4
-20
/
+83
2011-01-05
m68knommu: support ColdFire caches that do copyback and write-through
Greg Ungerer
2
-1
/
+11
2011-01-05
m68knommu: support version 2 ColdFire split cache
Greg Ungerer
1
-14
/
+16
2011-01-05
m68knommu: make cache push code ColdFire generic
Greg Ungerer
2
-38
/
+7
2011-01-05
m68knommu: clean up ColdFire cache control code
Greg Ungerer
5
-187
/
+59
2011-01-05
m68knommu: move inclusion of ColdFire v4 cache registers
Greg Ungerer
4
-5
/
+5
2011-01-05
m68knommu: merge bit definitions for version 3 ColdFire cache controller
Greg Ungerer
3
-54
/
+56
2011-01-05
m68knommu: create bit definitions for the version 2 ColdFire cache controller
Greg Ungerer
8
-0
/
+72
2011-01-05
m68knommu: remove empty __iounmap() it is no used
Greg Ungerer
1
-1
/
+0
2011-01-05
m68knommu: use user stack pointer hardware on some ColdFire cores
Greg Ungerer
5
-35
/
+52
2011-01-05
m68knommu: move UART addressing to part specific includes
Greg Ungerer
12
-45
/
+74
2011-01-05
m68knommu: fix clock rate value reported for ColdFire 54xx parts
Greg Ungerer
11
-12
/
+23
2011-01-05
m68knommu: move ColdFire CPU names into their headers
Greg Ungerer
11
-0
/
+19
2011-01-05
m68knommu: make Coldfire 548x support more generic
Greg Ungerer
9
-23
/
+23
2011-01-05
m68knommu: Use symbolic constants for cache operations on M54xx
Philippe De Muyter
3
-17
/
+65
2011-01-05
m68knommu: Move __flush_cache_all definition for m54xx in m54xxacr.h
Philippe De Muyter
2
-23
/
+36
2011-01-05
m68knommu: Create new m54xxacr.h from m5407sim.h subpart
Philippe De Muyter
2
-34
/
+43
2011-01-03
m68k: fix comment typo diable -> disable.
Justin P. Mattock
1
-1
/
+1
2010-12-22
Merge branch 'master' into for-next
Jiri Kosina
3
-1
/
+3
2010-12-10
fix comment typos concerning "consistent"
Uwe Kleine-König
1
-1
/
+1
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-11-03
m68k, m68knommu: Do not include linux/hardirq.h in asm/irqflags.h
Philippe De Muyter
1
-0
/
+2
2010-11-03
m68knommu: add back in declaration of do_IRQ
Greg Ungerer
1
-0
/
+1
2010-10-28
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
1
-6
/
+0
2010-10-27
ptrace: cleanup arch_ptrace() on m68k
Namhyung Kim
1
-23
/
+23
2010-10-27
ptrace: change signature of arch_ptrace()
Namhyung Kim
1
-4
/
+5
2010-10-26
m68k{nommu}/blackfin : remove old assembler-only flags bit definitions
Philippe De Muyter
2
-18
/
+0
2010-10-26
mm: remove pte_*map_nested()
Peter Zijlstra
2
-4
/
+0
2010-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
10
-17
/
+208
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2
-2
/
+3
2010-10-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
29
-1534
/
+826
[next]