summaryrefslogtreecommitdiff
path: root/arch/metag
AgeCommit message (Expand)AuthorFilesLines
2014-06-07metag: Reduce maximum stack size to 256MBJames Hogan1-0/+2
2014-06-07metag: fix memory barriersMikulas Patocka1-0/+3
2013-06-19metag: fix mm/hugetlb.c build breakageJames Hogan1-0/+1
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/kern...Linus Torvalds1-4/+1
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus 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/...Linus Torvalds21-37/+406
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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
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-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-4/+1
2013-03-04metag: Inhibit NUMA balancing.Paul Mundt1-0/+1
2013-03-04metag: remove SET_PERSONALITY()James Hogan1-3/+0
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds173-0/+25012
2013-03-02metag: Provide dma_get_sgtable()James Hogan1-0/+7
2013-03-02metag: prom.h: remove declaration of metag_dt_memblock_reserve()James Hogan1-1/+0
2013-03-02metag: copy devicetree to non-init memoryJames Hogan3-0/+20
2013-03-02metag: cleanup metag_ksyms.c includesJames Hogan1-6/+3
2013-03-02metag: move mm/init.c exports out of metag_ksyms.cJames Hogan2-2/+3
2013-03-02metag: move usercopy.c exports out of metag_ksyms.cJames Hogan2-16/+13
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 Hogan2-7/+20
2013-03-02metag: hugetlb: convert to vm_unmapped_area()James Hogan1-42/+10