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-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
2019-12-09
Kernel: Give PTY's *actually* unique major ID's
Andreas Kling
2019-12-09
Kernel: Assert that device major/minor hasn't already been registered
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue in the SoundBlaster 16 driver
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue in PATAChannel
Andreas Kling
2019-11-25
Kernel: Implement the setkeymap() syscall.
Hüseyin ASLITÜRK
2019-11-23
Revert "Kernel: Move Kernel mapping to 0xc0000000"
Andreas Kling
2019-11-22
Kernel: Move Kernel mapping to 0xc0000000
Jesse Buhagiar
2019-11-13
Kernel: Add a kernel boot parameter to force PIO mode
supercomputer7
2019-11-13
Kernel: Fix failing in can_read()/can_write()
Sergey Bugaev
2019-11-04
PATAChannel: Alert user when no PCI device is found
Jesse Buhagiar
2019-11-04
Kernel: Make File's can_read/can_write take a const FileDescription&
Andreas Kling
2019-10-23
Kernel: Fixed fdc read/write problem
Jesse Buhagiar
2019-10-17
KeyboardDevice: Rename 0xe0 flag for clarity.
Nufflee
2019-10-17
KeyboardDevice: Support whole numpad and Num Lock.
Nufflee
[next]