Andreas Kling
|
9ddccbc6da
Kernel: Use move() in Region::try_clone() to avoid a VMObject::unref()
|
пре 3 година |
Andreas Kling
|
8e0387e674
Kernel: Only register kernel regions with MemoryManager
|
пре 3 година |
Andreas Kling
|
5f71925aa4
Kernel: Actually clear page slots in Region::clear_to_zero()
|
пре 3 година |
Andreas Kling
|
d8206c1059
Kernel: Don't release/relock spinlocks repeatedly during space teardown
|
пре 3 година |
Andreas Kling
|
2323cdd914
Kernel: Do less unnecessary work when tearing down process address space
|
пре 3 година |
Andreas Kling
|
bdbff9df24
Kernel: Don't relock MM lock for every page when remapping region
|
пре 3 година |
Hendiadyoin1
|
1cdace7898
Kernel: Add implied auto qualifiers in Memory
|
пре 3 година |
Idan Horowitz
|
5f4a67434c
Kernel: Move userspace virtual address range base to 0x10000
|
пре 3 година |
Daniel Bertalan
|
4fc28bfe02
Kernel: Unmap Prekernel pages after they are no longer needed
|
пре 3 година |
Idan Horowitz
|
ff6b43734c
Kernel: Add Region::clear_to_zero
|
пре 3 година |
James Mintram
|
eb33df0c30
Kernel: Add an x86 include check+error in x86/PageFault.h
|
пре 3 година |
Andreas Kling
|
1f894cee59
Kernel: Automatically sync shared file mappings when unmapped
|
пре 3 година |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
пре 3 година |
Andreas Kling
|
25250590d0
Kernel: Take VMObject lock once in Region::remap_vmobject_page()
|
пре 3 година |
Brian Gianforcaro
|
0223faf6f4
Kernel: Access MemoryManager static functions statically
|
пре 3 година |
Andreas Kling
|
56a2594de7
Kernel: Make KString factories return KResultOr + use TRY() everywhere
|
пре 3 година |
Andreas Kling
|
e3a716ceff
Kernel: Make Memory::Region::map() return KResult
|
пре 3 година |
Andreas Kling
|
f20d1f0cc6
Kernel: Use TRY() in Region
|
пре 3 година |
Andreas Kling
|
68bf6db673
Kernel: Rename Spinlock::is_owned_by_current_thread()
|
пре 3 година |
Andreas Kling
|
0b4671add7
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
|
пре 3 година |
Brian Gianforcaro
|
485f51690d
Kernel: Always observe the return value of Region::map and remap
|
пре 3 година |
Andreas Kling
|
a930877f31
Kernel: Mape quickmap functions VERIFY that MM lock is held
|
пре 4 година |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
пре 4 година |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
пре 4 година |
Idan Horowitz
|
cf271183b4
Kernel: Make Process::current() return a Process& instead of Process*
|
пре 4 година |
sin-ack
|
0a18425cbb
Kernel: Make Memory::Region allocation functions return KResultOr
|
пре 4 година |
sin-ack
|
4bfd6e41b9
Kernel: Make Kernel::VMObject allocation functions return KResultOr
|
пре 4 година |
Andreas Kling
|
f357fd91da
Kernel: Don't hog MM lock in Memory::Region::clone()
|
пре 4 година |
Andreas Kling
|
08b4d8f0de
Kernel: Fix deadlock in ~Memory::Region()
|
пре 4 година |
Andreas Kling
|
6283acb6b7
Kernel/SMP: Don't panic in inode fault if other CPU already paged it in
|
пре 4 година |