aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-1/+1
|\
| * mn10300: only add -mmem-funcs to KBUILD_CFLAGS if gcc supports itGeert Uytterhoeven2012-10-131-1/+1
* | samsung update 1codeworkx2012-06-021-1/+0
|/
* MN10300: asm/uaccess.h needs to #include linux/kernel.h for might_sleep()David Howells2011-06-211-0/+1
* MN10300: Add missing _sdata declarationDavid Howells2011-06-071-0/+1
* MN10300: die_if_no_fixup() shouldn't use get_user() as it doesn't call set_fs()David Howells2011-06-071-2/+2
* MN10300: Fix one of the kernel debugger cacheflush variantsDavid Howells2011-06-071-2/+2
* Merge branch 'setns'Linus Torvalds2011-05-282-1/+3
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-282-1/+3
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-3/+0
* | cgroup: remove the ns_cgroupDaniel Lezcano2011-05-261-1/+0
|/
* mn10300: convert old cpumask API into new oneKOSAKI Motohiro2011-05-254-63/+68
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\
| * percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-4/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | genirq: Remove the now obsolete config options and select statementsThomas Gleixner2011-03-301-1/+0
* | mn10300: Use generic show_interrupts()Thomas Gleixner2011-03-292-58/+11
* | mn10300: Cleanup irq_desc accessThomas Gleixner2011-03-291-6/+5
* | mn10300: Convert genirq namespaceThomas Gleixner2011-03-294-11/+12
|/
* 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