Age | Commit message (Expand) | Author |
---|---|---|
2020-09-13 | Kernel: Make copy_to/from_user safe and remove unnecessary checks | Tom |
2020-09-12 | Kernel: Remove spurious ProcessInspectionHandle | Ben Wiederhake |
2020-08-02 | Kernel: Prevent recursive calls into the scheduler | Tom |
2020-08-02 | Kernel: Remove a bunch of duplicate forward declarations | Andreas Kling |
2020-07-30 | Kernel: Simplify the ScopedSpinLock template | Andreas Kling |
2020-07-01 | Kernel: Implement software context switching and Processor structure | Tom |
2020-07-01 | Kernel: Serialize debug output | Tom |
2020-05-22 | Kernel: Add convenient ways to map whole BIOS and EBDA into memory | Andreas Kling |
2020-03-28 | Kernel: Add 'ptrace' syscall | Itamar |
2020-02-28 | Kernel: Rename InodeVMObject => SharedInodeVMObject | Andreas Kling |
2020-02-16 | Kernel: More header dependency reduction work | Andreas Kling |
2020-02-16 | Kernel: Reduce header dependencies of Process and Thread | Andreas Kling |
2020-02-16 | Kernel: Add forward declaration header | Andreas Kling |