summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-2/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-5/+0
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-04-077-22/+10
|\
| * openrisc: Remove obsolete show_trace_task functionStafford Horne2020-03-181-7/+0
| * openrisc: Cleanup copy_thread_tls docs and commentsStafford Horne2020-03-021-1/+0
| * openrisc: Enable the clone3 syscallStafford Horne2020-03-021-0/+1
| * openrisc: Convert copy_thread to copy_thread_tlsStafford Horne2020-03-022-11/+7
| * openrisc: use mmgrabJulia Lawall2020-01-311-1/+2
| * openrisc: configs: Cleanup CONFIG_CROSS_COMPILEKrzysztof Kozlowski2020-01-312-2/+0
* | Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-042-45/+12
|\ \
| * | openrisc: use the generic in-place uncached DMA allocatorChristoph Hellwig2020-03-162-45/+12
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \ \
| * | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| |/ /
* | | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* | | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-36/+0
* | | futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-3/+2
|/ /
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-5/+0
|\ \
| * | arch/openrisc/setup: Drop dummy_con initializationArvind Sankar2020-01-141-5/+0
| |/
* / mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
|/
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2019-12-021-13/+13
|\
| * openrisc: Fix Kconfig indentationKrzysztof Kozlowski2019-11-231-13/+13
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-1/+1
|\ \
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-1/+1
| |/
* | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-1/+0
|\ \
| * | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-1/+0
| |/
* | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-2/+2
* | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
|/
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-3/+3
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-10/+13
|\
| * pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-10/+12
| * mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-0/+1
* | openrisc: map as uncached in ioremapChristoph Hellwig2019-08-313-22/+8
* | or1k: dts: Add ethoc device to SMP devicetreeStafford Horne2019-08-311-0/+6
* | or1k: dts: Fix ethoc network configuration in or1ksim devicetreeStafford Horne2019-08-311-2/+3
|/
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-13/+9
|\
| * openrisc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig2019-06-251-13/+9
* | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \
| * | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-083-9/+9
|\ \ \
| * | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-6/+6
| * | | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-2/+2
| * | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-3/+3
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
| |/ / |/| |
* | | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3057-287/+57
| |/ |/|