summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-10build: move qemu definitions to boardsAnas Nashif
2017-01-09kernel/arch: inspect prio/sched_locked together for preemptibilityBenjamin Walsh
2017-01-09kernel/arch: optimize memory use of some thread fieldsBenjamin Walsh
2017-01-06kernel/arch: streamline thread flag bits usedBenjamin Walsh
2017-01-06kernel/arch: reverse polarity on sched_lockedBenjamin Walsh
2016-12-25logging: move event_logger to subsys/loggingAnas Nashif
2016-12-25kernel: replace all remaining nanokernel occurancesAnas Nashif
2016-12-21arch: remove instances of fiberRtnValueSet()Benjamin Walsh
2016-12-19debug: gdb: move to new kernel APIsAnas Nashif
2016-12-19kernel: move kernel code to kernel/ directlyAnas Nashif
2016-12-19x86: remove obsolete comment about tasks/fibersAnas Nashif
2016-12-19debug: move debug features from misc to subsys/debugAnas Nashif
2016-12-19logging: move sys_log to subsys/loggingAnas Nashif
2016-12-19kernel: remove unused and obsolete headersAnas Nashif
2016-12-19kernel: remove nano/micro wording and usageAnas Nashif
2016-12-15arch/all: simpler _SysFatalErrorHandler()Benjamin Walsh
2016-12-15kernel: enable and optimize coop-only configurationsBenjamin Walsh
2016-12-15kernel: add k_cpu_idle/k_cpu_atomic_idle()Benjamin Walsh
2016-12-15kernel/arch: enhance the "ready thread" cacheBenjamin Walsh
2016-12-12x86/soc: Add ARG_UNUSED macro to avoid compiler warningsFlavio Santes
2016-12-03arch/x86: Remove unused parameter warningFlavio Santes
2016-11-29x86: don't set segment registers if we don't set GDTAndrew Boie
2016-11-28quark_se: power_mgmt: Fixes a cpu context save bugRamesh Thomas
2016-11-26kernel/arch: move common thread.flags definitions to common fileBenjamin Walsh
2016-11-23kernel: streamline initialization of _thread_base and timeoutsBenjamin Walsh
2016-11-23kernel/arch: remove unused uk_task_ptr parameter from _new_thread()Benjamin Walsh
2016-11-19x86: set accessed bit in ROM-based GDTAndrew Boie
2016-11-18kernel: fix thread prio and stack size types in some APIsBenjamin Walsh
2016-11-17fatal error handlers: report which thread croakedInaky Perez-Gonzalez
2016-11-16doc: Various corrections to doxygen info for Kernel APIsAllan Stephens
2016-11-13drivers: update ipm driver to use unified kernelAnas Nashif
2016-11-12kernel/arch: consolidate tTCS and TNANO definitionsBenjamin Walsh
2016-11-12console : usb: USB UART console output supportJithu Joseph
2016-11-11quark-se: power_mgmt: Add a optional deep sleep resume handlerRamesh Thomas
2016-11-11power_mgmt: Do not notify deep sleep if bootloader does context restoreRamesh Thomas
2016-11-11power_mgmt: Simplify _sys_soc_resume notificationRamesh Thomas
2016-11-11power: Fix x86 wake up sequenceJulien Delayen
2016-11-10arch: arc: arm: sys_thread_self_get -> k_current_getAnas Nashif
2016-11-09kernel: Clean up of x86 floating point codeAllan Stephens
2016-11-09arches: use new kernel APIsAndrew Boie
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-11-08kernel: add __ASSERT() for thread prioritiesBenjamin Walsh
2016-11-08x86: remove CONFIG_NANOKERNEL referencesAndrew Boie
2016-11-07quark_se: Correctly wait for ARC_READY flag while initializing ARCLeandro Pereira
2016-11-07kernel: Rename USE_FP and USE_SSE symbolsAllan Stephens
2016-11-07benchmarks: rename _NanoTscRead -> _tsc_readAnas Nashif
2016-11-04x86: remove legacy kernel supportAndrew Boie
2016-11-04unified: Rename ESSENTIAL to K_ESSENTIALAllan Stephens
2016-11-03power: Update Quark SE PM layer with QMSI 1.3Julien Delayen