1. bd0ff30 arch: arm: cmsis: cleanup cmsis.h and update error-code macros by Ioannis Glaropoulos · 7 years ago
  2. b518d35 arch: arm: fix bug in escalted HF dump by Ioannis Glaropoulos · 7 years ago
  3. 3f5027f xtensa: Fix noreturn attribute on error handlers in asm2 by Andy Ross · 7 years ago
  4. bd72f71 xtensa: Remove arch-specific (and empty) offsets.h by Andy Ross · 7 years ago
  5. bb50a88 arch: arc: apply the new thread stack layout by Wayne Ren · 7 years ago
  6. 8d28411 arch: arc: modify the linker template for APPLICAITON Memory by Wayne Ren · 7 years ago
  7. 7ef2506 arch: arc: enable US bit to check user mode by Wayne Ren · 7 years ago
  8. e91733c arch: arc: bug fixes and add user space support in secure mode by Wayne Ren · 7 years ago
  9. f81dee0 arch: arc: add user space support for arc by Wayne Ren · 7 years ago
  10. 08de82c arm: mpu: nxp: Set bus master 3 to full access by Andy Gross · 7 years ago
  11. f7ec62e arm: mpu: Enable userspace support for NXP and ARM by Andy Gross · 7 years ago
  12. 1c047c9 arm: userspace: Add ARM userspace infrastructure by Andy Gross · 7 years ago
  13. 9ccdcb9 arm: mpu: Add user context API placeholder by Andy Gross · 7 years ago
  14. 581446d linker: arm: add stm32 ccm sections by Erwin Rol · 7 years ago
  15. 11a9625 debug: remove DEBUG_INFO option by Anas Nashif · 7 years ago
  16. 0d6fa4d arch: arm: define Cortex-M23, Cortex-M33 CPUs by Ioannis Glaropoulos · 7 years ago
  17. a0a03d7 arch: arm: common Armv8-M support by Ioannis Glaropoulos · 7 years ago
  18. 18560a0 arm: Generate privileged stacks by Chunlin Han · 7 years ago
  19. e8860fe arm: Add app data section alignment constraints by Andy Gross · 7 years ago
  20. bbd307e arch: arm: vector_table: Support vector table soft relay by Ding Tao · 7 years ago
  21. 9a40bf6 arch: arc: Add the intial support of memory domain by Wayne Ren · 7 years ago
  22. a9b47fc arm: cortex_m: linker.ld: fix relocate by moving _vector_start by Neil Armstrong · 7 years ago
  23. 76f76441 arch: native: Run Zephyr natively in a POSIX OS by Alberto Escolar Piedras · 7 years ago
  24. 13ac4d4 kernel: mem_domain: Add an arch interface to configure memory domain by Adithya Baglody · 7 years ago
  25. 5f349a4 arch: arc: fix the comments and coding style by Wayne Ren · 7 years ago
  26. cdfb59a arch: arc: add the support of MPU version 3 by Wayne Ren · 7 years ago
  27. 528c960 arch: arc: Add the support of secure mode for em by Wayne Ren · 7 years ago
  28. 01e5955 doc: fix doxygen commment in x86/arch.h by David B. Kinder · 7 years ago
  29. 106b1c2 arm: define _image_rodata_start/end by Stephen Smalley · 7 years ago
  30. d051740 arm: implement API to validate user buffer by Chunlin Han · 7 years ago
  31. 7c8a23d dts: arc: Add dts support for arc by Savinay Dharmappa · 7 years ago
  32. f7b0731 x86: MMU: Memory domain implementation for x86 by Adithya Baglody · 7 years ago
  33. 83bedcc ARM: MPU: Arch specific memory domain APIs by Adithya Baglody · 7 years ago
  34. 2a8684f x86: de-couple user mode and HW stack protection by Andrew Boie · 7 years ago
  35. a705eae gen_gdt: add debug statements and simplify logic by Andrew Boie · 7 years ago
  36. 97a8716 x86: Jailhouse port, tested for UART (# 0, polling) and LOAPIC timer by Gustavo Lima Chaves · 7 years ago
  37. 283a0cd x86: MMU: Rename gen_mmu script by Jan Kiszka · 7 years ago
  38. b007b64 kernel: Add option to ensure writable pages are not executable by Leandro Pereira · 7 years ago
  39. 9d24be8 nios2: asm_inline_gcc: fix includes by Andrew Boie · 7 years ago
  40. 4b0e4f7 x86: apic: don't include headers we don't need by Andrew Boie · 7 years ago
  41. e4eeb09 x86: arch.h: remove reverse dependency by Andrew Boie · 7 years ago
  42. 7d1b121 arm_core_mpu_dev.h: include proper headers by Andrew Boie · 7 years ago
  43. 780324b cleanup: rename fiber/task -> thread by Anas Nashif · 7 years ago
  44. 725de70 x86: MMU: Create PAE page structures and unions. by Adithya Baglody · 7 years ago
  45. 2f7688b arch: arm: core: fix vector table relocate write to flash by Bobby Noelte · 7 years ago
  46. d7631ec Revert "x86: MMU: Memory domain implementation for x86" by Andrew Boie · 7 years ago
  47. d0f6ce2 x86: MMU: Memory domain implementation for x86 by Adithya Baglody · 7 years ago
  48. d95f537 x86: fix _arch_syscall_invoke6 by Andrew Boie · 7 years ago
  49. bca15da userspace: treat thread stacks as kernel objects by Andrew Boie · 7 years ago
  50. 8487cd1 x86: fix syscall optimization issue by Andrew Boie · 7 years ago
  51. 607c9aa arch: arm: add new memory partition attributes by Chunlin Han · 7 years ago
  52. e9c9702 kernel: add memory domain APIs by Chunlin Han · 8 years ago
  53. d279979 x86: fix _arch_syscall_invoke6() by Andrew Boie · 8 years ago
  54. 95d28e5 arch: arm: add initial support for CONFIG_USERSPACE by Chunlin Han · 8 years ago
  55. eeba84b arm: fix __kernel by Andrew Boie · 8 years ago
  56. 1956f09 kernel: allow up to 6 arguments for system calls by Andrew Boie · 8 years ago
  57. a23c245 userspace: flesh out internal syscall interface by Andrew Boie · 8 years ago
  58. 424e993 x86: implement userspace APIs by Andrew Boie · 8 years ago
  59. d81f9c1 x86: revise _x86_mmu_buffer_validate by Andrew Boie · 8 years ago
  60. 5d9a6aa arm: corex_m: add byte/half-word sized memory accessors by Timo Teräs · 8 years ago
  61. 74cbbc9 x86: arm: don't force stacks into kernel memory by Andrew Boie · 8 years ago
  62. b8e850b x86: segmentation.h: fix C++ build error by Andrew Boie · 8 years ago
  63. 8eaff5d k_thread_abort(): assert if abort essential thread by Andrew Boie · 8 years ago
  64. 945af95 kernel: introduce object validation mechanism by Andrew Boie · 8 years ago
  65. ecb0f3e arm: mpu: Account for stack guard size correctly by Andy Gross · 8 years ago
  66. 480cfac arch: arc: apply STACK_GUARD_SIZE and optimize the mpu driver by Wayne Ren · 8 years ago
  67. 12cc659 arch: arc: Add mpu support by Wayne Ren · 8 years ago
  68. 2c850d7 doc: fix misspellings in include (API docs) by David B. Kinder · 8 years ago
  69. eb48a0a arm: armv6-m: Support relocating vector table by Xiaorui Hu · 8 years ago
  70. 27ea2d8 arch: xtensa: Convert Xtensa port to use gen_isr_table by Leandro Pereira · 8 years ago
  71. 5930e9d arm: mpu: Adjust to use opaque kernel data types by Andy Gross · 8 years ago
  72. 6962ae8 arch: arm: Always define ARCH stack definitions by Andy Gross · 8 years ago
  73. deeaa40 arm: mpu: fix: align stack for mpu stack guard by Michel Jaouen · 8 years ago
  74. de81c16 arm: core: mpu: Add Allow write on Flash by Vincenzo Frascino · 8 years ago
  75. 6489b9a arm: soc: nxp k6x: Add Allow write on Flash by Vincenzo Frascino · 8 years ago
  76. d433973 arm: move app data before kernel data by Andrew Boie · 8 years ago
  77. 988269a x86: implement new linker variables by Andrew Boie · 8 years ago
  78. 08a962d x86: place application data before kernel data by Andrew Boie · 8 years ago
  79. 9ffaaae x86: additional debug output for page faults by Andrew Boie · 8 years ago
  80. e9a3411 doc: spelling fixes in docs by David B. Kinder · 8 years ago
  81. 507852a kernel: introduce opaque data type for stacks by Andrew Boie · 8 years ago
  82. 0fab8a6 x86: page-aligned stacks with guard page by Andrew Boie · 8 years ago
  83. 6101aa6 x86: add API for modifying page tables by Andrew Boie · 8 years ago
  84. bc666ae x86: implement improved double-fault handler by Andrew Boie · 8 years ago
  85. 08c2913 x86: generate RAM-based GDT dynamically by Andrew Boie · 8 years ago
  86. 8a102e4 x86: allow IDT vectors to be task gates by Andrew Boie · 8 years ago
  87. 079b17b x86: MMU: Validate user Buffer by Adithya Baglody · 8 years ago
  88. ef1181a x86: add missing rule for __kernel objects by Andrew Boie · 8 years ago
  89. f9636d6 riscv32: pulpino: add some missing linker symbols by Andrew Boie · 8 years ago
  90. 74afcb6 arches: move _NanoFatalErrorHandler defintion by Andrew Boie · 8 years ago
  91. ebdcba7 x86: linker.ld: support __kernel sections by Andrew Boie · 8 years ago
  92. bc6ad3c x86: add MMU page alignment where necessary by Andrew Boie · 8 years ago
  93. 1cc35d6 x86: linker.ld: implement linker-defs.h changes by Andrew Boie · 8 years ago
  94. d0424bf linker: arm: Split out application from kernel by Andy Gross · 8 years ago
  95. d98a3ce x86: place application data in its own sections by Andrew Boie · 8 years ago
  96. ce1add2 dts: x86: Add dts support for x86 by Savinay Dharmappa · 8 years ago
  97. 0f66913 kernel: remove gdb_server by Andrew Boie · 8 years ago
  98. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  99. 4ecab60 arm: Modify linker script to accomodate need for flash footer. by Geoffrey Le Gourriérec · 8 years ago
  100. 257e22b arm: nxp: mpu: Fix region descriptor 0 attributes by Maureen Helm · 8 years ago