1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Kernel/Bus/PCI
Andreas Kling 9c373b646b Kernel/SysFS: Don't compute exact size of PCI files
There's no need for generated files in SysFS to tell you their precise
file size when you stat() them.

I noticed when profiling "find /" that we were spending a chunk of time
generating and throwing away SysFS content just so we could tell you
exactly how large it would be. :^)
2021-08-15 23:30:52 +02:00
..
Access.cpp Kernel/SysFS: Don't compute exact size of PCI files 2021-08-15 23:30:52 +02:00
Access.h Kernel/SysFS: Don't compute exact size of PCI files 2021-08-15 23:30:52 +02:00
Definitions.h Kernel: Use range-for wherever possible 2021-07-08 10:11:00 +02:00
Device.cpp Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
Device.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
DeviceController.cpp Kernel: Use range-for wherever possible 2021-07-08 10:11:00 +02:00
DeviceController.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
IDs.h Kernel: Clarify and make it easy to not use raw numbers 2021-07-03 16:28:49 +02:00
Initializer.cpp Kernel: Rename SysFS related classes in PCI code 2021-07-11 01:31:48 +02:00
Initializer.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
IOAccess.cpp Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
IOAccess.h Kernel: Remove unused PCI::Access::access_type() 2021-08-06 00:37:47 +02:00
MMIOAccess.cpp Kernel: Add convenience values to the Memory::Region::Access enum 2021-08-06 22:25:00 +02:00
MMIOAccess.h Kernel: Move SpinLock.h into Locking/ 2021-08-07 11:48:00 +02:00
WindowedMMIOAccess.cpp Kernel: Add convenience values to the Memory::Region::Access enum 2021-08-06 22:25:00 +02:00
WindowedMMIOAccess.h Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00