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