aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/kernel
Commit message (Expand)AuthorAgeFilesLines
* metag: delete __cpuinit usage from all metag filesPaul Gortmaker2013-07-143-16/+14
* Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-069-45/+118
|\
| * metag: move EXPORT_SYMBOL(csum_partial) to metag_ksyms.cJames Hogan2013-07-041-0/+5
| * metag: cpu hotplug: route_irq: preserve irq maskJames Hogan2013-07-021-2/+3
| * metag: kick: add missing irq_enter/exit to kick_handler()James Hogan2013-07-021-0/+9
| * metag: smp: don't spin waiting for CPU to startJames Hogan2013-07-021-10/+6
| * metag: smp: enable irqs after set_cpu_onlineJames Hogan2013-07-021-5/+6
| * metag: use clear_tasks_mm_cpumask()James Hogan2013-07-021-7/+1
| * metag: don't check for cache aliasing on smp cpu bootJames Hogan2013-06-271-6/+0
| * metag: panic if cache aliasing possibleJames Hogan2013-06-271-6/+7
| * metag/traps: include setup.h for the per_cpu_trap_init declarationMarkos Chandras2013-06-131-0/+1
| * metag/traps: Mark die() as __noreturn to match the declaration.Markos Chandras2013-06-131-2/+2
| * metag/setup: Restrict scope for the capabilities variableMarkos Chandras2013-06-131-6/+6
| * metag/kernel/irq.c: Declare root_domain as staticMarkos Chandras2013-06-131-1/+1
| * metag: log core and timer frequencies from arch codeJames Hogan2013-06-131-0/+2
| * metag: init common clk and use "core" clkJames Hogan2013-06-132-3/+68
| * metag: of_platform_populate from arch generic codeJames Hogan2013-06-131-0/+4
* | perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker2013-06-191-1/+1
|/
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+2
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-6/+0
* Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-307-28/+222
|\
| * metag: export _metag_da_present and cpu_2_hwthread_idJames Hogan2013-03-272-0/+3
| * metag: ptrace: Implement NT_METAG_TLSPaul Clothier2013-03-271-0/+34
| * metag: cachepart: fix get_global_dcache_size() typoJames Hogan2013-03-151-1/+1
| * metag: cachepart: take into account small cache bitsJames Hogan2013-03-151-4/+10
| * metag: smp: copy cache partition and enable GCOnJames Hogan2013-03-152-0/+123
| * metag: perf: prepare for use by oprofileJames Hogan2013-03-151-6/+16
| * metag: perf: don't reset TXTACTCYCJames Hogan2013-03-151-5/+2
| * metag: perf: use hard_processor_id() to get threadJames Hogan2013-03-151-2/+2
| * metag: perf: fix frequency sampling (dynamic period)James Hogan2013-03-151-0/+5
| * metag: perf: add missing prev_count updatesJames Hogan2013-03-151-2/+10
| * metag: perf: fixes for interrupting perf countersJames Hogan2013-03-151-7/+15
| * metag: perf: fix wrap handling in delta calculationJames Hogan2013-03-151-1/+1
| * metag: perf: fix core internal / perf channel muxJames Hogan2013-03-151-1/+1
* | metag: Use generic idle loopThomas Gleixner2013-04-082-30/+7
|/
* Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-031-1/+1
* metag: copy devicetree to non-init memoryJames Hogan2013-03-022-0/+19
* metag: cleanup metag_ksyms.c includesJames Hogan2013-03-021-6/+3
* metag: move mm/init.c exports out of metag_ksyms.cJames Hogan2013-03-021-2/+0
* metag: move usercopy.c exports out of metag_ksyms.cJames Hogan2013-03-021-16/+0
* metag: move setup.c exports out of metag_ksyms.cJames Hogan2013-03-022-5/+3
* metag: move kick.c exports out of metag_ksyms.cJames Hogan2013-03-022-2/+3
* metag: move traps.c exports out of metag_ksyms.cJames Hogan2013-03-022-5/+3
* metag: move irq enable out of irqflags.h on SMPJames Hogan2013-03-021-1/+15
* metag: export clear_page and copy_pageJames Hogan2013-03-021-0/+2
* metag: protect more non-MMU memory regionsJames Hogan2013-03-022-6/+41
* metag: make TXPRIVEXT bits explicitJames Hogan2013-03-021-7/+27
* metag: kernel/setup.c: sort includesJames Hogan2013-03-021-23/+23
* metag: Add JTAG Debug Adapter (DA) supportJames Hogan2013-03-023-0/+39
* metag: ftrace supportJames Hogan2013-03-023-0/+207