Commit graph

  • f83134130e segmentation.h: fix get_gdt/get_idt Andrew Boie 2016-09-23 11:41:15 -0700
  • 2d7490c7ce x86: don't unconditionally run ISRs with interrupts enabled Andrew Boie 2016-09-23 15:36:34 -0700
  • 2a2291d430 remove unused whitespace in arch/arc/core/fault_s.S Qiu Peiyang 2016-09-25 20:34:47 -0400
  • e57b21c78c irq: Use lowest priority not a hard-coded priority 2 Chuck Jordan 2016-09-23 16:23:22 -0700
  • 8e5c813a24 irq: _ARC_V2_DEF_IRQ_LEVEL should be set to last legal priority Chuck Jordan 2016-09-23 16:10:07 -0700
  • 6ab9701330 samples: remove unused MDEF file Anas Nashif 2016-09-24 08:26:50 -0400
  • f720bb12a7 mvic: fixed printk format Anas Nashif 2016-09-24 08:11:37 -0400
  • 89ead817b7 usb: do not assert on a variable we do not have Anas Nashif 2016-09-24 08:10:50 -0400
  • 4dd1ca2c1a x86: add _init_irq_gate and use it in gen_idt Andrew Boie 2016-09-22 15:59:36 -0700
  • ba5ddc189e unified: implement k_uptime_{get,delta}() Benjamin Walsh 2016-09-21 16:01:22 -0400
  • a9604bd895 unified: move basic ticks-to-ms conversion to kernel.h Benjamin Walsh 2016-09-21 11:05:56 -0400
  • 19547d09f7 unified: Eliminate useless check in idle thread Peter Mitsis 2016-09-14 15:40:01 -0400
  • ba26615a47 unified: Remove unused _nano_get_earliest_deadline() Peter Mitsis 2016-09-19 16:07:15 -0400
  • 7e9d7058cc unified: Remove #if 0 code block from wait_q.h Peter Mitsis 2016-09-19 15:57:44 -0400
  • e02c720e3d unified: Remove obsolete wait_q.h macros Peter Mitsis 2016-09-19 15:49:11 -0400
  • b27249486a unified: Remove references to obsolete task_timeout Peter Mitsis 2016-09-19 13:53:33 -0400
  • 3259d0e3c4 unified: Replace _nano_get_earliest_deadline() Peter Mitsis 2016-09-19 13:42:23 -0400
  • 5a92f4b54f unified: Make test_pend unified capable. Dmitriy Korovkin 2016-09-20 16:20:06 -0400
  • bf9972113f unified: Add legacy task_offload_to_fiber() routine Dmitriy Korovkin 2016-09-20 16:18:20 -0400
  • 653ff0b949 unified: Remove check in _reschedule_threads() Peter Mitsis 2016-09-22 14:11:25 -0400
  • 8d8b2acb26 k_timer: Don't allocate dynamic timers by default Andy Ross 2016-09-23 10:08:54 -0700
  • 7c385bd8b1 ioapic: make init-time RTE masking optional Andrew Boie 2016-09-22 09:46:35 -0700
  • d3831180cf apic: set initial PM state at build time Andrew Boie 2016-09-22 11:23:22 -0700
  • 325cae5c94 kernel: remove lingering irq_connect_dynamic() references Andrew Boie 2016-09-22 11:20:26 -0700
  • a5b2682ce8 init.h: use a counter when naming system devices Andrew Boie 2016-09-22 11:14:59 -0700
  • 9ec847e608 Revert "rfc: ksdk: Add KSDK ENET driver." Kumar Gala 2016-09-23 09:07:02 -0500
  • 581e15ced2 rfc: ksdk: Add KSDK ENET driver. Marcus Shawcroft 2016-06-16 17:33:47 +0100
  • ec60dcc4c1 ksdk: Build ksdk fsl_enet.c and fsl_phy.c Marcus Shawcroft 2016-06-14 21:50:15 +0100
  • 98357de7a3 sample: fs: Add tests for fs_truncate and fs_statvfs Ramesh Thomas 2016-09-02 00:46:23 -0700
  • 97d8fd1748 fs: Add file system API to flush cache of an open file Ramesh Thomas 2016-09-01 23:15:25 -0700
  • 524004d54b fs: Adds file system API to get volume statistics Ramesh Thomas 2016-09-01 17:11:16 -0700
  • 211db5352d fs: Adds file system API to grow or shrink a file Ramesh Thomas 2016-08-26 17:56:07 -0700
  • 986596bb91 boards: arduino_101: remove backup/restore scripts Anas Nashif 2016-09-22 13:56:34 -0400
  • 179ce1c891 boards: remove obsolete board basic_minuteia Anas Nashif 2016-09-21 23:43:41 -0400
  • 572f4a1a14 boards: remove obsolete board basic_cortex_m3 Anas Nashif 2016-09-21 23:43:16 -0400
  • 70c68b92de unified: change signature of k_sem_reset() Benjamin Walsh 2016-09-21 10:37:34 -0400
  • bee1c0655f test_mem_safe: fix breakage in unified kernel Benjamin Walsh 2016-09-21 10:10:44 -0400
  • 0bee91dae1 unified: fix some leftover K_<obj>_DEFINE macros Benjamin Walsh 2016-09-15 17:16:38 -0400
  • 14dd53289d drivers: serial: uart_qmsi: update Quark SE C1000 config Javier B Perez 2016-09-22 11:04:24 -0500
  • 3fa32becd5 arm: merge Cortex-M3/M4 memory map into master Cortex-M memory map Kumar Gala 2016-09-21 12:17:07 -0500
  • 276086da28 kernel: Fix for k_sem where counter is a unsigned int Tomasz Bursztyka 2016-09-21 16:03:21 +0200
  • dbb9094b8a net: Set uIP context on newly allocated buffers immediately. Paul Sokolovsky 2016-09-21 19:56:03 +0300
  • 58002193e9 drivers: gpio: reuse gpio Kconfigs for sensor subsystem Anas Nashif 2016-09-18 01:27:59 -0400
  • 47e8893654 tests/zoap: Add simple test for retransmission Vinicius Costa Gomes 2016-09-06 16:21:50 -0300
  • 7d0a1279b6 iot/zoap: Fix retrieving the token for every reply Vinicius Costa Gomes 2016-09-16 16:11:01 -0300
  • eab5adb282 iot/zoap: Fix subtly wrong indentation Vinicius Costa Gomes 2016-09-14 11:38:14 -0300
  • eb9d45e6cd power_mgmt: Mark old device pm API functions as deprecated amirkapl 2016-09-12 14:35:13 +0300
  • c490219d1e power_mgmt: Update sample and drivers according to new pm device API amirkapl 2016-09-11 19:17:19 +0300
  • d305da61e9 power_mgmt: Update Power Management device driver API amirkapl 2016-09-01 09:01:10 +0300
  • 035ec8249d drivers: timer: cortex_m_systick remove dead code Javier B Perez 2016-09-20 14:02:22 -0500
  • 86a4fb0332 doc: add zoap.h to doxygen input Anas Nashif 2016-09-20 22:11:35 -0400
  • d4429bfb88 drivers: timer: loapic remove unused workaround Javier B Perez 2016-09-20 12:48:43 -0500
  • 8108aa8990 usb_dw: Clear device address on USB Reset Jesus Sanchez-Palencia 2016-09-20 16:15:12 -0300
  • e3be818115 unified: Make memory pool test unified capable Dmitriy Korovkin 2016-09-15 15:27:38 -0400
  • 7f14618227 unified: Enable memory pools in mailbox tests Dmitriy Korovkin 2016-09-12 15:04:15 -0400
  • 3c426888a1 unified: Implement memory pools Dmitriy Korovkin 2016-09-01 18:14:17 -0400
  • 3fb21ac39c test_mem_safe: bring x86 linker script up-to-date Benjamin Walsh 2016-09-20 15:32:21 -0400
  • 99368c7435 x86: optimize GDT space Andrew Boie 2016-09-19 10:40:25 -0700
  • 757dae5b7d x86: introduce new segmentation.h header Andrew Boie 2016-09-16 12:04:27 -0700
  • 7bad492e5b doc: Add links from kernel API to overview docs David B. Kinder 2016-09-19 14:19:06 -0700
  • f01601b935 doc: fix title generation for config options pages David B. Kinder 2016-09-20 10:09:20 -0700
  • 79cdf33579 ARM: irq: Add _arch_irq_is_enabled external interrupt API Vinayak Chettimada 2016-09-10 12:38:36 +0200
  • b33aaa4ca5 irq: Add irq_is_enabled external interrupt API Vinayak Chettimada 2016-09-10 11:53:49 +0200
  • bbeb7030a4 ARM: irq: Do not clear pending IRQ when enabling them. Vinayak Chettimada 2016-09-01 20:44:36 +0200
  • a4b4f5ca20 unified: Enable semaphore group use in test_mail Peter Mitsis 2016-09-09 13:55:17 -0400
  • 95b75d7e6e unified: Fix semaphore group tests Peter Mitsis 2016-09-09 10:21:09 -0400
  • 45403678aa unified: Add support for semaphore groups Peter Mitsis 2016-09-09 14:24:06 -0400
  • 3ffe5bfb8c unified: Include _timeout structure in tcs_base Peter Mitsis 2016-09-09 14:20:55 -0400
  • df6c72028f unified: Conditionally define __printf_like() macro Peter Mitsis 2016-09-12 13:55:13 -0400
  • 68d1f4b562 unified: Add timeslice support Peter Mitsis 2016-09-12 11:35:26 -0400
  • bd69658571 unified: Add _is_next_thread_current() Peter Mitsis 2016-09-16 10:08:52 -0400
  • 685254f524 unified: Preemption check to include sched lock Peter Mitsis 2016-09-14 11:06:31 -0400
  • 19d22dc389 tinycrypt: Add test case for the ECC DH algorithm Flavio Santes 2016-09-18 22:35:11 -0500
  • 062489f873 tinycrypt: Add test case for the ECC DSA algorithm Flavio Santes 2016-09-18 20:01:27 -0500
  • 824fd85b1c tests/kernel/test_multilib: Test for proper multilib selection. Paul Sokolovsky 2016-08-04 16:49:18 +0300
  • b97f3f3996 eth: Add full-duplex configuration to ENC28J60 Juan Manuel Cruz 2016-09-08 12:07:11 -0500
  • bb4c1bd82a eth: Initial release to tx semaphore for the ENC28J60 driver. Juan Manuel Cruz 2016-09-08 11:41:21 -0500
  • 8da0bad30a eth: Adjust ENC28J60 MAC configuration. Juan Manuel Cruz 2016-09-08 10:39:24 -0500
  • 69d4f2a2ca Merge "Merge bluetooth branch into master" Anas Nashif 2016-09-17 16:25:47 +0000
  • 7094273af7 trivial: fixed typos Anas Nashif 2016-09-17 08:01:57 -0400
  • 442987f542 intel_quark: move X86_IAMCU to defconfig Anas Nashif 2016-09-14 07:44:20 -0400
  • ecf96d2cfa arduino 101: make factory bootloader config the default Anas Nashif 2016-09-10 08:06:15 -0400
  • 37d6551286 known-issues: update rule for TCF summary line Inaky Perez-Gonzalez 2016-09-16 11:29:46 -0700
  • de2be17fee arm/nrf52: Set CPU_HAS_FPU Daniel Thompson 2016-09-16 12:33:24 +0100
  • 5cc5141371 Merge bluetooth branch into master Johan Hedberg 2016-09-16 13:28:01 +0300
  • 88d5175ac4 Bluetooth: eddystone: Fix byteorder of advertisement Luiz Augusto von Dentz 2016-09-15 14:27:00 +0300
  • 00d0e4631b build: use 'vercomp' without relying on it being in PATH Inaky Perez-Gonzalez 2016-09-15 23:59:15 -0700
  • 496b02b54a Bluetooth: Controller: Refactor HCI files Carles Cufi 2016-09-15 10:07:56 +0200
  • 3f3dc59ea1 parse board defconfig at the very end Anas Nashif 2016-09-10 09:55:55 -0400
  • 8d187d6f0e MAINTAINERS: add maintainer for some of the boards Anas Nashif 2016-08-30 08:55:02 -0400
  • 99abf49fce quark_x1000: move the X1000 into the intel_quark family Anas Nashif 2016-09-09 18:14:46 -0400
  • 211e0e14d7 soc: intel_quark: move quark d2000 to intel_quark family Anas Nashif 2016-09-09 11:38:24 -0400
  • 0be112fbcb intel_quark: Group Quark SoCs under intel_quark/ Anas Nashif 2016-09-09 10:39:47 -0400
  • 5363d14a9e boards: rename Quark SE Devboard to Quark SE C1000 Anas Nashif 2016-08-30 08:41:04 -0400
  • 5e4b62c35c boards: rename Quark SE Devboard to Quark SE C1000 (Sensor Subsystem) Anas Nashif 2016-08-30 08:27:26 -0400
  • 9237040302 fs: Fixes a bug that limits volume size to 1MB Ramesh Thomas 2016-09-14 15:08:06 -0700
  • 806ac751d4 sdk: zephyr: check for minimum required version of SDK Anas Nashif 2016-09-13 12:35:58 -0400
  • 2aa754497d tests: fp_sharing: removing dependency on ARCH Anas Nashif 2016-09-11 16:41:13 -0400
  • 50492618e6 tests: remove dependency on architecture and use one prj.conf Anas Nashif 2016-09-11 15:57:24 -0400
  • eeccdaca05 Bluetooth: HCI: Fix updating RPA too early Luiz Augusto von Dentz 2016-09-13 13:49:53 +0300