45 Commits

Author SHA1 Message Date
7fdc57fd9f proc: implement basic mmap with files, real_program in arg 2025-02-25 17:41:14 +02:00
99f5ad0987 jh7110: syscrg/aoncrg map memory in probe 2025-02-14 18:47:51 +02:00
41944890b6 jh7110: get second ethernet kinda working 2025-02-14 16:52:45 +02:00
70eb6cfaed jh7110: better syscrg clock structs 2025-02-14 12:10:12 +02:00
f2cfc9136a stmmac: implement a basic stmmac driver 2025-02-14 00:26:14 +02:00
5d406feb07 rv64/jh7110: implement syscrg stub + uart clock/reset 2025-02-13 22:53:47 +02:00
e812453a97 dev: use DmaBuffer instead of PageBox where needed 2025-02-06 21:05:53 +02:00
8cbde8389f dev: pass DeviceInitContext into Device::init() 2025-02-06 12:24:03 +02:00
7348232aa9 pci/dt: rework pci interrupts, add gicv2m and dt msi controllers 2025-02-05 21:45:48 +02:00
01dbac2132 dt: fix pci interrupt-map parsing 2025-02-05 12:35:38 +02:00
909980f4eb rv64: add jh7110/starfive visionfive2 support 2025-01-21 16:34:03 +02:00
16f580e7af rv64: smp secondary hart startup 2025-01-20 17:04:17 +02:00
86509e39c1 rv64: riscv plic driver, time accouting 2025-01-20 13:22:24 +02:00
20fa34c945 rv64: platform init, task switching 2025-01-19 15:16:26 +02:00
dfba752ddf dev: rename dt-pci to be consistent with device tree 2024-12-18 19:57:13 +02:00
49b918e2ac cfg: allow passing cmdline options to the kernel 2024-12-17 19:12:39 +02:00
cb5814a5ce fs: rework sysfs 2024-12-17 16:42:21 +02:00
047746d134 dt: add clocks, bcm2835-aux driver 2024-12-16 22:06:40 +02:00
699816d61d aarch64: reenable psci, add spin-table smp init 2024-12-16 14:24:46 +02:00
dfae656833 dt: refactor device-tree lib 2024-12-16 12:56:05 +02:00
a9340ea089 dt: rework device-tree, proper interrupt handling 2024-12-16 00:23:23 +02:00
ccb5a6a7eb aarch64: prettify cache init 2024-12-15 15:20:09 +02:00
a2adff85a7 x86: fix i686/x86_64 build 2024-12-14 13:10:46 +02:00
60164fedca aarch64: add raspberry pi 4b target 2024-12-14 02:34:22 +02:00
56fbcefa80 dev: rework device management (&'static -> Arc) 2024-12-10 11:52:26 +02:00
8c09e046e9 video: x86_64 switch-over from boot fb to virtio-gpu if present 2024-12-08 14:49:29 +02:00
6bd3d387bf display: basic virtio-gpu support, better display API 2024-12-06 18:03:18 +02:00
4fcd392ee5 time: add real-time clock (x86-64) 2024-12-02 10:19:48 +02:00
6e878c2ac1 debug: unify kernel logging 2024-11-30 23:51:02 +02:00
e5aef02981 refactor: fix all warnings 2024-11-19 19:33:08 +02:00
4b25a4db89 i686: add platform support 2024-10-10 18:06:54 +03:00
404ea5a75e dev/block: rewrite block subsystem 2024-07-29 14:43:37 +03:00
b9c1b15bd1 kernel: fix some TODOs 2024-07-27 14:37:46 +03:00
a3d7ecd867 dev: rework tty/pty 2024-07-26 21:52:28 +03:00
1bd9d65a5e Migrate to 1.82 rustc nightly 2024-07-25 11:58:47 +03:00
3383d0350c proc: spawn_thread/exit_thread/wait_thread 2024-04-25 16:02:20 +03:00
1b69be1664 proc/debug: implement basic single-stepping facilities 2024-03-19 23:11:03 +02:00
ac84a7e027 refactor: fix clippy warnings 2024-03-13 23:52:51 +02:00
c9a344966b refactor: unify process struct 2024-03-13 23:20:03 +02:00
3d04d30eb4 refactor: integrate libk-thread into libk 2024-03-13 19:14:54 +02:00
69b6a38c0a refactor: integrate vfs into libk 2024-03-13 19:01:59 +02:00
d44bda6d62 refactor: integrate block into vfs 2024-03-13 18:50:26 +02:00
2dc162d1a0 proc: better handling of process groups + shell interrupts 2024-03-13 17:55:14 +02:00
55a4c89811 refactor: Fix all clippy warnings 2024-03-13 01:54:00 +02:00
18fa8b954a Add 'kernel/' from commit '7f1f6b73377367db17f98a740316b904c37ce3b1'
git-subtree-dir: kernel
git-subtree-mainline: 817f71f90f97270dd569fd44246bf74e57636552
git-subtree-split: 7f1f6b73377367db17f98a740316b904c37ce3b1
2024-03-12 15:52:48 +02:00