aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer18-3433/+0
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-2/+4
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+2
2011-03-15m68knommu: Use proper irq_desc accessors inThomas Gleixner1-2/+4
2011-02-16m68knommu: add missing linker __modver sectionGreg Ungerer1-0/+6
2011-01-31m68k: Switch do_timer() to xtime_update()Torben Hohn1-6/+2
2011-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-54/+18
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 Viro1-4/+3
2011-01-07m68knommu: Switch to saner sigsuspendAl Viro2-60/+19
2011-01-07m68knommu: Don't bother with SA_ONESHOTAl Viro1-3/+0
2011-01-05m68knommu: remove command line printing DEBUGGreg Ungerer1-5/+0
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
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+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 Torvalds6-70/+31
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-2/+1
2010-10-22m68k/m68knommu: Remove dead SMP config optionChristian Dietrich1-2/+1
2010-10-22m68knommu: convert to using tracehook_report_syscall_*Greg Ungerer1-16/+13
2010-10-21m68knommu: mask of vector bits in exception word properlyGreg Ungerer1-5/+8
2010-10-21m68knommu: .gitignore vmlinux.ldsPhilippe De Muyter1-0/+1
2010-10-21m68knommu: rename PT_OFF_VECTOR to PT_OFF_FORMATVEC.Philippe De Muyter1-1/+1
2010-10-21m68k{nommu}: Remove unused DEFINE's from asm-offsets.cPhilippe De Muyter1-9/+0
2010-10-21m68knommu: fix default starting datePhilippe De Muyter1-5/+8
2010-10-21arch/m68knommu: Removing dead M68KFPU_EMU config optionChristian Dietrich2-31/+0
2010-10-21arch/m68knommu: Removing dead M68000 config optionChristian Dietrich1-3/+0
2010-10-07Fix IRQ flag handling namingDavid Howells1-2/+0
2010-09-13m68k,m68knommu: Wire up fanotify_init, fanotify_mark, and prlimit64Geert Uytterhoeven1-0/+3
2010-09-07m68knommu: fix missing linker segmentsGreg Ungerer1-0/+2
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-5/+5
2010-08-18m68knommu: formatting of pointers in printk()Kulikov Vasiliy1-5/+5
2010-08-17Make do_execve() take a const filename pointerDavid Howells2-2/+6
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-2/+2
2010-04-21Fix m68k-uclinux's rt_sigreturn trampolineMaxim Kuvyrkov1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-1/+2
2010-03-12m68knommu: use generic ptrace_resume codeChristoph Hellwig1-56/+0
2010-03-12ptrace: use ptrace_request() in the remaining architecturesChristoph Hellwig1-17/+1
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-86/+0
2010-03-12Add generic sys_old_mmap()Christoph Hellwig2-35/+1
2010-03-12Add generic sys_old_select()Christoph Hellwig2-17/+1
2010-03-03Rename .data.initvect to .data..initvect.Denys Vlasenko1-1/+1
2010-03-03Rename .text.lock to .text..lock.Denys Vlasenko1-1/+1
2010-02-27m68knommu: NPTL support for uClinuxMaxim Kuvyrkov4-0/+49