genode/repos/os
Johannes Schlatow 8b43554a27 gpu/intel: do not clflush on MMIO but on ppgtt
Executing a clflush operation on MMIO memory freezes embedded
platforms such as the Celeron N3450 used on the ZimaBlade. Looking into
the current linux code confirms that clflush is only used for ppgtt
entries and not on MMIO memory.

Fixes #5176
2024-04-12 15:08:01 +02:00
..
doc Remove SIGNAL/CAP/RAM services from run scripts 2022-04-13 08:08:00 +02:00
include os: packet_allocator needs size for free 2024-04-12 15:05:14 +02:00
lib monitor: add more debugging features 2023-08-23 13:46:37 +02:00
recipes black_hole: add Play and Record session 2024-04-12 15:08:00 +02:00
run usb: session renewal & new client API 2024-04-12 12:57:30 +02:00
src gpu/intel: do not clflush on MMIO but on ppgtt 2024-04-12 15:08:01 +02:00
xsd sntp_client: add DNS lookup option 2023-11-28 14:24:23 +01:00
README

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