Age | Commit message (Expand) | Author |
---|---|---|
2021-09-05 | Kernel: Switch static_asserts of a type size to AK::AssertSize | Brian Gianforcaro |
2021-08-23 | Kernel: Rename PCI::DeviceController => PCI::Device | Liav A |
2021-08-23 | Kernel/PCI: Delete PCI::Device in its current form | Liav A |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-08-03 | Kernel: Add interface to read link speed and duplex for NetworkAdapter | Thomas Wagenveld |
2021-07-11 | Kernel: Make NetworkAdapter::class_name() return a StringView | Andreas Kling |
2021-07-11 | Kernel: Make various T::class_name() and similar return StringView | Andreas Kling |
2021-07-02 | Kernel/PCI: Move the PCI components as a subfolder to the Bus directory | Liav A |
2021-06-17 | Kernel/Interrupts: Return boolean on whether we handled the interrupt | Liav A |
2021-06-10 | Kernel: Add support for the RTL8168E-VL variant to the RTL8168 driver | Luke |
2021-06-10 | Kernel: Add driver for RTL8168 & RTL8111 NICs | Idan Horowitz |