summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+1
|\ \
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-3/+1
| |/
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-2/+0
|\ \
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-2/+0
| |/
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-09-0310-40/+58
|\ \
| * | openrisc/litex: Update defconfigJoel Stanley2021-08-311-10/+16
| * | openrisc/litex: Add ethernet deviceJoel Stanley2021-08-311-0/+9
| * | openrisc/litex: Update uart addressJoel Stanley2021-08-311-2/+2
| * | openrisc: Fix compiler warnings in setupStafford Horne2021-08-112-15/+16
| * | openrisc: rename or32 code & comments to or1kRandy Dunlap2021-08-057-13/+13
| * | openrisc: don't printk() unconditionallyRandy Dunlap2021-08-051-0/+2
| |/
* | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-011-3/+3
|\ \
| * | printk: Userspace format indexing supportChris Down2021-07-191-3/+3
| |/
* / asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-1/+0
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-1/+0
* | openrisc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-47/+0
|\ \
| * | openrisc: always use unaligned-struct headerArnd Bergmann2021-05-101-47/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-3/+0
|\ \ \
| * | | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-2/+0
| * | | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\| | |
| * | | mm: update legacy flush_tlb_* to use vmaChen Li2021-06-291-1/+1
| | |/ | |/|
* | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-282-3/+0
|\ \ \
| * | | sched,arch: Remove unused TASK_STATE offsetsPeter Zijlstra2021-06-181-1/+0
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-033-5/+12
| |\| |
| * | | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-2/+0
| | |/ | |/|
* | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-282-18/+28
|\ \ \ | |_|/ |/| |
| * | locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland2021-05-261-1/+0
| * | locking/atomic: openrisc: move to ARCH_ATOMICMark Rutland2021-05-263-21/+26
| * | locking/atomic: openrisc: avoid asm-generic/atomic.hMark Rutland2021-05-261-1/+7
| |/
* | 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
|/