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
/
VMWareBackdoor.cpp
Age
Commit message (
Expand
)
Author
2021-11-04
Kernel: Process available VMWare mouse events immediately
Jelle Raaijmakers
2021-11-04
Kernel: Clean up VMWareMouseDevice and VMWareBackdoor
Jelle Raaijmakers
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-05-03
Kernel: Remove unused header includes from various files.
Brian Gianforcaro
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-09
Kernel: Convert klog() => dmesgln() in VMWareBackdoor
Andreas Kling
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
2021-03-01
Kernel: Fix scrolling up in VMware
Tom
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-26
Meta: Split debug defines into multiple headers.
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
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-04-11
Kernel: Assert if we try to initialize VMWareBackdoor more than once
Liav A
2020-04-08
Kernel: Simplify VMWareBackdoor somewhat
Andreas Kling
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-27
VMWareBackdoor: Use dbg() instead of dbgprintf()
Liav A
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-05
Kernel: Move the VMWare helpers out of the IO namespace
Liav A
2020-02-05
Kernel: Fix vmmouse detection method
Liav A
2020-02-05
Kernel: Add support for high bandwidth IO communication with VMWare
Liav A
2020-02-04
Kernel: Add support for vmmouse
Liav A