Age | Commit message (Expand) | Author |
---|---|---|
2021-07-11 | Kernel: Rename SysFS related classes in BIOS code | Andreas Kling |
2021-07-11 | Kernel: Replace "Folder" => "Directory" everywhere | Andreas Kling |
2021-07-11 | Kernel: Rename SystemExposedFolder => SysFSDirectory | Andreas Kling |
2021-07-11 | Kernel: Rename SystemExposedComponent => SysFSComponent | Andreas Kling |
2021-07-11 | Kernel: Rename SystemRegistrar => SysFSComponentRegistry | Andreas Kling |
2021-06-29 | Kernel: Introduce the new SysFS | Liav A |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-07 | Kernel: Fix unaligned read inside map_ebda() | Jean-Baptiste Boric |
2021-02-14 | Kernel: Assert if rounding-up-to-page-size would wrap around to 0 | Andreas Kling |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-05-22 | Kernel: Add convenient ways to map whole BIOS and EBDA into memory | Andreas Kling |