summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
* | Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-03-271-1/+1
|\ \
| * | openrisc/boot: Remove unnecessary initialisation in memcpy().Kuniyuki Iwashima2022-01-301-1/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-233-49/+1
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-253-31/+0
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-18/+1
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \
| * | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
| |/
* / mm: remove mmu_gathers storage from remaining architecturesStafford Horne2022-03-221-2/+0
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-6/+1
|\ \
| * | kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-6/+1
| |/
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-10/+8
|\ \
| * | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-10/+8
| |/
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2022-01-144-14/+20
|\ \
| * | openrisc: init: Add support for common clkStafford Horne2022-01-122-0/+5
| * | openrisc: Add clone3 ABI wrapperStafford Horne2021-12-042-0/+7
| * | openrisc: Use delay slot for clone and fork wrappersStafford Horne2021-12-041-4/+2
| * | openrisc: Cleanup switch code and commentsStafford Horne2021-12-041-10/+6
| |/
* / openrisc: Snapshot thread flagsMark Rutland2021-12-011-1/+1
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-102-4/+2
|\
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-202-4/+2
* | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-7/+0
|\ \
| * | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-7/+0
| |/
* | 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-211-2/+0
| * | openrisc: time: don't mark comment as kernel-docRandy Dunlap2021-10-021-1/+1
| |/
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-082-6/+4
|\ \
| * | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-6/+4
| |/
* | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-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-012-2/+2
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-2/+2
| |/
* | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-3/+0
|\ \
| * | locking: Remove spin_lock_flags() etcArnd Bergmann2021-10-301-3/+0
| |/
* | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-013-8/+2
|\ \
| * | irq: remove handle_domain_{irq,nmi}()Mark Rutland2021-10-261-1/+0
| * | irq: openrisc: perform irqentry in entry codeMark Rutland2021-10-263-8/+2
| * | irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland2021-10-251-0/+1
| |/
* / arch: remove spurious blkdev.h includesChristoph Hellwig2021-10-181-1/+0
|/
* 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
| |/