summaryrefslogtreecommitdiffstats
path: root/arch/metag
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-021-2/+0
|\
| * linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski2017-04-211-2/+0
* | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-013-59/+8
|\ \
| * | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-265-252/+132
| |\ \ \ \
| | | | * \ Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-0/+1
| | | | |\ \ | | | |/ / / | | |/| | / | | | | |/
| | | * | metag/usercopy: Switch to RAW_COPY_USERJames Hogan2017-04-053-32/+6
| | | * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/...Al Viro2017-04-052-199/+128
| | | |\ \
| | | * | | metag: kill verify_area()Al Viro2017-03-281-5/+0
| | | * | | metag: switch to generic extable.hAl Viro2017-03-282-17/+2
| | |/ / /
| | * | | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| | * | | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-1/+0
| | * | | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
| |/ / /
* | | | Merge tag 'metag-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-04-072-199/+128
|\ \ \ \ | | |/ / | |/| |
| * | | metag/usercopy: Add missing fixupsJames Hogan2017-04-051-24/+48
| * | | metag/usercopy: Fix src fixup in from user rapf loopsJames Hogan2017-04-051-8/+28
| * | | metag/usercopy: Set flags before ADDZJames Hogan2017-04-051-4/+4
| * | | metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan2017-04-052-46/+26
| * | | metag/usercopy: Add early abort to copy_to_userJames Hogan2017-04-051-0/+20
| * | | metag/usercopy: Fix alignment error checkingJames Hogan2017-04-051-6/+4
| * | | metag/usercopy: Drop unused macrosJames Hogan2017-04-051-113/+0
| |/ /
* | | Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds2017-03-291-4/+15
|\ \ \ | |_|/ |/| |
| * | metag/ptrace: Reject partial NT_METAG_RPIPE writesDave Martin2017-03-291-0/+2
| * | metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUSDave Martin2017-03-291-3/+12
| * | metag/ptrace: Preserve previous registers for short regset writeDave Martin2017-03-291-1/+1
* | | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
| |/ |/|
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* | sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-025-0/+6
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+4
* | mm: add new mmget() helperVegard Nossum2017-02-271-1/+1
* | mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* | kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-3/+3
|\ \
| * | treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-1/+1
| * | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-3/+3
| |/
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-211-2/+1
|\ \
| * | metag: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-261-2/+1
| |/
* | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
|/
* 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
* locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
* locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
* locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
OpenPOWER on IntegriCloud