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
2021-06-19
Kernel: Don't use naked new statements in init process
Liav A
2021-06-18
USB: Store device descriptor on enumeration
Jesse Buhagiar
2021-06-18
USB: Store devices in globally accessible array
Jesse Buhagiar
2021-06-17
Kernel: Add a VERIFY() to make sure our DMA address is valid
Gunnar Beutner
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-06-17
Kernel/Interrupts: Add sensible purposes to VirtIO and USB devices
Liav A
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-06-12
USB: Further Implement USB Structures
Jesse Buhagiar
2021-06-09
Kernel: Mark PCISerialDevice::detect() as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-05-31
Kernel: Fix crash when switching to console 5 & 6
Sebastian Zaha
2021-05-27
Kernel: Let the user read/write more than one page from/to dev files
Gunnar Beutner
2021-05-21
Kernel: Process request to change virtual console from the IO Work queue
Liav A
2021-05-20
Kernel: Stop allocating the PS2KeyboardDevice in the eternal heap
Idan Horowitz
2021-05-19
Kernel: static vs non-static constexpr variables
Lenny Maiorani
2021-05-18
Kernel: Fix subtle race condition in sys$write implementation
Sahan Fernando
2021-05-18
Kernel: Add support for multiple serial ports per device
Idan Horowitz
2021-05-17
Kernel: Stop overriding built-in serial port with PCI serial port
Idan Horowitz
2021-05-17
Kernel: Add support for QEMU's emulated pci serial (-pci-serial option)
Idan Horowitz
2021-05-17
Kernel: Implement a PCI Serial Device driver
Idan Horowitz
2021-05-17
Kernel: Use IOAddress instead of direct IO calls in SerialDevice
Idan Horowitz
2021-05-17
Kernel: Add a put_char(char) method to SerialDevice
Idan Horowitz
2021-05-17
Kernel: Bit mask line control options in SerialDevice::set_line_control
Idan Horowitz
2021-05-17
Kernel: Swap baud rate divisor registers in SerialDevice::set_baud
Idan Horowitz
2021-05-17
Kernel: Use unsigned instead of signed types in SerialDevice
Idan Horowitz
2021-05-16
Kernel: Print scheduler state to the display console
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel: Introduce a new graphics subsystem
Liav A
2021-05-16
Kernel: Support the bochs-display device
Liav A
2021-05-15
Kernel: Fix return values of BXVGADevice::read/write
Sahan Fernando
2021-05-15
Kernel: Fix UHCIController singleton startup null-deref race condition.
Brian Gianforcaro
2021-05-15
Kernel: Make AnonymousVMObject physical page APIs OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-05-08
Kernel/HID: Don't assume that ACPI is initialized
Liav A
2021-05-05
Kernel: Allow remapping Caps Lock to Control (#6883)
Spencer Dixon
2021-05-03
Kernel: Remove unused header includes from various files.
Brian Gianforcaro
2021-05-03
Kernel: Mark AsyncBlockDeviceRequest + AnonymousVMObject as final
Brian Gianforcaro
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
Kernel: Handle both shift keys being pressed and then released
Idan Horowitz
2021-05-01
Kernel: Expose minor device numbers for keyboard and mouse
Valtteri Koskivuori
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Kernel: Annotate more AsyncDeviceRequest API's with [[nodiscard]]
Brian Gianforcaro
2021-04-21
Kernel: Make AsyncDeviceRequest sub-req management alloc free
Brian Gianforcaro
2021-04-18
Kernel: Add magic key combo (Alt+Shift+F12) to dump scheduler state
Andreas Kling
2021-04-18
Kernel: Add boot argument to disable the UHCI Controller
Luke
2021-04-08
Kernel: Introduce two new boot arguments to assist with bare metal debug
Liav A
2021-04-07
Kernel: Remove unused UHCI_ENABLED flag
Andreas Kling
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A
[next]