.. |
Jamfile
|
* Removed useless return parameter from vm_remove_all_page_mappings().
|
2010-02-03 18:53:52 +00:00 |
PageCacheLocker.cpp
|
* Made vm_page::state private and added accessor methods.
|
2010-02-20 15:57:44 +00:00 |
PageCacheLocker.h
|
* Removed useless return parameter from vm_remove_all_page_mappings().
|
2010-02-03 18:53:52 +00:00 |
vm_page.cpp
|
vm_page_allocate_page_run(): Added parameter "limit", specifying the upper
|
2010-06-10 17:30:49 +00:00 |
vm.cpp
|
vm_page_allocate_page_run(): Added parameter "limit", specifying the upper
|
2010-06-10 17:30:49 +00:00 |
VMAddressSpace.cpp
|
Removed no-op VMTranslationMap::InitPostSem() and
|
2010-06-05 22:20:34 +00:00 |
VMAddressSpaceLocking.cpp
|
AddressSpaceWriteLocker: Added VMAddressSpace* constructor and SetTo()
|
2010-04-03 16:11:47 +00:00 |
VMAddressSpaceLocking.h
|
AddressSpaceWriteLocker: Added VMAddressSpace* constructor and SetTo()
|
2010-04-03 16:11:47 +00:00 |
VMAnonymousCache.cpp
|
Replaced the swap_addr_t and SWAP_SLOT_NONE in RadixBitmap.{h,cpp} by
|
2010-06-02 20:42:53 +00:00 |
VMAnonymousCache.h
|
Replaced the swap_addr_t and SWAP_SLOT_NONE in RadixBitmap.{h,cpp} by
|
2010-06-02 20:42:53 +00:00 |
VMAnonymousNoSwapCache.cpp
|
VMAnonymous[NoSwap]Cache, overcommitting mode:
|
2010-04-30 12:02:33 +00:00 |
VMAnonymousNoSwapCache.h
|
* Introduced {malloc,memalign,free}_etc() which take an additional "flags"
|
2010-01-27 12:45:53 +00:00 |
VMArea.cpp
|
We must not resize the area hash table while holding an address space lock,
|
2010-04-08 18:30:22 +00:00 |
VMCache.cpp
|
Fixed more address types related issues. Mostly printf() or comparison
|
2010-06-02 20:46:49 +00:00 |
VMDeviceCache.cpp
|
* VMCache::Resize(): Corrected TODO comment.
|
2010-04-20 15:10:09 +00:00 |
VMDeviceCache.h
|
* VMCache::Resize(): Corrected TODO comment.
|
2010-04-20 15:10:09 +00:00 |
VMKernelAddressSpace.cpp
|
* Introduced {malloc,memalign,free}_etc() which take an additional "flags"
|
2010-01-27 12:45:53 +00:00 |
VMKernelAddressSpace.h
|
* Introduced {malloc,memalign,free}_etc() which take an additional "flags"
|
2010-01-27 12:45:53 +00:00 |
VMKernelArea.cpp
|
VM{Kernel,User}Area::Create(): On error free the area's memory heeding the
|
2010-05-01 18:50:21 +00:00 |
VMKernelArea.h
|
* Introduced {malloc,memalign,free}_etc() which take an additional "flags"
|
2010-01-27 12:45:53 +00:00 |
VMNullCache.cpp
|
* VMCache::Resize(): Corrected TODO comment.
|
2010-04-20 15:10:09 +00:00 |
VMNullCache.h
|
* VMCache::Resize(): Corrected TODO comment.
|
2010-04-20 15:10:09 +00:00 |
VMPageQueue.cpp
|
Replaced the page queue mutexes by spinlocks. The critical sections are very
|
2010-01-11 02:52:53 +00:00 |
VMPageQueue.h
|
Fixed more address types related issues. Mostly printf() or comparison
|
2010-06-02 20:46:49 +00:00 |
VMTranslationMap.cpp
|
UnmapPages(), UnmapArea(): Fixed incorrect check. All actually mapped pages
|
2010-06-06 12:42:01 +00:00 |
VMUserAddressSpace.cpp
|
VMUserAddressSpace::LookupArea(): Although only a read-lock is the
|
2010-04-28 22:06:40 +00:00 |
VMUserAddressSpace.h
|
VMUserAddressSpace::LookupArea(): Although only a read-lock is the
|
2010-04-28 22:06:40 +00:00 |
VMUserArea.cpp
|
VM{Kernel,User}Area::Create(): On error free the area's memory heeding the
|
2010-05-01 18:50:21 +00:00 |
VMUserArea.h
|
* Introduced {malloc,memalign,free}_etc() which take an additional "flags"
|
2010-01-27 12:45:53 +00:00 |