summaryrefslogtreecommitdiffstats
path: root/arch/metag
Commit message (Expand)AuthorAgeFilesLines
* metag/numa: remove the unused parent_node() macroDou Liyang2017-09-061-1/+0
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-0/+1
|\
| * irqchip/metag-ext: Report that effective affinity is a single targetMarc Zyngier2017-08-181-0/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+2
|\ \
| * | locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra2017-08-101-0/+2
| |/
* | arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2017-08-171-5/+0
|/
* metag: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-102-25/+25
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-061-1/+2
|\
| * mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-061-1/+2
* | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-2/+0
|\ \ | |/ |/|
| * kill strlen_user()Al Viro2017-05-151-2/+0
* | metag: Adjust system_state checkThomas Gleixner2017-05-231-2/+1
* | devicetree: Move include prefixes from arch to separate directoryOlof Johansson2017-05-181-1/+0
|/
* Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-8/+0
|\
| * uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-8/+0
* | Merge tag 'metag-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-103-152/+143
|\ \ | |/ |/|
| * metag/mm: Drop pointless incrementJames Hogan2017-05-031-1/+0
| * metag/uaccess: Check access_ok in strncpy_from_userJames Hogan2017-05-021-2/+7
| * metag/uaccess: Fix access_ok()James Hogan2017-05-021-16/+24
| * metag/usercopy: Add 64-bit get_user supportJames Hogan2017-04-052-2/+31
| * metag/usercopy: Simplify rapf loop fixup corner caseJames Hogan2017-04-051-8/+2
| * metag/usercopy: Reformat rapf loop inline asmJames Hogan2017-04-051-129/+85
* | 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
OpenPOWER on IntegriCloud