summaryrefslogtreecommitdiff
path: root/kernel/kalloc.c
AgeCommit message (Collapse)AuthorFilesLines
2024-02-15lab lock/kalloc: finishMole Shang1-20/+71
2024-02-11lab cow: finishcowMole Shang1-1/+42
2024-02-05lab syscall: finishMole Shang1-0/+14
Conflicts: kernel/syscall.c kernel/syscall.h user/user.h user/usys.pl
2022-08-09fix 'kfree' comment in kalloc.cWaheedHafez1-1/+1
'kfree' has a parameter named 'pa' but referenced in the comment as 'v'.
2019-09-08Make the end variable be really at the end of bss, and delete + 4096 in ↵Frans Kaashoek1-1/+0
freerange()
2019-07-24???Robert Morris1-5/+5
2019-07-24no more PAGEBREAKRobert Morris1-2/+2
2019-07-11another test, to help with locking exercisesRobert Morris1-1/+3
2019-06-13virtio disk driverRobert Morris1-0/+1
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris1-0/+80