zephyr/kernel
Andrew Boie c74983e8b4 kernel: remove some kernel objects from tracking
These are removed as the APIs that use them are not suitable for
exporting to userspace.

- Kernel workqueues run in supervisor mode, so it would not be
appropriate to allow user threads to submit work to them. A future
enhancement may extend or introduce parallel API where the workqueue
threads may run in user mode (or leave as an exercise to the user).

- Kernel slabs store private bookkeeping data inside the
user-accessible slab buffers themselves. Alternate APIs are planned
here for managing slabs of kernel objects, implemented within the
runtime library and not the kernel.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-07 10:45:15 -07:00
..
include kernel: convert most thread APIs to system calls 2017-10-07 10:45:15 -07:00
Kconfig kernel: add memory domain APIs 2017-09-29 16:48:53 -07:00
Kconfig.event_logger
Kconfig.power_mgmt
Makefile kernel: add syscalls for k_object_access APIs 2017-10-05 12:53:41 -04:00
alert.c kernel: convert alert APIs to system calls 2017-10-07 10:45:15 -07:00
atomic_c.c
compiler_stack_protect.c
device.c gen_kobject_list.py: device driver support 2017-09-29 13:25:58 -07:00
errno.c
idle.c
init.c userspace: add thread-level permission tracking 2017-09-12 12:46:36 -07:00
int_latency_bench.c
mailbox.c kernel: Use SYS_DLIST_FOR_EACH_CONTAINER whenever possible 2017-08-25 09:08:50 -04:00
mem_domain.c mem_domain: fix warning when assertions enabled 2017-10-03 14:46:19 -04:00
mem_slab.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
mempool.c
msg_q.c kernel: convert k_msgq APIs to system calls 2017-10-07 10:45:15 -07:00
mutex.c kernel: convert mutex APIs to system calls 2017-10-07 10:45:15 -07:00
pipes.c kernel: convert pipe APIs to system calls 2017-10-07 10:45:15 -07:00
poll.c poll: Enable multiple threads to use k_poll in the same object 2017-08-25 09:00:46 -04:00
pthread.c kernel: POSIX thread IPC support 2017-08-15 19:42:07 -04:00
queue.c poll: Enable multiple threads to use k_poll in the same object 2017-08-25 09:00:46 -04:00
sched.c kernel: convert most thread APIs to system calls 2017-10-07 10:45:15 -07:00
sem.c kernel: convert k_sem APIs to system calls 2017-09-28 08:56:20 -07:00
stack.c kernel: convert stack APIs to system calls 2017-10-07 10:45:15 -07:00
sys_clock.c kernel: implement some more system calls 2017-10-07 10:45:15 -07:00
system_work_q.c
thread.c kernel: convert most thread APIs to system calls 2017-10-07 10:45:15 -07:00
thread_abort.c kernel: convert most thread APIs to system calls 2017-10-07 10:45:15 -07:00
timer.c kernel: convert timer APIs to system calls 2017-10-07 10:45:15 -07:00
userspace.c kernel: remove some kernel objects from tracking 2017-10-07 10:45:15 -07:00
userspace_handler.c kernel: add syscalls for k_object_access APIs 2017-10-05 12:53:41 -04:00
version.c kernel: version: no need to store version in RAM 2017-09-07 16:34:50 -07:00
work_q.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00