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-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-19
Kernel: Make Process::current() return a Process& instead of Process*
Idan Horowitz
2021-08-15
Kernel: Make Kernel::VMObject allocation functions return KResultOr
sin-ack
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-07
Kernel: Move SpinLock.h into Locking/
Jean-Baptiste Boric
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-06
Kernel: Fix handful of remaining "return -EFOO" mistakes
Andreas Kling
2021-08-06
Kernel: Make AsyncDeviceRequest::name() return StringView
Andreas Kling
2021-08-03
Kernel: Make NullDevice (/dev/null) seekable
Andreas Kling
2021-07-26
Kernel: Fix integer overflow in KCOV_SETBUFSIZE ioctl
Patrick Meyer
2021-07-27
Kernel: Make KCOVDevice::ioctl() return KResult
Ali Mohammad Pur
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-22
Kernel: Consolidate API for creating AnonymousVMObject with given pages
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-15
Kernel: Optionally dump scheduler state with stack traces
Tom
2021-07-11
Kernel: Standardize the header include style to 'include <Kernel/...>'
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Devices subtree
Brian Gianforcaro
2021-07-11
Kernel: Rename various *VMObject::create*() => try_create()
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-07
Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl
Edwin Hoksberg
2021-07-07
Kernel: Add keyboard ioctl to get num/caps lock state
Edwin Hoksberg
2021-07-05
KeyboardSettings+Kernel: Setting to enable Num Lock on login
ForLoveOfCats
2021-07-03
Kernel: Clarify and make it easy to not use raw numbers
Liav A
2021-07-03
Kernel: Fix miscellaneous warnings when building with Clang
Daniel Bertalan
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
2021-07-02
Kernel/USB: Move the USB components as a subfolder to the Bus directory
Liav A
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-30
Kernel: Give Devices without a custody a less fake absoulte_path
Andrew Kaster
2021-06-29
Kernel: Remove some unnecessary JSON related includes
Andreas Kling
2021-06-29
Kernel: Introduce the new ProcFS design
Liav A
2021-06-29
Kernel: Fix `adopt_ref_if_nonnull(new T).release_nonnull()` pattern
Daniel Bertalan
2021-06-25
Kernel: Pass TTY-switch keyboard combo to userspace
Sahan Fernando
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-19
Kernel: Don't use naked new statements in init process
Liav A
2021-06-18
USB: Store device descriptor on enumeration
Jesse Buhagiar
2021-06-18
USB: Store devices in globally accessible array
Jesse Buhagiar
2021-06-17
Kernel: Add a VERIFY() to make sure our DMA address is valid
Gunnar Beutner
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-06-17
Kernel/Interrupts: Add sensible purposes to VirtIO and USB devices
Liav A
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-06-12
USB: Further Implement USB Structures
Jesse Buhagiar
[next]