summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger2017-09-081-0/+3
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-35/+4
* 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-081-1/+0
| * openrisc: explicitly include linux/bug.h in asm/fixmap.hTobias Klauser2017-07-081-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-061-1/+0
|\ \
| * | kill strlen_user()Al Viro2017-05-151-1/+0
| |/
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-9/+0
|\ \
| * | openrisc: remove arch-specific dma_supported implementationChristoph Hellwig2017-06-281-7/+0
| * | openrisc: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+0
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-032-1/+2
|\ \ \
| * \ \ Merge branch 'timers/urgent' into WIP.timersThomas Gleixner2017-06-041-2/+0
| |\ \ \ | | |/ /
| * | | signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-1/+2
| | |/ | |/|
* | | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-282-10/+0
| |/ |/|
* | kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum2017-05-291-2/+0
|/
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-112-11/+0
* 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-267-48/+23
|\ \ \
| | | * 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-162-0/+5
| | | * openrisc: fix issue handling 8 byte get_user callsStafford Horne2017-03-161-1/+1
| | | * openrisc: xchg: fix `computed is not used` warningStafford Horne2017-03-161-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-282-22/+7
| | * openrisc: 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-2/+0
| * uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
|/
* 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-271-1/+1
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-273-7/+7
* 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 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-02-2423-187/+1058
|\ \
| * | openrisc: head: Init r0 to 0 on startStafford Horne2017-02-251-1/+4
| * | openrisc: Export ioremap symbols used by modulesStafford Horne2017-02-251-0/+2
| * | arch/openrisc/lib/memcpy.c: use correct OR1200 optionValentin Rothberg2017-02-251-1/+1
| * | openrisc: head: Remove unused stringsStafford Horne2017-02-251-11/+0
| * | openrisc: head: Move init strings to rodata sectionStafford Horne2017-02-251-0/+1
| * | openrisc: entry: Fix delay slot detectionStafford Horne2017-02-251-2/+2
| * | openrisc: entry: Whitespace and comment cleanupsStafford Horne2017-02-251-20/+18
OpenPOWER on IntegriCloud