Age | Commit message (Expand) | Author |
---|---|---|
2019-07-29 | Kernel: Move Lock code out-of-line. | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-07 | Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-16 | Kernel: Simplify dump_backtrace() API for clients. | Andreas Kling |
2019-05-14 | Kernel: Have Lock dump backtrace on lock-while-interrupts-disabled error. | Andreas Kling |
2019-04-17 | Kernel: Lock::unlock_if_locked() should never donate to holder. | Andreas Kling |
2019-04-01 | Kernel: Add a blunt big process lock. | Andreas Kling |
2019-03-23 | Kernel: Introduce threads, and refactor everything in support of it. | Andreas Kling |
2019-03-16 | Move Lock from AK to Kernel, since it only works inside the kernel. | Andreas Kling |