aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-18MN10300: Convert serial irq_chip to new functionsThomas Gleixner1-5/+10
2011-03-18MN10300: Convert cpu irq_chips to new functionsThomas Gleixner1-29/+33
2011-03-18MN10300: Remove unused mn10300_intc_* functionsThomas Gleixner2-30/+0
2011-03-18MN10300: Remove stale irq_chip.end - V2Thomas Gleixner1-1/+0
2011-03-18MN10300: Use clockevents_calc_mult_shift()Thomas Gleixner3-26/+3
2011-03-18MN10300: Use clocksource_register_hz()Thomas Gleixner3-21/+1
2011-03-18MN10300: Remove stale codeThomas Gleixner3-67/+2
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+1
2011-03-14MN10300: atomic_read() should ensure it emits a loadDavid Howells1-1/+1
2011-03-14MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not existDavid Howells1-2/+2
2011-03-14MN10300: Proper use of macros get_user() in the case of incremented pointersTkhai Kirill1-2/+3
2011-02-09mn10300: Switch do_timer() to xtimer_update()Torben Hohn1-5/+1
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-1/+1
2011-01-21mn10300: Use generic irq KconfigThomas Gleixner1-4/+1
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-3/+0
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2-2/+2
2011-01-13kernel: clean up USE_GENERIC_SMP_HELPERSAmerigo Wang1-5/+1
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-12-03MN10300: Implement asm/syscall.hDavid Howells1-0/+117
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-9/+0
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds137-1944/+9384
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-27mm: fix race in kunmap_atomic()Peter Zijlstra1-1/+3
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells14-145/+75
2010-10-27MN10300: Change "Matsushita" to "Panasonic".Akira Takeuchi3-5/+5
2010-10-27MN10300: Create a defconfig for the ASB2364 boardAkira Takeuchi1-0/+98
2010-10-27MN10300: Update the ASB2303 defconfigAkira Takeuchi1-0/+2
2010-10-27MN10300: ASB2364: Add support for SMSC911X and SMC911XAkira Takeuchi5-0/+233
2010-10-27MN10300: ASB2364: Handle the IRQ multiplexer in the FPGADavid Howells7-19/+166
2010-10-27MN10300: Generic time supportMark Salter12-115/+401
2010-10-27MN10300: Specify an ELF HWCAP flag for MN10300 Atomic Operations Unit supportMark Salter1-0/+10
2010-10-27MN10300: Map userspace atomic op regs as a vmalloc pageMark Salter2-0/+24
2010-10-27MN10300: And Panasonic AM34 subarch and implement SMPAkira Takeuchi79-481/+4494
2010-10-27MN10300: Delete idle_timestamp from irq_cpustat_tAkira Takeuchi2-3/+0
2010-10-27MN10300: Make various interrupt priority settings configurableAkira Takeuchi2-6/+76
2010-10-27MN10300: Optimise do_csum()Akira Takeuchi1-27/+22
2010-10-27MN10300: Implement atomic ops using atomic ops unitMark Salter2-47/+351
2010-10-27MN10300: Make the FPU operate in non-lazy mode under SMPAkira Takeuchi14-248/+440
2010-10-27MN10300: SMP TLB flushingAkira Takeuchi4-29/+290
2010-10-27MN10300: Use the [ID]PTEL2 registers rather than [ID]PTEL for TLB controlAkira Takeuchi3-47/+65
2010-10-27MN10300: Make the use of PIDR to mark TLB entries controllableAkira Takeuchi4-62/+84
2010-10-27MN10300: Rename __flush_tlb*() to local_flush_tlb*()David Howells6-28/+42
2010-10-27MN10300: AM34 erratum requires MMUCTR read and write on exception entryAkira Takeuchi3-6/+37
2010-10-27MN10300: Make the boot wrapper able to use writeback cachingAkira Takeuchi1-1/+48