summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* openrisc: convert to generic syscall tableArnd Bergmann2024-07-102-2/+10
* openrisc: Move FPU state out of pt_regsStafford Horne2024-04-155-30/+52
* openrisc: Add FPU configStafford Horne2024-04-152-1/+8
* openrisc: traps: Don't send signals to kernel mode threadsStafford Horne2024-04-151-19/+29
* openrisc: traps: Remove calls to show_registers before dieStafford Horne2024-04-151-3/+0
* openrisc: traps: Convert printks to pr_<level> macrosStafford Horne2024-04-151-44/+44
* openrisc: Add support for more module relocationsStafford Horne2024-04-151-0/+10
* openrisc: Define openrisc relocation typesStafford Horne2024-04-151-4/+4
* openrisc: Use do_kernel_power_off()Stafford Horne2024-04-151-5/+3
* Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2024-03-141-3/+3
|\
| * openrisc: Call setup_memory() earlier in the init sequenceOreoluwa Babatunde2024-03-101-3/+3
* | smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-4/+0
|/
* openriac: Remove unused nommu_dump_state functionStafford Horne2023-08-211-75/+0
* openrisc: Include cpu.h and switch_to.h for prototypesStafford Horne2023-08-211-0/+2
* openrisc: Add prototype for die to bug.hStafford Horne2023-08-211-0/+1
* openrisc: Add prototype for show_registers to processor.hStafford Horne2023-08-212-2/+1
* openrisc: Declare do_signal function as staticStafford Horne2023-08-211-1/+1
* openrisc: Add missing prototypes for assembly called fnctionsStafford Horne2023-08-215-0/+21
* openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABIStafford Horne2023-07-101-2/+2
* Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2023-05-016-27/+93
|\
| * openrisc: Add floating point regsetStafford Horne2023-04-261-0/+37
| * openrisc: Support floating point user apiStafford Horne2023-04-264-4/+35
| * openrisc: Support storing and restoring fpu stateStafford Horne2023-04-262-2/+17
| * openrisc: Properly store r31 to pt_regs on unhandled exceptionsStafford Horne2023-04-261-4/+2
| * openrisc: Use common of_get_cpu_node() instead of open-codingRob Herring2023-04-011-17/+2
* | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
|/
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+1
* objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
* openrisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-5/+3
* Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-10-161-8/+8
|\
| * openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn2022-10-081-8/+8
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-4/+0
|\ \
| * | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-121-4/+0
| |/
* / kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-6/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-301-6/+0
* | 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-041-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-275-306/+167
|\ \
| * | openrisc: Allow power off handler overridingStafford Horne2022-05-231-2/+15
| * | openrisc: Remove unused IMMU tlb workardoundStafford Horne2022-05-231-209/+0
| * | 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: 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