aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...Linus Torvalds2011-03-2437-502/+1893
|\
| * MN10300: gcc 4.6 vs am33 inline assemblyRichard Henderson2011-03-231-4/+17
| * MN10300: Deprecate gdbstubDavid Howells2011-03-181-1/+4
| * MN10300: Allow KGDB to use the MN10300 serial portsDavid Howells2011-03-181-0/+75
| * MN10300: Emulate single stepping in KGDB on MN10300David Howells2011-03-183-12/+425
| * MN10300: Generalise kernel debugger kernel halt, reboot or power off hookDavid Howells2011-03-181-3/+3
| * MN10300: Use KGDBDavid Howells2011-03-186-2/+289
| * MN10300: Create generic kernel debugger hooksDavid Howells2011-03-1814-248/+317
| * MN10300: Create general kernel debugger cache flushingDavid Howells2011-03-1817-158/+592
| * MN10300: Introduce a general config option for kernel debugger hooksDavid Howells2011-03-183-1/+25
| * MN10300: The icache invalidate functions should disable the icache firstDavid Howells2011-03-183-83/+140
| * MN10300: gdbstub: Restrict single-stepping to non-preemptable non-SMP configsDavid Howells2011-03-182-2/+18
* | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-231-0/+1
* | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-221-7/+0
* | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-2/+4
|/
* MN10300: Clear ASB2364 peripheral interrupt masks before enabling interruptsDavid Howells2011-03-182-0/+55
* MN10300: Fix the ASB2364 gdbport UART register defsDavid Howells2011-03-181-12/+12
* MN10300: Fix ASB2364 FPGA register defsDavid Howells2011-03-181-1/+1
* MN10300: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-03-183-5/+6
* MN10300: Select HAVE_GENERIC_HARDIRQS rather than GENERIC_HARDIRQSDavid Howells2011-03-181-1/+1
* MN10300: Convert ASB2364 FPGA irq_chip to new functionsThomas Gleixner2011-03-181-13/+13
* 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-182-30/+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-183-67/+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
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-151-5/+1
|\ \
| * | mn10300: Switch do_timer() to xtimer_update()Torben Hohn2011-02-091-5/+1
| |/
* | MN10300: atomic_read() should ensure it emits a loadDavid Howells2011-03-141-1/+1
* | MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not existDavid Howells2011-03-141-2/+2
* | MN10300: Proper use of macros get_user() in the case of incremented pointersTkhai Kirill2011-03-141-2/+3
|/
* mn10300: Use generic irq KconfigThomas Gleixner2011-01-211-4/+1
* genirq: Remove __do_IRQThomas Gleixner2011-01-211-3/+0
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-202-2/+2
* kernel: clean up USE_GENERIC_SMP_HELPERSAmerigo Wang2011-01-131-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
* MN10300: Implement asm/syscall.hDavid Howells2010-12-031-0/+117
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-281-9/+0
|\
| * Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-1215-595/+19
| |\