summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-1/+0
|\
| * kbuild: add endianness flag to CHEKCFLAGSLuc Van Oostenryck2018-05-291-1/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\ \
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-042-39/+9
|\ \
| * | signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-43/+9
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-252-1/+5
| |/
* / dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-11/+0
|/
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2018-04-151-2/+0
|\
| * openrisc: remove unused __ARCH_HAVE_MMU defineTobias Klauser2018-04-081-2/+0
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-041-0/+4
|\ \
| * | openrisc: Set CONFIG_MULTI_IRQ_HANDLERPalmer Dabbelt2018-04-041-0/+4
| |/
* / openrisc: add ioremap_nocache declaration before include asm-generic/io.h and...Greentime Hu2018-02-221-1/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-2/+1
|\ \
| * | openrisc: Fix conflicting types for _exext and _stextJoel Stanley2018-01-091-2/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-5/+5
|\ \
| * | signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman2018-01-121-5/+5
* | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-092-4/+0
* | | openrisc: Make THREAD_SIZE available to vmlinux.ldsDavid Howells2018-01-091-0/+1
|/ /
* / 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
|\