aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300
Commit message (Expand)AuthorAgeFilesLines
* headers_check fix: mn10300, setup.hJaswinder Singh Rajput2009-06-141-1/+2
* headers_check fix: mn10300, ptrace.hJaswinder Singh Rajput2009-06-141-3/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2009-06-124-3/+4
|\
| * asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann2009-06-128-257/+257
| |\
| * | asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-111-1/+1
| * | asm-generic: introduce asm/bitsperlong.hArnd Bergmann2009-06-111-0/+1
| * | asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2009-06-112-2/+2
* | | module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0
| |/ |/|
* | MN10300: Add utrace/tracehooks supportDavid Howells2009-06-117-239/+257
* | MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handlerDavid Howells2009-06-111-18/+0
|/
* mn10300: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-04-262-5/+3
* MN10300: Update the ASB2303 defconfigDavid Howells2009-04-241-66/+94
* MN10300: Stop gcc from generating uninitialised variable warnings after BUG()David Howells2009-04-151-4/+6
* MN10300: Wire up missing system callsDavid Howells2009-04-152-0/+4
* MN10300: Discard duplicate PFN_xxx() macrosDavid Howells2009-04-151-4/+0
* Separate out the proc- and unit-specific header directories from the generalDavid Howells2009-04-1034-64/+30
* Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/.David Howells2009-04-10121-14/+9123
* MN10300: Kill MN10300's own profiling KconfigDavid Howells2009-04-092-25/+0
* MN10300: Convert obsolete no_irq_type to no_irq_chipThomas Gleixner2009-04-091-1/+1
* Simplify copy_thread()Alexey Dobriyan2009-04-021-1/+1
* cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-301-1/+0
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+2
|\
| * Merge branch 'linus' into x86/apicIngo Molnar2009-02-222-1/+2
| |\
| * \ Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-211-1/+1
| |\ \
| * | | irq: update all arches for new irq_desc, fixMike Travis2009-01-151-1/+2
* | | | Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-162-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | mn10300: fix typo && -> || in arch/mn10300/unit-asb2305/pci.cWei Yongjun2009-02-201-1/+1
| * | | mn10300: fix oprofileDavid Howells2009-02-201-0/+1
| | |/ | |/|
* | | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-1/+1
|\ \ \ | |/ / |/| |
| * | sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
| |/
* | [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-141-1/+1
|/
* take init_fs to saner placeAl Viro2008-12-311-1/+0
* MN10300: Give correct size when reserving interrupt vector tableAkira Takeuchi2008-12-101-1/+1
* MN10300: Fix the preemption resume_kernel() routineAkira Takeuchi2008-12-101-1/+2
* MN10300: Discard low-priority Tx interrupts when closing an on-chip serial portAkira Takeuchi2008-12-101-0/+5
* MN10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macrosCyrill Gorcunov2008-12-101-12/+10
* MN10300: Introduce barriers to replace removed volatiles in gdbstub 16550 driverDavid Howells2008-12-031-0/+2
* MN10300: Fix application of kernel module relocationsMark Salter2008-12-021-28/+7
* MN10300: Tighten up the code using case rangesRobert P. J. Day2008-11-301-22/+2
* MN10300: Don't do misalignment handling for userspaceDavid Howells2008-11-121-29/+23
* MN10300: Don't handle misaligned loading and storing of SPDavid Howells2008-11-121-2/+0
* MN10300: Handle misaligned SP-based operandsDavid Howells2008-11-121-9/+24
* MN10300: Fix misaligned index-register addressing handlingDavid Howells2008-11-121-4/+4
* MN10300: Handle misaligned postinc-with-imm addressing mode correctlyDavid Howells2008-11-121-51/+56
* MN10300: Perform misalignment fixups of MOV_LccDavid Howells2008-11-121-1/+94
* MN10300: Allow misalignment fixup in interrupt handlingDavid Howells2008-11-121-3/+0
* MN10300: Fix register-postinc addressing misalignment handlingDavid Howells2008-11-121-1/+3
* MN10300: Extract the displacement from an insn correctly in misalignment fixupDavid Howells2008-11-121-13/+13
* MN10300: Add further misalignment fixupsDavid Howells2008-11-121-1/+53
* MN10300: Add built-in testing for misalignment handlerDavid Howells2008-11-122-0/+170