aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2011-01-1824-380/+515
|\
| * m68knommu: create optimal separate instruction and data cache for ColdFireGreg Ungerer2011-01-054-20/+83
| * m68knommu: support ColdFire caches that do copyback and write-throughGreg Ungerer2011-01-052-1/+11
| * m68knommu: support version 2 ColdFire split cacheGreg Ungerer2011-01-051-14/+16
| * m68knommu: make cache push code ColdFire genericGreg Ungerer2011-01-052-38/+7
| * m68knommu: clean up ColdFire cache control codeGreg Ungerer2011-01-055-187/+59
| * m68knommu: move inclusion of ColdFire v4 cache registersGreg Ungerer2011-01-054-5/+5
| * m68knommu: merge bit definitions for version 3 ColdFire cache controllerGreg Ungerer2011-01-053-54/+56
| * m68knommu: create bit definitions for the version 2 ColdFire cache controllerGreg Ungerer2011-01-058-0/+72
| * m68knommu: remove empty __iounmap() it is no usedGreg Ungerer2011-01-051-1/+0
| * m68knommu: use user stack pointer hardware on some ColdFire coresGreg Ungerer2011-01-055-35/+52
| * m68knommu: move UART addressing to part specific includesGreg Ungerer2011-01-0512-45/+74
| * m68knommu: fix clock rate value reported for ColdFire 54xx partsGreg Ungerer2011-01-0511-12/+23
| * m68knommu: move ColdFire CPU names into their headersGreg Ungerer2011-01-0511-0/+19
| * m68knommu: make Coldfire 548x support more genericGreg Ungerer2011-01-059-23/+23
| * m68knommu: Use symbolic constants for cache operations on M54xxPhilippe De Muyter2011-01-053-17/+65
| * m68knommu: Move __flush_cache_all definition for m54xx in m54xxacr.hPhilippe De Muyter2011-01-052-23/+36
| * m68knommu: Create new m54xxacr.h from m5407sim.h subpartPhilippe De Muyter2011-01-052-34/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2011-01-131-0/+2
|\ \
| * | watchdog: Add MCF548x watchdog driver.Philippe De Muyter2011-01-121-0/+2
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-2/+2
|\ \ \ | |/ / |/| |
| * | m68k: fix comment typo diable -> disable.Justin P. Mattock2011-01-031-1/+1
| * | Merge branch 'master' into for-nextJiri Kosina2010-12-223-1/+3
| |\ \ | | |/
| * | fix comment typos concerning "consistent"Uwe Kleine-König2010-12-101-1/+1
* | | m68knommu: Switch to saner sigsuspendAl Viro2011-01-071-2/+0
* | | m68k: Check __get_user()/__put_user() return valueAl Viro2011-01-071-6/+6
* | | m68k: Missing syscall_trace() on sigreturnAl Viro2011-01-071-1/+4
* | | m68k: Fix stack mangling logics in sigreturnAl Viro2011-01-071-112/+61
* | | m68k: If we fail to set sigframe up, just leave regs alone...Al Viro2011-01-071-14/+30
* | | m68k: Don't lose state if sigframe setup failsAl Viro2011-01-071-7/+12
* | | m68k: Simplify the singlestepping handling in signalsAl Viro2011-01-072-9/+8
* | | m68k: Switch to saner sigsuspend()Al Viro2011-01-074-61/+26
* | | m68k: Resetting sa_handler in local copy of k_sigaction is pointlessAl Viro2011-01-071-3/+0
* | | m68k/sun3: Kill pte_unmap() warningsGeert Uytterhoeven2011-01-051-3/+2
| |/ |/|
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* | m68k, m68knommu: Do not include linux/hardirq.h in asm/irqflags.hPhilippe De Muyter2010-11-031-0/+2
* | m68knommu: add back in declaration of do_IRQGreg Ungerer2010-11-031-0/+1
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-281-6/+0
|\
| * Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-1225-9694/+25
| |\
| * | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-191-6/+0
* | | ptrace: cleanup arch_ptrace() on m68kNamhyung Kim2010-10-271-23/+23
* | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-4/+5
* | | m68k{nommu}/blackfin : remove old assembler-only flags bit definitionsPhilippe De Muyter2010-10-262-18/+0
* | | mm: remove pte_*map_nested()Peter Zijlstra2010-10-262-4/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2010-10-2510-17/+208
|\ \ \
| * | | m68knommu: Fix MCFUART_TXFIFOSIZE for m548x.Philippe De Muyter2010-10-211-1/+3
| * | | m68knommu: add basic mmu-less m548x supportPhilippe De Muyter2010-10-219-4/+205
| * | | m68k{nommu}: Remove unused DEFINE's from asm-offsets.cPhilippe De Muyter2010-10-211-12/+0
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-242-2/+3
|\ \ \ \
| * | | | Update broken web addresses in arch directory.Justin P. Mattock2010-10-182-2/+3