summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel
Commit message (Expand)AuthorAgeFilesLines
* MN10300: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-03-182-5/+5
* MN10300: Convert ipi irq_chip to new functionsThomas Gleixner2011-03-181-8/+22
* MN10300: Convert serial irq_chip to new functionsThomas Gleixner2011-03-181-5/+10
* MN10300: Convert cpu irq_chips to new functionsThomas Gleixner2011-03-181-29/+33
* MN10300: Remove unused mn10300_intc_* functionsThomas Gleixner2011-03-181-25/+0
* MN10300: Remove stale irq_chip.end - V2Thomas Gleixner2011-03-181-1/+0
* MN10300: Use clockevents_calc_mult_shift()Thomas Gleixner2011-03-183-26/+3
* MN10300: Use clocksource_register_hz()Thomas Gleixner2011-03-183-21/+1
* MN10300: Remove stale codeThomas Gleixner2011-03-182-52/+2
* Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\
| * percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
* | mn10300: Switch do_timer() to xtimer_update()Torben Hohn2011-02-091-5/+1
|/
* set_rtc_mmss: show warning message only onceStephen Hemminger2011-01-131-1/+1
* arch/mn10300/kernel/irq.c: fix buildAndrew Morton2011-01-031-1/+1
* clarify a usage constraint for cnt32_to_63()Nicolas Pitre2010-12-201-7/+3
* MN10300: Fix interrupt mask alteration function call name in gdbstubDavid Howells2010-12-073-3/+6
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds2010-10-2731-532/+2809
|\
| * MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells2010-10-276-46/+24
| * MN10300: Change "Matsushita" to "Panasonic".Akira Takeuchi2010-10-271-2/+2
| * MN10300: ASB2364: Handle the IRQ multiplexer in the FPGADavid Howells2010-10-271-3/+10
| * MN10300: Generic time supportMark Salter2010-10-277-39/+268
| * MN10300: And Panasonic AM34 subarch and implement SMPAkira Takeuchi2010-10-2723-240/+2224
| * MN10300: Delete idle_timestamp from irq_cpustat_tAkira Takeuchi2010-10-271-2/+0
| * MN10300: Make the FPU operate in non-lazy mode under SMPAkira Takeuchi2010-10-277-192/+302
| * MN10300: AM34 erratum requires MMUCTR read and write on exception entryAkira Takeuchi2010-10-271-0/+8
| * MN10300: Allow some cacheflushes to be avoided if cache snooping is availableDavid Howells2010-10-272-0/+6
| * MN10300: Provide a MN10300_CACHE_ENABLED config optionDavid Howells2010-10-272-4/+4
| * MN10300: Remove monitor/JTAG functionsAkira Takeuchi2010-10-272-47/+0
| * MN10300: Prevent cnt32_to_63() from being preempted in sched_clock()David Howells2010-10-271-0/+5
| * MN10300: BUG to BUG_ON changesStoyan Gaydarov2010-10-271-2/+1
* | ptrace: cleanup arch_ptrace() on mn10300Namhyung Kim2010-10-271-9/+8
* | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
|/
* MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells2010-10-251-1/+1
* Fix IRQ flag handling namingDavid Howells2010-10-071-0/+1
* modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-2/+1
* mn10300: check __get_user/__put_user results...Al Viro2010-09-271-6/+6
* mn10300: get rid of set_fs(USER_DS) in sigframe setupAl Viro2010-09-271-4/+0
* mn10300: ->restart_block.fn needs to be reset on sigreturnAl Viro2010-09-271-0/+3
* mn10300: prevent double syscall restartsAl Viro2010-09-271-3/+9
* mn10300: avoid SIGSEGV delivery loopAl Viro2010-09-271-2/+2
* MN10300: Fix up the IRQ names for the on-chip serial portsDavid Howells2010-09-141-11/+11
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-2/+2
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-5/+0
* MN10300: Fix RTC routinesDavid Howells2010-08-121-4/+1
* Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-192-26/+5
|\
| * mn10300: Convert mn10300 to use read/update_persistent_clockJohn Stultz2010-03-132-26/+5
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-2/+1
* | Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-88/+0