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
/
memory
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-03
x86_64/memory: add missing noexcept specifiers
Felix Morgner
1
-2
/
+2
2025-12-03
x86_64/memory: fix return in scoped_mapping::map
Felix Morgner
1
-1
/
+1
2025-12-02
x86_64/memory: fix temporary page unmapping
Felix Morgner
1
-0
/
+2
2025-12-02
kapi: make PLATFORM_*_SIZE constexpr
Felix Morgner
1
-1
/
+1
2025-12-02
x86_64/memory: extract PML4 injection
Felix Morgner
3
-15
/
+86
2025-12-02
x86_64/memory: extend scoped_mapping
Felix Morgner
2
-1
/
+48
2025-12-01
x86_64/memory: prepare scoped_mapping extraction
Felix Morgner
1
-0
/
+73
2025-11-30
x86_64/memory: fix entry checks
Felix Morgner
1
-2
/
+2
2025-11-28
x86_64: port basic page and page table abstractions
Felix Morgner
2
-0
/
+76
2025-11-21
x86_64: rework control register access
Felix Morgner
1
-2
/
+2
2025-10-31
build: enable linting
Felix Morgner
1
-3
/
+3
2025-10-29
chore: reformat source code
Felix Morgner
1
-2
/
+2
2025-10-29
x86_64/memory: fix region allocator initialization
Felix Morgner
1
-1
/
+1
2025-10-29
x86_64/memory: simplify region allocator
Felix Morgner
1
-5
/
+8
2025-10-29
kapi: export frame_allocator interface
Felix Morgner
1
-3
/
+3
2025-10-29
kapi: move frame and address to KAPI
Felix Morgner
2
-14
/
+8
2025-07-24
x86_64: move files out of the way
Felix Morgner
16
-1296
/
+0
2025-07-24
x86_64: clean up hw details
Felix Morgner
1
-0
/
+17
2025-07-18
x86-64: prepare new architecture
Felix Morgner
2
-24
/
+95
2025-07-14
libs: begin extraction of kernel std
Felix Morgner
2
-124
/
+128
2025-05-30
Clean up files
Matteo Gmür
1
-105
/
+0
2025-05-20
Improve syscalls and user heap allocator
Matteo Gmür
1
-40
/
+40
2025-05-18
Make new usable for both kernel and user calls
Matteo Gmür
1
-15
/
+51
2025-05-16
Fix bug where level 4 to level 2 entries are not mapped user accesible.
Matteo Gmür
1
-2
/
+0
2025-05-12
Fix crashes because of are frame allocator copy
Matteo Gmür
3
-17
/
+12
2025-05-12
Adjust user heap to lazy allocate heap
Matteo Gmür
5
-24
/
+4
2025-05-11
make frame_allocator and active_page_table statically available
Fabian Imhof
2
-23
/
+37
2025-05-11
Adjust user heap allocator with expanding heap functionality
Matteo Gmür
1
-1
/
+40
2025-05-11
rename page table entry function
Fabian Imhof
1
-1
/
+1
2025-05-10
experiment with globally available linker sections and page table entry flags
Fabian Imhof
1
-0
/
+2
2025-05-09
Switch uer heap to linked list allocator
Matteo Gmür
1
-32
/
+154
2025-05-09
Move necessary code into user text
Matteo Gmür
2
-1
/
+7
2025-05-08
wip allocating heap memory in user mode
Fabian Imhof
3
-17
/
+76
2025-05-07
wip custom heap allocation functions for user mode
Fabian Imhof
2
-20
/
+40
2025-05-06
Remove user Mode Access to VGA / Heap and Kernel Methods.
Matteo Gmür
3
-4
/
+3
2025-05-05
Remove the addition of USER_ACCESSIBLE flag to every entry created
Matteo Gmür
4
-13
/
+12
2025-04-27
Move gnu function attributes to header file
Matteo Gmür
1
-1
/
+3
2025-04-19
Remove deque
Matteo Gmür
1
-9
/
+1
2025-04-14
Add stack frame allocator. Fix stl vector bug and create stl stack implementa...
Matteo Gmür
3
-3
/
+124
2025-03-15
temporarily make all page table entries user accessible
Fabian Imhof
1
-2
/
+9
2025-03-15
implement loading of gdtr register
Matteo Gmür
1
-1
/
+1
2025-03-13
fixup typing and continue adding gdt
Fabian Imhof
1
-2
/
+2
2025-03-13
IN_PROGRESS implement gdt initialization
Fabian Imhof
4
-121
/
+2
2025-03-09
Adjust comments and implement remaining interface for STL classes.
Matteo Gmür
1
-4
/
+1
2025-03-09
add doxygen comments to shared and unique pointer
Fabian Imhof
1
-7
/
+1
2025-03-04
Add more methods to vector to mimic stl interface partially.
Matteo Gmür
1
-0
/
+9
2025-02-24
Add noexpect to deallocate calls
Matteo Gmür
3
-3
/
+3
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
3
-25
/
+40
2025-02-21
Update factory method code
Matteo Gmür
3
-50
/
+35
[next]