Age | Commit message (Expand) | Author |
2024-04-11 | tree: Remove blank lines before '}' and after '{' | Elyes Haouas |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-12 | device/Kconfig: Add an option to allocate above 4G by default | Arthur Heymans |
2023-06-23 | allocator_v4: Fix top-level allocations w/o IORESOURCE_ABOVE_4G | Nico Huber |
2023-06-22 | allocator_v4: Remove redundant parameter | Nico Huber |
2023-06-22 | allocator_v4: Manually inline some thin functions | Nico Huber |
2023-06-22 | allocator_v4: Factor resource printing out | Nico Huber |
2023-06-22 | allocator_v4: Use memranges only for toplevel | Nico Huber |
2023-06-22 | allocator_v4: Treat above 4G resources more natively | Nico Huber |
2023-06-19 | device/resource_allocator_v4: Remove "ERROR: " from log message | Elyes Haouas |
2023-06-01 | device/resource_allocator_v4.c: Fix printing unsigned integers | Arthur Heymans |
2023-06-01 | device/allocator: Allow for multiple domain resources of a type | Arthur Heymans |
2023-05-15 | device/allocator: Fix format string for resource flags (%lu) | Nico Huber |
2022-10-26 | src/device: Clean up includes | Elyes Haouas |
2022-09-05 | Revert "allocator_v4: Treat above 4G resources more natively" | Nico Huber |
2022-09-04 | allocator_v4: Treat above 4G resources more natively | Nico Huber |
2022-09-04 | allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN | Nico Huber |
2022-08-31 | allocator_v4: Completely ignore resources with 0 limit | Nico Huber |
2022-06-27 | allocator_v4: Make it explicit that we start with the highest alignment | Nico Huber |
2022-06-27 | allocator_v4: Manually inline round() | Nico Huber |
2022-06-27 | allocator_v4: Reflow and revise comment blocks | Nico Huber |
2022-06-27 | allocator_v4: Drop spurious rule from comment | Nico Huber |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-07-05 | device/resource_allocator_v4: Only highlight log message with === | Paul Menzel |
2020-05-28 | device/resource_allocator_v4: Improve the logging in resource allocator | Furquan Shaikh |
2020-05-28 | device/resource_allocator_v4: Change BIOS_SPEW to BIOS_DEBUG | Furquan Shaikh |
2020-05-28 | device: Enable resource allocation above 4G boundary with allocator v4 | Furquan Shaikh |
2020-05-27 | resource_allocator_v4: Fix size of I/O hole at 0x3b0 | Furquan Shaikh |
2020-05-26 | device: Add support for resource allocator v4 | Furquan Shaikh |