aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
2021-05-07drivers/char: remove /dev/kmem for goodGravatar David Hildenbrand 1-1/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Gravatar Kefeng Wang 1-2/+0
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADGravatar Jens Axboe 1-1/+1
2021-02-09openrisc: Use devicetree to determine present cpusGravatar Jan Henrik Weinstock 1-6/+17
2021-01-25Merge remote-tracking branch 'openrisc/or1k-5.11-fixes' into or1k-5.12-updatesGravatar Stafford Horne 3-3/+2
2021-01-20openrisc: io: Add missing __iomem annotation to iounmap()Gravatar Geert Uytterhoeven 2-2/+2
2021-01-18openrisc: add arch/openrisc/KbuildGravatar Masahiro Yamada 2-10/+4
2021-01-01openrisc: restart: Call common handlers before hangingGravatar Joel Stanley 1-3/+10
2021-01-01openrisc: Add vmlinux.bin targetGravatar Joel Stanley 3-0/+24
2020-12-29local64.h: make <asm/local64.h> mandatoryGravatar Randy Dunlap 1-1/+0
2020-12-17Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 4-3/+75
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-1/+3
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-5/+3
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+0
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingGravatar Peter Zijlstra 1-1/+1
2020-11-21openrisc: add local64.h to fix blk-iocost buildGravatar Stafford Horne 1-0/+1
2020-11-12openrisc: fix trap for debugger breakpoint signallingGravatar Stafford Horne 1-3/+1
2020-11-12openrisc: add support for LiteXGravatar Filip Kokosinski 2-0/+73
2020-11-09openrisc: add support for TIF_NOTIFY_SIGNALGravatar Jens Axboe 2-1/+3
2020-11-06highmem: Get rid of kmap_types.hGravatar Thomas Gleixner 2-2/+0
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledGravatar Arnd Bergmann 1-1/+0
2020-10-27openrisc: use asm-generic/mmu_context.h for no-op implementationsGravatar Nicholas Piggin 1-5/+3
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-1/+0
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Gravatar Mike Rapoport 1-3/+5
2020-10-13h8300, nds32, openrisc: simplify detection of memory extentsGravatar Mike Rapoport 1-7/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+1
2020-09-12Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 3-13/+32
2020-09-12openrisc: Fix issue with get_user for 64-bit valuesGravatar Stafford Horne 1-12/+21
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Gravatar Christoph Hellwig 1-0/+1
2020-09-07openrisc: Fix cache API compile issue when not inliningGravatar Stafford Horne 1-1/+1
2020-09-07openrisc: Reserve memblock for initrdGravatar Stafford Horne 1-0/+10
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGGravatar Kees Cook 1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 8-50/+136
2020-08-12mm/openrisc: use general page fault accountingGravatar Peter Xu 1-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-1/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-7/+0
2020-08-09openrisc: uaccess: Add user address space check to access_okGravatar Stafford Horne 1-0/+1
2020-08-09openrisc: signal: Fix sparse address space warningsGravatar Stafford Horne 1-7/+7
2020-08-09openrisc: uaccess: Remove unused macro __addr_okGravatar Stafford Horne 1-3/+0
2020-08-09openrisc: uaccess: Use static inline function in access_okGravatar Stafford Horne 1-4/+7
2020-08-09openrisc: uaccess: Fix sparse address space warningsGravatar Stafford Horne 1-4/+4
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-32/+3