genode/repos/os
Johannes Schlatow 0182e81b51 platform_drv: map actual DMA dataspace size
DMA buffer allocations are always performed as full pages. However, they
got mapped into the IOMMU domain using the requested size, which may not
be a multiple of the page size. This behaviour was introduced as a regression
by #4761 and is corrected by this commit.

genodelabs/genode#5002
2023-11-28 19:01:28 +01:00
..
doc Remove SIGNAL/CAP/RAM services from run scripts 2022-04-13 08:08:00 +02:00
include list_model.h: rename 'apply_first' to 'with_first' 2023-11-28 14:24:24 +01:00
lib monitor: add more debugging features 2023-08-23 13:46:37 +02:00
recipes test-read_only_rom: fix false positive 2023-11-28 14:44:28 +01:00
run Supplement the build of shared libs where needed 2023-11-28 14:44:29 +01:00
src platform_drv: map actual DMA dataspace size 2023-11-28 19:01:28 +01:00
xsd sntp_client: add DNS lookup option 2023-11-28 14:24:23 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.