aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag
AgeCommit message (Expand)AuthorFilesLines
2015-03-23metag: Fix ioremap_wc/ioremap_cached build errorsJames Hogan3-94/+106
2015-02-24metag: Fix KSTK_EIP() and KSTK_ESP() macrosJames Hogan1-2/+2
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+15
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-6/+2
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-6/+0
2015-02-10metag: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-6/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-13metag: fix put_user sparse errorsMichael S. Tsirkin1-8/+13
2015-01-13metag/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck1-7/+7
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck1-3/+4
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+7
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-120/+77
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-08-26metag: Replace __get_cpu_var uses for address calculationChristoph Lameter1-7/+7
2014-08-14locking,arch,metag: Fold atomic_opsPeter Zijlstra2-120/+77
2014-08-13Merge tag 'metag-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+3
2014-08-06metag: Use sigsp()Richard Weinberger1-7/+3
2014-08-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+9
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2014-07-18metag: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2-15/+0
2014-07-18metag: cachepart: Fix failure checkAndrey Utkin1-2/+2
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-06-18metag, perf: Use common PMU interrupt disabled codeVince Weaver1-10/+9
2014-06-16metag: hugetlbpage: Remove null pointer checks that could never happenRickard Strandqvist1-1/+1
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-11/+4
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar4-8/+6
2014-05-22metag: Remove TIF_POLLING_NRFLAGJames Hogan1-4/+2
2014-05-15metag: Remove _STK_LIM_MAX overrideJames Hogan2-8/+1
2014-05-15parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller1-1/+1
2014-05-15metag: Reduce maximum stack size to 256MBJames Hogan1-0/+2
2014-05-15metag: fix memory barriersMikulas Patocka1-0/+3
2014-04-30of/fdt: consolidate built-in dtb section variablesRob Herring1-4/+0
2014-04-18arch,metag: Convert smp_mb__*()Peter Zijlstra3-11/+4
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-4/+1
2014-04-02Merge tag 'metag-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-74/+25
2014-03-19sched: remove unused SCHED_INIT_NODEVincent Guittot1-27/+0
2014-03-18metag: Use get_signal() signal_setup_done()Richard Weinberger1-27/+21
2014-03-18metag: Fix METAG Kconfig symbol select orderingJames Hogan1-1/+1
2014-03-17metag: Use irq_set_affinity instead of homebrewn codeThomas Gleixner1-19/+3
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-3/+0
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen1-2/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-23metag: use generic fixmap.hMark Salter1-31/+1
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen2-2/+4
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+15
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+15
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-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-12-05smp, metag: kill SMP single function call interruptJiang Liu2-7/+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-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-15metag: handle pgtable_page_ctor() failKirill A. Shutemov1-2/+6
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu1-1/+1
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/...Linus Torvalds6-101/+24
2013-11-12Merge tag 'metag-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-22/+12
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+3
2013-11-08metag: off by one in setup_bootmem_node()Dan Carpenter1-1/+1
2013-11-06metag: handle low level kicks directlyJames Hogan4-21/+11
2013-10-09of: remove empty arch prom.h headersRob Herring1-20/+0
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring1-1/+0
2013-10-09metag: move setup_machine_fdt declaration from prom.hRob Herring3-3/+1
2013-10-09metag: use common of_flat_dt_match_machineRob Herring4-44/+22
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-9/+0
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-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low1-0/+1
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+4
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+5
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+2
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-3/+2
2013-07-22metag: tz1090: instantiate gpio-tz1090-pdcJames Hogan1-0/+14
2013-07-22metag: tz1090: select and instantiate gpio-tz1090James Hogan2-0/+36
2013-07-22metag: tz1090: select and instantiate irq-imgpdcJames Hogan2-0/+19
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/ker...Linus 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/...Linus 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/kern...Linus Torvalds1-1/+1
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/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
2013-03-02metag: export clear_page and copy_pageJames Hogan1-0/+2
2013-03-02metag: export metag_code_cache_flush_allJames Hogan1-0/+1
2013-03-02metag: protect more non-MMU memory regionsJames Hogan3-7/+42
2013-03-02metag: make TXPRIVEXT bits explicitJames Hogan2-7/+31
2013-03-02metag: kernel/setup.c: sort includesJames Hogan1-23/+23
2013-03-02metag: add boot time LNKGET/LNKSET checkJames Hogan1-0/+79
2013-03-02metag: add __init to metag_cache_probe()James Hogan1-1/+1
2013-03-02metag: Add JTAG Debug Adapter (DA) supportJames Hogan8-0/+103
2013-03-02metag: ftrace supportJames Hogan6-1/+235
2013-03-02metag: PerfJames Hogan7-0/+1073
2013-03-02metag: Build infrastructureJames Hogan19-0/+1124
2013-03-02metag: Various other headersJames Hogan11-0/+526
2013-03-02metag: Stack unwindingJames Hogan2-0/+207
2013-03-02metag: Optimised library functionsJames Hogan20-0/+1474
2013-03-02metag: DMAJames Hogan2-0/+690
2013-03-02metag: SMP supportJames Hogan9-0/+1064
2013-03-02metag: Atomics, locks and bitopsJames Hogan13-0/+1395
2013-03-02metag: Module supportJames Hogan2-0/+321
2013-03-02metag: Scheduling/Process managementJames Hogan2-0/+616
2013-03-02metag: System CallsJames Hogan8-0/+508
2013-03-02metag: Internal and external irqchipsJames Hogan1-0/+5