aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
2018-04-15Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 1-2/+0
2018-04-08openrisc: remove unused __ARCH_HAVE_MMU defineGravatar Tobias Klauser 1-2/+0
2018-04-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2018-04-04openrisc: Set CONFIG_MULTI_IRQ_HANDLERGravatar Palmer Dabbelt 1-0/+4
2018-02-22openrisc: add ioremap_nocache declaration before include asm-generic/io.h and...Gravatar Greentime Hu 1-1/+2
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-2/+1
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+5
2018-01-12signal/openrisc: Fix do_unaligned_access to send the proper signalGravatar Eric W. Biederman 1-5/+5
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 2-4/+0
2018-01-09openrisc: Make THREAD_SIZE available to vmlinux.ldsGravatar David Howells 1-0/+1
2018-01-09openrisc: Fix conflicting types for _exext and _stextGravatar Joel Stanley 1-2/+1
2018-01-03arch: Remove clkdev.h asm-generic from KbuildGravatar Stephen Boyd 1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeGravatar Hendrik Brueckner 1-0/+1
2017-11-15kmemcheck: remove annotationsGravatar Levin, Alexander (Sasha Levin) 1-1/+0
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+0
2017-11-13Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 39-346/+1630
2017-11-08kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileGravatar Masahiro Yamada 1-2/+0
2017-11-03openrisc: fix possible deadlock scenario during timer syncGravatar Stafford Horne 1-1/+1
2017-11-03openrisc: pass endianness info to sparseGravatar Luc Van Oostenryck 1-0/+1
2017-11-03openrisc: add tick timer multi-core sync logicGravatar Stafford Horne 5-3/+145
2017-11-03openrisc: enable LOCKDEP_SUPPORT and irqflags tracingGravatar Stafford Horne 2-3/+74
2017-11-03openrisc: support framepointers and STACKTRACE_SUPPORTGravatar Stafford Horne 6-48/+224
2017-11-03openrisc: add simple_smp dts and defconfig for simulatorsGravatar Stefan Kristiansson 2-0/+129
2017-11-03openrisc: add cacheflush support to fix icache aliasingGravatar Jan Henrik Weinstock 7-8/+194
2017-11-03openrisc: sleep instead of spin on secondary waitGravatar Stafford Horne 2-2/+54
2017-11-03openrisc: fix initial preempt state for secondary cpu tasksGravatar Stafford Horne 2-1/+2
2017-11-03openrisc: initial SMP supportGravatar Stefan Kristiansson 19-113/+584
2017-11-03irqchip: add initial support for ompicGravatar Stafford Horne 1-0/+1
2017-11-03openrisc: use qspinlocks and qrwlocksGravatar Stafford Horne 4-1/+24
2017-11-03openrisc: add 1 and 2 byte cmpxchg supportGravatar Stafford Horne 1-32/+115
2017-11-03openrisc: use shadow registers to save regs on exceptionGravatar Stefan Kristiansson 2-26/+80
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 8-0/+8
2017-10-30Documentation: Move OpenRISC docs out of arch/Gravatar Stafford Horne 2-111/+0
2017-10-30openrisc: dts: or1ksim: Add stdout-pathGravatar Stafford Horne 1-1/+6
2017-09-13Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 1-0/+2
2017-09-11openrisc: add forward declaration for struct vm_area_structGravatar Tobias Klauser 1-0/+2
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsGravatar Babu Moger 1-0/+3
2017-08-25futex: Remove duplicated code and fix undefined behaviourGravatar Jiri Slaby 1-35/+4
2017-07-11openrisc: move generic-y of exported headers to uapi/asm/KbuildGravatar Masahiro Yamada 2-28/+28
2017-07-07Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 5-5/+6
2017-07-08openrisc: defconfig: Cleanup from old Kconfig optionsGravatar Krzysztof Kozlowski 1-1/+0
2017-07-08openrisc: explicitly include linux/bug.h in asm/fixmap.hGravatar Tobias Klauser 1-0/+1
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-9/+0
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+2
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 2-10/+0
2017-06-28openrisc: remove arch-specific dma_supported implementationGravatar Christoph Hellwig 1-7/+0
2017-06-20openrisc: remove DMA_ERROR_CODEGravatar Christoph Hellwig 1-2/+0