index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Forward.h
Age
Commit message (
Expand
)
Author
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-14
Kernel: Move {Process,Thread,Session,ProcessGroup}ID to Kernel/Forward.h
Andreas Kling
2021-08-08
Kernel: Simplify the per-CPU SchedulerData struct
Andreas Kling
2021-08-06
Kernel: Rename Memory::Space => Memory::AddressSpace
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-05
Kernel: Add MemoryManager to Forward.h
Andreas Kling
2021-07-27
Kernel: Introduce ProcessorSpecific<T> for per-CPU data structures
Andreas Kling
2021-07-18
Kernel/USB: Move USB bus information from /proc to /sys
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Remove some duplicate forward declarations
Andreas Kling
2021-07-11
Kernel: Use Forward.h headers more
Andreas Kling
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
Kernel: Add simplistic work queues
Tom
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-12-01
Kernel: Fix some problems with Thread::wait_on and Lock
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
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