summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/entry.S
AgeCommit message (Expand)AuthorLines
2025-01-14openrisc: Add support for restartable sequencesStafford Horne-0/+4
2024-12-10openrisc: place exception table at the head of vmlinuxMasahiro Yamada-0/+2
2024-04-15openrisc: Move FPU state out of pt_regsStafford Horne-14/+1
2023-04-26openrisc: Support floating point user apiStafford Horne-2/+9
2023-04-26openrisc: Support storing and restoring fpu stateStafford Horne-0/+14
2023-04-26openrisc: Properly store r31 to pt_regs on unhandled exceptionsStafford Horne-4/+2
2022-05-23openrisc: Add syscall details to emergency syscall debuggingStafford Horne-5/+15
2021-12-04openrisc: Add clone3 ABI wrapperStafford Horne-0/+5
2021-12-04openrisc: Use delay slot for clone and fork wrappersStafford Horne-4/+2
2021-12-04openrisc: Cleanup switch code and commentsStafford Horne-10/+6
2021-10-26irq: openrisc: perform irqentry in entry codeMark Rutland-2/+2
2021-09-03Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds-2/+4
2021-08-05openrisc: rename or32 code & comments to or1kRandy Dunlap-2/+2
2021-08-05openrisc: don't printk() unconditionallyRandy Dunlap-0/+2
2021-07-19printk: Userspace format indexing supportChris Down-3/+3
2020-06-13Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-01openrisc: Fix issue with argument clobbering for clone/forkStafford Horne-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-12-20openrisc: Fix broken paths to arch/or32Geert Uytterhoeven-1/+1
2018-07-01openrisc: entry: Fix delay slot exception detectionStafford Horne-7/+1
2017-11-03openrisc: enable LOCKDEP_SUPPORT and irqflags tracingStafford Horne-3/+71
2017-02-27scripts/spelling.txt: add "efective" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada-2/+2
2017-02-25openrisc: entry: Fix delay slot detectionStafford Horne-2/+2
2017-02-25openrisc: entry: Whitespace and comment cleanupsStafford Horne-20/+18
2017-02-06openrisc: add l.lwa/l.swa emulationStefan Kristiansson-2/+20
2016-12-12openrisc: include l.swa in check for write data pagefaultStefan Kristiansson-1/+1
2016-12-12openrisc: restore all regs on rt_sigreturnJonas Bonn-1/+9
2014-01-09openrisc: Rework signal handlingJonas Bonn-26/+33
2013-02-26Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds-3/+13
2013-02-17openrisc: really pass correct arg to schedule_tailJonas Bonn-1/+1
2013-02-14openrisc: fix up vmalloc page table loadingJonas Bonn-2/+12
2013-02-03openrisc: switch to generic sigaltstackAl Viro-4/+0
2012-11-28openrisc: switch to use of generic fork and cloneAl Viro-6/+6
2012-10-19openrisc: use generic sys_execveJonas Bonn-4/+0
2012-10-19openrisc: use generic kernel_thread/kernel_execveJonas Bonn-20/+10
2012-10-19openrisc: pass correct arg to schedule_tailJonas Bonn-2/+7
2012-05-08openrisc: use scratch regs in atomic syscallJonas Bonn-4/+4
2012-03-06openrisc: sanitize use of orig_gpr11Jonas Bonn-8/+8
2011-07-22OpenRISC: Boot codeJonas Bonn-0/+1128