Michał Błaszczyk
Michał Błaszczyk
The primary problem with our current boundary tag allocation solution which is based on the pool allocator is that it creates a cyclic dependency between `pool` and `vmem`. If a...
Kernel malloc implementation based on slabs. This PR contains changes introduced in #1336.
Implement USB on Malta platform. This involves: - UHCI host controller driver - USB bus driver (implement as a set of routines, not an actual bus driver) - HUB support...
Each UCHI transfer requires a single data buffer and a single transfer buffer, thereby the number of transfer buffers in the `P_TFR` pool must be equal to the number of...