Dominik Brodowski
819671ff84
syscalls: define and explain goal to not call syscalls in the kernel
...
The syscall entry points to the kernel defined by SYSCALL_DEFINEx()
and COMPAT_SYSCALL_DEFINEx() should only be called from userspace
through kernel entry points, but not from the kernel itself. This
will allow cleanups and optimizations to the entry paths *and* to
the parts of the kernel code which currently need to pretend to be
userspace in order to make use of syscalls.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net >
2018-03-25 18:08:51 +02:00
..
2018-02-15 14:50:32 -08:00
2018-03-02 13:02:15 +11:00
2018-02-09 09:44:25 -08:00
2018-01-30 13:57:43 -08:00
2018-02-02 11:14:19 +01:00
2018-01-30 09:52:11 -08:00
2018-02-06 16:41:29 -05:00
2018-02-08 10:21:39 +01:00
2018-01-30 16:55:47 -05:00
2018-03-11 13:07:14 -07:00
2018-02-02 10:47:15 +01:00
2018-01-08 10:08:34 +00:00
2018-01-31 19:25:25 -08:00
2018-02-10 12:45:10 +01:00
2018-02-06 14:43:37 +00:00
2018-02-01 10:49:58 -08:00
2018-02-22 08:39:26 +10:00
2018-01-02 15:05:34 -08:00
2018-02-21 09:17:20 +01:00
2018-03-05 14:41:38 -08:00
2018-02-04 11:56:49 -05:00
2018-02-01 10:49:58 -08:00
2018-01-27 20:02:24 +11:00
2018-01-31 19:25:25 -08:00
2018-01-17 16:45:01 -07:00
2018-01-11 10:58:03 +01:00
2018-02-11 12:28:58 +01:00
2018-01-15 14:29:42 -08:00
2018-02-23 05:28:41 -05:00
2018-02-01 12:45:35 -07:00
2018-02-14 14:52:39 -05:00
2018-02-22 15:00:43 -06:00
2018-01-02 16:43:12 +00:00
2018-01-29 11:32:44 -08:00
2018-03-25 18:08:51 +02:00
2018-01-08 14:20:31 -07:00
2018-01-22 08:17:16 -08:00
2018-03-09 10:46:14 -07:00
2018-02-06 18:32:48 -08:00
2018-01-03 13:11:48 +01:00
2018-02-01 13:36:15 -08:00
2018-01-31 19:25:25 -08:00
2018-03-01 19:00:28 +01:00
2018-01-31 19:25:25 -08:00
2018-01-31 19:25:25 -08:00
2018-02-03 11:09:54 +01:00
2018-02-28 19:59:05 +01:00
2018-02-13 14:55:53 +01:00
2018-01-16 08:07:09 -08:00
2018-01-06 10:58:02 -07:00
2018-01-24 12:32:58 +01:00
2018-01-12 00:20:41 +01:00
2018-01-30 21:54:28 +01:00