aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds24-380/+515
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-0/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2011-01-12watchdog: Add MCF548x watchdog driver.Philippe De Muyter1-0/+2
2011-01-07m68knommu: Switch to saner sigsuspendAl Viro1-2/+0
2011-01-07m68k: Check __get_user()/__put_user() return valueAl Viro1-6/+6
2011-01-07m68k: Missing syscall_trace() on sigreturnAl Viro1-1/+4
2011-01-07m68k: Fix stack mangling logics in sigreturnAl Viro1-112/+61
2011-01-07m68k: If we fail to set sigframe up, just leave regs alone...Al Viro1-14/+30
2011-01-07m68k: Don't lose state if sigframe setup failsAl Viro1-7/+12
2011-01-07m68k: Simplify the singlestepping handling in signalsAl Viro2-9/+8
2011-01-07m68k: Switch to saner sigsuspend()Al Viro4-61/+26
2011-01-07m68k: Resetting sa_handler in local copy of k_sigaction is pointlessAl Viro1-3/+0
2011-01-05m68k/sun3: Kill pte_unmap() warningsGeert Uytterhoeven1-3/+2
2011-01-05m68knommu: create optimal separate instruction and data cache for ColdFireGreg Ungerer4-20/+83
2011-01-05m68knommu: support ColdFire caches that do copyback and write-throughGreg Ungerer2-1/+11
2011-01-05m68knommu: support version 2 ColdFire split cacheGreg Ungerer1-14/+16
2011-01-05m68knommu: make cache push code ColdFire genericGreg Ungerer2-38/+7
2011-01-05m68knommu: clean up ColdFire cache control codeGreg Ungerer5-187/+59
2011-01-05m68knommu: move inclusion of ColdFire v4 cache registersGreg Ungerer4-5/+5
2011-01-05m68knommu: merge bit definitions for version 3 ColdFire cache controllerGreg Ungerer3-54/+56
2011-01-05m68knommu: create bit definitions for the version 2 ColdFire cache controllerGreg Ungerer8-0/+72
2011-01-05m68knommu: remove empty __iounmap() it is no usedGreg Ungerer1-1/+0
2011-01-05m68knommu: use user stack pointer hardware on some ColdFire coresGreg Ungerer5-35/+52
2011-01-05m68knommu: move UART addressing to part specific includesGreg Ungerer12-45/+74
2011-01-05m68knommu: fix clock rate value reported for ColdFire 54xx partsGreg Ungerer11-12/+23
2011-01-05m68knommu: move ColdFire CPU names into their headersGreg Ungerer11-0/+19
2011-01-05m68knommu: make Coldfire 548x support more genericGreg Ungerer9-23/+23
2011-01-05m68knommu: Use symbolic constants for cache operations on M54xxPhilippe De Muyter3-17/+65
2011-01-05m68knommu: Move __flush_cache_all definition for m54xx in m54xxacr.hPhilippe De Muyter2-23/+36
2011-01-05m68knommu: Create new m54xxacr.h from m5407sim.h subpartPhilippe De Muyter2-34/+43
2011-01-03m68k: fix comment typo diable -> disable.Justin P. Mattock1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina3-1/+3
2010-12-10fix comment typos concerning "consistent"Uwe Kleine-König1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-03m68k, m68knommu: Do not include linux/hardirq.h in asm/irqflags.hPhilippe De Muyter1-0/+2
2010-11-03m68knommu: add back in declaration of do_IRQGreg Ungerer1-0/+1
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-6/+0
2010-10-27ptrace: cleanup arch_ptrace() on m68kNamhyung Kim1-23/+23
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-4/+5
2010-10-26m68k{nommu}/blackfin : remove old assembler-only flags bit definitionsPhilippe De Muyter2-18/+0
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra2-4/+0
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds10-17/+208
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+3
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds29-1534/+826
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-22m68k: Add missing I/O macros {in,out}{w,l}_p() for !CONFIG_ISAThorsten Glaser1-0/+4
2010-10-22m68k: Remove big kernel lock in cache flush codeGeert Uytterhoeven1-3/+0
2010-10-22m68k: __pa(): cast arg to longAndrew Morton1-1/+1
2010-10-22m68k/m68knommu: merge the MMU and non-MMU traps.hGreg Ungerer3-430/+271