aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-18devicetree: Move include prefixes from arch to separate directoryOlof Johansson1-1/+0
2017-05-10Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-8/+0
2017-05-10Merge tag 'metag-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds3-152/+143
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel1-8/+0
2017-05-03metag/mm: Drop pointless incrementJames Hogan1-1/+0
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+0
2017-05-02metag/uaccess: Check access_ok in strncpy_from_userJames Hogan1-2/+7
2017-05-02metag/uaccess: Fix access_ok()James Hogan1-16/+24
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-59/+8
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro5-252/+132
2017-04-21linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski1-2/+0
2017-04-07Merge tag 'metag-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds2-199/+128
2017-04-05metag/usercopy: Switch to RAW_COPY_USERJames Hogan3-32/+6
2017-04-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into uaccess.metagAl Viro2-199/+128
2017-04-05metag/usercopy: Add 64-bit get_user supportJames Hogan2-2/+31
2017-04-05metag/usercopy: Simplify rapf loop fixup corner caseJames Hogan1-8/+2
2017-04-05metag/usercopy: Reformat rapf loop inline asmJames Hogan1-129/+85
2017-04-05metag/usercopy: Add missing fixupsJames Hogan1-24/+48
2017-04-05metag/usercopy: Fix src fixup in from user rapf loopsJames Hogan1-8/+28
2017-04-05metag/usercopy: Set flags before ADDZJames Hogan1-4/+4
2017-04-05metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan2-46/+26
2017-04-05metag/usercopy: Add early abort to copy_to_userJames Hogan1-0/+20
2017-04-05metag/usercopy: Fix alignment error checkingJames Hogan1-6/+4
2017-04-05metag/usercopy: Drop unused macrosJames Hogan1-113/+0
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro1-0/+1
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds1-4/+15
2017-03-29metag/ptrace: Reject partial NT_METAG_RPIPE writesDave Martin1-0/+2
2017-03-29metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUSDave Martin1-3/+12
2017-03-29metag/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-03-28metag: kill verify_area()Al Viro1-5/+0
2017-03-28metag: switch to generic extable.hAl Viro2-17/+2
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-1/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar5-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar4-0/+4
2017-02-27mm: add new mmget() helperVegard Nossum1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-3/+3
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-2/+1
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-1/+0