Age | Commit message (Expand) | Author |
---|---|---|
2019-10-18 | Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing" | Andreas Kling |
2019-10-18 | Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-03-20 | Kernel: DoubleBuffer can return early if read/write is called with !size. | Andreas Kling |
2019-02-25 | Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t. | Andreas Kling |
2019-01-16 | Catch anyone trying to use a DoubleBuffer with interrupts disabled. | Andreas Kling |
2019-01-15 | Add internal locking to DoubleBuffer. | Andreas Kling |
2019-01-12 | Paper over a race in DoubleBuffer. | Andreas Kling |
2018-12-21 | Yet another pass of style fixes. | Andreas Kling |
2018-12-03 | Move DoubleBuffer to its own files. | Andreas Kling |