summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
AgeCommit message (Expand)AuthorLines
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds-50/+136
2020-08-12mm/openrisc: use general page fault accountingPeter Xu-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig-1/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-7/+0
2020-08-09openrisc: uaccess: Add user address space check to access_okStafford Horne-0/+1
2020-08-09openrisc: signal: Fix sparse address space warningsStafford Horne-7/+7
2020-08-09openrisc: uaccess: Remove unused macro __addr_okStafford Horne-3/+0
2020-08-09openrisc: uaccess: Use static inline function in access_okStafford Horne-4/+7
2020-08-09openrisc: uaccess: Fix sparse address space warningsStafford Horne-4/+4
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-32/+3
2020-08-07opeinrisc: switch to generic version of pte allocationMike Rapoport-30/+3
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-20/+6
2020-08-06openrisc: io: Fixup defines and move include to the endStafford Horne-2/+7
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds-4/+3
2020-08-04openrisc: Implement proper SMP tlb flushingStafford Horne-13/+89
2020-08-04openrisc: Fix oops caused when dumping stackStafford Horne-2/+16
2020-08-04openrisc: Add support for external initrd imagesStafford Horne-15/+5
2020-08-04openrisc: fix __user in raw_copy_to_user()'s prototypeLuc Van Oostenryck-1/+1
2020-07-27kill unused dump_fpu() instancesAl Viro-7/+0
2020-07-27openrisc: switch to ->regset_get()Al Viro-20/+6
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-3/+3
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner-1/+0
2020-06-26openrisc: fix boot oops when DEBUG_VM is enabledStafford Horne-0/+5
2020-06-13Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds-2/+2
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-5/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-27/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-5/+4
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-7/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-8/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-8/+2
2020-06-09openrisc: add show_stack_loglvl()Dmitry Safonov-4/+12
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig-1/+1
2020-06-08openrisc: use asm-generic/cacheflush.hChristoph Hellwig-25/+6
2020-06-04openrisc: add support for folded p4d page tablesMike Rapoport-4/+11
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport-6/+3
2020-06-01openrisc: Fix issue with argument clobbering for clone/forkStafford Horne-2/+2
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual-2/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual-5/+0
2020-04-07Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds-22/+10
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-45/+12
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu-1/+1
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada-36/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro-3/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1