summaryrefslogtreecommitdiffstats
path: root/arch/metag/include/asm
AgeCommit message (Expand)AuthorLines
2018-02-22metag: Remove arch/metag/James Hogan-8920/+0
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+0
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells-3/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd-1/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-10/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+59
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+59
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig-10/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon-8/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon-8/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon-50/+0
2017-09-22arch: remove unused *_segments() macros/functionsTobias Klauser-3/+0
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+1
2017-09-06metag/numa: remove the unused parent_node() macroDou Liyang-1/+0
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+2
2017-08-29dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherentChristoph Hellwig-1/+1
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney-5/+0
2017-08-10locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra-0/+2
2017-07-10metag: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada-25/+1
2017-05-15kill strlen_user()Al Viro-2/+0
2017-05-10Merge tag 'metag-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-20/+38
2017-05-02metag/uaccess: Check access_ok in strncpy_from_userJames Hogan-2/+7
2017-05-02metag/uaccess: Fix access_ok()James Hogan-16/+24
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro-57/+8
2017-04-05metag/usercopy: Switch to RAW_COPY_USERJames Hogan-29/+2
2017-04-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/...Al Viro-7/+8
2017-04-05metag/usercopy: Add 64-bit get_user supportJames Hogan-2/+7
2017-04-05metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan-7/+8
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro-0/+1
2017-03-28metag: kill verify_area()Al Viro-5/+0
2017-03-28metag: switch to generic extable.hAl Viro-17/+2
2017-03-28new helper: uaccess_kernel()Al Viro-1/+1
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov-0/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro-1/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro-3/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar-0/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-2/+2
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger-0/+1
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra-1/+0
2016-10-07metag: Only define atomic_dec_if_positive conditionallyGuenter Roeck-2/+1
2016-09-13metag: copy_from_user() should zero the destination on access_ok() failureAl Viro-1/+2
2016-08-05Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-3/+3
2016-08-04metag: Fix __cmpxchg_u32 asm constraint for CMPJames Hogan-1/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+73