summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* openrisc: unwinder: Fix grammar issue in commentXiang wangx2022-06-281-1/+1
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-5/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* | Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-05-2611-315/+272
|\ \
| * | openrisc: Allow power off handler overridingStafford Horne2022-05-231-2/+15
| * | openrisc: Remove unused IMMU tlb workardoundStafford Horne2022-05-231-209/+0
| * | openrisc/fault: Fix symbol scope warningsStafford Horne2022-05-231-3/+1
| * | openrisc/delay: Add include to fix symbol not declared warningStafford Horne2022-05-231-0/+1
| * | openrisc/time: Fix symbol scope warningsStafford Horne2022-05-231-1/+2
| * | openrisc/traps: Declare unhandled_exception for asmlinkageStafford Horne2022-05-231-1/+1
| * | openrisc/traps: Remove die_if_kernel functionStafford Horne2022-05-231-9/+0
| * | openrisc/traps: Declare file scope symbols as staticStafford Horne2022-05-231-3/+3
| * | openrisc: Update litex defconfig to support glibc userlandStafford Horne2022-05-231-0/+32
| * | openrisc: Pretty print show_registers memory dumpsStafford Horne2022-05-231-13/+33
| * | openrisc: Add syscall details to emergency syscall debuggingStafford Horne2022-05-231-5/+15
| * | openrisc: Add support for liteuart emergency printingStafford Horne2022-05-231-1/+12
| * | openrisc: Cleanup emergency print handlingStafford Horne2022-05-231-63/+85
| * | openrisc: Add gcc machine instruction flag configurationStafford Horne2022-05-232-0/+70
| * | openrisc: define nop command for simulator rebootJason A. Donenfeld2022-05-231-0/+2
| * | openrisc: remove bogus nops and shutdownsJason A. Donenfeld2022-05-121-5/+0
| * | openrisc: fix typos in commentsJulia Lawall2022-05-121-1/+1
| |/
* | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-264-38/+2
|\ \
| * | openrisc: Move to ticket-spinlockPeter Zijlstra2022-05-114-38/+2
| |/
* | random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-05-181-1/+1
* | openrisc: start CPU timer early in bootJason A. Donenfeld2022-05-132-0/+10
|/
* 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
| |/