summaryrefslogtreecommitdiff
path: root/arch/openrisc/kernel/head.S
Commit message (Expand)AuthorAgeFilesLines
* openrisc: Support floating point user apiStafford Horne2023-04-261-2/+2
* Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-05-261-272/+96
|\
| * openrisc: Remove unused IMMU tlb workardoundStafford Horne2022-05-231-209/+0
| * openrisc: Add support for liteuart emergency printingStafford Horne2022-05-231-1/+12
| * openrisc: Cleanup emergency print handlingStafford Horne2022-05-231-63/+85
* | 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-131-0/+9
|/
* openrisc: rename or32 code & comments to or1kRandy Dunlap2021-08-051-3/+3
* 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-3/+6
* openrisc: sleep instead of spin on secondary waitStafford Horne2017-11-031-2/+49
* openrisc: initial SMP supportStefan Kristiansson2017-11-031-5/+92
* openrisc: use shadow registers to save regs on exceptionStefan Kristiansson2017-11-031-26/+69
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-271-3/+3
* openrisc: head: Init r0 to 0 on startStafford Horne2017-02-251-1/+4
* openrisc: head: Remove unused stringsStafford Horne2017-02-251-11/+0
* openrisc: head: Move init strings to rodata sectionStafford Horne2017-02-251-0/+1
* openrisc: head: refactor out tlb flush into it's own functionStefan Kristiansson2017-02-061-16/+22
* openrisc: head: use THREAD_SIZE instead of magic constantStefan Kristiansson2017-02-061-1/+3
* openrisc: tlb miss handler optimizationsStefan Kristiansson2017-02-061-95/+46
* openrisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-5/+0
* openrisc: add missing header inclusionStefan Kristiansson2013-02-261-0/+1
* openrisc: fix up vmalloc page table loadingJonas Bonn2013-02-141-4/+2
* openrisc: avoid using function parameter regs in reset vectorStefan Kristiansson2013-02-101-3/+3
* openrisc: enable passing of flattened device tree pointerStefan Kristiansson2012-02-171-1/+16
* OpenRISC: Boot codeJonas Bonn2011-07-221-0/+1607