VirtualBox

source: vbox/trunk/src/VBox/Runtime/r0drv/linux

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68215   7 years vboxsync Runtime/r0drv/linux: openSUSE Leap 42.3 tweak for a Linux 4.4 kernel …
(edit) @67984   7 years vboxsync Runtime: Linux 4.13 fix
(edit) @67665   7 years vboxsync Runtime/r0drv/linux: adapted to CONFIG_CPUMASK_OFFSTACK=y
(edit) @66930   8 years vboxsync Runtime/r0drv: Linux 4.12 5-level page table adaptions
(edit) @66928   8 years vboxsync Runtime/r0drv: Linux 4.12 5-level page table adaptions
(edit) @66927   8 years vboxsync Runtime/r0drv: Linux 4.12 5-level page table adaptions
(edit) @66434   8 years vboxsync Runtime/r0drv/linux/rtStrFormatKernelAddress-generic: scnprintf() is …
(edit) @66427   8 years vboxsync Runtime/r0drv/linux: use snprintf() from the Linux kernel as the …
(edit) @66426   8 years vboxsync Runtime/r0drv/linux: does not work
(edit) @66425   8 years vboxsync Runtime/r0drv/linux: does not work
(edit) @66424   8 years vboxsync Runtime/r0drv: rtStrFormatKernelAddress() for Linux
(edit) @65991   8 years vboxsync Runtime/r0drv: actually use set_current_state() always as this …
(edit) @65990   8 years vboxsync Runtime/r0drv/linux: Linux 4.11 compile fixes
(edit) @65336   8 years vboxsync Runtime: Linux 4.10 removed the register_cpu_notifier interface, …
(edit) @65183   8 years vboxsync Runtime: Linux 4.10 fix for get_user_pages_remote()
(edit) @64785   8 years vboxsync Runtime/r0drv/linux: fix for Linux 2.6.28
(edit) @64561   8 years vboxsync Runtime/r0drv/linux: get_user_pages() fix for Linux 4.9
(edit) @64153   8 years vboxsync Runtime/r0drv: fix for Linux kernels with CONFIG_CPUMASK_OFFSTACK and …
(edit) @63341   8 years vboxsync Runtime/r0drv/linux: 4.8 mod_timer_pinned fix
(edit) @63225   8 years vboxsync the-linux-header.h: Suppress -Wol-style-declaration for rhel5 or …
(edit) @63028   8 years vboxsync bugref:4567: Linux kernel driver maintenance: the macro cpu_has_pge …
(edit) @62567   8 years vboxsync IPRT: More unused parameters.
(edit) @62566   8 years vboxsync IPRT: More unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62461   8 years vboxsync IPRT: scm
(edit) @60457   9 years vboxsync Runtime: build fix
(edit) @60455   9 years vboxsync Runtime: comment
(edit) @60454   9 years vboxsync Runtime: Linux 4.6 fixes
(edit) @60453   9 years vboxsync Runtime/Additions: Linux 4.6 fixes
(edit) @60372   9 years vboxsync Runtime/r0drv/linux: bugref:8315: don't set the PG_reserved flag on …
(edit) @58171   9 years vboxsync doxygen: fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57330   9 years vboxsync spinlock-r0drv-linux.c: warning.
(edit) @57323   9 years vboxsync the-linux-kernel.h: Use ASMChangeFlags for IPRT_LINUX_RESTORE_EFL_ONLY_AC.
(edit) @57322   9 years vboxsync spinlock-r0drv-linux.c: Fixed saving and restoring EFLAGS.AC, must do …
(edit) @57318   9 years vboxsync build fix
(edit) @57313   9 years vboxsync IPRT,SUPDrv: More work on preserving certain EFLAGS for CONFIG_X86_SMAP.
(edit) @57294   9 years vboxsync typo
(edit) @57281   9 years vboxsync iprt/r0drv/linux: addendum to r102031
(edit) @57276   9 years vboxsync iprt/r0drv/linux: Preserve EFLAGS/AC where ever it may possibly be …
(edit) @56955   9 years vboxsync Runtime/r0drv/threadctxhooks: Call preempt_notifier_inc/dec() for …
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @55976   10 years vboxsync Runtime/r0drv: Fix typo in assertion in thread context hooks.
(edit) @55911   10 years vboxsync build fix
(edit) @55863   10 years vboxsync IPRT,SUPDrv,VMM: Revised the context switching hook interface. Do …
(edit) @55861   10 years vboxsync build fix
(edit) @55859   10 years vboxsync SMAP paranoia.
(edit) @55812   10 years vboxsync space
(edit) @55801   10 years vboxsync fixed offline check while busy waiting in RTMpOnPair.
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @55112   10 years vboxsync Runtime: Linux < 2.6.13 fix
(edit) @54872   10 years vboxsync threadctxhooks-r0drv-linux.c: Looks like 3.19 stopped restoring kernel …
(edit) @54866   10 years vboxsync threadctxhooks-r0drv-linux.c: Be a little bit more careful with EFLAGS …
(edit) @54808   10 years vboxsync backed out r98998 and r99000 -- shouldn't be necessary here
(edit) @54804   10 years vboxsync more places for SMAP handling
(edit) @54802   10 years vboxsync another place where we have to handle SMAP
(edit) @54663   10 years vboxsync IPRT: RTMpOnPair fix for Linux < 2.6.27
(edit) @54650   10 years vboxsync SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0
(edit) @54477   10 years vboxsync IPRT: name the Linux workqueue iprt-VBoxWQueue as a bit more …
(edit) @54476   10 years vboxsync IPRT: fix for Linux 2.6.27
(edit) @54446   10 years vboxsync RTMpOnPair implementation for linux.
(edit) @54415   10 years vboxsync IPRT/r0drv/mp: Added RTMpCurSetIndex and RTMpCurSetIndexAndId.
(edit) @54395   10 years vboxsync IPRT, HostDriver, VMMR0: MP notifications fixes for TSC-delta …
(edit) @54358   10 years vboxsync IPRT/R0Drv: Fix (windows & solaris) / kludge (the rest) for thread …
(edit) @54188   10 years vboxsync RTTimerChangeInterval now returns VERR_INVALID_STATE if not a periodic …
(edit) @53427   10 years vboxsync Runtime/r0drv/linux: fix RTR0MemKernelIsValidAddr() for 64-bit Linux …
(edit) @53019   10 years vboxsync Runtime/r0drv/linux: use RT_NS_1SEC macro instead of numeric constant.
(edit) @52822   10 years vboxsync Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
(edit) @52803   10 years vboxsync added GFP_NOWARN to the remaining vmalloc/kmalloc operations
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52581   10 years vboxsync Runtime/r0drv/linux: Reimplemented RTMpOnAll() to be used to execute …
(edit) @52420   10 years vboxsync Runtime, VBoxNetAdp: Linux 3.17 fixes
(edit) @51938   10 years vboxsync Runtime/r0drv: RHEL7 hack
(edit) @50811   11 years vboxsync spinlock-r0drv-linux.c: Backed out r83590 as I don't want false …
(edit) @50077   11 years vboxsync Runtime/r0drv/linux: Use GFP_NOWARN for our memory allocations as …
(edit) @50008   11 years vboxsync supdrv,iprt: Added VBOX_WITH_TEXT_MODMEM_HACK for getting VMMR0.r0
(edit) @49651   11 years vboxsync r0drv/linux/memobj: Linux 3.13 fix
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48462   11 years vboxsync r0drv/linux: todos.
(edit) @48383   11 years vboxsync Runtime/r0drv: be on the safe side
(edit) @48382   11 years vboxsync Runtime/r0drv: Depend only on kernel config define rather than the version.
(edit) @47955   11 years vboxsync r0drv/linux/threadctxhooks: Assert may fail, don't assert here.
(edit) @47907   11 years vboxsync Runtime/r0drv/threadctxhooks: Added an assertion.
(edit) @47734   11 years vboxsync Runtime/threadctxhooks/linux: Again, Assert not AssertPtr for bools.
(edit) @47733   11 years vboxsync Runtime/threadctxhooks/linux: Assert() not AssertPtr() for booleans.
(edit) @47572   11 years vboxsync Runtime/threadctxhooks: RTThreadCtxHooksAreRegistered().
(edit) @47375   11 years vboxsync r0drv/linux: Unintentional commit of release logging.
(edit) @47370   11 years vboxsync iprt/thread.h: Define/document the return values more explicitly when …
(edit) @47352   11 years vboxsync Runtime/r0drv: Reference counting for kernel thread-context hooks.
(edit) @47229   11 years vboxsync Runtime/r0drv/threadctxhooks: Assert on Linux that the hook invocation …
(edit) @47206   11 years vboxsync IPRT: Kernel thread-context hooks, Solaris implementation.
(edit) @47199   11 years vboxsync IPRT: Kernel thread-context hooks, linux implementation. Extended …
(edit) @46663   11 years vboxsync Runtime/r0drv/linux: numa hack
(edit) @44867   12 years vboxsync Linux 3.9.0 rc0 compile fix
(edit) @44579   12 years vboxsync BUGZ:6602 Reverted r83596.
(edit) @44544   12 years vboxsync Linux r0drv: implement DO_NOT_DISABLE_PROVE_LOCKING option.
(edit) @44538   12 years vboxsync BUGZ:6602 Do not disable lock validator on debug build.
(edit) @44535   12 years vboxsync BUGZ: 6570,6602 Disable lock validator for linux r0drv when …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette