summaryrefslogtreecommitdiff
path: root/Kernel/kmalloc.cpp
AgeCommit message (Expand)Author
2018-11-01Implement address validation by querying the task's page directory.Andreas Kling
2018-11-01Give each task its own page directory.Andreas Kling
2018-10-31Add a kmalloc_eternal() for things that will never be destroyed.Andreas Kling
2018-10-29Fix broken SpinLock.Andreas Kling
2018-10-27Greatly improve /proc/PID/stack by tracing the ebp frame chain.Andreas Kling
2018-10-26Add a very hackish /proc/PID/stack.Andreas Kling
2018-10-24Add an InterruptDisabler helper class and use that for kmalloc.Andreas Kling
2018-10-24Make the kmalloc global stats variable volatile.Andreas Kling
2018-10-24Add a kmalloc lock. This definitely reduces flakiness.Andreas Kling
2018-10-16Import the "gerbert" kernel I worked on earlier this year.Andreas Kling