aboutsummaryrefslogtreecommitdiff
path: root/arch/metag
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+0
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-59/+8
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowGravatar Al Viro 1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Gravatar Al Viro 5-252/+132
2017-04-21linux/kernel.h: Add ALIGN_DOWN macroGravatar Krzysztof Kozlowski 1-2/+0
2017-04-07Merge tag 'metag-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-199/+128
2017-04-05metag/usercopy: Switch to RAW_COPY_USERGravatar James Hogan 3-32/+6
2017-04-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/...Gravatar Al Viro 2-199/+128
2017-04-05metag/usercopy: Add missing fixupsGravatar James Hogan 1-24/+48
2017-04-05metag/usercopy: Fix src fixup in from user rapf loopsGravatar James Hogan 1-8/+28
2017-04-05metag/usercopy: Set flags before ADDZGravatar James Hogan 1-4/+4
2017-04-05metag/usercopy: Zero rest of buffer from copy_from_userGravatar James Hogan 2-46/+26
2017-04-05metag/usercopy: Add early abort to copy_to_userGravatar James Hogan 1-0/+20
2017-04-05metag/usercopy: Fix alignment error checkingGravatar James Hogan 1-6/+4
2017-04-05metag/usercopy: Drop unused macrosGravatar James Hogan 1-113/+0
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Al Viro 1-0/+1
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Gravatar Linus Torvalds 1-4/+15
2017-03-29metag/ptrace: Reject partial NT_METAG_RPIPE writesGravatar Dave Martin 1-0/+2
2017-03-29metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUSGravatar Dave Martin 1-3/+12
2017-03-29metag/ptrace: Preserve previous registers for short regset writeGravatar Dave Martin 1-1/+1
2017-03-28metag: kill verify_area()Gravatar Al Viro 1-5/+0
2017-03-28metag: switch to generic extable.hGravatar Al Viro 2-17/+2
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 1-1/+1
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hGravatar Kirill A. Shutemov 1-0/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hGravatar Al Viro 1-1/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hGravatar Al Viro 1-3/+0
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 5-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 4-0/+4
2017-02-27mm: add new mmget() helperGravatar Vegard Nossum 1-1/+1
2017-02-27mm: add new mmgrab() helperGravatar Vegard Nossum 1-1/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+3
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+1
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-1/+0
2017-01-26metag: migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 1-2/+1
2017-01-24treewide: Consolidate get_dma_ops() implementationsGravatar Bart Van Assche 1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 2-3/+3
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-14arch/metag: add option to skip DMA sync as a part of map and unmapGravatar Alexander Duyck 1-3/+13
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+1