fix(ipc): 修复部分 `shm_test` 错误的测试用例 (#1674)
docs-multiversion.yml #292:Commit
7543a33658
pushed by
root
refactor(arch/x86_64/ipc): 重构信号栈帧设置流程以优化锁持有时间 (#1699)
test-x86.yml #291:Commit
f63030f3fa
pushed by
root
refactor(arch/x86_64/ipc): 重构信号栈帧设置流程以优化锁持有时间 (#1699)
test-mm.yaml #290:Commit
f63030f3fa
pushed by
root
refactor(arch/x86_64/ipc): 重构信号栈帧设置流程以优化锁持有时间 (#1699)
sync-to-cnb.yml #289:Commit
f63030f3fa
pushed by
root
refactor(arch/x86_64/ipc): 重构信号栈帧设置流程以优化锁持有时间 (#1699)
docs-multiversion.yml #288:Commit
f63030f3fa
pushed by
root
feat(net): 新增TCP/IP套接字选项支持与Cork缓冲区超时机制 (#1691)
sync-to-cnb.yml #279:Commit
84f1fe454d
pushed by
root
feat(net): 新增TCP/IP套接字选项支持与Cork缓冲区超时机制 (#1691)
docs-multiversion.yml #278:Commit
84f1fe454d
pushed by
root
fix(wait): align WNOHANG/PGID wait semantics with Linux 6.6 (#1689)
nightly-build.yml #277:Scheduled
fix(wait): align WNOHANG/PGID wait semantics with Linux 6.6 (#1689)
test-x86.yml #276:Commit
df62bcbd8f
pushed by
root
fix(wait): align WNOHANG/PGID wait semantics with Linux 6.6 (#1689)
test-mm.yaml #275:Commit
df62bcbd8f
pushed by
root
fix(wait): align WNOHANG/PGID wait semantics with Linux 6.6 (#1689)
sync-to-cnb.yml #274:Commit
df62bcbd8f
pushed by
root
fix(wait): align WNOHANG/PGID wait semantics with Linux 6.6 (#1689)
docs-multiversion.yml #273:Commit
df62bcbd8f
pushed by
root
fix(syscall): 修复 ppoll 系统调用使其符合 Linux 6.6 标准 (#1671)
test-x86.yml #272:Commit
6755a4024b
pushed by
root
fix(syscall): 修复 ppoll 系统调用使其符合 Linux 6.6 标准 (#1671)
test-mm.yaml #271:Commit
6755a4024b
pushed by
root
fix(syscall): 修复 ppoll 系统调用使其符合 Linux 6.6 标准 (#1671)
sync-to-cnb.yml #270:Commit
6755a4024b
pushed by
root
fix(syscall): 修复 ppoll 系统调用使其符合 Linux 6.6 标准 (#1671)
docs-multiversion.yml #269:Commit
6755a4024b
pushed by
root
fix(mm/pagecache): track vma on filemap prefault (#1677)
test-x86.yml #255:Commit
1e29f81cc3
pushed by
root
fix(mm/pagecache): track vma on filemap prefault (#1677)
test-mm.yaml #254:Commit
1e29f81cc3
pushed by
root
fix(mm/pagecache): track vma on filemap prefault (#1677)
sync-to-cnb.yml #253:Commit
1e29f81cc3
pushed by
root
fix(mm/pagecache): track vma on filemap prefault (#1677)
docs-multiversion.yml #252:Commit
1e29f81cc3
pushed by
root
refactor(futex): 重构优先级继承 futex 实现 (#1656)
docs-multiversion.yml #233:Commit
4d7478c3fb
pushed by
root
refactor(net): 将网络模块中的RwLock替换为RwSem,SpinLock替换为Mutex (#1651)
test-x86.yml #231:Commit
bcfebe3889
pushed by
root
refactor(net): 将网络模块中的RwLock替换为RwSem,SpinLock替换为Mutex (#1651)
test-mm.yaml #230:Commit
bcfebe3889
pushed by
root
refactor(net): 将网络模块中的RwLock替换为RwSem,SpinLock替换为Mutex (#1651)
sync-to-cnb.yml #229:Commit
bcfebe3889
pushed by
root
refactor(net): 将网络模块中的RwLock替换为RwSem,SpinLock替换为Mutex (#1651)
docs-multiversion.yml #228:Commit
bcfebe3889
pushed by
root
refactor(net): 将网络模块中的RwLock替换为RwSem,SpinLock替换为Mutex (#1651)
doc_translation.yml #227:Commit
bcfebe3889
pushed by
root
fix(time/clocksource):修复 ClocksourceWatchdog 拼写错误 (#1628)
test-x86.yml #215:Commit
74649e00b1
pushed by
root
fix(time/clocksource):修复 ClocksourceWatchdog 拼写错误 (#1628)
test-mm.yaml #214:Commit
74649e00b1
pushed by
root
fix(time/clocksource):修复 ClocksourceWatchdog 拼写错误 (#1628)
sync-to-cnb.yml #213:Commit
74649e00b1
pushed by
root
fix(time/clocksource):修复 ClocksourceWatchdog 拼写错误 (#1628)
docs-multiversion.yml #212:Commit
74649e00b1
pushed by
root
feat(exec): 重构execve系统调用,引入do_open_execat函数统一打开可执行文件 (#1612)
test-x86.yml #181:Commit
f5eb00b0d0
pushed by
root
feat(exec): 重构execve系统调用,引入do_open_execat函数统一打开可执行文件 (#1612)
test-mm.yaml #180:Commit
f5eb00b0d0
pushed by
root
feat(exec): 重构execve系统调用,引入do_open_execat函数统一打开可执行文件 (#1612)
sync-to-cnb.yml #179:Commit
f5eb00b0d0
pushed by
root
feat(exec): 重构execve系统调用,引入do_open_execat函数统一打开可执行文件 (#1612)
docs-multiversion.yml #178:Commit
f5eb00b0d0
pushed by
root
feat(exec): 重构execve系统调用,引入do_open_execat函数统一打开可执行文件 (#1612)
doc_translation.yml #177:Commit
f5eb00b0d0
pushed by
root
chore: 为sys_time模块添加x86_64架构条件编译 (#1605)
docs-multiversion.yml #172:Commit
a6927d4e51
pushed by
root
Revert "fix(lookup_kallsyms): 修复符号表查询问题 (#1443)"
sync-to-cnb.yml #170:Commit
10a0e6abf7
pushed by
root
refactor(mm): 重命名 verify_area 为 access_ok 并改进文档 (#1597)
test-x86.yml #169:Commit
58676c8e91
pushed by
root
refactor(mm): 重命名 verify_area 为 access_ok 并改进文档 (#1597)
test-mm.yaml #168:Commit
58676c8e91
pushed by
root
refactor(mm): 重命名 verify_area 为 access_ok 并改进文档 (#1597)
sync-to-cnb.yml #167:Commit
58676c8e91
pushed by
root
refactor(mm): 重命名 verify_area 为 access_ok 并改进文档 (#1597)
docs-multiversion.yml #166:Commit
58676c8e91
pushed by
root
refactor(mm): 重命名 verify_area 为 access_ok 并改进文档 (#1597)
doc_translation.yml #165:Commit
58676c8e91
pushed by
root
fix(net): 修复 raw socket 发送到非 loopback 地址时未正确选择出口网卡的问题 (#1582)
test-x86.yml #159:Commit
3a5cf980a9
pushed by
root
fix(net): 修复 raw socket 发送到非 loopback 地址时未正确选择出口网卡的问题 (#1582)
test-mm.yaml #158:Commit
3a5cf980a9
pushed by
root
fix(net): 修复 raw socket 发送到非 loopback 地址时未正确选择出口网卡的问题 (#1582)
sync-to-cnb.yml #157:Commit
3a5cf980a9
pushed by
root
fix(net): 修复 raw socket 发送到非 loopback 地址时未正确选择出口网卡的问题 (#1582)
docs-multiversion.yml #156:Commit
3a5cf980a9
pushed by
root
feat(net): 重构 raw socket 并添加超时等待支持 (#1579)
docs-multiversion.yml #151:Commit
3ac1432288
pushed by
root
ci: 添加rust-slabmalloc的主机测试工作流和属性测试 (#1577)
docs-multiversion.yml #147:Commit
e8fc8b3af9
pushed by
root
feat(syscall): 新增并重构UID/GID相关系统调用 (#1572)
docs-multiversion.yml #144:Commit
a6b54d19c4
pushed by
root
fix(doc), chore(nix): 文档nix run package名字不对应 更新qemu-system-data包使用deb snapshot archieve (#1570)
nightly-build.yml #142:Scheduled
fix(doc), chore(nix): 文档nix run package名字不对应 更新qemu-system-data包使用deb snapshot archieve (#1570)
test-x86.yml #141:Commit
4101daa317
pushed by
root
fix(doc), chore(nix): 文档nix run package名字不对应 更新qemu-system-data包使用deb snapshot archieve (#1570)
sync-to-cnb.yml #140:Commit
4101daa317
pushed by
root
fix(doc), chore(nix): 文档nix run package名字不对应 更新qemu-system-data包使用deb snapshot archieve (#1570)
docs-multiversion.yml #139:Commit
4101daa317
pushed by
root
fix(doc), chore(nix): 文档nix run package名字不对应 更新qemu-system-data包使用deb snapshot archieve (#1570)
doc_translation.yml #138:Commit
4101daa317
pushed by
root
feat: 实现 Restartable Sequences (rseq) 机制 (#1565)
sync-to-cnb.yml #130:Commit
073432f930
pushed by
root
feat: 实现 Restartable Sequences (rseq) 机制 (#1565)
docs-multiversion.yml #129:Commit
073432f930
pushed by
root
feat: 实现 Restartable Sequences (rseq) 机制 (#1565)
doc_translation.yml #128:Commit
073432f930
pushed by
root
feat(ext4): 将another_ext4库集成到内核仓库 (#1556)
docs-multiversion.yml #120:Commit
45db3e09ba
pushed by
root
chore(docs): 更新 Intro 部分关于 nix 环境开发的内容 (#1558)
sync-to-cnb.yml #117:Commit
155138fef2
pushed by
root
chore(docs): 更新 Intro 部分关于 nix 环境开发的内容 (#1558)
docs-multiversion.yml #116:Commit
155138fef2
pushed by
root
chore(docs): 更新 Intro 部分关于 nix 环境开发的内容 (#1558)
doc_translation.yml #115:Commit
155138fef2
pushed by
root
feat(mm): 改进共享匿名映射和mremap的Linux兼容性 (#1552)
docs-multiversion.yml #108:Commit
b5017cfa5c
pushed by
root
refactor(net): 重构网络系统调用为syscall table机制 (#1551)
sync-to-cnb.yml #106:Commit
bccc0e391a
pushed by
root
refactor(net): 重构网络系统调用为syscall table机制 (#1551)
docs-multiversion.yml #105:Commit
bccc0e391a
pushed by
root
refactor(epoll): 重构epoll实现,优化poll系统调用 (#1504)
docs-multiversion.yml #98:Commit
1da7f944a7
pushed by
root
refactor(epoll): 重构epoll实现,优化poll系统调用 (#1504)
doc_translation.yml #97:Commit
1da7f944a7
pushed by
root