1. 6e4b33e Revert "tests: add intial demand paging testcase" by Anas Nashif · 4 years, 2 months ago
  2. f62ba9f Revert "CODEOWNERS: add demand paging subdir" by Anas Nashif · 4 years, 2 months ago
  3. c2c87c9 Revert "kernel: add z_num_pagefaults_get()" by Anas Nashif · 4 years, 2 months ago
  4. fb4db2c Revert "tests: demand_paging: add more API tests" by Anas Nashif · 4 years, 2 months ago
  5. 5e978d2 Revert "mmu: backing stores reserve page fault room" by Anas Nashif · 4 years, 2 months ago
  6. 43cd3d3 Revert "tests: context: disable if DEMAND_PAGING" by Anas Nashif · 4 years, 2 months ago
  7. ef17f88 Revert "mmu: promote public APIs" by Anas Nashif · 4 years, 2 months ago
  8. 7df2cad tests: devicetree: Fix compile errors with GPIO define by Kumar Gala · 4 years, 2 months ago
  9. 956923f drivers: wifi: esp: schedule each RX packet on separate work by Marcin Niestroj · 4 years, 2 months ago
  10. dca2fd8 drivers: wifi: esp: flush socket work items in socket put by Marcin Niestroj · 4 years, 2 months ago
  11. 74e4f77 drivers: wifi: esp: initialize per socket work structures only once by Marcin Niestroj · 4 years, 2 months ago
  12. 7067373 drivers: wifi: esp: always use net_pkt->work for sending by Marcin Niestroj · 4 years, 2 months ago
  13. 90bb084 drivers: wifi: esp: use context->send_cb and context->user_data by Marcin Niestroj · 4 years, 2 months ago
  14. c31ce55 timer: TICKLESS_CAPABLE is now without prompt by Anas Nashif · 4 years, 2 months ago
  15. d3218ca debug: coredump: remove z_ prefix for stuff used outside subsys by Daniel Leung · 4 years, 2 months ago
  16. c3669c0 tests: debug: add new coredump_backends by Daniel Leung · 4 years, 2 months ago
  17. 2b53f3d debug: coredump: add new backend using flash partition by Daniel Leung · 4 years, 2 months ago
  18. 6c56914 debug: coredump: add shell commands for logging backend by Daniel Leung · 4 years, 2 months ago
  19. 1dc8138 debug: coredump: add query and command APIs by Daniel Leung · 4 years, 2 months ago
  20. c4de586 debug: coredump: no need to track errors at frontend by Daniel Leung · 4 years, 2 months ago
  21. 236e7c7 debug: coredump: remove unused code by Daniel Leung · 4 years, 2 months ago
  22. 1387e7c scripts: coredump: fix crashing on non-existent memory region by Daniel Leung · 4 years, 2 months ago
  23. e932a15 arch: tests: Document interrupt delivery behavior after arch_irq_disable() by Andy Ross · 4 years, 2 months ago
  24. e8f1234 doc: dts: improve 'get zephyr.dts' HOWTO by Martí Bolívar · 4 years, 2 months ago
  25. c408765 timer: legacy_api: Fix a build dependency in legacy_api header by Flavio Ceolin · 4 years, 2 months ago
  26. 1dd2d41 kernel: build: Make TICKLESS_CAPABLE a hidden option by Flavio Ceolin · 4 years, 2 months ago
  27. d6d4a83 kernel: build: Make TICKLESS_KERNEL depends on TICKLESS_CAPABLE by Flavio Ceolin · 4 years, 2 months ago
  28. c2b2462 doc: build: Change a header position by Flavio Ceolin · 4 years, 2 months ago
  29. 2185c5b doc: build: Missing italic by Flavio Ceolin · 4 years, 2 months ago
  30. 45d0508 drivers/sensor: iis2dlpc: Add multi-instance support by Armando Visconti · 4 years, 2 months ago
  31. 8ccd506 doc: Clean up docs on thread termination behavior by Andy Ross · 4 years, 2 months ago
  32. ecc57a1 include: power: include missing header for slist by Johann Fischer · 4 years, 2 months ago
  33. 63fc93e mmu: promote public APIs by Andrew Boie · 4 years, 2 months ago
  34. 6af8748 tests: context: disable if DEMAND_PAGING by Andrew Boie · 4 years, 2 months ago
  35. 7a642f8 mmu: backing stores reserve page fault room by Andrew Boie · 4 years, 2 months ago
  36. 7370895 tests: demand_paging: add more API tests by Andrew Boie · 4 years, 2 months ago
  37. d7e6bc3 kernel: add z_num_pagefaults_get() by Andrew Boie · 4 years, 2 months ago
  38. 5f0a720 CODEOWNERS: add demand paging subdir by Andrew Boie · 4 years, 2 months ago
  39. 060462d tests: add intial demand paging testcase by Andrew Boie · 4 years, 2 months ago
  40. 0f8dc1c tests: add basic k_mem_map() test by Andrew Boie · 4 years, 2 months ago
  41. a45486e mmu: pin the whole kernel by Andrew Boie · 4 years, 2 months ago
  42. cd0a50d qemu_x86_tiny: enable demand paging by Andrew Boie · 4 years, 2 months ago
  43. 7711c9a x86: implement demand paging APIs by Andrew Boie · 4 years, 2 months ago
  44. f8fd993 demand_paging: add RAM-based demo backing store by Andrew Boie · 4 years, 2 months ago
  45. 200ea42 demand_paging: add NRU algorithm by Andrew Boie · 4 years, 2 months ago
  46. 24eb50d tests: mem_map: pin test pages by Andrew Boie · 4 years, 2 months ago
  47. 2fe1fc5 kernel: add demand paging implementation by Andrew Boie · 4 years, 2 months ago
  48. d5b8fe1 kernel: add app-facing demand paging APIs by Andrew Boie · 4 years, 2 months ago
  49. 3e51a7a kernel: add demand paging internal interfaces by Andrew Boie · 4 years, 2 months ago
  50. 1c2bd34 demand_paging: add infra for demand paging modules by Andrew Boie · 4 years, 2 months ago
  51. b8ae437 kernel: add demand paging arch interfaces by Andrew Boie · 4 years, 2 months ago
  52. 48cc63b arch: add CONFIG_DEMAND_PAGING by Andrew Boie · 4 years, 2 months ago
  53. e9bfd64 mmu: ensure gperf data is mapped by Andrew Boie · 4 years, 2 months ago
  54. db56722 mmu: arch_mem_map() may no longer fail by Andrew Boie · 4 years, 2 months ago
  55. 64f05d4 x86: pre-allocate address space by Andrew Boie · 4 years, 2 months ago
  56. d2b7261 qemu_x86_tiny: don't use first megabyte at all by Andrew Boie · 4 years, 2 months ago
  57. 3660040 x86: only map the kernel image by Andrew Boie · 4 years, 2 months ago
  58. e966244 newlib: clamp max heap size on MMU systems by Andrew Boie · 4 years, 2 months ago
  59. bf91269 newlib: memory-map the heap, cleanups by Andrew Boie · 4 years, 2 months ago
  60. 73561be arch: remove KERNEL_RAM_SIZE by Andrew Boie · 4 years, 2 months ago
  61. a7d8b33 x86: tests: pagetables: fix assumptions by Andrew Boie · 4 years, 2 months ago
  62. 51e3c9e x86: reserve the first megabyte by Andrew Boie · 4 years, 2 months ago
  63. 9111ec2 mmu: add k_mem_free_get() by Andrew Boie · 4 years, 2 months ago
  64. 69d39af kernel: add k_mem_map() interface by Andrew Boie · 4 years, 2 months ago
  65. 2ca5fb7 kernel: add page frame management by Andrew Boie · 4 years, 2 months ago
  66. 9d2ebff kernel: add CONFIG_ARCH_HAS_RESERVED_PAGE_FRAMES by Andrew Boie · 4 years, 2 months ago
  67. 898621a tests: x86: pagetables: pass if userspace disabled by Andrew Boie · 4 years, 2 months ago
  68. 9559223 arm64: linker: define z_mapped_* symbols by Andrew Boie · 4 years, 2 months ago
  69. 891776e x86: linker: define z_mapped_* symbols by Andrew Boie · 4 years, 2 months ago
  70. 8a36504 linker-defs: add syms for kernel image bounds by Andrew Boie · 4 years, 2 months ago
  71. fd2434e arch: add KERNEL_VM_OFFSET by Andrew Boie · 4 years, 2 months ago
  72. 76c5707 bluetooth: controller: Disable Coded PHY by default. by Rubin Gerritsen · 4 years, 2 months ago
  73. 589775f requirements: Update to pyocd 0.29 for LPC55S69 support by Kumar Gala · 4 years, 2 months ago
  74. 40ab00a drivers/apbuart: add TX FIFO interrupt support by Martin Åberg · 4 years, 2 months ago
  75. 697baf1 boards/sparc: default to UART_INTERRUPT_DRIVEN by Martin Åberg · 4 years, 2 months ago
  76. ec138d6 drivers/apbuart: Fix interrupt-driven operation by Martin Åberg · 4 years, 2 months ago
  77. a3af137 shell: device_service: add dependency information by Peter Bigot · 4 years, 2 months ago
  78. 58b035a tests: devicetree: add test for devicetree node data by Peter Bigot · 4 years, 2 months ago
  79. 40d3653 device: add post-process of elf file to manage device handles by Peter Bigot · 4 years, 2 months ago
  80. b615153 device: inject device dependency information from devicetree nodes by Peter Bigot · 4 years, 2 months ago
  81. feb0179 dts: bindings: test: complete bindings for gpio expander by Peter Bigot · 4 years, 2 months ago
  82. fefc0aa boards: arm: nucleo_f303re by Alexander Kozhinov · 4 years, 2 months ago
  83. e41f378 boards: arm: nucleo_f303re: dts: usart1 by Alexander Kozhinov · 4 years, 2 months ago
  84. 2d73f0f board: arm: Add board support for mimxrt1024_evk by Lucien Zhao · 4 years, 2 months ago
  85. 882cc32 dts: arm: nxp: Add dtsi for RT1024 by Lucien Zhao · 4 years, 2 months ago
  86. fe0e01d soc: arm: nxp_imx: rt: mimxrt1024: add device support by Lucien Zhao · 4 years, 2 months ago
  87. ee7c9f7 libc: minimal: add INTn_C macros to stdint.h by Peter Bigot · 4 years, 2 months ago
  88. 5fd15c3 tests: c_lib: fix include files by Peter Bigot · 4 years, 2 months ago
  89. dd792ee tests: common: fix kernel.common test case build fail in intel_adsp_cavs by Enjia Mai · 4 years, 2 months ago
  90. 075445b drivers: ieee802154_nrf5: Allocate net_pkt from correct pool by Robert Lubos · 4 years, 2 months ago
  91. 6871b61 api: remove unnecessary parentheses in DEVICE_NAME_GET. by Artur Lipowski · 4 years, 2 months ago
  92. 5bc936e dts: arm: st: f0: fix timer 1 interrupt names by Gerard Marull-Paretas · 4 years, 2 months ago
  93. d86a0a7 boards: arm: cy8ckit_062_wifi_bt: m0: Add LED and switch by Gerson Fernando Budke · 4 years, 2 months ago
  94. 3027ebe boards: arm: cy8ckit_062_ble: m0: Add LED and switch by Gerson Fernando Budke · 4 years, 2 months ago
  95. 84d6a78 drivers: gpio: Add Cypress PSoC-6 gpio driver by Gerson Fernando Budke · 4 years, 2 months ago
  96. 6910725 drivers: display: Added Sharp memory display drivers. by Rohit Gujarathi · 4 years, 2 months ago
  97. e892e09 shields: display: Added LS013B7DH03 display shield. by Rohit Gujarathi · 4 years, 2 months ago
  98. f023df5 drivers: display: Added support for restricted update. by Rohit Gujarathi · 4 years, 2 months ago
  99. e0fd918 tests: i2c_slave_api: make dual role support optional by Peter Bigot · 4 years, 2 months ago
  100. 787a5bc tests: i2c_slave_api: rework diagnostic output by Peter Bigot · 4 years, 2 months ago