| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 28 hours | kernel: allow reallocation of minor numbersHEADdevelop | Felix Morgner | 3 | -1/+30 | |
| 41 hours | x86_64: fix use-before-init in cpu bus init | Felix Morgner | 1 | -3/+3 | |
| 41 hours | kernel: improve minor number allocation | Felix Morgner | 4 | -14/+32 | |
| 2 days | x86_64: move cpu related drivers | Felix Morgner | 3 | -5/+5 | |
| 2 days | chore: post refactoring cleanup | Felix Morgner | 8 | -19/+15 | |
| 3 days | x86_64: split lapic according to UDM | Felix Morgner | 29 | -313/+604 | |
| 3 days | x86_64: port PIT to devices resources | Felix Morgner | 7 | -13/+88 | |
| 3 days | kapi: fix device resources | Felix Morgner | 1 | -19/+46 | |
| 3 days | kapi: fix device resource lookup | Felix Morgner | 3 | -7/+372 | |
| 4 days | kapi: add device resources | Felix Morgner | 4 | -0/+630 | |
| 4 days | kapi: fix driver registry locking | Felix Morgner | 6 | -13/+133 | |
| 4 days | kapi/bus: extend stress tests | Felix Morgner | 1 | -2/+79 | |
| 4 days | ci: fix junit reports directory | Felix Morgner | 1 | -2/+2 | |
| 4 days | build: separate normal from stress tests | Felix Morgner | 6 | -19/+73 | |
| 4 days | ide: adapt nesting patterns | Felix Morgner | 1 | -2/+2 | |
| 4 days | kapi/bus: lock correct mutex | Felix Morgner | 1 | -1/+1 | |
| 4 days | ci: disable coverage for tsan tests | Felix Morgner | 1 | -6/+18 | |
| 4 days | build: ignore negative coverage counts | Felix Morgner | 1 | -1/+1 | |
| 4 days | ci: enable halt_on_error for TSan | Felix Morgner | 1 | -1/+1 | |
| 4 days | ci: fix job dependencies | Felix Morgner | 1 | -1/+5 | |
| 4 days | kstd: fix weak_this race in shared_ptr | Felix Morgner | 1 | -3/+1 | |
| 4 days | ci: add tsan jobs | Felix Morgner | 1 | -9/+14 | |
| 4 days | build: add tsan build | Felix Morgner | 8 | -12/+44 | |
| 4 days | kapi/devices: implement locking discipline | Felix Morgner | 15 | -147/+320 | |
| 4 days | kapi: add tracked mutex tests | Felix Morgner | 2 | -5/+79 | |
| 4 days | kapi: implement a simple, tracked mutex | Felix Morgner | 6 | -0/+143 | |
| 4 days | kstd: split mutex header | Felix Morgner | 7 | -99/+125 | |
| 4 days | kernel: add missing ofd test | Felix Morgner | 1 | -0/+14 | |
| 4 days | kernel: fail early on removed device I/O | Felix Morgner | 2 | -0/+70 | |
| 4 days | kstd: remove platform dependent asm | Felix Morgner | 1 | -3/+1 | |
| 4 days | kernel: add devfs live-update tests | Felix Morgner | 3 | -1/+69 | |
| 5 days | kapi: implement device removal | Felix Morgner | 2 | -6/+106 | |
| 5 days | kapi/device: allow removing devices from busses | Felix Morgner | 4 | -2/+140 | |
| 5 days | kapi: move protocol pointer to base bus | Felix Morgner | 9 | -63/+34 | |
| 5 days | kernel/bus: fix return type in boot_modules_protocol | Felix Morgner | 1 | -1/+2 | |
| 5 days | chore: minor cleanups after refactoring | Felix Morgner | 5 | -31/+20 | |
| 5 days | chore: replace "interface" with "facet" | Felix Morgner | 49 | -882/+893 | |
| 5 days | kapi: introduce the "bus" facet | Felix Morgner | 2 | -0/+21 | |
| 5 days | kapi/devices: improve documentation | Felix Morgner | 1 | -14/+50 | |
| 5 days | kapi: introduce driver names | Felix Morgner | 10 | -5/+52 | |
| 5 days | kernel: subscribe devfs to the number registry | Felix Morgner | 4 | -33/+57 | |
| 5 days | kernel: bootstrap device_number_registry | Felix Morgner | 2 | -37/+54 | |
| Previously, the device number registry would only receive devices from the interface registry that where published **after** the device number registry was constructed. This introduced a subtle state race, in which the device number registry would miss devices that already had published interfaces. | |||||
| 5 days | kapi: fix driver probing | Felix Morgner | 2 | -1/+6 | |
| Previously, a driver was only bound after probing was successful. However, if the probing itself relies (directly or indirectly) on the device having a bound driver, probing fails. This patchset introduces a new device state to mark that we are currently probing and thus the bound driver is not yet definitively bound to the device. This allows us to bind early, without violating the perceived device state. | |||||
| 6 days | kernel: make device number registry dynamic | Felix Morgner | 2 | -62/+168 | |
| 6 days | kapi: implement interface registry notifications | Felix Morgner | 4 | -15/+359 | |
| 6 days | kapi: add two missing test cases | Felix Morgner | 1 | -2/+55 | |
| 6 days | chore: hide protocol implementations | Felix Morgner | 4 | -69/+74 | |
| 6 days | chore: minor cleanups | Felix Morgner | 4 | -11/+10 | |
| 6 days | kernel: pull out driver initialization | Felix Morgner | 3 | -5/+7 | |
| 6 days | kapi: fix missing member implementation | Felix Morgner | 1 | -1/+4 | |
