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
*
- Simplify vm_pageout_scan() by introducing a new vm_pageout_clean()
jeff
2015-04-07
1
-120
/
+123
*
Properly calculate "UMA Zones" per cpu cache size. Avoid allocating
dchagin
2015-04-06
1
-1
/
+1
*
Until the lock assertions in vm_page_advise() are properly reevaluated,
alc
2015-04-05
1
-3
/
+3
*
Fix wrong kassert msg in uma.
dchagin
2015-04-05
1
-2
/
+2
*
Replace vm_fault()'s heuristic for automatic cache behind with a heuristic
alc
2015-04-04
1
-38
/
+52
*
Fix integer truncation bug in malloc(9)
rstone
2015-04-01
3
-14
/
+16
*
Catch up on r271387 and remove unused parameter from
glebius
2015-03-30
1
-1
/
+1
*
- Eliminate pagequeue locking in the dirty code in vm_pageout_scan().
jeff
2015-03-28
1
-13
/
+10
*
Make swapper release orphaned (lost) GEOM provider.
mav
2015-03-26
1
-14
/
+50
*
Add comments about CTLFLAG_RDTUN vs. TUNABLE_INT_FETCH.
rpaulo
2015-03-26
2
-1
/
+5
*
Use TUNABLE_INT_FETCH for boot_pages.
rpaulo
2015-03-24
1
-2
/
+4
*
Remove whitespace.
rpaulo
2015-03-24
1
-18
/
+18
*
Introduce vm_object_color() and use it in mmap(2) to set the color of
alc
2015-03-21
4
-12
/
+44
*
Fix the root cause of the "vm_reserv_populate: reserv <address> is already
alc
2015-03-19
1
-0
/
+9
*
o Enhance vm_pager_free_nonreq() function:
glebius
2015-03-17
3
-27
/
+23
*
Provide a comment explaining r279688.
glebius
2015-03-16
1
-0
/
+8
*
Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctl
ian
2015-03-14
1
-0
/
+1
*
Revert r279932; this is going to be fixed in the sbuf code instead.
ian
2015-03-14
2
-3
/
+0
*
Nullterminate strings returned via sysctl.
ian
2015-03-12
2
-0
/
+3
*
Fix function name in comment.
glebius
2015-03-10
1
-1
/
+1
*
Fix function name in the panic message.
kib
2015-03-08
1
-1
/
+1
*
Correct a typo in vm_object_backing_scan() that originated in r254141.
alc
2015-03-07
1
-1
/
+1
*
- In vnode_pager_generic_getpages() use different free counters for
glebius
2015-03-06
2
-4
/
+14
*
Use RW_NEW rather than calling bzero().
alc
2015-03-01
1
-2
/
+1
*
Eliminate a variable that became unused when VFS_LOCK_GIANT() was
alc
2015-02-28
1
-2
/
+0
*
Some minor style(9) fixes (whitespace + comment)
ngie
2015-02-17
1
-4
/
+2
*
Update mtime for tmpfs files modified through memory mapping. Similar
kib
2015-01-28
3
-3
/
+11
*
Add vm.panic_on_oom sysctl, which enables those who would rather panic than
will
2015-01-24
1
-0
/
+8
*
vmspace_release() may sleep if the last reference is being released,
rstone
2015-01-24
1
-0
/
+3
*
Avoid calling vmspace_free() while owning the process lock. Freeing
kib
2015-01-24
1
-10
/
+16
*
Revamp the default page clustering strategy that is used by the page fault
alc
2015-01-16
1
-27
/
+41
*
Revert r263475: TDP_DEVMEMIO no longer needed, since amd64 /dev/kmem
kib
2015-01-12
1
-4
/
+0
*
Eliminate a stale debug message. The per-CPU cache locks were replaced
alc
2014-12-31
1
-3
/
+0
*
The physical memory allocator supports the use of distinct free lists for
alc
2014-12-31
2
-47
/
+160
*
Add flag VM_ALLOC_NOWAIT for vm_page_grab() that prevents sleeping and
glebius
2014-12-22
2
-0
/
+5
*
Do not clear flag that vm_page_alloc() doesn't support.
glebius
2014-12-22
1
-1
/
+1
*
Document flags of vm_page allocation functions.
glebius
2014-12-22
1
-12
/
+25
*
Always ignore the deprecated MAP_RENAME and MAP_NORESERVE flags to mmap().
jhb
2014-12-05
1
-2
/
+1
*
When the last reference on the vnode' vm object is dropped, read the
kib
2014-12-05
1
-1
/
+6
*
Provide mutual exclusion between zone allocation/destruction and
kib
2014-11-30
1
-2
/
+31
*
We already have "int i" in this scope.
glebius
2014-11-24
1
-1
/
+1
*
\n at end of panicstr is redundant.
glebius
2014-11-23
1
-1
/
+1
*
Merge from projects/sendfile:
glebius
2014-11-23
4
-44
/
+176
*
By the time that vm_reserv_init() runs, vm_phys_segs[] is initialized. Use
alc
2014-11-22
1
-4
/
+6
*
Use __func__ in KASSERTs, since the code is about to be moved to other place.
glebius
2014-11-19
1
-6
/
+3
*
In vnode_pager_generic_getpages() vp->v_mount is dereferenced in the
glebius
2014-11-19
1
-4
/
+2
*
Collapse three contiguous comment blocks into one. Remove historical
glebius
2014-11-18
1
-8
/
+3
*
Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the default
alc
2014-11-15
3
-49
/
+82
*
Even better indent struct pagerops.
glebius
2014-11-14
1
-6
/
+6
*
Constantly indent struct pagerops.
glebius
2014-11-14
1
-7
/
+7
[next]