aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-06metag/smp: Make boot_secondary() staticGeert Uytterhoeven1-1/+1
2013-12-19metag: topology: export 'cpu_core_map'Chen Gang1-0/+1
2013-12-05smp, metag: kill SMP single function call interruptJiang Liu1-5/+1
2013-11-29metag: smp: don't set irq regs in do_IPI()James Hogan1-5/+2
2013-11-25metag: dma: remove dead code in dma_alloc_init()James Hogan1-5/+0
2013-11-13mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu1-3/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-68/+22
2013-11-12Merge tag 'metag-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds2-8/+3
2013-11-06metag: handle low level kicks directlyJames Hogan2-8/+3
2013-10-09metag: move setup_machine_fdt declaration from prom.hRob Herring1-1/+0
2013-10-09metag: use common of_flat_dt_match_machineRob Herring2-42/+20
2013-10-09metag: use early_init_dt_scanRob Herring1-6/+1
2013-10-09metag: use unflatten_and_copy_device_treeRob Herring2-19/+1
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-33/+19
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