zephyr/kernel
Andrew Boie 41f6011c36 userspace: remove APPLICATION_MEMORY feature
This was never a long-term solution, more of a gross hack
to get test cases working until we could figure out a good
end-to-end solution for memory domains that generated
appropriate linker sections. Now that we have this with
the app shared memory feature, and have converted all tests
to remove it, delete this feature.

To date all userspace APIs have been tagged as 'experimental'
which sidesteps deprecation policies.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-02-08 07:04:30 -05:00
..
include libc: set up memory partitions 2019-02-08 07:04:30 -05:00
atomic_c.c
CMakeLists.txt cmake: Use variables for target names 2019-01-19 07:21:55 -05:00
compiler_stack_protect.c
device.c
errno.c
idle.c kernel: fix smp build on esp32 2019-02-04 18:16:58 -05:00
init.c userspace: remove APPLICATION_MEMORY feature 2019-02-08 07:04:30 -05:00
int_latency_bench.c
Kconfig userspace: remove APPLICATION_MEMORY feature 2019-02-08 07:04:30 -05:00
Kconfig.power_mgmt
mailbox.c
mem_domain.c kernel: mem_domain: extend sane_partition for non-overlapping regions 2019-02-05 09:28:59 -08:00
mem_slab.c kernel: Enforce k_mem_slab block size alignment 2019-02-06 07:18:45 -05:00
mempool.c
msg_q.c kernel: Add missing include 2019-01-11 15:18:52 -05:00
mutex.c
pipes.c kernel: Add missing include 2019-01-11 15:18:52 -05:00
poll.c misc/dlist: Swap insertion API for a faster one 2019-02-01 15:57:21 -05:00
queue.c kernel: Add missing include 2019-01-11 15:18:52 -05:00
sched.c kernel/sched: fix CPU mask kconfig typo 2019-02-04 15:53:09 -05:00
sem.c
smp.c
stack.c kernel: Add missing include 2019-01-11 15:18:52 -05:00
system_work_q.c
thread_abort.c
thread.c kernel/sched: CPU mask affinity/pinning API 2019-02-01 21:37:24 -05:00
timeout.c misc/dlist: Swap insertion API for a faster one 2019-02-01 15:57:21 -05:00
timer.c kernel: timeout: detect inactive timeouts using dnode linked state 2019-01-23 20:46:49 +01:00
userspace_handler.c
userspace.c userspace: do not auto-cleanup static objects 2019-02-08 07:04:30 -05:00
version.c
work_q.c