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
*
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
*
It seems that POSIX would rather ENODEV returned in place of EINVAL when
trhodes
2006-04-21
1
-1
/
+1
*
Introduce minidumps. Full physical memory crash dumps are still available
peter
2006-04-21
1
-0
/
+21
*
Change msleep() and tsleep() to not alter the calling thread's priority
jhb
2006-04-17
1
-3
/
+1
*
On shutdown try to turn off all swap devices. This way GEOM providers are
pjd
2006-04-10
2
-19
/
+63
*
Remove the unused sva and eva arguments from pmap_remove_pages().
peter
2006-04-03
1
-1
/
+1
*
MFP4: Support for profiling dynamically loaded objects.
jkoshy
2006-03-26
1
-0
/
+41
*
Remove leading __ from __(inline|const|signed|volatile). They are
imp
2006-03-08
5
-10
/
+10
*
Ignore dirty pages owned by "dead" objects.
tegge
2006-03-08
1
-0
/
+4
*
Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must
tegge
2006-03-02
3
-2
/
+6
*
Hold extra reference to vm object while cleaning pages.
tegge
2006-03-02
1
-0
/
+2
*
Lock the vm_object while checking its type to see if it is a vnode-backed
jhb
2006-02-21
1
-11
/
+25
*
Expand scope of marker to reduce the number of page queue scan restarts.
tegge
2006-02-17
1
-12
/
+19
*
Check return value from nonblocking call to vn_start_write().
tegge
2006-02-17
1
-2
/
+8
*
When the VM needs to allocated physical memory pages (for non interrupt use)
ups
2006-02-15
1
-3
/
+13
*
Skip per-cpu caches associated with absent CPUs when generating a
rwatson
2006-02-11
1
-0
/
+2
*
- Fix silly VI locking that is used to check a single flag. The vnode
jeff
2006-02-06
1
-14
/
+6
*
Remove an unnecessary call to pmap_remove_all(). The given page is not
alc
2006-02-04
1
-1
/
+0
*
Adjust old comment (present in rev 1.1) to match changes in rev 1.82.
tegge
2006-02-02
1
-1
/
+1
*
Use off_t for file size passed to vnode_create_vobject().
yar
2006-02-01
1
-1
/
+1
*
- Install a temporary bandaid in vm_object_reference() that will stop
jeff
2006-02-01
1
-5
/
+5
[next]