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
*
Typo in comment.
kib
2016-01-24
1
-1
/
+1
*
Various cleanups to the main function for AIO kernel processes:
jhb
2016-01-19
2
-0
/
+46
*
A fix to r292469: Iterate over the physical segments in descending rather
alc
2016-01-16
1
-4
/
+4
*
Fix the domain iterator to not try the first-touch / fixed domain
adrian
2016-01-10
1
-3
/
+13
*
Add missed relpbuf() for a smallfs page-in.
kib
2015-12-27
1
-0
/
+1
*
Add a safety net to reclaim mbufs when one of the mbuf zones become
jtl
2015-12-20
3
-1
/
+36
*
Introduce a new mechanism for relocating virtual pages to a new physical
alc
2015-12-19
9
-240
/
+807
*
vm_page_replace: add wrapper to KASSERT about old page
cem
2015-12-17
3
-4
/
+17
*
vm_page.h: page busy macro fixups
cem
2015-12-16
1
-8
/
+9
*
A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().
glebius
2015-12-16
14
-636
/
+367
*
Don't make assertions about td_critnest when the scheduler is stopped.
markj
2015-12-11
1
-3
/
+2
*
vm_page_replace: remove redundant radix lookup
cem
2015-12-10
1
-14
/
+9
*
vm_fault_hold: handle vm_page_rename failure
cem
2015-12-06
1
-1
/
+5
*
Pull vm_object_scan_all_shadowed out of vm_object_backing_scan
cem
2015-12-03
1
-155
/
+146
*
r221714 fixed the situation when the collapse scan improperly handled
kib
2015-12-01
1
-97
/
+84
*
Minor cleanup.
kib
2015-11-29
1
-26
/
+12
*
In vm_pageout_grow_cache(), do not re-try the inactive queue when
kib
2015-11-27
1
-5
/
+6
*
Correct an error in vm_reserv_reclaim_contig(). In the highly unusual
alc
2015-11-26
1
-3
/
+4
*
Record proper commit message for r291157.
kib
2015-11-22
1
-1
/
+1
*
Noted by: glebius
kib
2015-11-22
1
-4
/
+5
*
Remove unneeded includes of opt_kdtrace.h.
markj
2015-11-22
1
-1
/
+1
*
Remove remnants of the old NFS from vnode pager.
glebius
2015-11-20
1
-5
/
+3
*
Consistently enforce the restriction against calling malloc/free when in a
jtl
2015-11-19
1
-0
/
+7
*
Rework the test which raises OOM condition. Right now, the code
kib
2015-11-16
2
-14
/
+31
*
Do not use vmspace_resident_count() for the OOM process selection.
kib
2015-11-16
1
-3
/
+63
*
VM daemon works in parallel with the pagedaemon threads, and, among
kib
2015-11-16
1
-1
/
+2
*
Export various helper variables describing the layout and size of
jhb
2015-11-12
1
-0
/
+3
*
Ensure that deactivated pages that are not expected to be reused are
markj
2015-11-08
3
-9
/
+16
*
Reduce the amount of calls to VOP_BMAP() made from the local vnode
kib
2015-10-24
1
-81
/
+39
*
Fix capitalization
jah
2015-10-23
1
-1
/
+1
*
Remove unclear comment about address truncation in busdma. Add (hopefully mu...
jah
2015-10-23
1
-0
/
+5
*
Only marker is guaranteed to be present on the queue after the relock
kib
2015-10-18
1
-5
/
+17
*
Revert r289302, invalid pages can be queued, e.g. by vfs_vmio_unwire().
kib
2015-10-15
1
-5
/
+5
*
Invalid pages should not appear on the inactive queue. Change the
kib
2015-10-14
1
-5
/
+5
*
Parallelize the buffer cache and rewrite getnewbuf(). This results in a
jeff
2015-10-14
1
-1
/
+5
*
Exploit r288122 to avoid pointlessly enqueueing a page that is about to be
alc
2015-10-09
1
-1
/
+1
*
Exploit r288122 to address a cosmetic issue. Pages belonging to either
alc
2015-10-06
1
-1
/
+1
*
Mark swap_pager_putpages static at its definition. It was already
imp
2015-10-05
1
-3
/
+1
*
Reduce the scope of a variable to the only file where it is used.
alc
2015-10-03
3
-2
/
+2
*
As a step towards the elimination of PG_CACHED pages, rework the handling
markj
2015-09-30
4
-15
/
+28
*
The conversion of kmem_alloc_attr() from operating on a vm map to a vmem
alc
2015-09-26
1
-28
/
+13
*
Exploit r288122 to address a cosmetic issue. Since the pages allocated
alc
2015-09-26
1
-1
/
+1
*
Change vm_page_unwire() such that it (1) accepts PQ_NONE as the specified
alc
2015-09-22
2
-17
/
+21
*
Correct a non-fatal error in vm_pageout_worker(). vm_pageout_worker()
alc
2015-09-20
1
-6
/
+11
*
Eliminate (many) unnecessary calls to pmap_remove_all(). Pages from objects
alc
2015-09-17
1
-1
/
+2
*
Remove the v_cache_min and v_cache_max sysctls. They are unused and have
markj
2015-09-11
3
-9
/
+2
*
Remove a check which caused spurious SIGSEGV on usermode access to the
kib
2015-09-09
1
-10
/
+4
*
The swap pager is compatible with direct dispatch. It does its own
imp
2015-09-08
1
-11
/
+42
*
To simplify upcoming changes to the inactive queue scan, change the code
alc
2015-09-08
1
-18
/
+8
*
Eliminate pointless requeueing of pages from terminated objects. These
alc
2015-09-05
1
-23
/
+25
[next]