summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-05-213-5/+12
|\
| * openrisc: Define memory barrier mbPeter Zijlstra2021-05-151-0/+9
| * openrisc: mm/init.c: remove unused variable 'end' in paging_init()Mike Rapoport2021-05-101-3/+0
| * openrisc: mm/init.c: remove unused memblock_region variable in map_ram()Mike Rapoport2021-05-101-2/+1
| * openrisc: Fix a memory leakChristophe JAILLET2021-04-281-0/+2
* | drivers/char: remove /dev/kmem for goodDavid Hildenbrand2021-05-071-1/+0
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-2/+0
|/
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | openrisc: Use devicetree to determine present cpusJan Henrik Weinstock2021-02-091-6/+17
* | Merge remote-tracking branch 'openrisc/or1k-5.11-fixes' into or1k-5.12-updatesStafford Horne2021-01-253-3/+2
|\|
| * openrisc: io: Add missing __iomem annotation to iounmap()Geert Uytterhoeven2021-01-202-2/+2
| * local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* | openrisc: add arch/openrisc/KbuildMasahiro Yamada2021-01-182-10/+4
* | openrisc: restart: Call common handlers before hangingJoel Stanley2021-01-011-3/+10
* | openrisc: Add vmlinux.bin targetJoel Stanley2021-01-013-0/+24
|/
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-12-174-3/+75
|\
| * openrisc: add local64.h to fix blk-iocost buildStafford Horne2020-11-211-0/+1
| * openrisc: fix trap for debugger breakpoint signallingStafford Horne2020-11-121-3/+1
| * openrisc: add support for LiteXFilip Kokosinski2020-11-122-0/+73
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-1/+3
|\ \
| * | openrisc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-092-1/+3
| |/
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \
| * | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
| |/
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-5/+3
|\ \
| * | openrisc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-5/+3
| |/
* | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-142-2/+0
|\ \
| * | highmem: Get rid of kmap_types.hThomas Gleixner2020-11-062-2/+0
| |/
* / 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