index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Lock page accesses by vm_page_io_start() with the page queues lock.
alc
2002-07-31
1
-1
/
+2
*
o In vm_object_madvise() and vm_object_page_remove() replace
alc
2002-07-30
1
-15
/
+10
*
- Optimize wakeup() and its friends; if a thread waken up is being
tanimura
2002-07-30
1
-64
/
+65
*
o Introduce vm_page_sleep_if_busy() as an eventual replacement for
alc
2002-07-29
2
-0
/
+23
*
Remove a XXXKSE comment. the code is no longer a problem..
julian
2002-07-29
1
-1
/
+1
*
Create a new thread state to describe threads that would be ready to run
julian
2002-07-29
1
-16
/
+66
*
o Pass VM_ALLOC_WIRED to vm_page_grab() rather than calling vm_page_wire()
alc
2002-07-29
1
-7
/
+2
*
o Modify vm_page_grab() to accept VM_ALLOC_WIRED.
alc
2002-07-28
2
-1
/
+5
*
o Lock page queue accesses by vm_page_free().
alc
2002-07-28
1
-14
/
+19
*
o Lock page queue accesses by vm_page_free().
alc
2002-07-28
1
-2
/
+8
*
o Lock page queue accesses by vm_page_free().
alc
2002-07-28
1
-2
/
+3
*
o Lock page queue accesses by vm_page_free().
alc
2002-07-28
1
-0
/
+2
*
o Require that the page queues lock is held on entry to vm_pageout_clean()
alc
2002-07-27
3
-5
/
+9
*
o Lock page queue accesses by vm_page_activate().
alc
2002-07-27
1
-0
/
+6
*
o Lock page queue accesses by vm_page_activate() and vm_page_deactivate()
alc
2002-07-27
1
-7
/
+6
*
o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().
alc
2002-07-27
1
-0
/
+2
*
o Remove a vm_page_deactivate() that is immediately followed by a
alc
2002-07-25
1
-3
/
+0
*
o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter,
alc
2002-07-24
3
-56
/
+11
*
o Lock page queue accesses by vm_page_dontneed().
alc
2002-07-23
2
-4
/
+5
*
o Extend the scope of the page queues lock in vm_pageout_scan()
alc
2002-07-23
1
-2
/
+1
*
Change struct vmspace->vm_shm from void * to struct shmmap_state *, this
alfred
2002-07-22
1
-1
/
+1
*
Remove caddr_t.
alfred
2002-07-22
1
-1
/
+1
*
o Lock page queue accesses by vm_page_free() and vm_page_deactivate().
alc
2002-07-21
1
-0
/
+12
*
o Lock page queue accesses by vm_page_free().
alc
2002-07-21
1
-0
/
+2
*
Do not pass a thread with the state TDS_RUNQ to setrunqueue(), otherwise
tanimura
2002-07-21
1
-1
/
+4
*
o Lock page queue accesses by vm_page_try_to_cache(). (The accesses
alc
2002-07-20
3
-1
/
+5
*
o Assert that the page queues lock is held in vm_page_try_to_free().
alc
2002-07-20
1
-0
/
+2
*
o Lock page queue accesses by vm_page_cache() in vm_fault() and
alc
2002-07-20
3
-2
/
+5
*
o Lock accesses to the active page queue in vm_pageout_scan() and
alc
2002-07-20
1
-2
/
+4
*
o Lock page queue accesses by vm_page_cache() in vm_contig_launder().
alc
2002-07-20
1
-2
/
+4
*
o Remove dead and/or unused code.
alc
2002-07-20
2
-17
/
+1
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
2
-4
/
+3
*
Set P_NOLOAD on the pagezero kthread so that it doesn't artificially skew
peter
2002-07-19
1
-1
/
+7
*
o Duplicate an odd side-effect of vm_page_wire() in vm_page_allocate()
alc
2002-07-19
1
-1
/
+2
*
o Remove the acquisition and release of Giant from the idle priority thread
alc
2002-07-18
2
-8
/
+1
*
Void functions cannot return values.
markm
2002-07-18
1
-1
/
+1
*
(VM_MAX_KERNEL_ADDRESS - KERNBASE) / PAGE_SIZE may not fit in an integer.
peter
2002-07-18
1
-1
/
+1
*
o Introduce an argument, VM_ALLOC_WIRED, that requests vm_page_alloc()
alc
2002-07-18
2
-10
/
+15
*
o Use vm_pageq_remove_nowakeup() and vm_pageq_enqueue() in
alc
2002-07-16
1
-7
/
+2
*
o Create vm_contig_launder() to replace code that appears twice
alc
2002-07-15
1
-56
/
+38
*
o Lock page queue accesses by vm_page_wire() that aren't
alc
2002-07-14
1
-0
/
+3
*
o Lock page queue accesses by vm_page_wire().
alc
2002-07-14
2
-0
/
+4
*
o Lock page queue accesses by vm_page_unmanage().
alc
2002-07-13
2
-0
/
+3
*
o Complete the locking of page queue accesses by vm_page_unwire().
alc
2002-07-13
2
-5
/
+4
*
o Lock some page queue accesses, in particular, those by vm_page_unwire().
alc
2002-07-13
2
-1
/
+8
*
o Assert GIANT_REQUIRED on system maps in _vm_map_lock(),
alc
2002-07-12
2
-9
/
+6
*
Re-enable the idle page-zeroing code. Remove all IPIs from the idle
dillon
2002-07-12
1
-4
/
+0
*
Avoid a vm_page_lookup() - that uses a spinlock protected hash. We can
peter
2002-07-12
1
-2
/
+5
*
o Lock some (unfortunately, not yet all) accesses to the page queues.
alc
2002-07-12
1
-2
/
+2
*
o Lock accesses to the page queues.
alc
2002-07-12
1
-2
/
+3
[next]