Commit graph

  • b0edae6047 x86/qemu: do not use -no-reboot flag when REBOOT=y Benjamin Walsh 2015-10-01 15:30:04 -0400
  • f9127ecf52 reboot: add support for galileo Benjamin Walsh 2015-09-28 16:04:34 -0400
  • 826edfc16b reboot: add reboot infrastructure Benjamin Walsh 2015-09-28 15:53:04 -0400
  • 55afb68e83 x86: remove NANOKERNEL guard around nano_cpu_idle() Benjamin Walsh 2015-09-29 16:39:57 -0400
  • 1e60ee31bc timer: allow enabling of sys_clock_disable() Benjamin Walsh 2015-09-28 14:24:50 -0400
  • ac1148e1de timer: rename SYSTEM_TIMER_DISABLE/timer_disable Benjamin Walsh 2015-09-28 14:23:35 -0400
  • d44799de3e systick: remove unused stack variable Benjamin Walsh 2015-10-22 18:18:30 -0400
  • c433fc7f8a test: add nanokernel mem_safe test Benjamin Walsh 2015-09-18 15:14:25 -0400
  • 760f191b1e debug: add safe memory access routines Benjamin Walsh 2015-09-18 15:13:17 -0400
  • 3ab75623fa x86: add kconfig options for RAM/ROM size Benjamin Walsh 2015-10-14 15:46:41 -0400
  • 3e06e7293f arc-linker scripts: Add _image_[ram|rom]_[start|end] symbols Peter Mitsis 2015-10-30 12:50:11 -0400
  • abc1694614 arc-linker scripts: Replace __text_start/end symbols Peter Mitsis 2015-10-30 12:36:06 -0400
  • c12c234f38 linker scripts: add _image_text_start/end symbols Benjamin Walsh 2015-09-21 17:57:39 -0400
  • 09303f7f68 linker scripts: add symbols for ROM/RAM boundaries Benjamin Walsh 2015-09-16 19:14:40 -0400
  • f80bc35d58 toolchain: update iamcu toolchain version Anas Nashif 2015-11-09 09:59:22 -0500
  • d34b8f62ae gpio: ioapic stubs apply only with IOAPIC Juan Manuel Cruz 2015-11-09 19:41:06 -0600
  • 1e15f54fec doc: Prevent accidental commit of Kconfig index file Allan Stephens 2015-11-09 09:58:07 -0500
  • 05d6c92621 x86: cpuhalt: rewrite using inline assembly Andrew Boie 2015-11-06 11:37:10 -0800
  • 033ee894b9 x86: use GCC inline asm for MSR read/write Andrew Boie 2015-11-06 10:55:47 -0800
  • 6bf328b6ea x86: use GCC inline assembly for atomic operations Andrew Boie 2015-11-03 16:05:32 -0800
  • 98c50de9ff checkpatch: Allow space before [ in the case of inline asm Anas Nashif 2015-11-06 18:23:35 -0500
  • 2fced15758 sys_io: include nanokernel.h Anas Nashif 2015-11-07 07:44:25 -0500
  • 2ad663da92 gpio: dw: Fix ISR initialization and add NULL checks Michael LeMay 2015-10-26 16:55:32 -0700
  • 099e5a3018 doc: Fix typo in memory map documentation Allan Stephens 2015-11-06 10:48:54 -0500
  • ab7f788adc kernel: Minor optimization of event & semaphore include files Allan Stephens 2015-11-05 15:37:11 -0500
  • 0c8965fd99 kernel: Specify alignment of microkernel server command stack items Allan Stephens 2015-11-05 15:31:40 -0500
  • 7ed2678916 doc: Remove documentation for microkernel command packet sets Allan Stephens 2015-10-29 10:54:33 -0400
  • 7c4b9ce1f7 kernel: Eliminate the need for command packet sets Allan Stephens 2015-10-29 08:47:46 -0400
  • 30f01d86e0 x86: remove CONFIG_LOCK_INSTRUCTION_UNSUPPORTED Andrew Boie 2015-11-05 10:26:06 -0800
  • 9b9367176e spi: intel: Fix byte flow and error handling Tomasz Bursztyka 2015-11-03 19:28:36 +0200
  • 8a2104e16a x86: remove CONFIG_UNALIGNED_WRITE_UNSUPPORTED Andrew Boie 2015-11-05 10:22:33 -0800
  • 5e1ae08765 loapic: get rid of function call overhead for _loapic_eoi() Andrew Boie 2015-11-04 13:47:12 -0800
  • 6de1c20809 core: remove NO_ISRS feature Anas Nashif 2015-11-04 16:37:04 -0500
  • 70ff4c91e5 gpio: fixed struct name causing build failure Anas Nashif 2015-11-05 13:41:41 -0500
  • 14cb8da750 Revert "kbuild: add clang support" Anas Nashif 2015-11-05 15:19:42 -0500
  • b43758d22a x86: remove dynamically generated IRQ and exception code Andrew Boie 2015-10-19 14:10:53 -0700
  • c159380c86 gpio: make function names conform to driver name Anas Nashif 2015-11-01 18:13:41 -0500
  • 0d0cb8e661 kbuild: add clang support Anas Nashif 2015-08-23 22:01:07 -0400
  • 98e0c2cfbc gpio: use BIT macro defined in misc/util.h Anas Nashif 2015-11-04 08:34:13 -0500
  • 71c289dfbc asm: add asm inline for system set/clear/test bit Juan Manuel Cruz 2015-10-02 17:28:18 -0500
  • 5563290d36 Add group definition to event logger. Yonattan Louise 2015-10-16 17:09:35 -0500
  • e378747706 Rename Profiler to Event Logger. Yonattan Louise 2015-10-16 15:45:02 -0500
  • 16504c27c1 kernel: Revise microkernel server's recognition of command types Allan Stephens 2015-10-28 17:14:25 -0400
  • d765602ec0 kernel: Minor tweak to generation of microkernel TICK_EVENT Allan Stephens 2015-10-28 16:53:09 -0400
  • 334c14e66e x86: CLFLUSH and cache line size detection Benjamin Walsh 2015-09-18 16:36:57 -0400
  • aed578cb03 x86/cache: rename _SysCacheFlush to sys_cache_flush Benjamin Walsh 2015-09-18 16:18:15 -0400
  • 5ff5c62bdc arc: Add paddr_t/vaddr_t Peter Mitsis 2015-10-29 16:20:28 -0400
  • 4690457b17 arm: Add paddr_t/vaddr_t Benjamin Walsh 2015-09-18 15:57:27 -0400
  • b55e2fc50a x86: Add addr_types.h to arch.h Benjamin Walsh 2015-09-18 16:05:10 -0400
  • b7875a0bc8 x86: Rename PHYS_ADDR/VIRT_ADDR to paddr_t/vaddr_t Benjamin Walsh 2015-09-18 15:53:53 -0400
  • b1c1020732 Add UART irq input hook to uart_console_isr() Peter Mitsis 2015-09-17 13:22:00 -0400
  • b2147178b4 build: remove unsupported targets from Makefile Anas Nashif 2015-11-01 17:55:27 -0500
  • 6c625c925f kbuild: remove unused and unsupported GCOV_KERNEL Anas Nashif 2015-10-29 06:32:21 -0700
  • 8c4f2321e3 test_atomic: test case to verify atomic.h Andrew Boie 2015-10-27 14:16:09 -0700
  • 8397dc5028 _irq_handler_set: don't require old function as parameter Andrew Boie 2015-10-26 15:46:34 -0700
  • 39dceb21f6 uart: simple: throw an error if configuration options not provided Anas Nashif 2015-11-03 09:55:24 -0500
  • faa11b76ee gpio: remove both edge support on dw arc ip Juan Manuel Cruz 2015-10-30 12:31:21 -0600
  • 4115d68ef9 link: remove unsupported features Anas Nashif 2015-10-25 16:24:24 -0400
  • c0078cfb9b Remove linux features in build process that we do not support Anas Nashif 2015-10-25 14:02:19 -0400
  • 0c39517251 makefile: put app files in seperate target Anas Nashif 2015-10-25 09:42:58 -0400
  • 7ed1abfdda checkpatch: warning - new_typedefs Dan Kalowsky 2015-10-29 14:05:16 -0700
  • 5bd4324ae2 Bluetooth: L2CAP: Unref buffer after calling recv callback Luiz Augusto von Dentz 2015-11-02 16:11:15 +0200
  • 0475c0339d Bluetooth: L2CAP: Fix MTU value Luiz Augusto von Dentz 2015-10-30 14:12:44 +0200
  • 6da7f385a5 Bluetooth: L2CAP: Send LE Flow Control Credit Luiz Augusto von Dentz 2015-10-29 11:14:33 +0200
  • 6d60cee320 Bluetooth: Use bt_hci_cmd_send_sync for host buffer size Johan Hedberg 2015-11-02 16:12:59 +0200
  • e16bb2282e Bluetooth: Refactor hci_init routine Arkadiusz Lichwa 2015-10-30 12:46:08 +0100
  • e5a1e66f9a Bluetooth: L2CAP: Handle disconnection request Luiz Augusto von Dentz 2015-10-28 15:35:53 +0200
  • 92b40ae0df Bluetooth: L2CAP: Fix selecting MPS based on buffer tailroom Luiz Augusto von Dentz 2015-10-29 13:45:00 +0200
  • 4e2880f9c1 Bluetooth: Make sure fixed channels have the tx CID set Johan Hedberg 2015-11-02 11:18:06 +0200
  • c20b68a221 Bluetooth: Remove broken check for existing rx CID Johan Hedberg 2015-11-02 11:17:11 +0200
  • 4f66545ba7 Bluetooth: Add clarifying comment to l2cap_chan_alloc_cid() Johan Hedberg 2015-11-02 11:16:37 +0200
  • b5245cb9db Bluetooth: l2cap: Fix setting unnecessary DCID header in response Johan Hedberg 2015-11-02 09:07:44 +0200
  • 736e8b1bf9 net: test: Remove the test_15_4 testcase temporarily Jukka Rissanen 2015-11-02 10:42:13 +0200
  • 450a124c3f Bluetooth: Fix checking for existing dynamic CID Johan Hedberg 2015-11-02 09:04:00 +0200
  • 4c6a95bb55 Bluetooth: Add missing check for invalid dynamic CID Johan Hedberg 2015-11-02 09:02:59 +0200
  • 394de5d2c1 Bluetooth: L2CAP name dynamic CID ranges appropriately Johan Hedberg 2015-11-02 09:02:51 +0200
  • d858444eb5 Bluetooth: l2cap: Fix error code for SCID in use Johan Hedberg 2015-11-02 08:44:55 +0200
  • 2b68871f7c Bluetooth: uart: Fix discarding data in case of too small buffer Johan Hedberg 2015-10-31 10:53:34 +0200
  • b620f6a5ae net: samples/buf: Fix Kconfig option name Johan Hedberg 2015-10-30 12:17:45 +0200
  • 701404624e Bluetooth: L2CAP: Don't limit tx MTU Luiz Augusto von Dentz 2015-10-29 11:22:55 +0200
  • b861797736 Bluetooth: Fix not unreferencing buffer Luiz Augusto von Dentz 2015-10-30 09:50:10 +0200
  • c73a6fd017 Bluetooth: Adjust lower bound of HCI command size Johan Hedberg 2015-10-29 17:40:04 +0200
  • db51867a2b net: Fix NET_BUF_ASSERT macro compile error Jukka Rissanen 2015-10-29 16:36:44 +0200
  • 9350318b92 Bluetooth: core: Rename buffer user data more appropriately Johan Hedberg 2015-10-29 17:05:30 +0200
  • 297f4f481f Bluetooth: Split HCI command & event buffers to two pools Johan Hedberg 2015-10-29 16:58:18 +0200
  • eaa34b0753 Bluetooth: Fix using correct host ACL buffer count Johan Hedberg 2015-10-29 17:30:44 +0200
  • e9ceedcff7 Bluetooth: Introduce config options for buffer counts/sizes Johan Hedberg 2015-10-29 14:45:02 +0200
  • fc6b853211 Bluetooth: Clean up Kconfig Johan Hedberg 2015-10-29 13:59:54 +0200
  • 5fe86c9452 Bluetooth: Fix typo in NET_BUF Kconfig option description Szymon Janc 2015-10-29 10:10:59 +0100
  • c84d05a3fe Bluetooth: Allow to enable debugs without connection support Szymon Janc 2015-10-29 10:02:23 +0100
  • ea513bb569 Bluetooth: Always compile in UUID support Szymon Janc 2015-10-29 09:54:43 +0100
  • 6b17c489d4 net: Rename samples/microkernel/apps/network Jukka Rissanen 2015-10-28 15:15:12 +0200
  • b14e623918 net: Rename samples/nanokernel/apps/network Jukka Rissanen 2015-10-28 15:09:05 +0200
  • bd5d503fc6 net: Rename samples/network to samples/net Jukka Rissanen 2015-10-28 14:53:30 +0200
  • 4b433d4fa6 Bluetooth: Differentiate send/recv of needed driver headroom Johan Hedberg 2015-10-29 10:18:44 +0200
  • 1c0c1e4a00 net: apps: Add sanity test changes to test_15_4 Ravi kumar Veeramally 2015-10-28 17:09:13 +0200
  • a81c968b0b net: Add Kconfig option for sanity test Ravi kumar Veeramally 2015-10-29 10:14:40 +0200
  • 694d972595 net: apps: Add support for CONFIG_NET_15_4_LOOPBACK_NUM Ravi kumar Veeramally 2015-10-28 16:30:44 +0200
  • fa8636c24e Bluetooth: Fix handle value in completed packets command Johan Hedberg 2015-10-29 07:40:56 +0200
  • 13fcc5ca3e Bluetooth: Make ACL/HCI user data private to hci_core.c Johan Hedberg 2015-10-28 21:14:31 +0200