summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
...
* | uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-7/+0
|\ \
| * | kill unused dump_fpu() instancesAl Viro2020-07-271-7/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-073-32/+3
|\ \ \
| * | | opeinrisc: switch to generic version of pte allocationMike Rapoport2020-08-071-30/+3
| * | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-2/+0
* | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-20/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | openrisc: switch to ->regset_get()Al Viro2020-07-271-20/+6
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-042-4/+3
|\ \ \ | |_|/ |/| |
| * | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+3
| * | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| |/
* / openrisc: fix boot oops when DEBUG_VM is enabledStafford Horne2020-06-261-0/+5
|/
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-06-131-2/+2
|\
| * openrisc: Fix issue with argument clobbering for clone/forkStafford Horne2020-06-011-2/+2
* | mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-27/+4
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-095-5/+4
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-096-7/+5
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-098-8/+0
* | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-8/+2
* | openrisc: add show_stack_loglvl()Dmitry Safonov2020-06-091-4/+12
* | mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+1
* | openrisc: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-25/+6
* | openrisc: add support for folded p4d page tablesMike Rapoport2020-06-043-4/+11
* | mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-6/+3
|/
* 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
|\ \