aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14metag: delete __cpuinit usage from all metag filesPaul Gortmaker3-16/+14
2013-07-10Merge tag 'metag-fixes-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-1/+2
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-2/+4
2013-07-09metag: checksum.h: fix carry in csum_tcpudp_nofoldJames Hogan1-1/+2
2013-07-06Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds24-52/+243
2013-07-04Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2-7/+1
2013-07-04consolidate per-arch stack overflow debugging optionsDave Hansen2-7/+1
2013-07-04metag: move EXPORT_SYMBOL(csum_partial) to metag_ksyms.cJames Hogan2-1/+5
2013-07-03mm/metag: prepare for killing free_all_bootmem_node()Jiang Liu1-12/+2
2013-07-03mm/metag: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-7/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-4/+1
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu1-0/+6
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+2
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
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-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