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
*
Make KSE a kernel option, turned on by default in all GENERIC
jb
2006-10-26
2
-1
/
+36
*
Better align output of "show uma" by moving from displaying the basic
rwatson
2006-10-26
1
-5
/
+7
*
The page queues lock is no longer required by vm_page_wakeup().
alc
2006-10-23
4
-8
/
+8
*
The page queues lock is no longer required by vm_page_busy() or
alc
2006-10-22
2
-5
/
+4
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
2
-2
/
+4
*
Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's
alc
2006-10-22
8
-51
/
+59
*
Eliminate unnecessary PG_BUSY tests. They originally served a purpose
alc
2006-10-21
2
-2
/
+2
*
Long ago, revision 1.22 of vm/vm_pager.h introduced a bug. Specifically,
alc
2006-10-14
1
-3
/
+1
*
Change vnode_pager_addr() such that on returning it distinguishes between
alc
2006-10-14
1
-19
/
+24
*
sun4v requires TSBs (translation storage buffers) to be contiguous and be
kmacy
2006-10-12
1
-4
/
+6
*
Distinguish between two distinct kinds of errors from VOP_BMAP() in
alc
2006-10-10
1
-2
/
+12
*
Change vnode_pager_generic_getpages() so that it does not panic if the
alc
2006-10-08
1
-2
/
+13
*
Fix two minor style(9) nits in v1.313 which were noticed during an
kensmith
2006-09-29
1
-2
/
+2
*
Make vm_page_release_contig() static.
alc
2006-09-03
2
-2
/
+1
*
Refactor vm_page_sleep_if_busy() so that the test for a busy page is
alc
2006-08-27
2
-25
/
+41
*
Prevent a call to contigmalloc() that asks for more physical memory than
alc
2006-08-26
1
-1
/
+1
*
The return value from vm_pageq_add_new_page() is not used. Eliminate it.
alc
2006-08-25
2
-3
/
+2
*
Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h and
alc
2006-08-21
3
-4
/
+0
*
vm_page_zero_idle()'s return value serves no purpose. Eliminate it.
alc
2006-08-21
1
-2
/
+1
*
Page flags are reset on (re)allocation. There is no need to clear any
alc
2006-08-21
1
-8
/
+0
*
Reimplement the page's NOSYNC flag as an object-synchronized instead of a
alc
2006-08-13
4
-12
/
+12
*
Ensure that the page's new field for object-synchronized flags is always
alc
2006-08-11
2
-6
/
+4
*
Change vm_page_cowfault() so that it doesn't allocate a pre-busied page.
alc
2006-08-10
1
-2
/
+1
*
Introduce a field to struct vm_page for storing flags that are
alc
2006-08-09
5
-24
/
+32
*
Eliminate the acquisition and release of the page queues lock around a call
alc
2006-08-06
1
-4
/
+2
*
Change vm_page_sleep_if_busy() so that it no longer requires the caller to
alc
2006-08-06
1
-1
/
+2
*
Remove a stale comment.
alc
2006-08-05
1
-5
/
+0
*
When sleeping on a busy page, use the lock from the containing object
alc
2006-08-03
3
-18
/
+15
*
Complete the transition from pmap_page_protect() to pmap_remove_write().
alc
2006-08-01
4
-7
/
+6
*
Export the number of object bypasses and collapses through sysctl.
alc
2006-07-22
1
-0
/
+8
*
Retire debug.mpsafevm. None of the architectures supported in CVS require
alc
2006-07-21
4
-36
/
+3
*
Eliminate OBJ_WRITEABLE. It hasn't been used in a long time.
alc
2006-07-21
3
-6
/
+4
*
Add pmap_clear_write() to the interface between the virtual memory
alc
2006-07-20
1
-0
/
+1
*
Fix build of uma_core.c when DDB is not compiled into the kernel by
rwatson
2006-07-18
1
-0
/
+2
*
Ensure that vm_object_deallocate() doesn't dereference a stale object
alc
2006-07-17
1
-6
/
+13
*
Remove sysctl_vm_zone() and vm.zone sysctl from 7.x. As of 6.x,
rwatson
2006-07-16
1
-80
/
+0
*
Set debug.mpsafevm to true on PowerPC. (Now, by default, all architectures
alc
2006-07-10
1
-4
/
+0
*
Move the code to handle the vm.blacklist tunable up a layer into
jhb
2006-06-23
2
-31
/
+39
*
Make the mincore(2) return ENOMEM when requested range is not fully mapped.
kib
2006-06-21
1
-3
/
+15
*
Use ptoa(psize) instead of size to compute the end of the mapping in
alc
2006-06-17
1
-3
/
+3
*
Remove mpte optimization from pmap_enter_quick().
ups
2006-06-15
2
-6
/
+4
*
Correct an error in the previous revision that could lead to a panic:
alc
2006-06-14
1
-0
/
+1
*
Enable debug.mpsafevm on arm by default.
alc
2006-06-10
1
-1
/
+1
*
Introduce the function pmap_enter_object(). It maps a sequence of resident
alc
2006-06-05
2
-5
/
+17
*
Fix minidumps to include pages allocated via pmap_map on amd64.
ps
2006-05-31
1
-0
/
+9
*
Close race between vmspace_exitfree() and exit1() and races between
tegge
2006-05-29
5
-24
/
+102
*
When allocating a bucket to hold a free'd item in UMA fails, don't
rwatson
2006-05-21
1
-2
/
+1
*
Simplify the implementation of vm_fault_additional_pages() based upon the
alc
2006-05-13
1
-12
/
+5
*
Use better order here.
pjd
2006-05-10
1
-1
/
+1
*
Add synchronization to vm_pageq_add_new_page() so that it can be called
alc
2006-04-25
1
-3
/
+3
[next]