aboutsummaryrefslogtreecommitdiff
path: root/arch/mn10300
AgeCommit message (Expand)AuthorFilesLines
2011-05-28ns: Wire up the setns system callGravatar Eric W. Biederman 2-1/+3
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Gravatar Akinobu Mita 1-3/+0
2011-05-26cgroup: remove the ns_cgroupGravatar Daniel Lezcano 1-1/+0
2011-05-25mn10300: convert old cpumask API into new oneGravatar KOSAKI Motohiro 4-63/+68
2011-05-25mm: now that all old mmu_gather code is gone, remove the storageGravatar Peter Zijlstra 1-2/+0
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-1/+1
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Gravatar Peter Zijlstra 1-4/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-30genirq: Remove the now obsolete config options and select statementsGravatar Thomas Gleixner 1-1/+0
2011-03-29mn10300: Use generic show_interrupts()Gravatar Thomas Gleixner 2-58/+11
2011-03-29mn10300: Cleanup irq_desc accessGravatar Thomas Gleixner 1-6/+5
2011-03-29mn10300: Convert genirq namespaceGravatar Thomas Gleixner 4-11/+12
2011-03-24percpu: Always align percpu output section to PAGE_SIZEGravatar Tejun Heo 1-1/+1
2011-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...Gravatar Linus Torvalds 37-502/+1893
2011-03-23bitops: remove minix bitops from asm/bitops.hGravatar Akinobu Mita 1-1/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hGravatar Akinobu Mita 1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesGravatar Akinobu Mita 1-0/+1
2011-03-23MN10300: gcc 4.6 vs am33 inline assemblyGravatar Richard Henderson 1-4/+17
2011-03-22add the common dma_addr_t typedef to include/linux/types.hGravatar FUJITA Tomonori 1-7/+0
2011-03-22mm: NUMA aware alloc_thread_info_node()Gravatar Eric Dumazet 1-2/+4
2011-03-18MN10300: Deprecate gdbstubGravatar David Howells 1-1/+4
2011-03-18MN10300: Allow KGDB to use the MN10300 serial portsGravatar David Howells 1-0/+75
2011-03-18MN10300: Emulate single stepping in KGDB on MN10300Gravatar David Howells 3-12/+425
2011-03-18MN10300: Generalise kernel debugger kernel halt, reboot or power off hookGravatar David Howells 1-3/+3
2011-03-18MN10300: Use KGDBGravatar David Howells 6-2/+289
2011-03-18MN10300: Create generic kernel debugger hooksGravatar David Howells 14-248/+317
2011-03-18MN10300: Create general kernel debugger cache flushingGravatar David Howells 17-158/+592
2011-03-18MN10300: Introduce a general config option for kernel debugger hooksGravatar David Howells 3-1/+25
2011-03-18MN10300: The icache invalidate functions should disable the icache firstGravatar David Howells 3-83/+140
2011-03-18MN10300: gdbstub: Restrict single-stepping to non-preemptable non-SMP configsGravatar David Howells 2-2/+18
2011-03-18MN10300: Clear ASB2364 peripheral interrupt masks before enabling interruptsGravatar David Howells 2-0/+55
2011-03-18MN10300: Fix the ASB2364 gdbport UART register defsGravatar David Howells 1-12/+12
2011-03-18MN10300: Fix ASB2364 FPGA register defsGravatar David Howells 1-1/+1
2011-03-18MN10300: Select GENERIC_HARDIRQS_NO_DEPRECATEDGravatar Thomas Gleixner 3-5/+6
2011-03-18MN10300: Select HAVE_GENERIC_HARDIRQS rather than GENERIC_HARDIRQSGravatar David Howells 1-1/+1
2011-03-18MN10300: Convert ASB2364 FPGA irq_chip to new functionsGravatar Thomas Gleixner 1-13/+13
2011-03-18MN10300: Convert ipi irq_chip to new functionsGravatar Thomas Gleixner 1-8/+22
2011-03-18MN10300: Convert serial irq_chip to new functionsGravatar Thomas Gleixner 1-5/+10
2011-03-18MN10300: Convert cpu irq_chips to new functionsGravatar Thomas Gleixner 1-29/+33
2011-03-18MN10300: Remove unused mn10300_intc_* functionsGravatar Thomas Gleixner 2-30/+0
2011-03-18MN10300: Remove stale irq_chip.end - V2Gravatar Thomas Gleixner 1-1/+0
2011-03-18MN10300: Use clockevents_calc_mult_shift()Gravatar Thomas Gleixner 3-26/+3
2011-03-18MN10300: Use clocksource_register_hz()Gravatar Thomas Gleixner 3-21/+1
2011-03-18MN10300: Remove stale codeGravatar Thomas Gleixner 3-67/+2
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-1/+1
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+1
2011-03-14MN10300: atomic_read() should ensure it emits a loadGravatar David Howells 1-1/+1
2011-03-14MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not existGravatar David Howells 1-2/+2
2011-03-14MN10300: Proper use of macros get_user() in the case of incremented pointersGravatar Tkhai Kirill 1-2/+3
2011-02-09mn10300: Switch do_timer() to xtimer_update()Gravatar Torben Hohn 1-5/+1