summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/Support/linux/Makefile-wrapper.gmk
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm copyright and license note updatevboxsync2022-08-221-10/+20
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
* SUP/Makefile-wrapper.gmk,iprt/asmdefs.mac: Call objtool on our .r0 object ↵vboxsync2021-02-121-1/+5
| | | | | | when ORCs are roaming freely accross our Linux kernel. Otherwise we won't get any callstacks. bugref:9937 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@87739 cfe28804-0f27-0410-a406-dd0f0b0b656f
* SUPDrv,VMMR0,VBoxDDR0,++: More work on wrapper kmods. bugref:9937vboxsync2021-02-121-8/+11
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@87728 cfe28804-0f27-0410-a406-dd0f0b0b656f
* SUPDrv,++: Experimental support for wrapping .r0 modules in native kernel ↵vboxsync2021-02-101-0/+149
modules on linux, so that perf and similar tools work better. Minor IOC version increase as SUP_IOCTL_LDR_OPEN now support just opening a module w/o preparing the loading. SUPDrv must export all the symbols in g_aFunctions the linux way now, or linux won't see them, so introduced a SUPR0_EXPORT_SYMBOL macro similar to RT_EXPORT_SYMBOL. bugref:9937 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@87700 cfe28804-0f27-0410-a406-dd0f0b0b656f