summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* openrisc: Support floating point user apiStafford Horne2023-04-261-2/+9
* openrisc: Support storing and restoring fpu stateStafford Horne2023-04-261-0/+14
* openrisc: Properly store r31 to pt_regs on unhandled exceptionsStafford Horne2023-04-261-4/+2
* openrisc: Add syscall details to emergency syscall debuggingStafford Horne2022-05-231-5/+15
* openrisc: Add clone3 ABI wrapperStafford Horne2021-12-041-0/+5
* 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
* irq: openrisc: perform irqentry in entry codeMark Rutland2021-10-261-2/+2
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-09-031-2/+4
|\
| * openrisc: rename or32 code & comments to or1kRandy Dunlap2021-08-051-2/+2
| * openrisc: don't printk() unconditionallyRandy Dunlap2021-08-051-0/+2
* | printk: Userspace format indexing supportChris Down2021-07-191-3/+3
|/
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-06-131-2/+2
|\
| * openrisc: Fix issue with argument clobbering for clone/forkStafford Horne2020-06-011-2/+2
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* openrisc: Fix broken paths to arch/or32Geert Uytterhoeven2018-12-201-1/+1
* openrisc: entry: Fix delay slot exception detectionStafford Horne2018-07-011-7/+1
* openrisc: enable LOCKDEP_SUPPORT and irqflags tracingStafford Horne2017-11-031-3/+71
* scripts/spelling.txt: add "efective" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* openrisc: entry: Fix delay slot detectionStafford Horne2017-02-251-2/+2
* openrisc: entry: Whitespace and comment cleanupsStafford Horne2017-02-251-20/+18
* openrisc: add l.lwa/l.swa emulationStefan Kristiansson2017-02-061-2/+20
* openrisc: include l.swa in check for write data pagefaultStefan Kristiansson2016-12-121-1/+1
* openrisc: restore all regs on rt_sigreturnJonas Bonn2016-12-121-1/+9
* openrisc: Rework signal handlingJonas Bonn2014-01-091-26/+33
* Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds2013-02-261-3/+13
|\
| * openrisc: really pass correct arg to schedule_tailJonas Bonn2013-02-171-1/+1
| * openrisc: fix up vmalloc page table loadingJonas Bonn2013-02-141-2/+12
* | openrisc: switch to generic sigaltstackAl Viro2013-02-031-4/+0
|/
* openrisc: switch to use of generic fork and cloneAl Viro2012-11-281-6/+6
* openrisc: use generic sys_execveJonas Bonn2012-10-191-4/+0
* openrisc: use generic kernel_thread/kernel_execveJonas Bonn2012-10-191-20/+10
* openrisc: pass correct arg to schedule_tailJonas Bonn2012-10-191-2/+7
* openrisc: use scratch regs in atomic syscallJonas Bonn2012-05-081-4/+4
* openrisc: sanitize use of orig_gpr11Jonas Bonn2012-03-061-8/+8
* OpenRISC: Boot codeJonas Bonn2011-07-221-0/+1128