aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-16m68knommu: set flow handler for secondary interrupt controller of 5249Greg Ungerer1-1/+3
2011-02-16m68knommu: remove use of IRQ_FLG_LOCK from 68360 platform supportGreg Ungerer2-2/+2
2011-02-16m68knommu: add missing linker __modver sectionGreg Ungerer1-0/+6
2011-02-16m68knommu: fix mis-named variable int set_irq_chip loopGreg Ungerer1-2/+2
2011-02-16m68knommu: add optimize memmove() functionGreg Ungerer2-1/+106
2011-02-08m68knommu: fix use of un-defined _TIF_WORK_MASKGreg Ungerer3-3/+0
2011-01-21m68knommu: Use generic irq KconfigThomas Gleixner1-4/+1
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-4/+0
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes7-7/+7
2011-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds14-243/+212
2011-01-07m68knommu: Need to check __get_user()/__put_user() resultAl Viro1-6/+6
2011-01-07m68knommu: signal.c __user annotationsAl Viro1-28/+28
2011-01-07m68knommu: Equivalent of "m68k: handle new gcc's"Al Viro1-14/+14
2011-01-07m68knommu: f_pcr has been gone since headers' mergeAl Viro1-4/+4
2011-01-07m68knommu: Don't lose state if sigframe setup failsAl Viro1-7/+12
2011-01-07m68knommu: Handle multiple pending signalsAl Viro4-9/+8
2011-01-07m68knommu: Switch to saner sigsuspendAl Viro5-66/+22
2011-01-07m68knommu: Don't bother with SA_ONESHOTAl Viro1-3/+0
2011-01-07m68knommu: fix broken setting of irq_chip and handlerGreg Ungerer1-2/+2
2011-01-05m68knommu: switch to using -mcpu= flags for ColdFire targetsGreg Ungerer1-5/+5
2011-01-05m68knommu: arch/m68knommu/Kconfig whitespace cleanupPhilippe De Muyter1-10/+10
2011-01-05m68knommu: support ColdFire caches that do copyback and write-throughGreg Ungerer1-0/+24
2011-01-05m68knommu: support version 2 ColdFire split cacheGreg Ungerer1-0/+32
2011-01-05m68knommu: make cache push code ColdFire genericGreg Ungerer2-1/+49
2011-01-05m68knommu: clean up ColdFire cache control codeGreg Ungerer1-5/+21
2011-01-05m68knommu: remove empty __iounmap() it is no usedGreg Ungerer1-9/+0
2011-01-05m68knommu: remove kernel_map() code, it is not usedGreg Ungerer2-34/+1
2011-01-05m68knommu: remove do_page_fault(), it is not usedGreg Ungerer2-58/+1
2011-01-05m68knommu: use user stack pointer hardware on some ColdFire coresGreg Ungerer2-20/+20
2011-01-05m68knommu: remove command line printing DEBUGGreg Ungerer1-5/+0
2011-01-05m68knommu: remove fasthandler interrupt codeGreg Ungerer1-27/+1
2011-01-05m68knommu: fix clock rate value reported for ColdFire 54xx partsGreg Ungerer1-9/+11
2011-01-05m68knommu: move ColdFire CPU names into their headersGreg Ungerer1-44/+11
2011-01-05m68knommu: add support for the ColdFire 547x family of processorsGreg Ungerer1-1/+6
2011-01-05m68knommu: make Coldfire 548x support more genericGreg Ungerer5-21/+26
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-7/+0
2010-10-27ptrace: cleanup arch_ptrace() on m68knommuNamhyung Kim1-29/+25
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-3/+4
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds36-193/+499
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-4/+3
2010-10-22m68k/m68knommu: merge MMU and non-MMU thread_info.hGreg Ungerer1-2/+2
2010-10-22m68k/m68knommu: Remove dead SMP config optionChristian Dietrich1-2/+1
2010-10-22m68knommu: convert to using tracehook_report_syscall_*Greg Ungerer4-22/+19
2010-10-22m68knommu: some boards use fixed phy for FEC ethernetGreg Ungerer1-0/+16
2010-10-21m68knommu: support the external GPIO based interrupts of the 5272Greg Ungerer1-5/+51
2010-10-21m68knommu: mask of vector bits in exception word properlyGreg Ungerer1-5/+8
2010-10-21m68knommu: change to new flag variablesmatt mooney12-24/+24
2010-10-21m68knommu: add basic mmu-less m548x supportPhilippe De Muyter6-1/+288
2010-10-21m68knommu: .gitignore vmlinux.ldsPhilippe De Muyter1-0/+1