Commit Graph

211 Commits (56f8f128ba62bcf874be3fe17ad80a45c2ac16f3)

Author SHA1 Message Date
WangRunji 442e1f4d0f merge bbl crate to kernel 6 years ago
WangRunji 17e644e54e unimportant changes 6 years ago
equation314 18626a2a19 Merge branch 'bootloader' into biscuit 6 years ago
WangRunji c6c76147d6 impl custom syscall: sys_get_paddr 6 years ago
WangRunji 40ac510ecd fix compile on riscv & aarch64 6 years ago
Jiajie Chen 8dc7c7bd3c Implement sys_reboot with isa-debug-exit and add test script using expect 6 years ago
WangRunji d64681a26b recover thread join 6 years ago
Jiajie Chen 8cb11b7aa8 Implement tid/pid/ppid separation 6 years ago
equation314 f3d47f4b02 aarch64: move crate bcm2837 to remote 6 years ago
equation314 68b967b48e aarch64: move crate `atags` into crate `bcm2837` 6 years ago
equation314 279f983786 aarch64: put the kernel in the top VA range 6 years ago
WangRunji 84c12ae6e1 rename functions. ignore readonly in mmap to avoid page fault. 6 years ago
Jiajie Chen 1645451749 Implement memory_set splitting for munmap, add sys_sysinfo 6 years ago
Jiajie Chen 69498ae909 Fix delay memory handler: set present=true before unmapping 6 years ago
WangRunji f7f740a021 remove TLS setup code. fix check writable memory 6 years ago
Jiajie Chen 84e07a6d83 Implement sys_mprotect and move attr setting from page_fault_handler to map in Delay 6 years ago
Jiajie Chen 6e7dc9e349 Minor fixes around thread pool, writev, fs and implement gettid 6 years ago
Jiajie Chen 8b9aecca1c Fix a potential racing in park() and unpark(), fix sys_poll for a running telnet 6 years ago
Jiajie Chen 42b02453a0 Implement basic version of sys_poll supporting stdin and socket, fix some deadlocks and introduce some others 6 years ago
Jiajie Chen 2683314c38 Allocate pages eagerly for Delay when forking. Implement sys_getsockname. 6 years ago
Jiajie Chen a51b9dbd90 Implement tls setup code(not working yet), tcp sys_bind and sys_connect 6 years ago
WangRunji 738554386b introduce VMError to simplify EFAULT error handling 6 years ago
WangRunji 2a6c4554d1 Merge remote-tracking branch 'course/biscuit' into biscuit 6 years ago
Jiajie Chen e543449836 Implement basic version of sys_munmap and sys_time 6 years ago
WangRunji a979b6b5ec impl sys_getppid. fix checking pointer for process syscalls 6 years ago
WangRunji 6d78206f77 impl finding free area for mmap 6 years ago
WangRunji 254663e976 impl a simple work-stealing scheduler 6 years ago
WangRunji 5a1b3e0dff no longer support 'remove' in Scheduler 6 years ago
WangRunji a224e85c8d split scheduler mod, make Scheduler Sync 6 years ago
WangRunji e678186b3d support idle for rcore-thread, remove idle thread in kernel 6 years ago
WangRunji ca45f8f152 fix check user ptr in syscalls 6 years ago
WangRunji 7927c7c168 Merge branch 'thread' into biscuit 6 years ago
Jiajie Chen 8313b8854e cherry-pick virtio improvement from lab8-rv32 6 years ago
WangRunji fc8888db72 update for new paging mechanism on riscv. move kernel va to 0x(ffffffff)c0000000. 6 years ago
WangRunji 086fcd4079 rename 'event_hub' to 'timer', add doc and simplify 6 years ago
WangRunji 1541282ad7 add example for 'thread' crate 6 years ago
WangRunji 5bffce787b rename 'process' crate to 'thread' 6 years ago
WangRunji 047f4ffdcc cherry-pick jiegec's work () from lab8-rv32: virtio drivers, network stack 6 years ago
WangRunji 2d5178d0b7 rename ucore to rcore 6 years ago
WangRunji 61dfcb5558 Merge remote-tracking branch 'equation314/arch-aarch64' into merging 6 years ago
equation314 1aa8436d71 aarch64/doc: add interruption & timer drivers 6 years ago
WangRunji 5d7e97d9e9 fix interrupt in process crate 6 years ago
WangRunji 33eaded142 Merge remote-tracking branch 'bpc/user-lib-bin' into merge-1228 6 years ago
WangRunji c65b7357a4 use riscv crate from github 6 years ago
WangRunji a852c96136 Merge branch 'master' into rust-rv64 6 years ago
WangRunji b3a8e95d78 merge interrupt & context switch for rv32 & rv64 6 years ago
dzy 6f2d059ba5 implement map_kernel, now enters the kernel well 6 years ago
dzy 21adebb203 run until ms.token() 6 years ago
dzy a4348428a6 can run until update 6 years ago
dzy d67a224494 add wrj's 704af94 patch 6 years ago