1. f8ef5f6 Fix prototype of MPU_vTimerSetReloadMode (#913) by Rahul Kar · 1 year, 4 months ago
  2. 76be28c Update system call entry mechanism (#898) by Gaurav-Aggarwal-AWS · 1 year, 4 months ago
  3. 7562ebc Covert object type check to runtime check (#846) by Gaurav-Aggarwal-AWS · 1 year, 5 months ago
  4. b32aafe Fix size alignment in the integer overflow issue (#839) by Rahul Kar · 1 year, 5 months ago
  5. 2207715 Removes redundant API calls in MPU wrappers (#838) by Rahul Kar · 1 year, 5 months ago
  6. 4ada1d7 Fix possible integer overflow (#836) by Gaurav-Aggarwal-AWS · 1 year, 6 months ago
  7. 7ffc6a7 Add base priority get APIs (#818) by chinglee-iot · 1 year, 6 months ago
  8. 170a291 Add Access Control List to MPU ports (#765) by kar-rahul-aws · 1 year, 7 months ago
  9. cdd3678 Add runtime parameter checks (#761) by kar-rahul-aws · 1 year, 8 months ago
  10. 6f35865 fix MPU wrapper for vTaskDelete for calling task deletion (#745) by kar-rahul-aws · 1 year, 8 months ago
  11. 02be485 Update MPU wrapper for pcTaskGetName API (#737) by kar-rahul-aws · 1 year, 8 months ago
  12. b51a373 Update MPU wrapper for xTimerGenericCommand API (#734) by kar-rahul-aws · 1 year, 8 months ago
  13. 50b2d8f Update mpu_wrappers_v2.c (#709) by kar-rahul-aws · 1 year, 9 months ago
  14. 97050a1 Memory Protection Unit (MPU) Enhancements (#705) by kar-rahul-aws · 1 year, 9 months ago
  15. 01820d3 Normalize line endings and whitespace in source files by Paul Bartell · 2 years, 4 months ago
  16. 331362d Restrict unpriv task to invoke code with privilege by Gaurav Aggarwal · 2 years, 7 months ago
  17. 79704b8 Remove local stack variable form MPU wrappers by Gaurav Aggarwal · 2 years, 7 months ago
  18. 0b46492 Add callback overrides for stream buffer and message buffers (#437) by Ravishankar Bhagavandas · 2 years, 9 months ago
  19. b5b1ff0 Add a guard around mpu_wrappers.c (#480) by Gaurav-Aggarwal-AWS · 3 years ago
  20. 7a38487 Change xPortRaisePrivilege and vPortResetPrivilege to macros by Gaurav Aggarwal · 3 years, 5 months ago
  21. 61f7560 Associate secure context with task handle by Gaurav Aggarwal · 3 years, 7 months ago
  22. ddc840f Make the type used to hold run-time counter values configurable (#350) by RichardBarry · 3 years, 10 months ago
  23. eec4233 Normalize files with mixed line endings (introduced in commit 3a413d1) by Paul Bartell · 3 years, 10 months ago
  24. 3a413d1 Add SPDX-License-Identifier: MIT to MIT licensed files. by Paul Bartell · 3 years, 10 months ago
  25. adfc533 Update copyright year from 2020 to 2021 by Paul Bartell · 3 years, 10 months ago
  26. 08dc6f6 Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH> by Paul Bartell · 3 years, 10 months ago
  27. ec62f69 [AUTO][RELEASE]: Bump file header version to "10.4.3" by Cobus van Eeden · 4 years, 4 months ago
  28. b5020cb Prevent unprivileged task from altering MPU configuration (#227) by Gaurav-Aggarwal-AWS · 4 years, 4 months ago
  29. 337bca6 [AUTO][RELEASE]: Bump file header version to "10.4.2" by David Chalco · 4 years, 5 months ago
  30. 5fb26de Recently vTaskDelayUntil() was updated to xTaskDelayUntil() because the function now returns a value. The PR didn't make the same change in the MPU port, or update the constants required to include the xTaskDelayUntil() function in the build. (#199) by RichardBarry · 4 years, 6 months ago
  31. 6375d52 matching the preprocessor conditionals for xTaskGetCurrentTaskHandle() (#197) by Joseph Julicher · 4 years, 6 months ago
  32. 3604527 Update version number to 10.4.1 (#173) by David Chalco · 4 years, 7 months ago
  33. 5dfab03 Update version number to 10.4.0 (#153) by David Chalco · 4 years, 7 months ago
  34. 0b0a206 Style: Change FreeRTOS websites in comments (#131) by alfred gedeon · 4 years, 7 months ago
  35. 8c77117 Style: Remove tabs and tab == 4 spaces (#120) by alfred gedeon · 4 years, 8 months ago
  36. 4383c8f Change the xRunningPrivileged check from "!=true" to "==false" (#109) by Gaurav-Aggarwal-AWS · 4 years, 8 months ago
  37. c273690 Rmove MPU_pvPortMalloc and MPU_vPortFree from mpu_wrappers.c (#88) by Gaurav-Aggarwal-AWS · 4 years, 9 months ago
  38. 587a83d Style: uncrustify kernel files by Alfred Gedeon · 4 years, 9 months ago
  39. 2c530ba Style: uncrustify by Alfred Gedeon · 4 years, 9 months ago
  40. 718178c Style: uncrusitfy by Alfred Gedeon · 4 years, 9 months ago
  41. a5dbc2b Style: uncrustify kernel files by Alfred Gedeon · 4 years, 9 months ago
  42. b47ca71 Update mpu_wrappers with task notification changes (#79) by Gaurav-Aggarwal-AWS · 4 years, 9 months ago
  43. 88e3232 version bump to v10.3.1 (#16) by Yuhui.Zheng · 5 years ago V10.3.1-kernel-only
  44. 210b1ff Re-sync with upstream and stripping away none kernel related. by Yuhui Zheng · 5 years ago V10.3.0-kernel-only