summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* openrisc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-28/+28
* Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-07-075-5/+6
|\
| * openrisc: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-07-071-1/+0Star
| * openrisc: explicitly include linux/bug.h in asm/fixmap.hTobias Klauser2017-07-071-0/+1
| * openrisc: Switch to use export.h instead of module.hStafford Horne2017-05-153-3/+4
| * openrisc: Change toolchain from or32- to or1k-Stafford Horne2017-05-151-1/+1
* | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+0Star
|\ \
| * | kill strlen_user()Al Viro2017-05-161-1/+0Star
| |/
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-071-9/+0Star
|\ \
| * | openrisc: remove arch-specific dma_supported implementationChristoph Hellwig2017-06-281-7/+0Star
| * | openrisc: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+0Star
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-042-1/+2
|\ \ \
| * | | Merge branch 'timers/urgent' into WIP.timersThomas Gleixner2017-06-041-2/+0Star
| |\| |
| * | | signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-1/+2
| | |/ | |/|
* | | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-292-10/+0Star
| |/ |/|
* | kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum2017-05-291-2/+0Star
|/
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-102-11/+0Star
* CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0Star
*---. Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-267-48/+23Star
|\ \ \
| | | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-025-3/+13
| | |/| | |/| |
| | | * openrisc: Export symbols needed by modulesStafford Horne2017-03-152-0/+5
| | | * openrisc: fix issue handling 8 byte get_user callsStafford Horne2017-03-151-1/+1
| | | * openrisc: xchg: fix `computed is not used` warningStafford Horne2017-03-151-2/+6
| | | * arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
| |_|/ |/| |
| | * openrisc: switch to RAW_COPY_USERAl Viro2017-03-292-22/+7Star
| | * openrisc: switch to generic extable.hAl Viro2017-03-292-17/+2Star
| |/
| * new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| * uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-061-2/+0Star
| * uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-061-3/+0Star
|/
* sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar2017-03-021-0/+1
* 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-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* scripts/spelling.txt: add "efective" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-283-7/+7
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-281-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 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-02-2523-187/+1058
|\ \
| * | openrisc: head: Init r0 to 0 on startStafford Horne2017-02-241-1/+4
| * | openrisc: Export ioremap symbols used by modulesStafford Horne2017-02-241-0/+2
| * | arch/openrisc/lib/memcpy.c: use correct OR1200 optionValentin Rothberg2017-02-241-1/+1
| * | openrisc: head: Remove unused stringsStafford Horne2017-02-241-11/+0Star
| * | openrisc: head: Move init strings to rodata sectionStafford Horne2017-02-241-0/+1
| * | openrisc: entry: Fix delay slot detectionStafford Horne2017-02-241-2/+2
| * | openrisc: entry: Whitespace and comment cleanupsStafford Horne2017-02-241-20/+18Star
| * | openrisc: Add .gitignoreStafford Horne2017-02-241-0/+1
| * | openrisc: Add optimized memcpy routineStafford Horne2017-02-244-2/+128