aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-09-12Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds3-13/+32
2020-09-12openrisc: Fix issue with get_user for 64-bit valuesStafford Horne1-12/+21
2020-09-07openrisc: Fix cache API compile issue when not inliningStafford Horne1-1/+1
2020-09-07openrisc: Reserve memblock for initrdStafford Horne1-0/+10
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds8-50/+136
2020-08-12mm/openrisc: use general page fault accountingPeter Xu1-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+0
2020-08-09openrisc: uaccess: Add user address space check to access_okStafford Horne1-0/+1
2020-08-09openrisc: signal: Fix sparse address space warningsStafford Horne1-7/+7
2020-08-09openrisc: uaccess: Remove unused macro __addr_okStafford Horne1-3/+0
2020-08-09openrisc: uaccess: Use static inline function in access_okStafford Horne1-4/+7
2020-08-09openrisc: uaccess: Fix sparse address space warningsStafford Horne1-4/+4
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-32/+3
2020-08-07opeinrisc: switch to generic version of pte allocationMike Rapoport1-30/+3
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-20/+6
2020-08-06openrisc: io: Fixup defines and move include to the endStafford Horne1-2/+7
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2-4/+3
2020-08-04openrisc: Implement proper SMP tlb flushingStafford Horne2-13/+89
2020-08-04openrisc: Fix oops caused when dumping stackStafford Horne1-2/+16
2020-08-04openrisc: Add support for external initrd imagesStafford Horne2-15/+5
2020-08-04openrisc: fix __user in raw_copy_to_user()'s prototypeLuc Van Oostenryck1-1/+1
2020-07-27kill unused dump_fpu() instancesAl Viro1-7/+0
2020-07-27openrisc: switch to ->regset_get()Al Viro1-20/+6
2020-07-04arch: rename copy_thread_tls() back to copy_thread()fork-v5.9do_fork_removalChristian Brauner1-3/+3
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-06-26openrisc: fix boot oops when DEBUG_VM is enabledStafford Horne1-0/+5
2020-06-13Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-2/+2
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-5/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-27/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport5-5/+4
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport6-7/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport8-8/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-8/+2
2020-06-09openrisc: add show_stack_loglvl()Dmitry Safonov1-4/+12
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-1/+1
2020-06-08openrisc: use asm-generic/cacheflush.hChristoph Hellwig1-25/+6
2020-06-04openrisc: add support for folded p4d page tablesMike Rapoport3-4/+11
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-6/+3
2020-06-01openrisc: Fix issue with argument clobbering for clone/forkStafford Horne1-2/+2
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-2/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-5/+0
2020-04-07Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds7-22/+10
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-45/+12
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-36/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-3/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-18openrisc: Remove obsolete show_trace_task functionStafford Horne1-7/+0
2020-03-16openrisc: use the generic in-place uncached DMA allocatorChristoph Hellwig2-45/+12
2020-03-02openrisc: Cleanup copy_thread_tls docs and commentsStafford Horne1-1/+0
2020-03-02openrisc: Enable the clone3 syscallStafford Horne1-0/+1
2020-03-02openrisc: Convert copy_thread to copy_thread_tlsStafford Horne2-11/+7
2020-01-31openrisc: use mmgrabJulia Lawall1-1/+2
2020-01-31openrisc: configs: Cleanup CONFIG_CROSS_COMPILEKrzysztof Kozlowski2-2/+0
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+0
2020-01-14arch/openrisc/setup: Drop dummy_con initializationArvind Sankar1-5/+0
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar1-0/+4
2019-12-02Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-13/+13
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds1-1/+1
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+0
2019-11-23openrisc: Fix Kconfig indentationKrzysztof Kozlowski1-13/+13
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-1/+1
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig1-1/+0
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook1-2/+2
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-1/+0
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-3/+3
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-10/+13
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-10/+12
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-0/+1
2019-08-31openrisc: map as uncached in ioremapChristoph Hellwig3-22/+8
2019-08-31or1k: dts: Add ethoc device to SMP devicetreeStafford Horne1-0/+6
2019-08-31or1k: dts: Fix ethoc network configuration in or1ksim devicetreeStafford Horne1-2/+3
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-13/+9
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-9/+9
2019-06-25openrisc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig1-13/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner57-287/+57
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman2-6/+6
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman1-2/+2
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman2-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-6/+0
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+3
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig6-6/+0
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-8/+4
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-4/+2
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-4/+2
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-6/+0
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra2-6/+3
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada1-2/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-2/+6
2019-03-12openrisc: prefer memblock APIs returning virtual addressMike Rapoport1-1/+4
2019-03-07openrisc: simplify pte_alloc_one_kernel()Mike Rapoport1-7/+4
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2-2/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+3
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2-0/+3
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann1-0/+1
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov1-0/+1
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2019-02-01arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2-1/+1
2019-01-17openrisc: remove unneeded code in arch/openrisc/MakefileMasahiro Yamada1-3/+0
2019-01-08arch/openrisc: Fix issues with access_ok()Stafford Horne1-2/+6
2019-01-06arch: restore generic-y += shmparam.h for some architecturesMasahiro Yamada1-0/+1
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-27/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-6/+4
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2-5/+3
2019-01-04fls: change parameter to unsigned intMatthew Wilcox1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds3-8/+8
2019-01-01Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2-2/+2
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-1/+1
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-20openrisc: Fix broken paths to arch/or32Geert Uytterhoeven2-2/+2
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-4/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2-2/+2
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-31treewide: remove current_text_addrNick Desaulniers1-5/+0
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2018-09-28openrisc: use for_each_of_cpu_node iteratorRob Herring1-2/+1
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-1/+1
2018-08-29y2038: Remove stat64 family from default syscall setArnd Bergmann1-0/+1
2018-08-23Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds4-133/+12
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-30/+1
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+0
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+4
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner4-12/+13
2018-08-03openrisc: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt3-13/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-1/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2-6/+1
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-23/+0
2018-07-21openrisc: use generic dma_noncoherent_opsChristoph Hellwig4-91/+12
2018-07-21openrisc: fix cache maintainance the the sync_single_for_device DMA operationChristoph Hellwig1-23/+19
2018-07-21openrisc: remove the no-op unmap_page and unmap_sg DMA operationsChristoph Hellwig1-23/+0
2018-07-21openrisc: remove the sync_single_for_cpu DMA operationChristoph Hellwig1-15/+0
2018-07-19kbuild: remove redundant LDFLAGS clearing in arch/*/MakefileMasahiro Yamada1-1/+0
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar4-12/+13
2018-07-01openrisc: entry: Fix delay slot exception detectionStafford Horne3-11/+8
2018-06-25openrisc: Call destructor during __pte_free_tlbStafford Horne1-1/+5
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-2/+2
2018-06-21locking/atomics/openrisc: Don't pull in all of <linux/bitops.h> in <asm/cmpxc...Will Deacon1-1/+2
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+0
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/kerne...Linus 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...Greentime Hu1-1/+2
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-2/+1
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/...Linus 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