summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel
AgeCommit message (Expand)AuthorLines
2010-10-27ptrace: cleanup arch_ptrace() on mn10300Namhyung Kim-9/+8
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim-1/+2
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells-46/+24
2010-10-27MN10300: Change "Matsushita" to "Panasonic".Akira Takeuchi-2/+2
2010-10-27MN10300: ASB2364: Handle the IRQ multiplexer in the FPGADavid Howells-3/+10
2010-10-27MN10300: Generic time supportMark Salter-39/+268
2010-10-27MN10300: And Panasonic AM34 subarch and implement SMPAkira Takeuchi-240/+2224
2010-10-27MN10300: Delete idle_timestamp from irq_cpustat_tAkira Takeuchi-2/+0
2010-10-27MN10300: Make the FPU operate in non-lazy mode under SMPAkira Takeuchi-192/+302
2010-10-27MN10300: AM34 erratum requires MMUCTR read and write on exception entryAkira Takeuchi-0/+8
2010-10-27MN10300: Allow some cacheflushes to be avoided if cache snooping is availableDavid Howells-0/+6
2010-10-27MN10300: Provide a MN10300_CACHE_ENABLED config optionDavid Howells-4/+4
2010-10-27MN10300: Remove monitor/JTAG functionsAkira Takeuchi-47/+0
2010-10-27MN10300: Prevent cnt32_to_63() from being preempted in sched_clock()David Howells-0/+5
2010-10-27MN10300: BUG to BUG_ON changesStoyan Gaydarov-2/+1
2010-10-25MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells-1/+1
2010-10-07Fix IRQ flag handling namingDavid Howells-0/+1
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds-2/+1
2010-09-27mn10300: check __get_user/__put_user results...Al Viro-6/+6
2010-09-27mn10300: get rid of set_fs(USER_DS) in sigframe setupAl Viro-4/+0
2010-09-27mn10300: ->restart_block.fn needs to be reset on sigreturnAl Viro-0/+3
2010-09-27mn10300: prevent double syscall restartsAl Viro-3/+9
2010-09-27mn10300: avoid SIGSEGV delivery loopAl Viro-2/+2
2010-09-14MN10300: Fix up the IRQ names for the on-chip serial portsDavid Howells-11/+11
2010-08-17Make do_execve() take a const filename pointerDavid Howells-2/+2
2010-08-13Mark arguments to certain syscalls as being constDavid Howells-1/+1
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells-5/+0
2010-08-12MN10300: Fix RTC routinesDavid Howells-4/+1
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-26/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-2/+1
2010-03-13mn10300: Convert mn10300 to use read/update_persistent_clockJohn Stultz-26/+5
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig-88/+0
2010-03-12Add generic sys_old_select()Christoph Hellwig-19/+1
2010-01-11mn10300: wire up missing new syscallsDavid Howells-0/+1
2010-01-11mn10300: add cc clobbers to asm statementsMark Salter-1/+2
2010-01-11mn10300: signal stack fixMark Salter-1/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner-2/+2
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-31/+30
2009-12-11Unify sys_mmap*Al Viro-31/+2
2009-12-11arch_mmap_check() on mn10300Al Viro-5/+0
2009-10-29percpu: make misc percpu symbols uniqueTejun Heo-31/+30
2009-10-14mn10300: Remove the BKL from sys_execveJohn Kacur-8/+4
2009-09-24mn10300: Clean up linker script using higher-level macros.Tim Abbott-36/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan-1/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds-3/+2
2009-09-23MN10300: Handle removal of struct uart_infoDavid Howells-9/+9
2009-09-23seq_file: constify seq_operationsJames Morris-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar-1/+1
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches-3/+2
2009-09-19serial: kill off uart_infoAlan Cox-3/+3