Historique des commits

Auteur SHA1 Message Date
  Liav A aacb1f0bf4 Kernel: Rename PCI::DeviceController => PCI::Device il y a 3 ans
  Liav A 7b9c3439ec Kernel/PCI: Delete PCI::Device in its current form il y a 3 ans
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum il y a 4 ans
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace il y a 4 ans
  Thomas Wagenveld 59fdeec7f5 Kernel: Add interface to read link speed and duplex for NetworkAdapter il y a 4 ans
  Andreas Kling e49af4bac9 Kernel/E1000: Consolidate RX and TX buffer regions il y a 4 ans
  Liav A 3fae7ca113 Kernel: Clarify and make it easy to not use raw numbers il y a 4 ans
  Liav A 6568bb47cb Kernel/PCI: Move the PCI components as a subfolder to the Bus directory il y a 4 ans
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` il y a 4 ans
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h il y a 4 ans
  Liav A b91df26d4a Kernel/Interrupts: Return boolean on whether we handled the interrupt il y a 4 ans
  Liav A c6480a0426 Kernel/Net: Support Intel 82574 adapter il y a 4 ans
  Liav A 1c94b5e8eb Kernel: Introduce the NetworkingManagement singleton il y a 4 ans
  Brian Gianforcaro e9add0bb80 Kernel: Mark E1000NetworkAdapter is_valid_device_id(..) UNMAP_AFTER_INIT il y a 4 ans
  Liav A 8d0280ca09 Kernel/Net: Make interfaces to have persistent names il y a 4 ans
  Gunnar Beutner cf7df418ed Kernel: Make sure we read all packets il y a 4 ans
  Gunnar Beutner bf703ee553 Kernel: Move PCI vendor and device IDs into Kernel/PCI/IDs.h il y a 4 ans
  Gunnar Beutner eaf8fc90e7 Kernel: Avoid resetting the IRQ mask for E1000 on each interrupt il y a 4 ans
  Gunnar Beutner 897f001076 Kernel: Add logging for E1000 RX buffer overrun il y a 4 ans
  Gunnar Beutner fa434305a7 Kernel: Use macros instead of hard-coded magic values il y a 4 ans
  Gunnar Beutner addddb4880 Kernel: Make sure the E1000 network adapter keeps receiving packets il y a 4 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 65131334e7 Kernel: Convert klog() => dmesgln() in E1000NetworkAdapter il y a 4 ans
  William McPherson 2479ead718 Everywhere: Remove unnecessary `clang-format off`s il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling cc0f5917d3 Kernel: Slap a handful more things with UNMAP_AFTER_INIT il y a 4 ans
  Andreas Kling 2b2828ae52 Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions il y a 4 ans
  Brian Gianforcaro ddd79fe2cf Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits. il y a 4 ans
  Andreas Kling 09b1b09c19 Kernel: Assert if rounding-up-to-page-size would wrap around to 0 il y a 4 ans