summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2020-02-29CPU: Simplify handle_interrupt() functionLiav A
2020-02-29Kernel: Delete unnecessary register & unregister callsLiav A
2020-02-29Kernel: Add SpuriousInterruptHandler classLiav A
2020-02-29Kernel: Add SpuriousInterruptHandler type into HandlerPurposeLiav A
2020-02-28Kernel: Expose the VMObject type of each Region in /proc/PID/vmAndreas Kling
2020-02-28Kernel: Implement basic support for sys$mmap() with MAP_PRIVATEAndreas Kling
2020-02-28Kernel: Remove some unnecessary indirection in InodeFile::mmap()Andreas Kling
2020-02-28Kernel: Split InodeVMObject into two subclassesAndreas Kling
2020-02-28Kernel: Rename InodeVMObject => SharedInodeVMObjectAndreas Kling
2020-02-28Kernel: Make Process::m_master_tls_region a WeakPtrAndreas Kling
2020-02-28Kernel: Remove SmapDisabler in sys$connect()Andreas Kling
2020-02-28Kernel: Merge the shbuf_get_size() syscall into shbuf_get()Andreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-28Kernel: Validate changed framebuffer resolutionLiav A
2020-02-27Kernel: Run clang-format on PCI definitions fileLiav A
2020-02-27SharedBuffer: Use dbg() instead of dbgprintf()Liav A
2020-02-27SlavePTY: Use dbg() instead of dbgprintf()Liav A
2020-02-27MasterPTY: Use dbg() instead of dbgprintf()Liav A
2020-02-27Kernel: Run clang-format on Heap/kmalloc.cppLiav A
2020-02-27Heap kmalloc: Use dbg() instead of dbgprintf()Liav A
2020-02-27PTYMultiplexer: Use dbg() instead of dbgprintf()Liav A
2020-02-27Thread: Use dbg() instead of dbgprintf()Liav A
2020-02-27MemoryManager: Use dbg() instead of dbgprintf()Liav A
2020-02-27VirtualConsole: Use dbg() instead of dbgprintf()Liav A
2020-02-27TTY: Use dbg() instead of dbgprintf()Liav A
2020-02-27Process: Use dbg() instead of dbgprintf()Liav A
2020-02-27Ext2Filesystem: Use dbg() instead of dbgprintf()Liav A
2020-02-27RangeAllocator: Use dbg() instead of dbgprintf()Liav A
2020-02-27CPU: Use dbg() instead of dbgprintf()Liav A
2020-02-27Syscall: Use dbg() instead of dbgprintf()Liav A
2020-02-27VMWareBackdoor: Use dbg() instead of dbgprintf()Liav A
2020-02-27ProcFS: Use dbg() instead of dbgprintf()Liav A
2020-02-27FIFO: Use dbg() instead of dbgprintf()Liav A
2020-02-27Ksyms: Use dbg() instead of dbgprintf()Liav A
2020-02-27IOAPIC: Use dbg() instead of dbgprintf()Liav A
2020-02-27PS2MouseDevice: Use dbg() instead of dbgprintf()Liav A
2020-02-27Init Stage: Use dbg() instead of dbgprintf()Liav A
2020-02-27PhysicalPage: Use dbg() instead of dbgprintf()Liav A
2020-02-27Region: Use dbg() instead of dbgprintf()Liav A
2020-02-27KeyboardDevice: Use dbg() instead of dbgprintf()Liav A
2020-02-27InodeVMObject: Use dbg() instead of dbgprintf()Liav A
2020-02-27PCI MMIOAccess: Use dbg() instead of dbgprintf()Liav A
2020-02-27ACPIStaticParser: Use dbg() instead of dbgprintf()Liav A
2020-02-27PageDirectory: Use dbg() instead of dbgprintf()Liav A
2020-02-27Scheduler: Use dbg() instead of dbgprintf()Liav A
2020-02-27E1000NetworkAdapter: Use dbg() instead of dbgprintf()Liav A
2020-02-27LoopbackAdapter: Use dbg() instead of dbgprintf()Liav A
2020-02-27IPv4Socket: Use dbg() instead of dbgprintf()Liav A
2020-02-27DMIDecoder: Use dbg() instead of dbgprintf()Liav A
2020-02-27Kernel: Run clang-format on DMIDecoder header fileLiav A