summaryrefslogtreecommitdiffstats
path: root/arch/metag
Commit message (Expand)AuthorAgeFilesLines
* metag: copy_from_user() should zero the destination on access_ok() failureAl Viro2016-09-131-1/+2
* metag: Drop show_mem() from mem_init()James Hogan2016-08-091-1/+0
* Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-08-056-7/+7
|\
| * metag: Fix __cmpxchg_u32 asm constraint for CMPJames Hogan2016-08-041-1/+1
| * metag: Remove duplicate KERN_<LEVEL> prefixJoe Perches2016-07-151-1/+1
| * metag: Fix typosAndrea Gelmini2016-07-154-5/+5
* | 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
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-19/+7
|\ \ \
| * | | metag/perf: Convert to hotplug state machineRichard Cochran2016-07-151-19/+7
| | |/ | |/|
* | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-253-10/+73
|\ \ \ | |/ / |/| |
| * | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * | locking/atomic, arch/metag: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-163-8/+63
| * | locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-2/+12
| |/
* / tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-3/+2
|/
* 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
* | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-241-0/+2
|\ \
| * | asm-generic: Drop renameat syscall from default listJames Hogan2016-05-051-0/+2
* | | lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng2016-05-201-0/+1
* | | exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-3/+3
* | | exit_thread: remove empty bodiesJiri Slaby2016-05-202-2/+1
* | | metag: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-191-0/+1
* | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-171-1/+0
|\ \ \
| * | | metag: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-04-261-1/+0
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-174-8/+8
|\ \ \
| * | | metag: Fix misspellings in comments.Adam Buchbinder2016-04-184-8/+8
| |/ /
* | | Merge tag 'metag-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-05-163-2/+4
|\ \ \ | |_|/ |/| |
| * | metag: Fix atomic_*_return inline asm constraintsJames Hogan2016-05-031-1/+1
| * | 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-4/+3
|\ \
| * | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-4/+3
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-181-1/+1
|\ \
| * | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-171-4/+0
|\ \ \ | |/ / |/| |
| * | gpio: Remove unused asm/gpio.h filesBjorn Helgaas2016-02-161-4/+0
| |/
* / arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-3/+0
* metag: convert to dma_map_opsChristoph Hellwig2016-01-203-209/+117
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-39/+16
|\
| * metag: define __smp_xxxMichael S. Tsirkin2016-01-121-17/+15
| * metag: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-23/+2
* | Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-161-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-2/+2
|\ \