History log of /vbox/src/VBox/Runtime/r0drv/linux/threadctxhooks-r0drv-linux.c
Revision Date Author Comments Expand
9a0e6916879b853871c27de021935fd6a53a863b 54872 20-Mar-2015 vboxsync

threadctxhooks-r0drv-linux.c: Looks like 3.19 stopped restoring kernel RFLAGS during context switches, so we need to handle RFLAGS.AC our selves.

e82dbec0ddc5bd92d0501af680082176f0fb0930 54866 20-Mar-2015 vboxsync

threadctxhooks-r0drv-linux.c: Be a little bit more careful with EFLAGS in the context hook callouts.

154e168eaf5b66be007b6e9b57e7d1a46971af6b 54802 17-Mar-2015 vboxsync

another place where we have to handle SMAP

1cd55a40a30997c1baf5b231a5bb88b6f8f047e5 48383 09-Sep-2013 vboxsync

Runtime/r0drv: be on the safe side

182a3087d3263266f37fc8c86377a1cc177c4b80 48382 09-Sep-2013 vboxsync

Runtime/r0drv: Depend only on kernel config define rather than the version.

dbf084a4d8cc9a4a7558d55b4b302bd7ac420891 47955 21-Aug-2013 vboxsync

r0drv/linux/threadctxhooks: Assert may fail, don't assert here.

81fc67afdb6f5cfe155abe26e8a9b0a3a87a316d 47907 20-Aug-2013 vboxsync

Runtime/r0drv/threadctxhooks: Added an assertion.

8d89dea452618bdc9ca59b93bdc15d3e746a416e 47734 14-Aug-2013 vboxsync

Runtime/threadctxhooks/linux: Again, Assert not AssertPtr for bools.

c3d815a42d27fd8f006bade5dba5d5f4b364655e 47733 14-Aug-2013 vboxsync

Runtime/threadctxhooks/linux: Assert() not AssertPtr() for booleans.

decf6daa697ed0e43daab9dc84769165b23f5aba 47572 07-Aug-2013 vboxsync

Runtime/threadctxhooks: RTThreadCtxHooksAreRegistered().

a996c62e37433bfc6098a5a443371ad0aa310a46 47375 24-Jul-2013 vboxsync

r0drv/linux: Unintentional commit of release logging.

27f4d2f49f23fdb722ed0e3d78045d58756497bf 47370 24-Jul-2013 vboxsync

iprt/thread.h: Define/document the return values more explicitly when NIL_RTHREADCTX handles are involved.

094bd1aaada16d47495d62f7c3324f9df84c999a 47352 23-Jul-2013 vboxsync

Runtime/r0drv: Reference counting for kernel thread-context hooks.

7d7c3dba7ea44027b3adf273ef13b638271a4f58 47229 18-Jul-2013 vboxsync

Runtime/r0drv/threadctxhooks: Assert on Linux that the hook invocation means it has been registered.

2a7c2c6cf74b4bf69770343650059641a1c00a6a 47206 17-Jul-2013 vboxsync

IPRT: Kernel thread-context hooks, Solaris implementation.

1d42c7799e7c35c5b36a2494cde9a47e5651cead 47199 16-Jul-2013 vboxsync

IPRT: Kernel thread-context hooks, linux implementation. Extended tstR0ThreadPreemption testcase to test the thread-context hooks.