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
/
sg_pager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r313690:
kib
2017-03-19
1
-2
/
+3
*
Plug a vm_page leak introduced in r292373.
markj
2016-02-05
1
-0
/
+3
*
vm_page_replace: add wrapper to KASSERT about old page
cem
2015-12-17
1
-2
/
+1
*
A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().
glebius
2015-12-16
1
-15
/
+15
*
Place VM objects on the object list when created and never remove them.
jhb
2015-05-08
1
-0
/
+2
*
Reassign copyright statements on several files from Advanced
jhb
2015-04-23
1
-1
/
+1
*
Different consumers of the struct vm_page abuse pageq member to keep
kib
2013-08-10
1
-2
/
+2
*
On all the architectures, avoid to preallocate the physical memory
attilio
2013-08-09
1
-1
/
+3
*
Hide the details for the assertion for VM_OBJECT_LOCK operations.
attilio
2013-02-21
1
-1
/
+1
*
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-2
/
+2
*
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-1
/
+2
*
Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.h
kib
2012-11-16
1
-0
/
+1
*
After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
kib
2012-08-05
1
-0
/
+1
*
Eliminate duplication of the fake page code and zone by the device and sg
alc
2011-03-11
1
-49
/
+2
*
Explicitly initialize the page's queue field to PQ_NONE instead of relying
alc
2011-01-17
1
-0
/
+1
*
Eliminate page queues locking around most calls to vm_page_free().
alc
2010-05-06
1
-2
/
+0
*
On Alan's advice, rather than do a wholesale conversion on a single
kmacy
2010-04-30
1
-3
/
+6
*
Mark the fake pages constructed by the OBJT_SG pager valid. This was
jhb
2009-08-29
1
-0
/
+1
*
Remove debugging that crept in with previous commit.
jhb
2009-07-24
1
-5
/
+1
*
Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to
jhb
2009-07-24
1
-0
/
+263