Commit Graph

46 Commits

Author SHA1 Message Date
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 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 90edc4c8ed rtl81xx: fix rtl8168h (rtl8168gu still broken) 2025-02-11 17:12:29 +02:00
alnyan 40574c60f0 nvme: dma cache flush, better performance (played with timer) 2025-02-09 16:52:36 +02:00
alnyan a5e479007f nvme: prettify register operation 2025-02-09 15:31:00 +02:00
alnyan 80e5e72bb7 scsi: support multiple units per single enclosure 2025-02-07 11:34:57 +02:00
alnyan 7358852f67 block: make block subsystem use DmaBuffer/DmaSlice 2025-02-07 01:34:36 +02:00
alnyan e812453a97 dev: use DmaBuffer instead of PageBox where needed 2025-02-06 21:05:53 +02:00
alnyan 8cbde8389f dev: pass DeviceInitContext into Device::init() 2025-02-06 12:24: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 d83b82ef45 pci: move to .init_array-based driver registration 2025-02-04 22:57:18 +02:00
alnyan 87c7614fd8 xhci: rework xhci driver, now works on real hw 2025-02-04 22:55:04 +02:00
alnyan d687051c48 usb: implement usb-msc-bbb class driver, basic scsi commands 2025-02-04 22:51:33 +02:00
alnyan 2f46a36255 net: implement rtl8168 driver 2025-01-31 23:48:14 +02:00
alnyan fd9ea77adb ext2: use the same access method for icache as for bcache 2024-12-31 11:23:33 +02:00
alnyan ba00c97c66 vfs: force all symlinks to be path-based, chdir/getcwd 2024-12-20 23:00:43 +02:00
alnyan 49b918e2ac cfg: allow passing cmdline options to the kernel 2024-12-17 19:12:39 +02:00
alnyan cb5814a5ce fs: rework sysfs 2024-12-17 16:42:21 +02:00
alnyan a2adff85a7 x86: fix i686/x86_64 build 2024-12-14 13:10:46 +02:00
alnyan 56fbcefa80 dev: rework device management (&'static -> Arc) 2024-12-10 11:52:26 +02:00
alnyan 8c09e046e9 video: x86_64 switch-over from boot fb to virtio-gpu if present 2024-12-08 14:49:29 +02:00
alnyan 278c63d961 ahci: properly use ATA PRDs 2024-12-05 22:02:01 +02:00
alnyan f79cae5368 nvme: better prp list 2024-12-05 19:25:18 +02:00
alnyan 0be9d86344 block: write size hint 2024-12-05 13:31:25 +02:00
alnyan 93c143fa58 nvme: proper handling for PRPs 2024-12-05 11:47:38 +02:00
alnyan f9ab1bece3 refactor: fix warnings 2024-12-04 20:44:17 +02:00
alnyan 183ec14544 ext2: better inode cache, mkdir 2024-12-04 18:28:27 +02:00
alnyan e5aef02981 refactor: fix all warnings 2024-11-19 19:33:08 +02:00
alnyan bcf1e74a04 maint: update kernel dependencies 2024-11-01 20:47:37 +02:00
alnyan 109f290c67 refactor: switch to workspace dependencies 2024-11-01 20:37:30 +02:00
alnyan 3639d64649 refactor: move to rust 1.84.0-nightly + implement disable_aslr 2024-10-31 22:54:58 +02:00
alnyan e8e2705384 refactor: resolve clippy warnings 2024-10-11 15:44:14 +03:00
alnyan 6e07fa91db dev/block: remove extra copy on aligned ops 2024-07-30 19:51:14 +03:00
alnyan c7d5294f86 fs/ext2: read-only basic impl 2024-07-30 17:46:50 +03:00
alnyan 404ea5a75e dev/block: rewrite block subsystem 2024-07-29 14:43:37 +03:00
alnyan 6864447b33 kernel: update kernel dependencies 2024-07-28 12:53:30 +03:00
alnyan 1bd9d65a5e Migrate to 1.82 rustc nightly 2024-07-25 11:58:47 +03:00
alnyan 3d04d30eb4 refactor: integrate libk-thread into libk 2024-03-13 19:14:54 +02:00
alnyan 69b6a38c0a refactor: integrate vfs into libk 2024-03-13 19:01:59 +02:00
alnyan d44bda6d62 refactor: integrate block into vfs 2024-03-13 18:50:26 +02:00
alnyan 55a4c89811 refactor: Fix all clippy warnings 2024-03-13 01:54:00 +02:00
alnyan 1440689094 build: Finish migration to monorepo 2024-03-12 18:17:47 +02:00
alnyan 18fa8b954a Add 'kernel/' from commit '7f1f6b73377367db17f98a740316b904c37ce3b1'
git-subtree-dir: kernel
git-subtree-mainline: 817f71f90f
git-subtree-split: 7f1f6b7337
2024-03-12 15:52:48 +02:00