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
/
Devices
Age
Commit message (
Expand
)
Author
2020-03-08
Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller
Andreas Kling
2020-03-06
Kernel: Fix syntax errors in PS2MOUSE_DEBUG
Tibor Nagy
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-06
Kernel: Change HandlerPurpose to HandlerType
Liav A
2020-03-06
Kernel: Enable IRQs before sending commands to devices
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-02
Kernel: Use IOAddress class in PATAChannel class
Liav A
2020-02-28
Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE
Andreas Kling
2020-02-28
Kernel: Validate changed framebuffer resolution
Liav A
2020-02-27
VMWareBackdoor: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
PS2MouseDevice: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
KeyboardDevice: Use dbg() instead of dbgprintf()
Liav A
2020-02-24
Kernel: Change get_pci_address() to pci_address() in PCI::Device class
Liav A
2020-02-24
Kernel: Update SB16 driver to use the new IRQHandler class
Liav A
2020-02-24
Kernel: Include the new PIT class in system components
Liav A
2020-02-24
Kernel: Update PATAChannel implementation to use the PIT class
Liav A
2020-02-24
Kernel: Update PATAChannel class to use the PCI::Device class
Liav A
2020-02-24
Kernel: Update system components to use the new IRQHandler class
Liav A
2020-02-24
Kernel: Introduce the PIT class
Liav A
2020-02-24
Kernel: Add HardwareTimer class
Liav A
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
Liav A
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-09
Kernel: Support reading/writing PATADiskDevices directly via /dev/hdX
Conrad Pankoff
2020-02-08
Kernel: Merge unnecessary DiskDevice class into BlockDevice
Andreas Kling
2020-02-07
Kernel: Allow PS2MouseDevice to read multiple packets
Andreas Kling
2020-02-05
Kernel: Move the VMWare helpers out of the IO namespace
Liav A
2020-02-05
Kernel: Fix vmmouse detection method
Liav A
2020-02-05
Kernel: Add support for high bandwidth IO communication with VMWare
Liav A
2020-02-04
Kernel: Add support for vmmouse
Liav A
2020-02-04
Kernel: Stub absolute mouse positioning support
Sergey Bugaev
2020-02-02
Partition Table: Add support for Extended partitions
Liav A
2020-02-02
Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]
Liav A
2020-02-01
Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]
Liav A
2020-01-28
BXVGA: Disallow resolutions higher than 4096x2160
Andreas Kling
2020-01-28
Kernel: AnonymousVMObject::create_for_physical_range() should fail more
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Meta: Change copyright holder of `FloppyDiskDevice.*
Jesse Buhagiar
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-22
Kernel: Run clang-format on KeyboardDevice.cpp
Liav A
2020-01-21
Kernel: Tidy up debug logging a little bit
Andreas Kling
2020-01-20
SB16: Map the DMA buffer in kernelspace so we can write to it
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Move kernel above the 3GB virtual address mark
Andreas Kling
2020-01-12
Kernel: Add "video" pledge for accessing framebuffer devices
Andreas Kling
2020-01-09
Kernel: Make some static keyboard data const
Andreas Kling
2020-01-05
Kernel: Fix IRQ define in PS2MouseDevice
Tibor Nagy
[next]