summaryrefslogtreecommitdiffstats
path: root/arch/metag
Commit message (Expand)AuthorAgeFilesLines
* metag: delete __cpuinit usage from all metag filesPaul Gortmaker2013-07-143-16/+14
* Merge tag 'metag-fixes-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-101-1/+2
|\
| * metag: checksum.h: fix carry in csum_tcpudp_nofoldJames Hogan2013-07-091-1/+2
* | mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-2/+4
* | Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-0624-52/+243
|\ \
| * | metag: move EXPORT_SYMBOL(csum_partial) to metag_ksyms.cJames Hogan2013-07-042-1/+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: tz1090: select and instantiate pinctrl-tz1090-pdcJames Hogan2013-06-272-0/+7
| * | metag: tz1090: select and instantiate pinctrl-tz1090James Hogan2013-06-272-0/+8
| * | 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: *.dts: include using preprocessorJames Hogan2013-06-273-3/+3
| * | metag: add <dt-bindings/> symlinkJames Hogan2013-06-271-0/+1
| * | metag/.gitignore: Extend the *.dtb pattern to match the dtb.S filesMarkos Chandras2013-06-131-1/+1
| * | 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-132-4/+4
| * | metag/processor.h: Add missing cpuinfo_op declaration.Markos Chandras2013-06-131-0/+2
| * | metag/setup: Restrict scope for the capabilities variableMarkos Chandras2013-06-131-6/+6
| * | metag/mm/cache: Restrict scope for metag_lnkget_probeMarkos Chandras2013-06-131-1/+1
| * | metag/asm/irq.h: Declare init_IRQMarkos Chandras2013-06-131-0/+1
| * | 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-133-3/+76
| * | metag: minimal TZ1090 (Comet) SoC infrastructureJames Hogan2013-06-136-1/+93
| * | metag: of_platform_populate from arch generic codeJames Hogan2013-06-131-0/+4
* | | Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2013-07-042-7/+1
|\ \ \
| * | | consolidate per-arch stack overflow debugging optionsDave Hansen2013-07-042-7/+1
| | |/ | |/|
* | | mm/metag: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-031-12/+2
* | | mm/metag: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-7/+1
* | | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-4/+1
* | | mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-031-0/+6
* | | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+2
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-021-1/+1
|\ \ \
| * | | perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker2013-06-191-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-021-3/+0
|\ \ \ | |_|/ |/| |
| * | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
| |/
* / metag: fix mm/hugetlb.c build breakageJames Hogan2013-06-191-0/+1
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-3/+0
|\
| * Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-161-3/+0
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-05-051-4/+1
|\ \
| * | CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell2013-03-151-4/+1
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-5/+0
|\ \
| * | memblock: kill "config MAX_ACTIVE_REGIONS"Paul Bolle2013-04-181-5/+0
| |/
* | 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-3021-37/+406
|\ \