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-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
2021-02-02
Base: Rename some keymaps to use xx-xx format where appropriate
Linus Groh
2021-02-01
Kernel: Introduce the MemoryDevice
Liav A
2021-02-01
Kernel+LibKeyboard: Define the default keymap only in one place
Ben Wiederhake
2021-02-01
LibKeyboard: Don't assert on failure
Ben Wiederhake
2021-02-01
LibKeyboard+keymap: Support querying the keymap via commandline
Ben Wiederhake
2021-02-01
Kernel+LibKeyboard: Enable querying the current keymap
Ben Wiederhake
2021-01-28
BXVGADevice+MBVGADevice: Correctly check page-aligned mmaps
Peter Elliott
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Kernel: Hoist VM range allocation up to sys$mmap() itself
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Kernel: Make device generate their own names
Jean-Baptiste Boric
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
[next]