summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/head.S
AgeCommit message (Expand)AuthorLines
2024-12-10openrisc: Fix misalignments in head.SGeert Uytterhoeven-13/+13
2024-12-10openrisc: place exception table at the head of vmlinuxMasahiro Yamada-2/+4
2023-04-26openrisc: Support floating point user apiStafford Horne-2/+2
2022-05-26Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds-272/+96
2022-05-23openrisc: Remove unused IMMU tlb workardoundStafford Horne-209/+0
2022-05-23openrisc: Add support for liteuart emergency printingStafford Horne-1/+12
2022-05-23openrisc: Cleanup emergency print handlingStafford Horne-63/+85
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld-1/+1
2022-05-13openrisc: start CPU timer early in bootJason A. Donenfeld-0/+9
2021-08-05openrisc: rename or32 code & comments to or1kRandy Dunlap-3/+3
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
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-3/+6
2017-11-03openrisc: sleep instead of spin on secondary waitStafford Horne-2/+49
2017-11-03openrisc: initial SMP supportStefan Kristiansson-5/+92
2017-11-03openrisc: use shadow registers to save regs on exceptionStefan Kristiansson-26/+69
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada-3/+3
2017-02-25openrisc: head: Init r0 to 0 on startStafford Horne-1/+4
2017-02-25openrisc: head: Remove unused stringsStafford Horne-11/+0
2017-02-25openrisc: head: Move init strings to rodata sectionStafford Horne-0/+1
2017-02-06openrisc: head: refactor out tlb flush into it's own functionStefan Kristiansson-16/+22
2017-02-06openrisc: head: use THREAD_SIZE instead of magic constantStefan Kristiansson-1/+3
2017-02-06openrisc: tlb miss handler optimizationsStefan Kristiansson-95/+46
2015-02-10openrisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov-5/+0
2013-02-26openrisc: add missing header inclusionStefan Kristiansson-0/+1
2013-02-14openrisc: fix up vmalloc page table loadingJonas Bonn-4/+2
2013-02-10openrisc: avoid using function parameter regs in reset vectorStefan Kristiansson-3/+3
2012-02-17openrisc: enable passing of flattened device tree pointerStefan Kristiansson-1/+16
2011-07-22OpenRISC: Boot codeJonas Bonn-0/+1607