summaryrefslogtreecommitdiff
path: root/Kernel/Devices/VMWareBackdoor.cpp
AgeCommit message (Expand)Author
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-04-11Kernel: Assert if we try to initialize VMWareBackdoor more than onceLiav A
2020-04-08Kernel: Simplify VMWareBackdoor somewhatAndreas Kling
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-02-27VMWareBackdoor: Use dbg() instead of dbgprintf()Liav A
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-09Kernel: Apply changes to use LibBareMetal definitionsLiav A
2020-02-05Kernel: Move the VMWare helpers out of the IO namespaceLiav A
2020-02-05Kernel: Fix vmmouse detection methodLiav A
2020-02-05Kernel: Add support for high bandwidth IO communication with VMWareLiav A
2020-02-04Kernel: Add support for vmmouseLiav A