index
:
pub/fmorgner/teachos.git
develop
develop-BA-FS26
main
The TeachOS kernel, a greenfield, pure 64-bit, educational operating system.
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86_64
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-23
Remove useless if statements
Matteo Gmür
1
-6
/
+2
2025-02-23
Adjust linked list allocator to allow for deallocation without passing size p...
Matteo Gmür
4
-25
/
+43
2025-02-21
Add documentation to new components
Matteo Gmür
1
-1
/
+1
2025-02-21
Update factory method code
Matteo Gmür
4
-51
/
+35
2025-02-20
add heap_allocator base class
Fabian Imhof
2
-20
/
+32
2025-02-20
Make allocation type configurable
Matteo Gmür
1
-7
/
+38
2025-02-20
Add singelton implementation for global heap allocator
Matteo Gmür
1
-4
/
+8
2025-02-20
Fix compilation issues
Matteo Gmür
2
-30
/
+38
2025-02-20
Create global heap allocator attempt
Matteo Gmür
2
-17
/
+46
2025-02-20
added new and delete override
Fabian Imhof
1
-21
/
+16
2024-12-17
Fix typo
Matteo Gmür
2
-3
/
+3
2024-12-17
Improve log messages
Matteo Gmür
2
-2
/
+5
2024-12-09
Fix method writing to wrong CR register and improve doxygen comments.
Matteo Gmür
2
-4
/
+4
2024-12-03
add additional tests to heap_test
Fabian Imhof
1
-0
/
+3
2024-12-03
Clear old memory in contructor
Matteo Gmür
2
-15
/
+9
2024-12-03
Fix minor typos in mutex
Matteo Gmür
1
-14
/
+3
2024-12-03
Fix missing mutex unlock
Matteo Gmür
1
-2
/
+4
2024-12-03
Add missing comments
Matteo Gmür
1
-18
/
+12
2024-12-03
Add allocate case where size fits exactly
Matteo Gmür
1
-2
/
+24
2024-12-03
fix linked_list_allocator mutex usage
Fabian Imhof
1
-2
/
+3
2024-12-03
improve mutex file structure
Fabian Imhof
1
-0
/
+27
2024-12-03
add mutex to linked_list_allocator
Fabian Imhof
1
-4
/
+10
2024-12-02
WIP thread safe linked list
Matteo Gmür
1
-4
/
+4
2024-12-02
Finish testing (dealloc recombines correctly)
Matteo Gmür
1
-2
/
+2
2024-12-02
Add check to detect double free in linked list allocator
Matteo Gmür
2
-1
/
+9
2024-12-02
Fix algorithm issues with linked list allocator
Matteo Gmür
2
-34
/
+41
2024-12-01
implement clear_memory_block_header
Fabian Imhof
2
-10
/
+20
2024-12-01
Add comments and fix edge case
Matteo Gmür
1
-3
/
+20
2024-12-01
enable heap test
Fabian Imhof
2
-6
/
+6
2024-12-01
implement heap linked_list deallocate
Fabian Imhof
1
-21
/
+43
2024-12-01
implement first half of linked list dallocation
Fabian Imhof
3
-14
/
+47
2024-12-01
Adjust allocate
Matteo Gmür
1
-3
/
+7
2024-12-01
Fix guard page and ensure it crashes even if guard page is skipped altogether
Matteo Gmür
2
-17
/
+34
2024-12-01
Move heap virtual location and allocate multiple variables to test heap.
Matteo Gmür
1
-4
/
+9
2024-11-28
Start imlementation on actual algorithm
Matteo Gmür
1
-11
/
+33
2024-11-28
Start with linked list alloc and dealloc
Matteo Gmür
1
-0
/
+27
2024-11-28
Create base of linked list allocator
Matteo Gmür
2
-0
/
+27
2024-11-26
Replace strong with weak compare_exchange
Matteo Gmür
1
-2
/
+3
2024-11-26
Make bump allocator atomic and therefore thread safe
Matteo Gmür
2
-13
/
+39
2024-11-24
Adjust bump allocator comment
Matteo Gmür
2
-2
/
+2
2024-11-24
Read and write in allocated memory area
Matteo Gmür
1
-3
/
+3
2024-11-24
Add comments and rename file
Matteo Gmür
3
-12
/
+15
2024-11-24
Use container helper classes for heap remapping
Matteo Gmür
2
-6
/
+23
2024-11-24
add doxygen comments to remapping
Fabian Imhof
1
-3
/
+3
2024-11-24
implement basic heap and remap it
Fabian Imhof
3
-58
/
+84
2024-11-24
Add notes on missing features for kernel remapping
Matteo Gmür
1
-5
/
+4
2024-11-24
Revert: de-templatize paging implementation
Matteo Gmür
5
-206
/
+1
2024-11-19
paging: de-templetize implementation
Felix Morgner
7
-4
/
+194
2024-11-19
runtime: catch pure virtual function calls
Felix Morgner
1
-0
/
+6
2024-11-13
Add note on possible options to enable PIC / PIE
Matteo Gmür
1
-0
/
+3
[next]