summaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/kernel
AgeCommit message (Expand)AuthorLines
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer-3433/+0
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds-2/+4
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+2
2011-03-15m68knommu: Use proper irq_desc accessors inThomas Gleixner-2/+4
2011-02-16m68knommu: add missing linker __modver sectionGreg Ungerer-0/+6
2011-01-31m68k: Switch do_timer() to xtime_update()Torben Hohn-6/+2
2011-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds-54/+18
2011-01-07m68knommu: Need to check __get_user()/__put_user() resultAl Viro-6/+6
2011-01-07m68knommu: signal.c __user annotationsAl Viro-28/+28
2011-01-07m68knommu: Equivalent of "m68k: handle new gcc's"Al Viro-14/+14
2011-01-07m68knommu: f_pcr has been gone since headers' mergeAl Viro-4/+4
2011-01-07m68knommu: Don't lose state if sigframe setup failsAl Viro-7/+12
2011-01-07m68knommu: Handle multiple pending signalsAl Viro-4/+3
2011-01-07m68knommu: Switch to saner sigsuspendAl Viro-60/+19
2011-01-07m68knommu: Don't bother with SA_ONESHOTAl Viro-3/+0
2011-01-05m68knommu: remove command line printing DEBUGGreg Ungerer-5/+0
2011-01-05m68knommu: fix clock rate value reported for ColdFire 54xx partsGreg Ungerer-9/+11
2011-01-05m68knommu: move ColdFire CPU names into their headersGreg Ungerer-44/+11
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-10-27ptrace: cleanup arch_ptrace() on m68knommuNamhyung Kim-29/+25
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim-3/+4
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds-70/+31
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds-2/+1
2010-10-22m68k/m68knommu: Remove dead SMP config optionChristian Dietrich-2/+1
2010-10-22m68knommu: convert to using tracehook_report_syscall_*Greg Ungerer-16/+13
2010-10-21m68knommu: mask of vector bits in exception word properlyGreg Ungerer-5/+8
2010-10-21m68knommu: .gitignore vmlinux.ldsPhilippe De Muyter-0/+1
2010-10-21m68knommu: rename PT_OFF_VECTOR to PT_OFF_FORMATVEC.Philippe De Muyter-1/+1
2010-10-21m68k{nommu}: Remove unused DEFINE's from asm-offsets.cPhilippe De Muyter-9/+0
2010-10-21m68knommu: fix default starting datePhilippe De Muyter-5/+8
2010-10-21arch/m68knommu: Removing dead M68KFPU_EMU config optionChristian Dietrich-31/+0
2010-10-21arch/m68knommu: Removing dead M68000 config optionChristian Dietrich-3/+0
2010-10-07Fix IRQ flag handling namingDavid Howells-2/+0
2010-09-13m68k,m68knommu: Wire up fanotify_init, fanotify_mark, and prlimit64Geert Uytterhoeven-0/+3
2010-09-07m68knommu: fix missing linker segmentsGreg Ungerer-0/+2
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds-5/+5
2010-08-18m68knommu: formatting of pointers in printk()Kulikov Vasiliy-5/+5
2010-08-17Make do_execve() take a const filename pointerDavid Howells-2/+6
2010-08-13Mark arguments to certain syscalls as being constDavid Howells-1/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds-2/+2
2010-04-21Fix m68k-uclinux's rt_sigreturn trampolineMaxim Kuvyrkov-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+2
2010-03-12m68knommu: use generic ptrace_resume codeChristoph Hellwig-56/+0
2010-03-12ptrace: use ptrace_request() in the remaining architecturesChristoph Hellwig-17/+1
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig-86/+0
2010-03-12Add generic sys_old_mmap()Christoph Hellwig-35/+1
2010-03-12Add generic sys_old_select()Christoph Hellwig-17/+1
2010-03-03Rename .data.initvect to .data..initvect.Denys Vlasenko-1/+1
2010-03-03Rename .text.lock to .text..lock.Denys Vlasenko-1/+1
2010-02-27m68knommu: NPTL support for uClinuxMaxim Kuvyrkov-0/+49