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
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
2022-06-17
Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folder
Liav A
2022-06-17
Kerenl/Firmware: Add map_ebda and map_bios methods in the original place
Liav A
2022-06-17
Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS parts
Liav A
2022-06-15
Kernel: Don't VERIFY that the DMA channel is running on AC'97 interrupt
kleines Filmröllchen
2022-05-06
Kernel/HID: Take a spinlock when calling KeyboardClient::on_key_pressed
Liav A
2022-04-20
Kernel: Allow WorkQueue items allocation failures propagation
Liav A
2022-04-20
Kernel: Move VMWareBackdoor to new directory in the Firmware directory
Liav A
2022-04-18
Kernel: Enable PS2 keyboard scan code translation if not already enabled
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-04-01
Kernel: Stop debug spam when using read on /dev/mem device
Liav A
2022-04-01
Kernel: Stop debug spam when using mmap on /dev/mem device
Liav A
2022-04-01
Kernel: Declare Device major and minor data member numbers as const
Liav A
2022-03-28
Kernel: Propagate HIDManagement initialisation error to init
Lorenz Steinert
2022-03-28
Kernel/Devices/HID: Propagate errors of HIDDevices properly
Lorenz Steinert
2022-03-27
Kernel: Expose block size in AsyncBlockDeviceRequest struct
Pankaj Raghav
2022-03-22
Kernel: Create SelfTTYDevice class to help replace /dev/tty symlink
Liav A
2022-03-19
Kernel: Increase i8042 timeout when writing and reading from device
Liav A
2022-03-18
Kernel: Default initialize AC97::m_codec_revision
Brian Gianforcaro
[next]