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-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
2020-01-03
Kernel: Add a more expressive API for getting random bytes
Andreas Kling
2020-01-02
Kernel: Create support for PCI ECAM
Liav A
2019-12-31
Kernel: Implement AltGr key support
Tibor Nagy
2019-12-31
Kernel: Remove some unnecessary leaking of kernel pointers into dmesg
Andreas Kling
2019-12-26
Kernel: Simplify force_pio logic in PATA driver (#923)
Conrad Pankoff
2019-12-19
Kernel: Rename vmo => vmobject everywhere
Andreas Kling
[next]