summaryrefslogtreecommitdiffstats
path: root/arch/metag/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: add new mmget() helperVegard Nossum2017-02-271-1/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-1/+1
|\
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* arch/metag: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-3/+13
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-08-051-1/+1
|\
| * metag: Fix typosAndrea Gelmini2016-07-151-1/+1
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-8/+8
* | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-301-4/+1
|\ \
| * | metag: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-4/+1
| |/
* / metag/perf: Convert to hotplug state machineRichard Cochran2016-07-151-19/+7
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-251-5/+5
|\
| * perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-161-1/+1
| * perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-5/+5
* | exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-3/+3
* | Merge tag 'metag-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-05-162-1/+3
|\ \ | |/ |/|
| * metag: perf: fix build on Meta1James Hogan2016-05-031-0/+3
| * metag: ftrace: remove the misleading comment for ftrace_dyn_arch_initLi Bin2016-04-291-1/+0
* | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-271-1/+1
* | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
|/
* metag: convert to dma_map_opsChristoph Hellwig2016-01-201-34/+112
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-2/+2
|\
| * module: use a structure to encapsulate layout.Rusty Russell2015-12-041-2/+2
* | metag: ftrace: Fix the comments for ftrace_modify_codeLi Bin2015-12-231-6/+5
|/
* Merge tag 'metag-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2015-11-101-0/+2
|\
| * metag: SMP: Fix 4KiB stack setup on secondary CPUsJames Hogan2015-09-151-0/+2
* | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-3/+1
|/
* metag/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-141-4/+6
* Merge tag 'metag-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2015-04-241-3/+7
|\
| * metag: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad2015-03-161-3/+7
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-2/+0
|\ \
| * | arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-121-2/+0
| |/
* / metag: Use common outgoing-CPU-notification codePaul E. McKenney2015-03-111-3/+2
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* metag: Replace __get_cpu_var uses for address calculationChristoph Lameter2014-08-261-7/+7
* Merge tag 'metag-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-131-2/+2
|\
| * metag: cachepart: Fix failure checkAndrey Utkin2014-07-181-2/+2
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-7/+3
|\ \
| * | metag: Use sigsp()Richard Weinberger2014-08-061-7/+3
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-041-10/+9
|\ \
| * | metag, perf: Use common PMU interrupt disabled codeVince Weaver2014-06-181-10/+9
| |/
* / metag: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2014-07-181-14/+0
|/
* of/fdt: consolidate built-in dtb section variablesRob Herring2014-04-301-4/+0
* Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-4/+1
|\
| * ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-3/+0