summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
* Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-2/+0
|\
| * kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada2017-11-081-2/+0
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-11-1339-346/+1630
|\ \
| * | openrisc: fix possible deadlock scenario during timer syncStafford Horne2017-11-031-1/+1
| * | openrisc: pass endianness info to sparseLuc Van Oostenryck2017-11-031-0/+1
| * | openrisc: add tick timer multi-core sync logicStafford Horne2017-11-035-3/+145
| * | openrisc: enable LOCKDEP_SUPPORT and irqflags tracingStafford Horne2017-11-032-3/+74
| * | openrisc: support framepointers and STACKTRACE_SUPPORTStafford Horne2017-11-036-48/+224
| * | openrisc: add simple_smp dts and defconfig for simulatorsStefan Kristiansson2017-11-032-0/+129
| * | openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock2017-11-037-8/+194
| * | openrisc: sleep instead of spin on secondary waitStafford Horne2017-11-032-2/+54
| * | openrisc: fix initial preempt state for secondary cpu tasksStafford Horne2017-11-032-1/+2
| * | openrisc: initial SMP supportStefan Kristiansson2017-11-0319-113/+584
| * | irqchip: add initial support for ompicStafford Horne2017-11-031-0/+1
| * | openrisc: use qspinlocks and qrwlocksStafford Horne2017-11-034-1/+24
| * | openrisc: add 1 and 2 byte cmpxchg supportStafford Horne2017-11-031-32/+115
| * | openrisc: use shadow registers to save regs on exceptionStefan Kristiansson2017-11-032-26/+80
| * | Documentation: Move OpenRISC docs out of arch/Stafford Horne2017-10-302-111/+0
| * | openrisc: dts: or1ksim: Add stdout-pathStafford Horne2017-10-301-1/+6
| |/
* | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-025-0/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
|/
* Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-09-131-0/+2
|\
| * openrisc: add forward declaration for struct vm_area_structTobias Klauser2017-09-111-0/+2
* | 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