Michał Błaszczyk

Results 15 issues of 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...

review

Kernel malloc implementation based on slabs. This PR contains changes introduced in #1336.

review

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...

WiP

Introduce a USB mass storage device driver.

review

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...

bug
review

This PR contains changes introduced in #1137.

review

This PR contains changes introduced in #1137.

review

Implementation of USB host controller for RPi3.

WiP
orphaned