Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-12-28 | UserspaceEmulator: Exclude special ranges from RangeAllocator | Daniel Bertalan |
2021-12-23 | UserspaceEmulator: Add some implied auto qualifiers | Hendiadyoin1 |
2021-05-29 | Everywhere: Sort out superfluous QuickSort.h imports | Ben Wiederhake |
2021-05-21 | DevTools: Remove redundant default destructor and forward declarations | Lenny Maiorani |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-12 | UserspaceEmulator: Convert a weird klog(!) to dbgln() | Andreas Kling |
2021-03-11 | UserspaceEmulator: Handle MAP_FIXED with invalid addresses better | Ben Wiederhake |
2021-03-09 | UserspaceEmulator: Honor alignment requests in virt$mmap(MAP_RANDOMIZED) | Andreas Kling |
2021-02-26 | Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes | Linus Groh |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-06 | UserspaceEmulator: Implement a proper VM allocator | Andreas Kling |