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
/
Device.h
Age
Commit message (
Expand
)
Author
2023-04-14
Kernel: Get rid of *LockRefPtr in the SysFS filesystem code
Liav A
2023-03-07
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
Andreas Kling
2023-01-07
Kernel: Make Device::after_inserting to return ErrorOr<void>
Liav A
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-09
Kernel: Allow opening some device nodes sparingly for jailed processes
Liav A
2022-11-01
AK+Kernel: Handle allocation failures in Device::try_make_request
Gunnar Beutner
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
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/SysFS: Rename Devices code folder => DeviceIdentifiers
Liav A
2022-06-17
Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folder
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-04-01
Kernel: Declare Device major and minor data member numbers as const
Liav A
2022-02-03
Kernel: Protect global device map with spinlock instead of mutx
Andreas Kling
2021-12-29
Kernel: Rename File::{before_removing => will_be_destroyed}
Idan Horowitz
2021-12-23
Kernel: Make major and minor numbers to be DistinctNumerics
Liav A
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-31
Kernel: Clarify ambiguous {File,Description}::absolute_path
Ben Wiederhake
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-11
Kernel/Devices: Defer creation of SysFS component after the constructor
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-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-04
Kernel/Devices: Remove unnecessary virtual method
Liav A
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
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-03-15
Kernel: Fix race conditions processing async device requests
Tom
2021-01-22
Kernel: Make device generate their own names
Jean-Baptiste Boric
2021-01-11
SinglyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
2021-01-11
DoublyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
2020-12-27
Kernel: Add a method to determine the desired permissions of a Device
Liav A
2020-11-12
Kernel: Implement an asynchronous device request stack
Tom
2020-11-04
Revert "Kernel: Implement an asynchronous device request stack"
Andreas Kling
2020-11-04
Kernel: Implement an asynchronous device request stack
Tom
2020-07-01
Kernel: List all CPUs in /proc/cpuinfo
Tom
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-08-18
Kernel: Move device lookup to Device class itself
Sergey Bugaev
[next]