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-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
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-08-24
Kernel: Simplify the File memory-mapping API
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-07-30
Kernel: Detect the Insert key
gggggg-gggggg
2022-07-19
Kernel/Devices: Abstract SysFS Device add/remove methods more properly
Liav A
2022-07-15
Kernel/SysFS: Add /sys/devices/storage directory
Liav A
2022-07-15
Kernel/Devices: Add two protected methods for DeviceManagement functions
Liav A
2022-07-15
Kernel: Declare BlockDevice::is_block_device method protected
Liav A
2022-07-15
Kernel/SysFS: Reduce the responsibilities of the Registry object
Liav A
2022-07-15
Kernel/SysFS: Rename Devices code folder => DeviceIdentifiers
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-10
Kernel+SystemServer: Make KCOVDevice a character device
Liav A
2022-06-23
Kernel/Audio: Fix buffer size underflow for non-page-aligned sizes
kleines Filmröllchen
[next]