aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-39/+9
2018-05-29kbuild: add endianness flag to CHEKCFLAGSLuc Van Oostenryck1-1/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-11/+0
2018-04-25signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman2-43/+9
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2-1/+5
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann1-0/+1
2018-04-15Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-2/+0
2018-04-08openrisc: remove unused __ARCH_HAVE_MMU defineTobias Klauser1-2/+0
2018-04-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2018-04-04openrisc: Set CONFIG_MULTI_IRQ_HANDLERPalmer Dabbelt1-0/+4
2018-02-22openrisc: add ioremap_nocache declaration before include asm-generic/io.h and sync ioremap prototype with it.Greentime Hu1-1/+2
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+0
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+1
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+5
2018-01-12signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman1-5/+5
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells2-4/+0
2018-01-09openrisc: Make THREAD_SIZE available to vmlinux.ldsDavid Howells1-0/+1
2018-01-09openrisc: Fix conflicting types for _exext and _stextJoel Stanley1-2/+1
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-1/+0
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+0
2017-11-13Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds39-346/+1630
2017-11-08kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada1-2/+0
2017-11-03openrisc: fix possible deadlock scenario during timer syncStafford Horne1-1/+1
2017-11-03openrisc: pass endianness info to sparseLuc Van Oostenryck1-0/+1
2017-11-03openrisc: add tick timer multi-core sync logicStafford Horne5-3/+145
2017-11-03openrisc: enable LOCKDEP_SUPPORT and irqflags tracingStafford Horne2-3/+74
2017-11-03openrisc: support framepointers and STACKTRACE_SUPPORTStafford Horne6-48/+224
2017-11-03openrisc: add simple_smp dts and defconfig for simulatorsStefan Kristiansson2-0/+129
2017-11-03openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock7-8/+194
2017-11-03openrisc: sleep instead of spin on secondary waitStafford Horne2-2/+54
2017-11-03openrisc: fix initial preempt state for secondary cpu tasksStafford Horne2-1/+2
2017-11-03openrisc: initial SMP supportStefan Kristiansson19-113/+584
2017-11-03irqchip: add initial support for ompicStafford Horne1-0/+1
2017-11-03openrisc: use qspinlocks and qrwlocksStafford Horne4-1/+24
2017-11-03openrisc: add 1 and 2 byte cmpxchg supportStafford Horne1-32/+115
2017-11-03openrisc: use shadow registers to save regs on exceptionStefan Kristiansson2-26/+80
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-30Documentation: Move OpenRISC docs out of arch/Stafford Horne2-111/+0
2017-10-30openrisc: dts: or1ksim: Add stdout-pathStafford Horne1-1/+6
2017-09-13Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-0/+2
2017-09-11openrisc: add forward declaration for struct vm_area_structTobias Klauser1-0/+2
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger1-0/+3
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-35/+4
2017-07-11openrisc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-28/+28
2017-07-07Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds5-5/+6