1. 06 7月, 2021 1 次提交
    • Q
      feat: add blackbox for liteos_a · 425975e4
      qidechun 提交于
      1、在内核增加BlackBox核心框架,对外提供模块回调接口注册和故障处理接口。
      2、增加默认的系统模块适配层,处理通用内核态和用户态故障日志抓取和保存。
      
      Close #I3NN7V
      Signed-off-by: Nqidechun <qidechun@huawei.com>
      425975e4
  2. 01 7月, 2021 1 次提交
  3. 26 6月, 2021 1 次提交
  4. 24 6月, 2021 1 次提交
  5. 19 6月, 2021 1 次提交
    • M
      fix: remove redundant headfile · 73a77777
      mucor 提交于
      1.remove redundant headfile in kernel, such as:
        compiler.h;debug.h;automount.h;inode.h;syslog.h;net.h;
      2.split fs.h to file.h and driver.h
      3.move vnode.h and path_cache.h to vfs/include
      4.remove redundant interface and defines
      
      close: #I3RTNR
      Signed-off-by: Nmucor <mucorwang@gmail.com>
      73a77777
  6. 08 6月, 2021 2 次提交
  7. 07 6月, 2021 1 次提交
    • F
      fix: codex clean · b5370af8
      Far 提交于
      1. 修复可能对NULL指针解引用的场景
      2. 将不修改内容的指针入参修改为const
      3. 对getpgrp的返回值进行校验后再使用
      4. 修复了局部变量未初始化的问题
      
      Close #I3UOFN
      Signed-off-by: NFar <yesiyuan2@huawei.com>
      b5370af8
  8. 05 6月, 2021 1 次提交
  9. 03 6月, 2021 2 次提交
  10. 02 6月, 2021 1 次提交
  11. 21 5月, 2021 2 次提交
  12. 20 5月, 2021 1 次提交
  13. 11 5月, 2021 1 次提交
  14. 07 5月, 2021 1 次提交
  15. 06 5月, 2021 3 次提交
  16. 29 4月, 2021 1 次提交
  17. 28 4月, 2021 1 次提交
    • B
      feat: Add /dev/quickstart to support synchronous communication between... · 46b63f71
      boxi 提交于
      feat: Add /dev/quickstart to support synchronous communication between processes in user mode startup.
      
      Add /dev/quickstart to support synchronous communication between processes in user mode startup.
      Support ioctl cmd:
       QUICKSTART_LISTEN,QUICKSTART_STAGE1,QUICKSTART_STAGE2,QUICKSTART_STAGE3,QUICKSTART_UNREGISTER only for init process;
       QUICKSTART_NOTIFY for other app process.
      
      Close #I3OHO5
      
      Change-Id: If6a56123be93a5bc6b6d1069abda8d872b15fae1
      46b63f71
  18. 26 4月, 2021 3 次提交
  19. 21 4月, 2021 3 次提交
  20. 19 4月, 2021 1 次提交
  21. 15 4月, 2021 1 次提交
    • F
      Feature: Fatfs scandir format and mmcblk read/write optimization · beca52b6
      Far 提交于
      1. Bcache block with high mem address is after lower mem address in RCU list when initing bcache.
      2. Format will clear the bcache before writing the FAT.
      3. The fatfs_readdir use the bcache writing block to reduce the chance of data switching out
      4. Add performance analysing macron switch
      
      Change-Id: I8fbc48418509d2e660d725d2c265266e931c26f8
      beca52b6
  22. 14 4月, 2021 1 次提交
  23. 09 4月, 2021 1 次提交
    • A
      IssueNo:#I3HGTM · 13451e9d
      arvinzzz 提交于
      Description:Fix limits.h & Adjust some macro definition positions.
      Feature or Bugfix:Bugfix
      Binary Source:NA
      
      Change-Id: Ia53c1b4b83f60862ac24c5c14a87883fe0af6db0
      13451e9d
  24. 06 4月, 2021 1 次提交
  25. 31 3月, 2021 1 次提交
    • Y
      IssueNo:#I3E0F2 · c959d436
      YOUR_NAME 提交于
      Description:Delete VM to support only kernel mode.
      Sig:liteos_a
      Feature or Bugfix:Feature
      Binary Source:No
      
      Change-Id: Ie1029c8fbc0c1b85c138663933118d2d148b7769
      c959d436
  26. 30 3月, 2021 1 次提交
  27. 29 3月, 2021 1 次提交
  28. 26 3月, 2021 3 次提交
  29. 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