aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13set_rtc_mmss: show warning message only onceStephen Hemminger1-1/+1
2011-01-03arch/mn10300/kernel/irq.c: fix buildAndrew Morton1-1/+1
2010-12-20clarify a usage constraint for cnt32_to_63()Nicolas Pitre1-7/+3
2010-12-07MN10300: Fix interrupt mask alteration function call name in gdbstubDavid Howells3-3/+6
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds31-532/+2809
2010-10-27ptrace: cleanup arch_ptrace() on mn10300Namhyung Kim1-9/+8
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells6-46/+24
2010-10-27MN10300: Change "Matsushita" to "Panasonic".Akira Takeuchi1-2/+2
2010-10-27MN10300: ASB2364: Handle the IRQ multiplexer in the FPGADavid Howells1-3/+10
2010-10-27MN10300: Generic time supportMark Salter7-39/+268
2010-10-27MN10300: And Panasonic AM34 subarch and implement SMPAkira Takeuchi23-240/+2224
2010-10-27MN10300: Delete idle_timestamp from irq_cpustat_tAkira Takeuchi1-2/+0
2010-10-27MN10300: Make the FPU operate in non-lazy mode under SMPAkira Takeuchi7-192/+302
2010-10-27MN10300: AM34 erratum requires MMUCTR read and write on exception entryAkira Takeuchi1-0/+8
2010-10-27MN10300: Allow some cacheflushes to be avoided if cache snooping is availableDavid Howells2-0/+6
2010-10-27MN10300: Provide a MN10300_CACHE_ENABLED config optionDavid Howells2-4/+4
2010-10-27MN10300: Remove monitor/JTAG functionsAkira Takeuchi2-47/+0
2010-10-27MN10300: Prevent cnt32_to_63() from being preempted in sched_clock()David Howells1-0/+5
2010-10-27MN10300: BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2010-10-25MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells1-1/+1
2010-10-07Fix IRQ flag handling namingDavid Howells1-0/+1
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-2/+1
2010-09-27mn10300: check __get_user/__put_user results...Al Viro1-6/+6
2010-09-27mn10300: get rid of set_fs(USER_DS) in sigframe setupAl Viro1-4/+0
2010-09-27mn10300: ->restart_block.fn needs to be reset on sigreturnAl Viro1-0/+3
2010-09-27mn10300: prevent double syscall restartsAl Viro1-3/+9
2010-09-27mn10300: avoid SIGSEGV delivery loopAl Viro1-2/+2
2010-09-14MN10300: Fix up the IRQ names for the on-chip serial portsDavid Howells1-11/+11
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+2
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-5/+0
2010-08-12MN10300: Fix RTC routinesDavid Howells1-4/+1
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-26/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-2/+1
2010-03-13mn10300: Convert mn10300 to use read/update_persistent_clockJohn Stultz2-26/+5
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-88/+0
2010-03-12Add generic sys_old_select()Christoph Hellwig2-19/+1
2010-01-11mn10300: wire up missing new syscallsDavid Howells1-0/+1
2010-01-11mn10300: add cc clobbers to asm statementsMark Salter1-1/+2
2010-01-11mn10300: signal stack fixMark Salter1-1/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-31/+30
2009-12-11Unify sys_mmap*Al Viro2-31/+2
2009-12-11arch_mmap_check() on mn10300Al Viro1-5/+0
2009-10-29percpu: make misc percpu symbols uniqueTejun Heo1-31/+30
2009-10-14mn10300: Remove the BKL from sys_execveJohn Kacur1-8/+4
2009-09-24mn10300: Clean up linker script using higher-level macros.Tim Abbott1-36/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0