Commit Graph

2238 Commits

Author SHA1 Message Date
0903457be3 Dynamically get the Commit SHA that triggers the workflow 2025-03-03 19:26:46 +08:00
7c2bab1811 Add the word typ to the typos checking whitelist 2025-03-03 15:16:42 +08:00
c5b8eae77e Make the IRQ state within the trap correct 2025-03-03 15:16:42 +08:00
51216daec6 Change MMIO access in IoApic to VolatileRef 2025-03-03 14:25:42 +08:00
55ee4bda2c Use RCU for console device callbacks 2025-03-03 09:24:49 +08:00
78a695f21b Use RcuOption for lazy-initialized soft-IRQ callbacks 2025-03-03 09:24:49 +08:00
a5065d878e Refactor the implementation of RcuOption for clarity 2025-03-03 09:24:49 +08:00
8dbee0a65e Revise the safety conditions for OwnerPtr
Co-authored-by: Zhang Junyang <junyang@stu.pku.edu.cn>
2025-03-03 09:24:49 +08:00
eee11fa813 Add a read-copy-update method to RCU and allow nullable RCU 2025-03-03 09:24:49 +08:00
43985c737a Enable RCU
Co-authored-by: Zhang Junyang <junyang@stu.pku.edu.cn>
2025-03-03 09:24:49 +08:00
30251964ee Bump version to 0.11.3 v0.11.3 2025-02-27 11:55:02 +08:00
6d42a07e95 Implement getcpu syscall and add corresponding test application 2025-02-27 11:41:26 +08:00
9b8c6b5aa9 Update the toolchain version in template 2025-02-27 11:36:41 +08:00
cbb4b4e631 Fix lint errors 2025-02-27 11:36:41 +08:00
82a2c4cdec Bumped version to 0.11.2 v0.11.2 2025-02-27 09:05:03 +08:00
11c800c13a Upgrade qemu and httpd version 2025-02-27 09:05:03 +08:00
8aa8d640e6 Upgrade the toolchain to nightly-2025-02-01 2025-02-27 09:05:03 +08:00
6684e7fd02 Convert benchmark configuration files into YAML format 2025-02-26 13:16:49 +08:00
14dc4752fa Don't panic when allocating the last page 2025-02-26 13:10:52 +08:00
18e0eae331 Never expose ERESTARTSYS to the userspace 2025-02-23 23:11:05 +08:00
8187fa2f1b Fix timeout mechanism in wait_events 2025-02-23 23:11:05 +08:00
2411ba671c Reapply "Make pause_timeout return EINTR"
This reverts commit 7a017faa44.
2025-02-23 23:11:05 +08:00
ea8fd6f785 Add a print in Makefile for the ktest target 2025-02-21 21:17:29 +08:00
17c8da7459 Fix the problem that OSDK picks the test kernel by default 2025-02-21 21:17:29 +08:00
29791ba77e Distribute tasks among all the CPUs 2025-02-21 10:02:46 +08:00
d74d126e64 Enhance OSDK profile stability for SMP 2025-02-21 09:54:36 +08:00
5834f299bc Fix a potential race condition during PTE read/write operations 2025-02-20 22:36:35 +08:00
3e47a6fdaa Correct the mask of fault recording register offset in IOMMU 2025-02-20 19:44:12 +08:00
fa1cfc03f2 Support handling multiple IOMMU faults 2025-02-20 19:44:12 +08:00
baee45a60f Remove confusing statement 2025-02-20 19:43:10 +08:00
bad1a7a79a Panic if overriding existing device page tables 2025-02-20 19:43:10 +08:00
eca88697dd Avoid some #![expect(lint)] 2025-02-18 19:23:15 +08:00
7e58955dd7 Bump volatile to v0.6.1 2025-02-18 19:23:15 +08:00
0398ea3d17 Split bound.rs into small files 2025-02-18 19:20:05 +08:00
bf96f673dc Unify network benchmark chart title 2025-02-14 19:45:41 +08:00
0b050d5e66 Linked lists of Frames 2025-02-14 13:24:51 +08:00
1bbed2e077 Fix Segment::from_unused which lacks a panic 2025-02-14 13:24:51 +08:00
b59cd9cea2 Use 64-bit reference counts for frames and fix meta layouts 2025-02-14 13:24:51 +08:00
44d54f4b23 Implement UniqueFrame and Frame::from_in_use 2025-02-14 13:24:51 +08:00
b007e334b8 Fix the #VE irq issue causing TDX CI failure 2025-02-14 10:19:44 +08:00
decfcbecaf Let git ignore profile results 2025-02-13 16:01:40 +08:00
faf2bcc3ef Make cargo osdk profile more fine-grained 2025-02-13 16:01:40 +08:00
c9e8666267 Clarify titles for TCP connect latency 2025-02-12 20:00:11 +08:00
519445078b Remove tcp_loopback_connect_lat from summary 2025-02-12 20:00:11 +08:00
04be02efb7 Add init_component for mlsdisk 2025-02-11 11:38:43 +08:00
f6e040ec94 Add a basic ktest for mlsdisk 2025-02-11 11:38:43 +08:00
d8dc153be9 Fix deadlock of CurrentTx in mlsdisk 2025-02-11 11:38:43 +08:00
c040df72b3 Rename SwornDisk to MlsDisk 2025-02-11 11:38:43 +08:00
328ba47ccd Fix and revise the directory entry handling in ext2 2025-02-11 11:33:31 +08:00
d71771e49a Re-enable CFS 2025-02-11 10:51:12 +08:00