summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* openrisc: don't printk() unconditionallyRandy Dunlap2021-09-181-0/+2
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-2/+0
* openrisc: Define memory barrier mbPeter Zijlstra2021-06-031-0/+9
* openrisc: mm/init.c: remove unused memblock_region variable in map_ram()Mike Rapoport2021-05-261-2/+1
* openrisc: Fix a memory leakChristophe JAILLET2021-05-261-0/+2
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ | |/ |/|
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-3/+5
* | | h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport2020-10-131-7/+2
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |/ / |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-09-123-13/+32
|\ \ \
| * | | openrisc: Fix issue with get_user for 64-bit valuesStafford Horne2020-09-121-12/+21
| * | | openrisc: Fix cache API compile issue when not inliningStafford Horne2020-09-071-1/+1
| * | | openrisc: Reserve memblock for initrdStafford Horne2020-09-071-0/+10
| | |/ | |/|
* / | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/ /
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-08-148-50/+136
|\ \ | |/ |/|
| * openrisc: uaccess: Add user address space check to access_okStafford Horne2020-08-091-0/+1
| * openrisc: signal: Fix sparse address space warningsStafford Horne2020-08-091-7/+7
| * openrisc: uaccess: Remove unused macro __addr_okStafford Horne2020-08-091-3/+0
| * openrisc: uaccess: Use static inline function in access_okStafford Horne2020-08-091-4/+7
| * openrisc: uaccess: Fix sparse address space warningsStafford Horne2020-08-091-4/+4
| * openrisc: io: Fixup defines and move include to the endStafford Horne2020-08-061-2/+7
| * openrisc: Implement proper SMP tlb flushingStafford Horne2020-08-042-13/+89
| * openrisc: Fix oops caused when dumping stackStafford Horne2020-08-041-2/+16
| * openrisc: Add support for external initrd imagesStafford Horne2020-08-042-15/+5
| * openrisc: fix __user in raw_copy_to_user()'s prototypeLuc Van Oostenryck2020-08-041-1/+1
* | mm/openrisc: use general page fault accountingPeter Xu2020-08-121-5/+4
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* | 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