1. 24 3月, 2021 1 次提交
    • 星e雨's avatar
      IssueNo:#I29BRN · 9601ecc1
      星e雨 提交于
      Description:Change the exception error message to Panic to clarify what normal does not return.
      Sig:kernel
      Feature or Bugfix:Bugfix
      Binary Source:No
      
      Change-Id: Ie7087cafe709f79604831f6d3eefcee6fe48ccbb
      9601ecc1
  2. 23 3月, 2021 1 次提交
    • D
      remove unuse code · 6af9d2ff
      denny 提交于
      Change-Id: I608a6e18aad240c52398d744191f6df4bdd68cb5
      6af9d2ff
  3. 19 3月, 2021 1 次提交
    • W
      Description:vfs refactoring · d9707508
      wangchenyang 提交于
      Feature or Bugfix:Feature
      Binary Source:Huawei
      PrivateCode(Yes/No):Yes
      
      Change-Id: I175d2648bc6f9078c34de2c0a5c93fda10b86c47
      ChangeID:13306388
      d9707508
  4. 13 3月, 2021 1 次提交
  5. 11 3月, 2021 1 次提交
  6. 18 2月, 2021 1 次提交
  7. 03 2月, 2021 1 次提交
  8. 15 1月, 2021 1 次提交
  9. 13 1月, 2021 1 次提交
  10. 07 1月, 2021 1 次提交
  11. 31 12月, 2020 2 次提交
    • Z
      Fix IS_PERIPH_ADDR() and IS_MEMORY_ADDR() macros · 07c89a84
      Zbigniew Bodek 提交于
      The macros assume that constants that are compared against
      "addr" are either unsigned or less than INT_MAX.
      In some cases it is not true so change costants to unsigned
      using U32_C macros.
      The correct solution would be to change teh MEM_ADDR, PMM_BASE, etc.
      to be unsigned long but currently "U" suffix is appended in various
      places so the assumption is that those macros use default definition
      (which is int).
      
      Put "addr" into brackets by the way since it could be an expression
      rather than one variable.
      Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com>
      Change-Id: Ife9bc5863b4934ecaab64b24faa084b87d7d7ea5
      07c89a84
    • Z
      Change DEFINE macro to U32_C · 994ad00d
      Zbigniew Bodek 提交于
      The macro to append "U" suffix should be named
      according to what it actually does which is defining U32 constant.
      Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com>
      Change-Id: I55701f0650c88bd083c062581af5c7a1b966bc0b
      994ad00d
  12. 26 12月, 2020 1 次提交
  13. 25 12月, 2020 1 次提交
  14. 24 12月, 2020 2 次提交
  15. 23 12月, 2020 1 次提交
  16. 08 12月, 2020 1 次提交
  17. 05 12月, 2020 1 次提交
  18. 01 12月, 2020 1 次提交
  19. 27 11月, 2020 1 次提交
  20. 17 11月, 2020 1 次提交
  21. 05 11月, 2020 1 次提交
  22. 03 11月, 2020 1 次提交
  23. 17 10月, 2020 1 次提交
  24. 13 10月, 2020 1 次提交
  25. 28 9月, 2020 4 次提交
  26. 15 9月, 2020 1 次提交
  27. 08 9月, 2020 1 次提交