Home
last modified time | relevance | path

Searched refs:ci (Results 1 – 6 of 6) sorted by relevance

/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md13   本次版本更新,引入了42个feature类型的PR,24个bug修复,5个文档更新,以及一些软件移植、ci相关的内容。
117 - ci: import issue checker (#750)
118 - ci: update the match regex of issue checker (#784)
119 - ci: 添加支持gentoo系统的一键安装脚本 (#809)
260 ci: update the match regex of issue checker (#784)
388 ci: import issue checker (#750)
390 * ci: supprot auto tag on pull request
392 * ci: update issue checker config
394 * ci: update issue checker & block merge while
H A DV0.1.9.md896 * 更新github ci环境
/DragonOS/.github/
H A Dissue-checker.yml54 …regexes: '^(?!(?:build|chore|ci|docs?|feat|fix|perf|refactor|rft|style|test)(?:\([a-zA-Z]*\))?[\:\…
/DragonOS/kernel/src/driver/disk/ahci/
H A Dahcidisk.rs205 volatile_set_bit!(port.ci, 1 << slot, true); // Issue command in read_at()
209 if (volatile_read!(port.ci) & (1 << slot)) == 0 { in read_at()
357 volatile_set_bit!(port.ci, 1 << slot, true); // Issue command in write_at()
361 if (volatile_read!(port.ci) & (1 << slot)) == 0 { in write_at()
H A Dhba.rs61 pub ci: u32, // 0x38, command issue field
184 let slots = volatile_read!(self.sact) | volatile_read!(self.ci); in find_cmdslot()
/DragonOS/kernel/crates/rbpf/
H A DREADME.md11 [![Build status](https://ci.appveyor.com/api/projects/status/ia74coeuhxtrcvsk/branch/main?svg=true)…