Commit graph

  • 596135165a doc: tests: Remove ref. to undefined sym. CONFIG_ADC_QMSI_SAMPLE_WIDTH Ulf Magnusson 2019-02-25 15:12:57 +01:00
  • 3522e05f76 posix/pthreads: fix pthread_barrier_wait() behavior to match Posix Charles E. Youse 2019-03-01 15:22:22 -08:00
  • 6c8825fc96 x86: mitigate L1 Terminal Fault vulnerability Andrew Boie 2019-03-01 11:42:03 -08:00
  • d51ee67cbe tests/timer_api: revert testcase configuration Charles E. Youse 2019-03-01 12:15:24 -08:00
  • fbf4c7eea0 tests/timer_api: revert testcase configuration Charles E. Youse 2019-03-01 11:55:25 -08:00
  • 0ad4022e51 kernel/timeout: fix k_timer_remaining_get() when tickless Charles E. Youse 2019-03-01 10:51:04 -08:00
  • 10040f603d x86: enable Extended IBRS Andrew Boie 2019-02-28 15:51:56 -08:00
  • e27ce67d25 x86: fix SSBD feature bit Andrew Boie 2019-02-28 15:53:09 -08:00
  • 7d7f4336c8 x86: don't default to 'y' for spectre configs Andrew Boie 2019-02-28 15:50:46 -08:00
  • d3c89fea4f kernel: move CONFIG_RETPOLINE definition Andrew Boie 2019-03-01 10:57:51 -08:00
  • f46e391f06 kconfig: pwm: Remove redundant deps. and clean up a bit Ulf Magnusson 2019-02-26 18:00:26 +01:00
  • 05fa9c8318 drivers: counter_nrfx_timer: Port driver to DTS Piotr Zięcik 2019-02-26 15:18:17 +01:00
  • 298b841873 drivers: counter_nrfx_rtc: Port driver to DTS Piotr Zięcik 2019-02-26 15:18:17 +01:00
  • 0d1665e93a drivers: eth: gmac: kconfig: remove unused kconfig symbol Tomasz Gorochowik 2019-03-01 17:25:42 +01:00
  • f085928ab0 tests/kernel/fifo/fifo_timeout: Tick alignment for oversensitive timing Andy Ross 2019-02-28 14:04:22 -08:00
  • f860d31465 samples: net: coap_client: Fix coverity issue Ravi kumar Veeramally 2019-03-01 12:09:51 +02:00
  • 1d50b92890 soc: arm: nrf52810: reduce number of boot-time configured MPU regions Ioannis Glaropoulos 2019-03-01 15:26:53 +01:00
  • fd7c4430e1 drivers: eth: stellaris: Properly ifdef stats handling Paul Sokolovsky 2019-02-28 16:08:30 +03:00
  • 7f5cee53ce i2c: i2c_dw: rename CONFIG_I2C_DW_0_IRQ_SHARED_NAME to DT_* Daniel Leung 2019-02-27 10:40:32 -08:00
  • 0ccb2af9ba eth: eth_dw: rename CONFIG_ETH_DW_0_IRQ_SHARED_NAME to DT_* Daniel Leung 2019-02-27 10:39:06 -08:00
  • a9a3282ac2 gpio: gpio_dw: rename CONFIG_GPIO_DW_*_IRQ_SHARED_NAME to DT_* Daniel Leung 2019-02-27 10:34:36 -08:00
  • 5f2099fb63 Bluetooth: controller: Workaround for Unknown Rsp during Enc Setup Vinayak Kariappa Chettimada 2019-03-01 16:02:45 +05:30
  • 6e2501dd25 net: buf: Doxygen comment additions and fixes Jukka Rissanen 2019-02-27 12:40:21 +02:00
  • b17d9eefc5 Bluetooth: GATT: Remove ccc cfg value Nick Ward 2019-02-28 17:44:10 +11:00
  • 5415f67475 bluetooth: settings: Clean up storing Bluetooth host values Filip Kubicz 2019-02-28 10:33:39 +01:00
  • 5a44011e3b net: sockets: Add dummy impl for SO_REUSEADDR and TCP_NODELAY sockopts Paul Sokolovsky 2019-02-19 20:49:29 +03:00
  • 9c86dbfd8e net: socket: Define a few well-known socket options Paul Sokolovsky 2019-02-19 20:46:36 +03:00
  • 4e36a05c89 net: ip: Add defines for IPPROTO_IP and IPPROTO_IPV6 Paul Sokolovsky 2019-02-19 20:42:11 +03:00
  • 096d2e3022 boards: rv32m1_vega: Have identifier match name Kumar Gala 2019-02-20 15:46:16 -06:00
  • b92f104b66 tests: fs: Add missing return check Flavio Ceolin 2019-02-28 16:54:15 -08:00
  • ea1e4fd0d7 net: tcp: Check TCP ACK flag properly during conn establishment Jukka Rissanen 2019-02-28 19:29:10 +02:00
  • c1f24abb13 drivers: modem: wistron kconfig separation Georgij Cernysiov 2019-02-14 10:21:27 +01:00
  • 3fe917ef64 drivers: modem: receiver: guards against 0 size Georgij Cernysiov 2019-02-13 23:36:39 +01:00
  • 27618404f6 drivers: modem: receiver: replace fifo_fill with poll_out Georgij Cernysiov 2019-02-13 23:20:21 +01:00
  • 886ab98fd0 drivers: modem: receiver: use asserts internally Georgij Cernysiov 2019-02-13 23:06:40 +01:00
  • 2234621d9e drivers: modem: receiver: fix sending Georgij Cernysiov 2019-02-13 23:03:21 +01:00
  • de8b39f6eb drivers: modem: receiver: rearrange and comment Georgij Cernysiov 2019-02-13 22:59:17 +01:00
  • 94ee0ddbde drivers: modem: receiver: switch to ring buffer from pipe api Georgij Cernysiov 2019-02-13 22:48:46 +01:00
  • 23b64b0d35 drivers: modem: receiver: correct device bind error type Georgij Cernysiov 2019-02-13 22:33:24 +01:00
  • 52dc50dc6b net: lldp: Allow generation of documentation Jukka Rissanen 2019-02-26 09:56:06 +02:00
  • 35e744ff1c doc: net: Enhance LLDP documentation Jukka Rissanen 2019-02-26 09:55:05 +02:00
  • 0482b66f0b net: lwm2m: fix json NULL deref / code flow in read_number() Michael Scott 2019-02-27 10:04:27 -08:00
  • 4e5300ba7f cmake: Drop all in-tree usage 'set_conf_file' Sebastian Bøe 2019-02-28 14:51:09 +01:00
  • 6d4ba3490f cmake: Deprecate 'set_conf_file' Sebastian Bøe 2019-02-28 14:53:48 +01:00
  • ed7fb7548f tests: hwinfo: Fix invalid assertion Flavio Ceolin 2019-02-28 11:36:47 -08:00
  • 6b4cda9b25 run_ci.sh: git log what [base] version is being tested Marc Herbert 2019-02-28 14:51:42 -08:00
  • f7e995c075 run_ci.sh: run pytest-3 if found Marc Herbert 2019-02-28 14:39:36 -08:00
  • b3dc27552d drivers: can: Z_SYCALL_HANDLER should return int Flavio Ceolin 2019-02-28 13:29:59 -08:00
  • 1556fce845 libc: ctype: Fix operations between signed and unsigned types Flavio Ceolin 2019-02-26 17:28:13 -08:00
  • 2141cb740d drivers/serial: ns16550: Remove unused Kconfig symbols Ulf Magnusson 2019-02-27 13:30:05 +01:00
  • 23e75c1492 bluetooth: shell: Fix uninitialized variable Flavio Ceolin 2019-02-28 16:32:47 -08:00
  • c78be1bb7b CODEOWNERS: fix 3 check-compliance.py issues not reported by github Marc Herbert 2019-02-28 20:56:55 -08:00
  • 9ec9c430b3 console: tty: Remove dependency on older "consoles" Paul Sokolovsky 2019-02-25 12:10:31 +03:00
  • 9f8db3d729 can: cast value 1U to type ULL in function can_stm32_set_filter Maksim Masalski 2019-02-28 23:43:16 +03:00
  • f32b94c46e can: cast value 1U to type u64_t in function can_stm32_set_filter Maksim Masalski 2019-02-28 22:36:15 +03:00
  • 7cbdb6c5c0 drivers/timer: Restore non-tickless tick count behavior Andy Ross 2019-02-28 10:16:08 -08:00
  • ad2d7ca081 x86: fix page directory out of bounds Andrew Boie 2019-02-28 10:23:13 -08:00
  • adb9f0e02e xtensa: intel_s1000: turn on XTENSA_ASM2 Daniel Leung 2019-02-15 13:32:10 -08:00
  • fc3ca95ba7 tests: Mass SMP disablement on non-SMP-safe tests Andy Ross 2019-02-22 11:45:23 -08:00
  • ed80be5281 doc: Fixed a link in CONTRIBUTING.rst Tim Sørensen (TIMS) 2019-02-28 16:44:53 +01:00
  • 1af5fa174b gpio: gpio_intel_apl: fix if condition leading to dead code Daniel Leung 2019-02-27 15:15:30 -08:00
  • ca3b6c680f tests: kernel: fatal: remove #ifdefs for ARM platforms Ioannis Glaropoulos 2019-02-18 13:23:51 +01:00
  • 1f8c57e0f9 arch: arm: core arch function to evaluate stack corruption Ioannis Glaropoulos 2019-02-18 13:20:02 +01:00
  • 1735d8794e arch: arm: stress that IRQ tail-chaining cannot always be guaranteed Ioannis Glaropoulos 2019-02-26 16:20:36 +01:00
  • 602001d938 arch: arm: remove redundant check for imprecise error Ioannis Glaropoulos 2019-02-26 12:18:24 +01:00
  • 69b06a464c arch: arm: nxp: properly assess stack corruptions upon BusFaults Ioannis Glaropoulos 2019-02-18 12:27:45 +01:00
  • 2201490ab6 arch: arm: properly assess stack corruptions upon MPU faults Ioannis Glaropoulos 2019-02-15 16:04:10 +01:00
  • 4311b5e563 arch: arm: improve debug message and help test for UsageFault Ioannis Glaropoulos 2019-02-15 14:53:10 +01:00
  • 0348c53574 arch: minor white-space fix in Kconfig Ioannis Glaropoulos 2019-02-12 15:16:16 +01:00
  • a0335b5223 soc: openisa_rv32m1: Implement sys_arch_reboot() Maureen Helm 2019-02-28 11:34:16 -06:00
  • 3f4aa6316c tests/kernel/sched/schedule_api: Restore spinning for timer alignment Andy Ross 2019-02-27 14:29:30 -08:00
  • a334ac2045 tests: Mass SMP disablement on non-SMP-safe tests Andy Ross 2019-02-22 11:45:23 -08:00
  • 85d895c60e lib/os: Remove recursion from mempool and rbtree Andy Ross 2019-02-27 12:31:05 -08:00
  • fe04adf99b lib/os: Conditionally eliminate alloca/VLA usage Andy Ross 2019-02-27 11:53:18 -08:00
  • 846dfd4b86 spi: spi_intel: Fix missing 'break' in case Kumar Gala 2019-02-27 08:13:24 -06:00
  • c2a70a2710 scripts: size_report: Fix output of header break line Paul Sokolovsky 2019-02-25 11:46:22 +03:00
  • 340fabedbf doc: boards: fix board target Ruth Fuchss 2019-02-22 13:42:08 +01:00
  • 29c19c1b0f filter-known-issues.py: clarify what "new" means Marc Herbert 2019-02-26 10:37:59 -08:00
  • 7926cf24b6 tests: kernel: arm_irq_vector_table: extend the test for nRF9160 Ioannis Glaropoulos 2019-02-27 16:17:53 +01:00
  • 1e74007606 tests: kernel: arm_irq_vector_table: add clock ISR in the IRQ vector Ioannis Glaropoulos 2019-02-27 16:07:30 +01:00
  • 3dc81a40bc tests: kernel: arm_irq_vector_table: minor typo and style fixes Ioannis Glaropoulos 2019-02-27 16:00:14 +01:00
  • bc902954e4 tests: kernel: arm_irq_vector_table: refactor custom IRQ settings Ioannis Glaropoulos 2019-02-27 15:54:25 +01:00
  • ee50b49621 boards: up_squared: turn on PCI enumeration Daniel Leung 2019-02-27 23:33:53 -08:00
  • dd4754ebe9 arch: arm: nxp: mpu: fix constant expression result errors Ioannis Glaropoulos 2019-02-27 18:40:20 +01:00
  • 29f04767e9 arch: move common app_data_alignment.ld file Anas Nashif 2019-02-19 15:54:43 -05:00
  • 5dd1bf15fc uart: ns16550: support Apollo Lake PRV_CLOCK_PARAMS (PCP) register Charles E. Youse 2019-02-23 15:18:28 -08:00
  • b5578d8de3 arch: arm: various documentation fixes in arm assembly Ioannis Glaropoulos 2019-02-28 15:42:50 +01:00
  • d8d52fab2d arch: arm: mpu: fix constant expression result errors in ARMv8-M impl Ioannis Glaropoulos 2019-02-28 09:19:55 +01:00
  • a94d5587fe arch: arm: mpu: fix constant expression result errors Ioannis Glaropoulos 2019-02-28 09:16:05 +01:00
  • 8e066aba0f net: ipv6: Extension header length failure not properly checked Jukka Rissanen 2019-02-28 09:57:16 +02:00
  • a6614a32c1 net: sntp: Remove useless comparison Jukka Rissanen 2019-02-28 09:45:38 +02:00
  • 2db03ce277 samples: net: socket: can: Do cleanup if failure Jukka Rissanen 2019-02-28 09:34:05 +02:00
  • 4bbcf391c3 net: context: Remove dead code from net_context_connect Jukka Rissanen 2019-02-28 10:12:30 +02:00
  • 18680e55e5 drivers: can: Fix userspace handler parameter types Alexander Wachter 2019-02-28 10:57:23 +01:00
  • b0826442ee drivers: can: Make zcan_frame const for sending Alexander Wachter 2019-02-28 10:54:10 +01:00
  • 8aab2e7bb9 include: can: Fix positive and overlapping error numbers Alexander Wachter 2019-02-28 10:38:05 +01:00
  • d01f75be7e lib: os: fdtable: Add underscore aliases for read/write/close/lseek Paul Sokolovsky 2019-02-28 13:55:43 +03:00
  • e731bdc81a doc: fix docs, include, and Kconfig misspellings David B. Kinder 2019-02-27 13:55:32 -08:00
  • 9c2c115716 kernel/spinlock: Predicate spinlock validation on flash size Andy Ross 2019-02-23 07:41:53 -08:00
  • a4614372f9 tests: Mass SMP disablement on non-SMP-safe tests Andy Ross 2019-02-22 11:45:23 -08:00