summaryrefslogtreecommitdiff
path: root/Kernel/Forward.h
AgeCommit message (Expand)Author
2021-02-08Kernel: Factor address space management out of the Process classAndreas Kling
2021-01-17Kernel: Some futex improvementsTom
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2020-12-14Kernel: Generate a coredump file when a process crashesItamar
2020-12-01Kernel: Fix some problems with Thread::wait_on and LockTom
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-09-12Kernel: Remove spurious ProcessInspectionHandleBen Wiederhake
2020-08-02Kernel: Prevent recursive calls into the schedulerTom
2020-08-02Kernel: Remove a bunch of duplicate forward declarationsAndreas Kling
2020-07-30Kernel: Simplify the ScopedSpinLock templateAndreas Kling
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-07-01Kernel: Serialize debug outputTom
2020-05-22Kernel: Add convenient ways to map whole BIOS and EBDA into memoryAndreas Kling
2020-03-28Kernel: Add 'ptrace' syscallItamar
2020-02-28Kernel: Rename InodeVMObject => SharedInodeVMObjectAndreas Kling
2020-02-16Kernel: More header dependency reduction workAndreas Kling
2020-02-16Kernel: Reduce header dependencies of Process and ThreadAndreas Kling
2020-02-16Kernel: Add forward declaration headerAndreas Kling