aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14metag: delete __cpuinit usage from all metag filesPaul Gortmaker3-16/+14
2013-07-06Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds9-45/+118
2013-07-04metag: move EXPORT_SYMBOL(csum_partial) to metag_ksyms.cJames Hogan1-0/+5
2013-07-02metag: cpu hotplug: route_irq: preserve irq maskJames Hogan1-2/+3
2013-07-02metag: kick: add missing irq_enter/exit to kick_handler()James Hogan1-0/+9
2013-07-02metag: smp: don't spin waiting for CPU to startJames Hogan1-10/+6
2013-07-02metag: smp: enable irqs after set_cpu_onlineJames Hogan1-5/+6
2013-07-02metag: use clear_tasks_mm_cpumask()James Hogan1-7/+1
2013-06-27metag: don't check for cache aliasing on smp cpu bootJames Hogan1-6/+0
2013-06-27metag: panic if cache aliasing possibleJames Hogan1-6/+7
2013-06-19perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker1-1/+1
2013-06-13metag/traps: include setup.h for the per_cpu_trap_init declarationMarkos Chandras1-0/+1
2013-06-13metag/traps: Mark die() as __noreturn to match the declaration.Markos Chandras1-2/+2
2013-06-13metag/setup: Restrict scope for the capabilities variableMarkos Chandras1-6/+6
2013-06-13metag/kernel/irq.c: Declare root_domain as staticMarkos Chandras1-1/+1
2013-06-13metag: log core and timer frequencies from arch codeJames Hogan1-0/+2
2013-06-13metag: init common clk and use "core" clkJames Hogan2-3/+68
2013-06-13metag: of_platform_populate from arch generic codeJames Hogan1-0/+4
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/git/jhogan/metagLinus 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/git/jhogan/metagLinus 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