summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2018-08-234-133/+12
|\
| * openrisc: use generic dma_noncoherent_opsChristoph Hellwig2018-07-214-91/+12
| * openrisc: fix cache maintainance the the sync_single_for_device DMA operationChristoph Hellwig2018-07-211-23/+19
| * openrisc: remove the no-op unmap_page and unmap_sg DMA operationsChristoph Hellwig2018-07-211-23/+0
| * openrisc: remove the sync_single_for_cpu DMA operationChristoph Hellwig2018-07-211-15/+0
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-30/+1
|\ \
| * | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-1/+0
| * | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-6/+1
| * | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-23/+0
| |/
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-1/+0
|\ \
| * | kbuild: remove redundant LDFLAGS clearing in arch/*/MakefileMasahiro Yamada2018-07-191-1/+0
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-132-3/+4
|\ \
| * | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-174-12/+13
| |\|
| * | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
| * | locking/atomics/openrisc: Don't pull in all of <linux/bitops.h> in <asm/cmpxc...Will Deacon2018-06-211-1/+2
* | | Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-08-064-12/+13
|\ \ \ | | |/ | |/|
| * | openrisc: entry: Fix delay slot exception detectionStafford Horne2018-07-013-11/+8
| * | openrisc: Call destructor during __pte_free_tlbStafford Horne2018-06-251-1/+5
| |/
* / openrisc: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-033-13/+1
|/
* 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