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-10-31
Kernel: Clarify ambiguous {File,Description}::absolute_path
Ben Wiederhake
2021-10-27
Everywhere: Rename back-click to backward-click
Filiph Sandström
2021-10-24
Kernel: Prevent VMWareMouseDevice from handling invalid mouse packets
Jelle Raaijmakers
2021-10-24
Kernel: Do not detect mouse or keyboard when handling IRQ for I8042
Jelle Raaijmakers
2021-10-24
Kernel: Enumify all magic constants for I8042 devices
Jelle Raaijmakers
2021-10-15
Kernel: Add cross platform RegisterState header and Aarch64 version
James Mintram
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-09-29
Kernel/PCI: Remove Address from enumeration callback
Liav A
2021-09-29
Kernel: Rename two PCI components
Liav A
2021-09-29
Kernel/PCI: Cache more details about PCI devices when enumerating them
Liav A
2021-09-18
Kernel: Let MouseDevice and KeyboardDevice write method return EINVAL
Przemysław R. Kusiak
2021-09-17
Kernel/Devices: Use try_create_device helper for SB16
Liav A
2021-09-17
Kernel/Devices: Use try_create_device helper for ConsoleDevice
Liav A
2021-09-17
Kernel/Devices: Move ConsoleDevice into the Devices source directory
Liav A
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-12
Kernel: Move ACPI and BIOS code into the new Firmware directory
Liav A
2021-09-11
Kernel: Run clang-format on SerialDevice.h
Idan Horowitz
2021-09-11
Kernel: Initialize and expose SerialDevice(s) properly
Liav A
2021-09-11
Kernel/Devices: Defer creation of SysFS component after the constructor
Liav A
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-08
Kernel/Storage: Implement basic AHCI hotplug support
Liav A
2021-09-08
Kernel: Expose device presence in /sys/dev/char and /sys/dev/block
Liav A
2021-09-08
Kernel/Devices: Ensure appropriate locking on the Device map singleton
Liav A
2021-09-08
Kernel/Devices: Remove required_mode and device_name methods
Liav A
2021-09-07
Kernel: Make Device request creation return KResultOr
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
Andreas Kling
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-09-07
Kernel: Remove redundant [[nodiscard]] on KResult return values
Andreas Kling
2021-09-06
Kernel: Use TRY() in MemoryDevice::mmap()
Andreas Kling
2021-09-06
Kernel/KCOV: Use TRY() in KCOVInstance::buffer_allocate()
Andreas Kling
2021-09-06
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-06
Kernel/KCOV: Bring closer to typical SerenityOS coding style
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-05
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
Andreas Kling
2021-09-05
Kernel: Use TRY() in the SoundBlaster16 driver
Andreas Kling
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-09-05
Kernel: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-09-04
Kernel/Devices: Remove unnecessary virtual method
Liav A
2021-09-01
Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes
Brian Gianforcaro
2021-09-01
Kernel: Convert random bytes interface to use AK::Bytes
Brian Gianforcaro
2021-08-30
Kernel: Fix shift sometimes staying pressed after releasing the key
LepkoQQ
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-27
Kernel: Implement ioctl for the SB16 to change sample rate
kleines Filmröllchen
2021-08-27
Kernel: Modernize SB16.cpp
kleines Filmröllchen
2021-08-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-08-23
Kernel/PCI: Delete PCI::Device in its current form
Liav A
2021-08-23
Kernel: Convert Processor::in_irq() to static current_in_irq()
Andreas Kling
[next]