Commit Graph

91 Commits

Author SHA1 Message Date
alnyan 1552bb27f4 toolchain: migrate to 1.94.0 toolchain 2026-03-28 01:59:17 +02:00
alnyan 7f256cf3a6 i2c: improve i2c architecture, add sifive i2c driver 2026-03-25 19:07:59 +02:00
alnyan 218e391505 aarch64: better page fault info 2026-02-03 12:07:52 +02:00
alnyan 195c19e225 serial: unify 8250 drivers, better dts support 2026-01-16 23:18:46 +02:00
alnyan 57143f9d8d maint: migrate to rustc 1.94.0-nightly 2026-01-06 14:41:08 +02:00
alnyan 0ff48fd520 sysutils: implement poweroff 2025-08-14 10:31:09 +03:00
alnyan 3be32b7b8f maint: split peripheral drivers into bsp packages 2025-08-01 10:21:49 +03:00
alnyan a5526f8001 maint: remove memtables crate 2025-07-17 17:53:53 +03:00
alnyan 3b1bdea1dd maint: fix clippy warnings 2025-07-17 17:47:24 +03:00
alnyan b8e7430353 maint: fix warnings 2025-07-17 17:08:59 +03:00
alnyan 511d1e45c0 x86_64: position-independent kernel 2025-07-17 16:45:57 +03:00
alnyan 019146e9ff riscv64: position-independent kernel 2025-07-17 14:38:51 +03:00
alnyan 1f6f091c2c aarch64: position-independent kernel 2025-07-17 12:58:43 +03:00
alnyan 6a723790de maint: drop support for i686 2025-07-16 20:19:40 +03:00
alnyan 223aeef10f boot: fix riscv64/aarch64 boot headers 2025-07-16 16:00:57 +03:00
alnyan 04afd55f35 aarch64: add linux image header 2025-07-16 12:03:16 +03:00
alnyan 2fcf800cc8 yboot: pick higher fb resolutions 2025-05-17 11:22:39 +03:00
alnyan 31fa51e64c maint/proc: add /sys/proc + migrate to rustc 1.87.0-nightly 2025-03-02 02:17:27 +02:00
alnyan 72633eb339 maint: sync up other architectures with mmap(file) 2025-02-26 16:21:56 +02:00
alnyan 7fdc57fd9f proc: implement basic mmap with files, real_program in arg 2025-02-25 17:41:14 +02:00
alnyan f716c50988 virtio: add virtio-blk, rework virtio queues 2025-02-15 16:41:47 +02:00
alnyan 40574c60f0 nvme: dma cache flush, better performance (played with timer) 2025-02-09 16:52:36 +02:00
alnyan a08fe6ab1b fat32: implement FAT32 (read) driver 2025-02-07 23:18:03 +02:00
alnyan 7348232aa9 pci/dt: rework pci interrupts, add gicv2m and dt msi controllers 2025-02-05 21:45:48 +02:00
alnyan 01dbac2132 dt: fix pci interrupt-map parsing 2025-02-05 12:35:38 +02:00
alnyan d687051c48 usb: implement usb-msc-bbb class driver, basic scsi commands 2025-02-04 22:51:33 +02:00
alnyan 6e7a42c2cb acpi: move ACPI to its own driver 2025-01-31 23:43:56 +02:00
alnyan 5b1b69e467 rv64: remove commented out M-mode CSRs 2025-01-21 19:53:33 +02:00
alnyan 822d4f891c rv64: implement address space dropping 2025-01-21 18:50:26 +02:00
alnyan ca82e25cf6 rv64: relax TLB flushes 2025-01-21 18:37:30 +02:00
alnyan cfc11c402a rv64: fix smp init in asymmetric systems 2025-01-21 16:53:57 +02:00
alnyan 909980f4eb rv64: add jh7110/starfive visionfive2 support 2025-01-21 16:34:03 +02:00
alnyan 16f580e7af rv64: smp secondary hart startup 2025-01-20 17:04:17 +02:00
alnyan 2f942e1721 maint: sync up other archs 2025-01-20 13:59:06 +02:00
alnyan 86509e39c1 rv64: riscv plic driver, time accouting 2025-01-20 13:22:24 +02:00
alnyan 8ba37c9762 rv64: boot into usermode 2025-01-20 00:54:26 +02:00
alnyan 20fa34c945 rv64: platform init, task switching 2025-01-19 15:16:26 +02:00
alnyan f46f3ddc31 rv64: implement M-/S-mode trap stubs 2025-01-17 03:28:00 +02:00
alnyan 86eb2d3252 rv64: boot into upper half 2025-01-17 02:25:49 +02:00
alnyan 37f8182eae x86_64: enable PDPE1GB support 2024-12-28 12:52:24 +02:00
alnyan 46854c0f81 x86_64: fix L2 RAM mapping issue + incorrect CR3 write 2024-12-28 12:32:14 +02:00
alnyan 49b918e2ac cfg: allow passing cmdline options to the kernel 2024-12-17 19:12:39 +02:00
alnyan ac0432100d aarch64: reenable L2 device pages 2024-12-16 14:25:48 +02:00
alnyan 699816d61d aarch64: reenable psci, add spin-table smp init 2024-12-16 14:24:46 +02:00
alnyan a9340ea089 dt: rework device-tree, proper interrupt handling 2024-12-16 00:23:23 +02:00
alnyan ccb5a6a7eb aarch64: prettify cache init 2024-12-15 15:20:09 +02:00
alnyan a2adff85a7 x86: fix i686/x86_64 build 2024-12-14 13:10:46 +02:00
alnyan 60164fedca aarch64: add raspberry pi 4b target 2024-12-14 02:34:22 +02:00
alnyan 718aad8a7a timer: rework timers, implement hpet for x86_64 2024-12-10 20:37:47 +02:00
alnyan 56fbcefa80 dev: rework device management (&'static -> Arc) 2024-12-10 11:52:26 +02:00