aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag (follow)
AgeCommit message (Expand)AuthorFilesLines
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-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-27metag: tz1090: select and instantiate pinctrl-tz1090-pdcJames Hogan2-0/+7
2013-06-27metag: tz1090: select and instantiate pinctrl-tz1090James Hogan2-0/+8
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-27metag: *.dts: include using preprocessorJames Hogan3-3/+3
2013-06-27metag: add <dt-bindings/> symlinkJames Hogan1-0/+1
2013-06-19metag: fix mm/hugetlb.c build breakageJames Hogan1-0/+1
2013-06-19perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker1-1/+1
2013-06-13metag/.gitignore: Extend the *.dtb pattern to match the dtb.S filesMarkos Chandras1-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 Chandras2-4/+4
2013-06-13metag/processor.h: Add missing cpuinfo_op declaration.Markos Chandras1-0/+2
2013-06-13metag/setup: Restrict scope for the capabilities variableMarkos Chandras1-6/+6
2013-06-13metag/mm/cache: Restrict scope for metag_lnkget_probeMarkos Chandras1-1/+1
2013-06-13metag/asm/irq.h: Declare init_IRQMarkos Chandras1-0/+1
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 Hogan3-3/+76
2013-06-13metag: minimal TZ1090 (Comet) SoC infrastructureJames Hogan6-1/+93
2013-06-13metag: of_platform_populate from arch generic codeJames Hogan1-0/+4
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+1
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-5/+0
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 Torvalds21-37/+406
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-32/+7
2013-04-29mm/metag: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-8/+2
2013-04-29mm/metag: use common help functions to free reserved pagesJiang Liu1-19/+2
2013-04-25metag: defconfigs: increase log buffer 8KiB => 128KiBJames Hogan3-3/+0
2013-04-22metag: avoid unnecessary builtin dtb rebuildsJames Hogan1-3/+7
2013-04-18memblock: kill "config MAX_ACTIVE_REGIONS"Paul Bolle1-5/+0
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-3/+0
2013-04-08metag: Use generic idle loopThomas Gleixner3-30/+8
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-2/+0
2013-03-27metag: add exported <asm/ech.h> for extended context handlingJames Hogan2-0/+16
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-20memblock: Kill ARCH_POPULATES_NODE_MAP once morePaul Bolle1-3/+0
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 Hogan3-0/+126
2013-03-15metag: OProfile supportJames Hogan6-0/+158
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