K. Lange
|
c96bae5e78
|
aarch64: temporary device drivers until modules are ready
|
2022-02-23 10:24:15 +09:00 |
|
K. Lange
|
5a6648a869
|
rpi400: try to clean up rpi stuff
|
2022-02-23 09:49:16 +09:00 |
|
K. Lange
|
814f5210ae
|
aarch64: cleanup some warnings
|
2022-02-22 17:30:17 +09:00 |
|
K. Lange
|
158f61e226
|
kuroko: sync with upstream
|
2022-02-22 17:08:21 +09:00 |
|
K. Lange
|
6c69d235cf
|
aarch64: implement a better spinlock
|
2022-02-22 09:53:55 +09:00 |
|
K. Lange
|
4946a0bf5a
|
aarch64: reset timer on entry into idle wait
|
2022-02-22 09:53:30 +09:00 |
|
K. Lange
|
4cc4d9520e
|
aarch64: force task switch when idle gets wakeup signal
|
2022-02-22 09:53:04 +09:00 |
|
K. Lange
|
5019c047c5
|
aarch64: expose aarch64_interrupt_dispatch as a symbol
|
2022-02-22 09:52:37 +09:00 |
|
K. Lange
|
c180959f4e
|
aarch64: idle task loops should be the same for BP and APs
|
2022-02-22 09:51:56 +09:00 |
|
K. Lange
|
2543e2ce0c
|
aarch64: this seems to be necessary or hvf can occasionally throw a fault on syscall return?
|
2022-02-20 18:12:29 +09:00 |
|
K. Lange
|
59c92182b4
|
aarch64: save/restore fpu status registers
|
2022-02-20 18:12:02 +09:00 |
|
K. Lange
|
255b2296fd
|
aarch64: implement panic halting with sgis
|
2022-02-20 18:11:24 +09:00 |
|
K. Lange
|
975b388962
|
rpi400: smp startup
|
2022-02-18 18:44:23 +09:00 |
|
K. Lange
|
4c13c92180
|
rpi400: request maximum clock speed at startup
|
2022-02-16 19:43:25 +09:00 |
|
K. Lange
|
7fc07996d1
|
rpi400: fbterm: only do that on arm
|
2022-02-16 12:38:51 +09:00 |
|
K. Lange
|
116ee0a803
|
rpi400: initial platform support
|
2022-02-16 12:36:03 +09:00 |
|
K. Lange
|
e90278b04b
|
libc: aarch64: tan() can be expressed as sin()/cos()
|
2022-02-14 09:37:51 +09:00 |
|
K. Lange
|
54cd122d3e
|
aarch64: virtio: be even pickier about cache maintenance
|
2022-02-13 18:29:57 +09:00 |
|
K. Lange
|
62b0b216d6
|
kernel: more lock ordering shenanigans
|
2022-02-13 14:44:09 +09:00 |
|
K. Lange
|
6b35dab7da
|
kernel: fix faulty lock around sleep nodes not capturing potential change in owner
|
2022-02-12 17:51:24 +09:00 |
|
K. Lange
|
ce4bf5162a
|
aarch64: mmu: be more paranoid about frame allocation/clearing
|
2022-02-12 17:50:45 +09:00 |
|
K. Lange
|
1695ca6652
|
aarch64: traceback: fix incorrect base pointer on manual traceback
|
2022-02-12 17:50:21 +09:00 |
|
K. Lange
|
595727be1d
|
aarch64: virtio: make sure irq handler symbols are in our table for debugging
|
2022-02-12 17:49:58 +09:00 |
|
K. Lange
|
ae28f8f832
|
aarch64: fixup warning about discarded volatile
|
2022-02-12 13:49:32 +09:00 |
|
K. Lange
|
33f0204c0a
|
aarch64: mmu: fix up insufficient locking around mulitlevel page mapping
|
2022-02-12 13:47:22 +09:00 |
|
K. Lange
|
41bdb25715
|
aarch64: remove superfluous reload of TTBR1
|
2022-02-12 13:47:22 +09:00 |
|
K. Lange
|
f6d0206059
|
aarch64: interrupt mapping improvements, chained interrupt handlers
|
2022-02-12 13:47:21 +09:00 |
|
K. Lange
|
b95f27dc60
|
aarch64: Add a tty driver for the pl011 uart
|
2022-02-11 11:55:36 +09:00 |
|
K. Lange
|
85274e61ad
|
aarch64: cleanup
|
2022-02-11 11:54:28 +09:00 |
|
K. Lange
|
8062fdda17
|
aarch64: fix mmu_first_n_frames since ram moved
|
2022-02-09 23:14:50 +09:00 |
|
K. Lange
|
a72352d163
|
aarch64: start work on interrupt dispatch
|
2022-02-09 21:02:00 +09:00 |
|
K. Lange
|
8c7e6209f4
|
aarch64: increase inital stack size for kernel startup
|
2022-02-09 21:01:26 +09:00 |
|
K. Lange
|
b55964e451
|
aarch64: flip smp mutex after doing init for better startup synchronization
|
2022-02-09 21:01:09 +09:00 |
|
K. Lange
|
2c5a6db126
|
procfs: avoid crashes on empty module, filesystem tables
|
2022-02-07 12:47:58 +09:00 |
|
K. Lange
|
1ed8ba466c
|
aarch64: Actually reset kernel stack on exec
|
2022-02-07 12:46:13 +09:00 |
|
K. Lange
|
82090737dd
|
aarch64: basic kernel tracebacks on el1-el1 fault
|
2022-02-07 12:38:30 +09:00 |
|
K. Lange
|
b9b24f6190
|
meta: Add some magic to figure out what modules to build
|
2022-02-06 22:08:20 +09:00 |
|
K. Lange
|
9f03252e3a
|
aarch64: Load kernel symbol table
|
2022-02-06 21:23:35 +09:00 |
|
K. Lange
|
1ddaaab501
|
meta: add 'hvf' phony target to arch makefile
|
2022-02-06 21:23:16 +09:00 |
|
K. Lange
|
31a83e919b
|
meta: If a filed called '.arch' exists, use it as ARCH by default
|
2022-02-06 21:17:20 +09:00 |
|
K. Lange
|
592fd1ca26
|
meta: Use 'strip' from toolchain
|
2022-02-06 21:13:54 +09:00 |
|
K. Lange
|
e1e66bf6cd
|
aarch64: be more flexible about where the kernel is physically
|
2022-02-06 21:10:20 +09:00 |
|
K. Lange
|
097662ef3d
|
x86_64: fix segfault not being delivered due to cow regression
|
2022-02-06 15:04:21 +09:00 |
|
K. Lange
|
af77c89c81
|
meta: That may need to be defined in the individual target Makefiles...
|
2022-02-06 14:51:02 +09:00 |
|
K. Lange
|
6c38332c5b
|
meta: replace missing host kuroko build in Makefile
|
2022-02-06 14:42:54 +09:00 |
|
K. Lange
|
ccf0b61740
|
meta: fix permissions on util/build-in-docker-aarch64.sh
|
2022-02-06 14:26:02 +09:00 |
|
K. Lange
|
6c2cd209d3
|
meta: Fixup build-toolchain to build libgcc, crts correctly
|
2022-02-06 14:24:26 +09:00 |
|
K. Lange
|
5d89b49613
|
github: Attempt to add a new workflow for aarch64
|
2022-02-06 14:24:26 +09:00 |
|
K. Lange
|
92ae583c5b
|
aarch64: smp: reorder barriers before enabling MMU
|
2022-02-03 17:48:51 +09:00 |
|
K. Lange
|
ff42fea697
|
base: Update os-release for 2.1
|
2022-02-03 08:46:26 +09:00 |
|