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
*
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
*
Change #if defined(DIAGNOSTIC) to KASSERT.
alc
2006-01-31
1
-4
/
+3
*
Add buffer corruption protection (RedZone) for kernel's malloc(9).
pjd
2006-01-31
2
-0
/
+219
*
The change a few years ago of having contigmalloc start its scan at the top
scottl
2006-01-29
1
-2
/
+19
*
Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function.
jhb
2006-01-27
1
-1
/
+1
*
Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it asserts
cognet
2006-01-27
1
-0
/
+9
*
Style: Add blank line after local variable declarations.
alc
2006-01-27
1
-0
/
+1
*
Use the new macros abstracting the page coloring/queues implementation.
alc
2006-01-27
1
-2
/
+2
*
Use the new macros abstracting the page coloring/queues implementation.
alc
2006-01-27
4
-8
/
+8
*
Plug a leak in the newer contigmalloc() implementation. Specifically, if
alc
2006-01-26
1
-10
/
+5
*
- Avoid calling vm_object_backing_scan() when collapsing an object when
jeff
2006-01-25
1
-1
/
+3
*
The previous revision incorrectly changed a switch statement into an if
alc
2006-01-25
1
-3
/
+3
*
With the recent changes to the implementation of page coloring, the
alc
2006-01-24
2
-4
/
+2
*
In vm_page_set_invalid() invalidate all of the page's mappings as soon as
alc
2006-01-24
1
-0
/
+2
*
Make vm_object_vndeallocate() static. The external calls to it were
alc
2006-01-22
2
-2
/
+2
*
Reduce the scope of one #ifdef to avoid duplicating a SYSCTL_INT() macro
jhb
2006-01-06
1
-5
/
+1
*
Convert the PAGE_SIZE check into a CTASSERT.
netchild
2006-01-04
1
-1
/
+3
*
Prevent divide by zero, use default values in case one of the divisor's
netchild
2006-01-04
1
-1
/
+1
*
MI changes:
netchild
2005-12-31
8
-145
/
+213
*
Improve memguard a bit:
pjd
2005-12-30
2
-0
/
+93
*
Don't access fs->first_object after dropping reference to it.
tegge
2005-12-20
1
-1
/
+3
*
Use sf_buf_alloc() instead of vm_map_find() on exec_map to create the
alc
2005-12-16
2
-0
/
+74
*
Assert that the page that is given to vm_page_free_toq() does not have any
alc
2005-12-13
1
-0
/
+2
*
Remove unneeded calls to pmap_remove_all(). The given page is not mapped.
alc
2005-12-11
1
-1
/
+0
*
Simplify vmspace_dofree().
alc
2005-12-04
1
-3
/
+1
*
Eliminate unneeded preallocation at initialization.
alc
2005-12-03
2
-2
/
+0
*
Eliminate unneeded preallocation at initialization.
alc
2005-12-03
1
-2
/
+0
*
Eliminate pmap_init2(). It's no longer used.
alc
2005-11-20
2
-2
/
+0
*
Reimplement the reclamation of PV entries. Specifically, perform
alc
2005-11-09
2
-36
/
+0
*
If a physical page is mapped by two or more virtual addresses, transmitted
alc
2005-11-08
1
-0
/
+1
*
Rate limit vnode_pager_putpages printfs to once a second.
ps
2005-11-01
1
-3
/
+8
*
Consider the zero-copy transmission of a page that was wired by mlock(2).
alc
2005-11-01
1
-0
/
+2
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Use of the ZERO_COPY_SOCKETS options can result in an unusual state that
alc
2005-10-22
1
-4
/
+12
*
Change format string for u_int64_t to %ju from %llu, in order to use the
rwatson
2005-10-20
1
-1
/
+1
*
Add a "show uma" command to DDB, which prints out the current stats for
rwatson
2005-10-20
1
-0
/
+36
*
Move execve's access time update functionality into a new
dds
2005-10-12
1
-11
/
+1
*
As alc pointed out to me, vm_page.c 1.305 was incomplete: uma_startup()
des
2005-10-08
3
-8
/
+8
*
Update the vnode's access time after an mmap operation on it.
dds
2005-10-04
1
-0
/
+12
*
Trim a couple of unneeded includes.
jhb
2005-09-29
1
-1
/
+0
*
Make sure we have a bufobj before calling bstrategy().
cognet
2005-09-21
1
-1
/
+3
[next]