aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include
AgeCommit message (Expand)Author
2011-02-16m68knommu: add optimize memmove() functionGreg Ungerer
2011-02-16m68k: remove arch specific non-optimized memcmp()Greg Ungerer
2011-01-23m68k/atari: Rename "scc" to "atari_scc"Geert Uytterhoeven
2011-01-22m68k: Uninline strchr()Geert Uytterhoeven
2011-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds
2011-01-12watchdog: Add MCF548x watchdog driver.Philippe De Muyter
2011-01-07m68knommu: Switch to saner sigsuspendAl Viro
2011-01-07m68k: Switch to saner sigsuspend()Al Viro
2011-01-05m68k/sun3: Kill pte_unmap() warningsGeert Uytterhoeven
2011-01-05m68knommu: create optimal separate instruction and data cache for ColdFireGreg Ungerer
2011-01-05m68knommu: support ColdFire caches that do copyback and write-throughGreg Ungerer
2011-01-05m68knommu: support version 2 ColdFire split cacheGreg Ungerer
2011-01-05m68knommu: make cache push code ColdFire genericGreg Ungerer
2011-01-05m68knommu: clean up ColdFire cache control codeGreg Ungerer
2011-01-05m68knommu: move inclusion of ColdFire v4 cache registersGreg Ungerer
2011-01-05m68knommu: merge bit definitions for version 3 ColdFire cache controllerGreg Ungerer
2011-01-05m68knommu: create bit definitions for the version 2 ColdFire cache controllerGreg Ungerer
2011-01-05m68knommu: remove empty __iounmap() it is no usedGreg Ungerer
2011-01-05m68knommu: use user stack pointer hardware on some ColdFire coresGreg Ungerer
2011-01-05m68knommu: move UART addressing to part specific includesGreg Ungerer
2011-01-05m68knommu: fix clock rate value reported for ColdFire 54xx partsGreg Ungerer
2011-01-05m68knommu: move ColdFire CPU names into their headersGreg Ungerer
2011-01-05m68knommu: make Coldfire 548x support more genericGreg Ungerer
2011-01-05m68knommu: Use symbolic constants for cache operations on M54xxPhilippe De Muyter
2011-01-05m68knommu: Move __flush_cache_all definition for m54xx in m54xxacr.hPhilippe De Muyter
2011-01-05m68knommu: Create new m54xxacr.h from m5407sim.h subpartPhilippe De Muyter
2010-11-03m68k, m68knommu: Do not include linux/hardirq.h in asm/irqflags.hPhilippe De Muyter
2010-11-03m68knommu: add back in declaration of do_IRQGreg Ungerer
2010-10-26m68k{nommu}/blackfin : remove old assembler-only flags bit definitionsPhilippe De Muyter
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2010-10-22m68k: Add missing I/O macros {in,out}{w,l}_p() for !CONFIG_ISAThorsten Glaser
2010-10-22m68k: __pa(): cast arg to longAndrew Morton
2010-10-22m68k/m68knommu: merge the MMU and non-MMU traps.hGreg Ungerer
2010-10-22m68k/m68knommu: merge MMU and non-MMU thread_info.hGreg Ungerer
2010-10-22m68k/m68knommu: merge MMU and non-MMU atomic.hGreg Ungerer
2010-10-22m68k/m68knommu: clean up page.hGreg Ungerer
2010-10-22m68k/m68knommu: merge machdep.h files into a single fileGreg Ungerer
2010-10-22m68k/m68knommu: merge MMU and non-MMU string.hGreg Ungerer
2010-10-22m68k/m68knommu: Remove dead SMP config optionChristian Dietrich
2010-10-22m68k: move definition of THREAD_SIZE into thread_info_mm.hGreg Ungerer
2010-10-22m68k: Use asm-generic/ioctls.h (enables termiox)Jeff Mahoney
2010-10-22m68k: Remove dead GG2 config optionChristian Dietrich
2010-10-21m68knommu: Fix MCFUART_TXFIFOSIZE for m548x.Philippe De Muyter
2010-10-21m68knommu: add basic mmu-less m548x supportPhilippe De Muyter
2010-10-07Fix IRQ flag handling namingDavid Howells
2010-09-13m68k,m68knommu: Wire up fanotify_init, fanotify_mark, and prlimit64Geert Uytterhoeven
2010-08-18m68knommu: arch/m68k/include/asm/ide.h fix for nommuJate Sujjavanich
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori