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-05-08
Kernel/HID: Don't assume that ACPI is initialized
Liav A
2021-05-05
Kernel: Allow remapping Caps Lock to Control (#6883)
Spencer Dixon
2021-05-03
Kernel: Remove unused header includes from various files.
Brian Gianforcaro
2021-05-03
Kernel: Mark AsyncBlockDeviceRequest + AnonymousVMObject as final
Brian Gianforcaro
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
Kernel: Handle both shift keys being pressed and then released
Idan Horowitz
2021-05-01
Kernel: Expose minor device numbers for keyboard and mouse
Valtteri Koskivuori
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
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-04-21
Kernel: Annotate more AsyncDeviceRequest API's with [[nodiscard]]
Brian Gianforcaro
2021-04-21
Kernel: Make AsyncDeviceRequest sub-req management alloc free
Brian Gianforcaro
2021-04-18
Kernel: Add magic key combo (Alt+Shift+F12) to dump scheduler state
Andreas Kling
2021-04-18
Kernel: Add boot argument to disable the UHCI Controller
Luke
2021-04-08
Kernel: Introduce two new boot arguments to assist with bare metal debug
Liav A
2021-04-07
Kernel: Remove unused UHCI_ENABLED flag
Andreas Kling
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A
2021-03-21
Kernel: Add simplistic work queues
Tom
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-21
Kernel: Renable UHCIController on 64-bit processors
Hendiadyoin1
2021-03-19
Kernel: Refactor storage stack with u64 as mmap offset
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as file operations offset
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as block index
Jean-Baptiste Boric
2021-03-15
Kernel: Fix race conditions processing async device requests
Tom
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in UHCIController
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in SB16
Andreas Kling
2021-03-12
Kernel: Convert klog() => dbgln() in BXVGADevice
Andreas Kling
2021-03-11
Everywhere: Rename "logo" key to "super" key
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in VMWareBackdoor
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in PS2MouseDevice
Andreas Kling
2021-03-04
Kernel: Make the kernel compile & link for x86_64
Andreas Kling
2021-03-04
Kernel: Create /dev/full with mode 0666
Brendan Coles
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
2021-03-02
Kernel: Make Thread use AK::Time internally
Ben Wiederhake
2021-03-01
Kernel: Fix scrolling up in VMware
Tom
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-17
Kernel: Convert dbgprintf()/klog() => dbgln()/dmesgln() in UHCI code
Andreas Kling
2021-02-15
Kernel: Handle 'Menu' key on PS/2 keyboard
Jean-Baptiste Boric
2021-02-15
Kernel: Ignore unobserved BlockResult from Thread::Sleep
Brian Gianforcaro
2021-02-15
Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits.
Brian Gianforcaro
2021-02-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-05
Kernel: Try to detect Sound Blaster 16 before creating an instance
Liav A
[next]