greatbridf
|
759eb73ba3
rewrite(allocator): locked version of kernel allocator
|
1 년 전 |
greatbridf
|
5813062c00
Merge branch 'dev'
|
1 년 전 |
greatbridf
|
b4ec221a53
feat(ahci): add ahci controller driver
|
1 년 전 |
greatbridf
|
50b9527a09
feat(syscall): add mmap and munmap
|
1 년 전 |
greatbridf
|
8115a79f02
feat(syscall): add brk
|
1 년 전 |
greatbridf
|
4ee526a1aa
refactor(mm): some tweaks of mm and mm_list
|
1 년 전 |
greatbridf
|
2355016228
feat(libstdc++): add vector
|
1 년 전 |
greatbridf
|
719a421750
change(kernel): replace types::list with std::list
|
1 년 전 |
greatbridf
|
9fcf1ba7ba
feat(libstdc++): add bit_cast
|
1 년 전 |
greatbridf
|
7472cbe839
feat(gbstdlibc++): add gbstdlibc++ and utility
|
1 년 전 |
greatbridf
|
8dfd98cdb1
fix(mem): add memory fence to prevent reordering
|
1 년 전 |
greatbridf
|
cef73c3edd
style(paccess): make paccess() inline
|
1 년 전 |
greatbridf
|
1ce4b3415e
feat(gblibc): add malloc, brk, sbrk
|
2 년 전 |
greatbridf
|
f41f73a8b1
fix: mmaped pages of child procs may be empty
|
2 년 전 |
greatbridf
|
1724d02506
fix(mm_list): set children mm's owner on moving
|
2 년 전 |
greatbridf
|
304ecefefb
feat: move kernel to 0xc0000000
|
2 년 전 |
greatbridf
|
bb5739aff8
fix(elf): fill zeros for memory not in the file
|
2 년 전 |
greatbridf
|
4a36d3b820
fix(mm): mem leak when unmapping mem area and mm
|
2 년 전 |
greatbridf
|
f6dff3e420
fix(mm): invlpg after unmapping mem areas
|
2 년 전 |
greatbridf
|
c23b25c8eb
remove constexpr of ~mm_list()
|
2 년 전 |
greatbridf
|
87883c5978
refactor(new): add _new and pnew for allocators
|
2 년 전 |
greatbridf
|
fc29de6d6f
fix(mm): continue; in clear_user()
|
2 년 전 |
greatbridf
|
0cf0b4d4c3
feat(mm): make mm_list constexpr
|
2 년 전 |
greatbridf
|
a3602de618
feat(mm): add mm_list class
|
2 년 전 |
greatbridf
|
ddb1ca3b92
feat(mm): free raw pages
|
2 년 전 |
greatbridf
|
f27f7ddade
fix(syscall): not releasing pg_lists on unmapping
|
2 년 전 |
greatbridf
|
74fa329672
feat: make compiler optimize likely branches
|
2 년 전 |
greatbridf
|
03d4bfa86e
chore(mm): add TODO for mm_area mirroring
|
2 년 전 |
greatbridf
|
943868c7f9
feat(mm): add k_unmap and dealloc_{pd, pt}
|
2 년 전 |
greatbridf
|
ab67740b4f
fix(k_map): invalidate tlb cache when mapping cow
|
2 년 전 |