summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-111-1/+1
|\
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-1/+1
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-11-084-7/+7
|\ \
| * | openrisc: fix SMP tlb flush NULL pointer dereferenceStafford Horne2021-11-032-4/+6
| * | openrisc: signal: remove unused DEBUG_SIG macroDenis Kirjanov2021-10-201-2/+0
| * | openrisc: time: don't mark comment as kernel-docRandy Dunlap2021-10-021-1/+1
| |/
* | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-031-5/+1
|\ \
| * | openrisc: Use of_get_cpu_hwid()Rob Herring2021-10-201-5/+1
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/
* / irq: openrisc: perform irqentry in entry codeMark Rutland2021-10-262-7/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-041-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-033-22/+10
|\ \
| * | openrisc: Fix compiler warnings in setupStafford Horne2021-08-101-15/+1
| * | openrisc: rename or32 code & comments to or1kRandy Dunlap2021-08-053-7/+7
| * | openrisc: don't printk() unconditionallyRandy Dunlap2021-08-051-0/+2
| |/
* / printk: Userspace format indexing supportChris Down2021-07-191-3/+3
|/
* openrisc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* 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-031-0/+2
|\
| * openrisc: Fix a memory leakChristophe JAILLET2021-04-281-0/+2
* | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-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-221-1/+1
* | openrisc: Use devicetree to determine present cpusJan Henrik Weinstock2021-02-081-6/+17
* | openrisc: restart: Call common handlers before hangingJoel Stanley2021-01-011-3/+10
|/
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-12-171-3/+1
|\
| * openrisc: fix trap for debugger breakpoint signallingStafford Horne2020-11-111-3/+1
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\ \
| * | openrisc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+1
| |/
* / sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
|/
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* 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
* | h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport2020-10-141-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-121-0/+10
|\ \
| * | openrisc: Reserve memblock for initrdStafford Horne2020-09-071-0/+10
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
|/ /
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-08-145-32/+105
|\ \ | |/ |/|
| * openrisc: signal: Fix sparse address space warningsStafford Horne2020-08-091-7/+7
| * openrisc: Implement proper SMP tlb flushingStafford Horne2020-08-041-8/+77
| * openrisc: Fix oops caused when dumping stackStafford Horne2020-08-041-2/+16
| * openrisc: Add support for external initrd imagesStafford Horne2020-08-042-15/+5
* | 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