summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-04-15openrisc: Move FPU state out of pt_regsStafford Horne5-30/+52
2024-04-15openrisc: Add FPU configStafford Horne2-1/+8
2024-04-15openrisc: traps: Don't send signals to kernel mode threadsStafford Horne1-19/+29
2024-04-15openrisc: traps: Remove calls to show_registers before dieStafford Horne1-3/+0
2024-04-15openrisc: traps: Convert printks to pr_<level> macrosStafford Horne1-44/+44
2024-04-15openrisc: Add support for more module relocationsStafford Horne1-0/+10
2024-04-15openrisc: Define openrisc relocation typesStafford Horne1-4/+4
2024-04-15openrisc: Use do_kernel_power_off()Stafford Horne1-5/+3
2024-03-15Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds1-3/+3
2024-03-10openrisc: Call setup_memory() earlier in the init sequenceOreoluwa Babatunde1-3/+3
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-4/+0
2023-08-21openriac: Remove unused nommu_dump_state functionStafford Horne1-75/+0
2023-08-21openrisc: Include cpu.h and switch_to.h for prototypesStafford Horne1-0/+2
2023-08-21openrisc: Add prototype for die to bug.hStafford Horne1-0/+1
2023-08-21openrisc: Add prototype for show_registers to processor.hStafford Horne2-2/+1
2023-08-21openrisc: Declare do_signal function as staticStafford Horne1-1/+1
2023-08-21openrisc: Add missing prototypes for assembly called fnctionsStafford Horne5-0/+21
2023-07-11openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABIStafford Horne1-2/+2
2023-05-01Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds6-27/+93
2023-04-26openrisc: Add floating point regsetStafford Horne1-0/+37
2023-04-26openrisc: Support floating point user apiStafford Horne4-4/+35
2023-04-26openrisc: Support storing and restoring fpu stateStafford Horne2-2/+17
2023-04-26openrisc: Properly store r31 to pt_regs on unhandled exceptionsStafford Horne1-4/+2
2023-04-01openrisc: Use common of_get_cpu_node() instead of open-codingRob Herring1-17/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-11-16openrisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-5/+3
2022-10-16Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds1-8/+8
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2022-10-08openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn1-8/+8
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-4/+0
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-6/+0
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-6/+0
2022-06-28openrisc: unwinder: Fix grammar issue in commentXiang wangx1-1/+1
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-05-27Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds5-306/+167
2022-05-23openrisc: Allow power off handler overridingStafford Horne1-2/+15
2022-05-23openrisc: Remove unused IMMU tlb workardoundStafford Horne1-209/+0
2022-05-23openrisc/time: Fix symbol scope warningsStafford Horne1-1/+2
2022-05-23openrisc/traps: Declare unhandled_exception for asmlinkageStafford Horne1-1/+1
2022-05-23openrisc/traps: Remove die_if_kernel functionStafford Horne1-9/+0
2022-05-23openrisc/traps: Declare file scope symbols as staticStafford Horne1-3/+3
2022-05-23openrisc: Pretty print show_registers memory dumpsStafford Horne1-13/+33
2022-05-23openrisc: Add syscall details to emergency syscall debuggingStafford Horne1-5/+15
2022-05-23openrisc: Add support for liteuart emergency printingStafford Horne1-1/+12
2022-05-23openrisc: Cleanup emergency print handlingStafford Horne1-63/+85
2022-05-23openrisc: define nop command for simulator rebootJason A. Donenfeld1-0/+2
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-1/+1