Commit Graph

75 Commits

Author SHA1 Message Date
06a87207ff XHCI store pdevice configs, ifs and endpoints as static length arrays
Some checks are pending
Build ISO image / build-and-deploy (push) Successful in 3m28s
Build documentation / build-and-deploy (push) Has started running
2026-04-03 16:19:32 +02:00
a8193797fa XHCI pass pdevice->config_desc.config_value to xhci_pdevice_setup_set_config as the preferred configuration
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m43s
Build documentation / build-and-deploy (push) Successful in 3m39s
2026-04-03 12:28:04 +02:00
725cee6ffc XHCI reduce stalling to increase driver performance
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m39s
Build documentation / build-and-deploy (push) Successful in 3m41s
2026-04-03 03:19:51 +02:00
d79556a58f devices utility app
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 4m29s
Build documentation / build-and-deploy (push) Successful in 3m51s
2026-04-03 02:33:47 +02:00
f61afad77e XHCI configure device endpoints
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 5m9s
Build documentation / build-and-deploy (push) Successful in 3m24s
2026-04-02 18:41:09 +02:00
88df4cbdd5 XHCI set device configuration
All checks were successful
Build documentation / build-and-deploy (push) Successful in 4m6s
Build ISO image / build-and-deploy (push) Successful in 4m55s
2026-04-02 16:24:28 +02:00
024512c5e4 XHCI parse full USB config
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m1s
Build documentation / build-and-deploy (push) Successful in 3m5s
2026-04-02 00:00:35 +02:00
1a81a46803 XHCI volatile and memory barriers
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m24s
Build documentation / build-and-deploy (push) Successful in 2m30s
2026-04-01 23:00:51 +02:00
14ed21f772 XHCI fix naming bug - use XHCI_SLCTX_CTX_ENTRIES instead of XHCI_SLCTX_SLOT_STATE
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m34s
Build documentation / build-and-deploy (push) Successful in 2m12s
2026-04-01 22:41:23 +02:00
cd7d2d5d7d XHCI get device config
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m29s
Build documentation / build-and-deploy (push) Successful in 3m53s
2026-04-01 22:10:14 +02:00
eeb120bc38 Remove mail-related fields from struct proc, suspension queue can now have user data
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m57s
Build documentation / build-and-deploy (push) Successful in 1m40s
2026-04-01 01:17:39 +02:00
ee0e56928d XHCI big clean up, #define necessary bits for readability, change .clang-format options
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m5s
Build documentation / build-and-deploy (push) Successful in 3m50s
2026-03-31 22:51:51 +02:00
8f1e24653d XHCI fix device hotplug, introduce xhci port status change queue
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 4m1s
Build documentation / build-and-deploy (push) Successful in 2m47s
2026-03-31 17:16:58 +02:00
e41e62af38 Use static qualifier for device ops arrays
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 4m31s
Build documentation / build-and-deploy (push) Successful in 3m12s
2026-03-31 16:39:41 +02:00
4c4c10c61e organize device drivers into subdirectories
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 35s
Build documentation / build-and-deploy (push) Failing after 7s
2026-03-31 15:56:30 +02:00
dcfc1a6e42 XHCI get USB device descriptor
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m44s
Build documentation / build-and-deploy (push) Successful in 2m56s
2026-03-31 15:32:14 +02:00
e623862b61 XHCI create device after port reset
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m6s
Build documentation / build-and-deploy (push) Successful in 3m15s
2026-03-29 21:03:25 +02:00
b06392549d XHCI fix completion parameter error
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m23s
Build documentation / build-and-deploy (push) Successful in 2m45s
2026-03-29 20:46:54 +02:00
482afb47d7 USB driver polling user app, handle only one XHCI controller for now, Implement USB device addressing
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m47s
Build documentation / build-and-deploy (push) Successful in 2m38s
2026-03-29 18:59:20 +02:00
9f2e6eef79 XHCI do not check for CSC bit in xhci_reset_ports () 2026-03-26 19:20:08 +01:00
422565abb6 Fix random crashes at boot 2026-03-26 18:41:51 +01:00
bcdd769967 PCI XHCI allocate only necessary pages
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m6s
Build documentation / build-and-deploy (push) Successful in 2m54s
2026-03-26 00:29:42 +01:00
99712af7dd PCI XHCI disable page chaching for mmio
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m29s
Build documentation / build-and-deploy (push) Successful in 2m42s
2026-03-25 23:18:20 +01:00
afe32feac7 XHCI reset ports 2026-03-25 23:05:03 +01:00
167c0ad5fd XHCI put extended capability parsing into one function, parse USB port info
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m36s
Build documentation / build-and-deploy (push) Successful in 3m15s
2026-03-25 21:00:55 +01:00
c71b1cc97d XHCI hardware fixes, ordering of writes, send noop to test
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 6m20s
Build documentation / build-and-deploy (push) Successful in 2m21s
2026-03-24 23:59:30 +01:00
0478570b2b XHCI works on real hardware! 2026-03-24 22:13:19 +01:00
b35fc5545c XHCI test sending noop command
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m12s
Build documentation / build-and-deploy (push) Successful in 3m13s
2026-03-22 23:09:21 +01:00
5cdeb87393 XHCI perform init sequence
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m36s
Build documentation / build-and-deploy (push) Successful in 2m38s
2026-03-22 18:39:53 +01:00
a4c5df8db4 XHCI baby steps!
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m31s
Build documentation / build-and-deploy (push) Successful in 2m55s
2026-03-22 17:59:54 +01:00
5492b564dd PCI check for MSIs and enable if possible
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m55s
Build documentation / build-and-deploy (push) Successful in 3m5s
2026-03-22 11:22:03 +01:00
7fa37ad6d7 cpu->proc_current cannot be NULL 2026-03-20 23:54:04 +01:00
837f7fa7ba Remove PS/2 keyboard function KB_READ_KEY_NONBLOCK 2026-03-18 23:21:58 +01:00
fdd016e9fd Unused variables 2026-03-18 23:19:45 +01:00
80a728f04b Implement streams IPC mechanism
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
2026-03-18 22:27:56 +01:00
77ab25bcee CE process watching WIP 2026-03-18 15:30:41 +01:00
1b1e1e4954 Use lowercase keys for devices 2026-03-16 21:25:06 +01:00
cba8122b07 Rename RD to SYS
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m40s
2026-03-15 23:50:55 +01:00
8585552bd6 Remove procgroup capabilities
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m6s
2026-03-15 20:21:03 +01:00
cd5604da43 Use macro wrappers for device op prototypes
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m35s
2026-03-15 14:27:54 +01:00
c784264dc8 PCI-IDE driver fallback to polling for PCI-native controllers
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m55s
2026-03-15 12:52:29 +01:00
5b432b2b01 PCI-IDE interrupt based driver fixes, works on QEMU 2026-03-15 10:15:01 +01:00
3c10b76b3f IDE interrupt based driver
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m36s
2026-03-14 16:40:03 +01:00
217179c9a0 Handle IRQs inside the kernel
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
2026-03-13 20:33:27 +01:00
4760818118 Spinlock save cpu flags 2026-03-12 22:48:34 +01:00
19793e9126 Device IRQs WIP 2026-03-12 19:23:47 +01:00
5024870dc7 Implement debug console device 2026-03-11 15:35:36 +01:00
47ea9eb632 PCI IDE check if BAR is IO 2026-03-10 22:15:24 +01:00
37ec117abc Better PCI IDE init with fallback to IO bars
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m26s
2026-03-10 21:56:48 +01:00
e9806c862c Don't create fake dos partitions for TEMP 2026-03-10 21:07:09 +01:00