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
2023-05-19
Kernel: Move a bunch of generic devices code into new subdirectory
Liav A
2023-04-15
Kernel/HID: Don't use *LockRefPtrs in the I8042Controller code
Liav A
2023-04-15
Kernel: Re-organize header includes in the HID subsystem code
Liav A
2023-04-14
Kernel: Get rid of *LockRefPtr in the SysFS filesystem code
Liav A
2023-04-14
Kernel/Audio: Propagate errors when creating AudioChannels
Liav A
2023-04-14
Kernel/Audio: Simplify initialization sequence for drivers
Liav A
2023-04-09
Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devices
Liav A
2023-04-09
Kernel: Stop lock & unlock repeatedly while reading from a mouse device
Liav A
2023-04-09
Kernel: Move HIDDevice::enable_interrupts method to I8042Device class
Liav A
2023-04-09
Kernel: Introduce a new super class called HIDController
Liav A
2023-04-09
Kernel: Remove redundant HID name from all associated files
Liav A
2023-04-05
Kernel: Stop using *LockRefPtr for TTY
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Process pointers
Andreas Kling
2023-03-31
Kernel/HID: Don't update the remapped Ctrl modifier unconditionally
Liav A
2023-03-25
Kernel: Add support for Intel HDA
Jelle Raaijmakers
2023-03-25
Kernel: Mention right parent class for AC'97's `device_name`
Jelle Raaijmakers
2023-03-07
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
Andreas Kling
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-02-24
Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h
Liav A
2023-01-27
Kernel: Remove declarations for non-existent methods
Sam Atkins
2023-01-26
Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class
Liav A
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-13
Kernel: Remove outdated FIXME in the DeviceManagement code
Liav A
2023-01-07
Kernel: Make Device::after_inserting to return ErrorOr<void>
Liav A
2023-01-07
Kernel: Mark Process::jail() method as const
Liav A
2023-01-06
Kernel: Make i8042 controller initialization sequence more robust
Liav A
2023-01-05
Kernel: Convert 2 instances of `dbgln` to `dmesgln_pci` in AC'97
Jelle Raaijmakers
2023-01-05
Kernel: Add dmesgln_pci logging for Kernel::PCI
Evan Smal
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2023-01-02
Kernel: Remove unused includes
Ben Wiederhake
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-09
Kernel: Allow opening some device nodes sparingly for jailed processes
Liav A
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-08
Kernel: Split the SysFS core files into smaller components
Liav A
2022-11-01
AK+Kernel: Handle allocation failures in Device::try_make_request
Gunnar Beutner
2022-11-01
Kernel: Remove unused #includes
Gunnar Beutner
2022-10-26
Kernel: Include missing headers for various files
Timon Kruiper
2022-10-26
Kernel: Use generic functions to change interrupt state of Processor
Timon Kruiper
2022-10-25
Kernel: Introduce global variables and stats in /sys/kernel directory
Liav A
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-20
Kernel: Move x86-specific HID code to the Arch/x86 directory
Liav A
2022-09-20
Kernel/PCI: Convert PCI BAR number to a strong typed enum class
Liav A
2022-09-20
Kernel: Remove stale includes of x86 IO header file
Liav A
2022-09-20
Kernel: Move VMWare backdoor communication code to the x86 directory
Liav A
2022-09-20
Kernel: Don't blindly compile Bochs debug output code in ConsoleDevice
Liav A
2022-09-20
Kernel: Move PCSpeaker code to the x86-specific architecture directory
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
[next]