aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-4/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 2-2/+2
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-5/+0
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-09-28openrisc: use for_each_of_cpu_node iteratorGravatar Rob Herring 1-2/+1
2018-09-20dma-mapping: merge direct and noncoherent opsGravatar Christoph Hellwig 1-1/+1
2018-08-29y2038: Remove stat64 family from default syscall setGravatar Arnd Bergmann 1-0/+1
2018-08-23Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 4-133/+12
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-30/+1
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+0
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-3/+4
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Gravatar Thomas Gleixner 4-12/+13
2018-08-03openrisc: Use the new GENERIC_IRQ_MULTI_HANDLERGravatar Palmer Dabbelt 3-13/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-1/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 2-6/+1
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 1-23/+0
2018-07-21openrisc: use generic dma_noncoherent_opsGravatar Christoph Hellwig 4-91/+12
2018-07-21openrisc: fix cache maintainance the the sync_single_for_device DMA operationGravatar Christoph Hellwig 1-23/+19
2018-07-21openrisc: remove the no-op unmap_page and unmap_sg DMA operationsGravatar Christoph Hellwig 1-23/+0
2018-07-21openrisc: remove the sync_single_for_cpu DMA operationGravatar Christoph Hellwig 1-15/+0
2018-07-19kbuild: remove redundant LDFLAGS clearing in arch/*/MakefileGravatar Masahiro Yamada 1-1/+0
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 4-12/+13
2018-07-01openrisc: entry: Fix delay slot exception detectionGravatar Stafford Horne 3-11/+8
2018-06-25openrisc: Call destructor during __pte_free_tlbGravatar Stafford Horne 1-1/+5
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-2/+2
2018-06-21locking/atomics/openrisc: Don't pull in all of <linux/bitops.h> in <asm/cmpxc...Gravatar Will Deacon 1-1/+2
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+0
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-39/+9
2018-05-29kbuild: add endianness flag to CHEKCFLAGSGravatar Luc Van Oostenryck 1-1/+0
2018-05-08dma-debug: move initialization to common codeGravatar Christoph Hellwig 1-11/+0
2018-04-25signal/openrisc: Use force_sig_fault where appropriateGravatar Eric W. Biederman 2-43/+9
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 2-1/+5
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+1
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