summaryrefslogtreecommitdiff
path: root/arch/metag/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-6/+0
2013-04-30Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-28/+222
2013-04-08metag: Use generic idle loopThomas Gleixner2-30/+7
2013-03-27metag: export _metag_da_present and cpu_2_hwthread_idJames Hogan2-0/+3
2013-03-27metag: ptrace: Implement NT_METAG_TLSPaul Clothier1-0/+34
2013-03-15metag: cachepart: fix get_global_dcache_size() typoJames Hogan1-1/+1
2013-03-15metag: cachepart: take into account small cache bitsJames Hogan1-4/+10
2013-03-15metag: smp: copy cache partition and enable GCOnJames Hogan2-0/+123
2013-03-15metag: perf: prepare for use by oprofileJames Hogan1-6/+16
2013-03-15metag: perf: don't reset TXTACTCYCJames Hogan1-5/+2
2013-03-15metag: perf: use hard_processor_id() to get threadJames Hogan1-2/+2
2013-03-15metag: perf: fix frequency sampling (dynamic period)James Hogan1-0/+5
2013-03-15metag: perf: add missing prev_count updatesJames Hogan1-2/+10
2013-03-15metag: perf: fixes for interrupting perf countersJames Hogan1-7/+15
2013-03-15metag: perf: fix wrap handling in delta calculationJames Hogan1-1/+1
2013-03-15metag: perf: fix core internal / perf channel muxJames Hogan1-1/+1
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds35-0/+7280
2013-03-02metag: copy devicetree to non-init memoryJames Hogan2-0/+19
2013-03-02metag: cleanup metag_ksyms.c includesJames Hogan1-6/+3
2013-03-02metag: move mm/init.c exports out of metag_ksyms.cJames Hogan1-2/+0
2013-03-02metag: move usercopy.c exports out of metag_ksyms.cJames Hogan1-16/+0
2013-03-02metag: move setup.c exports out of metag_ksyms.cJames Hogan2-5/+3
2013-03-02metag: move kick.c exports out of metag_ksyms.cJames Hogan2-2/+3
2013-03-02metag: move traps.c exports out of metag_ksyms.cJames Hogan2-5/+3
2013-03-02metag: move irq enable out of irqflags.h on SMPJames Hogan1-1/+15
2013-03-02metag: export clear_page and copy_pageJames Hogan1-0/+2
2013-03-02metag: protect more non-MMU memory regionsJames Hogan2-6/+41
2013-03-02metag: make TXPRIVEXT bits explicitJames Hogan1-7/+27
2013-03-02metag: kernel/setup.c: sort includesJames Hogan1-23/+23
2013-03-02metag: Add JTAG Debug Adapter (DA) supportJames Hogan3-0/+39
2013-03-02metag: ftrace supportJames Hogan3-0/+207
2013-03-02metag: PerfJames Hogan5-0/+1068
2013-03-02metag: Build infrastructureJames Hogan5-0/+197
2013-03-02metag: Stack unwindingJames Hogan1-0/+187
2013-03-02metag: DMAJames Hogan1-0/+507
2013-03-02metag: SMP supportJames Hogan5-0/+905
2013-03-02metag: Module supportJames Hogan1-0/+284
2013-03-02metag: Scheduling/Process managementJames Hogan1-0/+461
2013-03-02metag: System CallsJames Hogan2-0/+277
2013-03-02metag: Internal and external irqchipsJames Hogan1-0/+5
2013-03-02metag: IRQ handlingJames Hogan1-0/+318
2013-03-02metag: TrapsJames Hogan3-0/+1098
2013-03-02metag: Time keepingJames Hogan2-0/+68
2013-03-02metag: ptraceJames Hogan1-0/+380
2013-03-02metag: Device treeJames Hogan1-0/+97
2013-03-02metag: Signal handlingJames Hogan1-0/+344
2013-03-02metag: TCM supportJames Hogan1-0/+151
2013-03-02metag: BootJames Hogan3-0/+621