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
*
Add new ktrace records for the start and end of VM faults. This gives
jhb
2012-04-05
1
-2
/
+19
*
Keep track of the mount point associated with a special device
mckusick
2012-03-28
1
-0
/
+4
*
Handle spurious page faults that may occur in no-fault sections of the
alc
2012-03-22
1
-1
/
+7
*
Bah, just revert my earlier change entirely. (Missed alc's request to do
jhb
2012-03-19
1
-1
/
+1
*
Fix madvise(MADV_WILLNEED) to properly handle individual mappings larger
jhb
2012-03-19
3
-16
/
+14
*
Alter the previous commit to use vm_size_t instead of vm_pindex_t.
jhb
2012-03-19
1
-1
/
+1
*
In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flag
kib
2012-03-17
7
-26
/
+60
*
Pedantic nit: use vm_pindex_t instead of long for a count of pages.
jhb
2012-03-14
1
-1
/
+1
*
Add KTR_VFS traces to track modifications to a vnode's writecount.
jhb
2012-03-08
1
-0
/
+6
*
Eliminate stale incorrect ARGSUSED comments.
alc
2012-03-02
1
-3
/
+0
*
Simplify kmem_alloc() by eliminating code that existed on account of
alc
2012-02-29
1
-30
/
+0
*
Simplify vm_mmap()'s control flow.
alc
2012-02-25
1
-16
/
+19
*
Simplify vmspace_fork()'s control flow by copying immutable data before
alc
2012-02-25
1
-14
/
+10
*
Place the if() at the right location, to activate the v_writecount
kib
2012-02-24
1
-4
/
+4
*
Account the writeable shared mappings backed by file in the vnode
kib
2012-02-23
6
-15
/
+204
*
Remove wrong comment.
kib
2012-02-22
1
-4
/
+0
*
When vm_mmap() is used to map a vm object into a kernel vm_map, it
alc
2012-02-16
1
-10
/
+10
*
Close a race due to dropping of the map lock between creating map entry
kib
2012-02-11
3
-10
/
+11
*
Remove direct access to si_name.
ed
2012-02-10
1
-3
/
+3
*
Fix NULL dereference panic on attempt to turn off (on system shutdown)
mav
2012-02-01
1
-1
/
+1
*
exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64
kmacy
2012-01-27
6
-0
/
+18
*
Revert r212360 now that PowerPC can handle large sparse arguments to
nwhitehorn
2012-01-17
1
-5
/
+2
*
Change the type of the paging_in_progress refcounter from u_short to
kib
2012-01-10
1
-1
/
+1
*
Do not restart the scan in vm_object_page_clean() on the object
kib
2012-01-04
1
-4
/
+12
*
Optimize vm_object_split()'s handling of reservations.
alc
2011-12-28
1
-0
/
+15
*
Optimize the common case of msyncing the whole file mapping with
kib
2011-12-23
1
-3
/
+18
*
Move kstack_cache_entry into the private header, and make the
kib
2011-12-16
1
-7
/
+2
*
- The previous commit (r228449) accidentally moved the vm.stats.vm.* sysctls
eadler
2011-12-14
1
-47
/
+50
*
Document a large number of currently undocumented sysctls. While here
eadler
2011-12-13
1
-108
/
+63
*
Fix printf.
kib
2011-12-12
1
-1
/
+1
*
Introduce vm_reserv_alloc_contig() and teach vm_page_alloc_contig() how to
alc
2011-12-05
3
-71
/
+269
*
Rename vm_page_set_valid() to vm_page_set_valid_range().
kib
2011-11-30
3
-6
/
+6
*
Hide the internals of vm_page_lock(9) from the loadable modules.
kib
2011-11-29
2
-0
/
+49
*
Introduce the same mutex-wise fix in r227758 for sx locks.
attilio
2011-11-21
1
-29
/
+13
*
Introduce macro stubs in the mutex implementation that will be always
attilio
2011-11-20
1
-15
/
+12
*
Eliminate end-of-line white space.
alc
2011-11-17
1
-2
/
+2
*
Refactor the code that performs physically contiguous memory allocation,
alc
2011-11-16
5
-109
/
+222
*
Update the device pager interface, while keeping the compatibility
kib
2011-11-15
3
-75
/
+175
*
Remove the condition that is always true.
kib
2011-11-15
1
-1
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
3
-3
/
+4
*
Wake up the page daemon in vm_page_alloc_freelist() if it couldn't
alc
2011-11-06
1
-20
/
+36
*
Remove redundand definitions. The chunk was missed from r227102.
kib
2011-11-05
1
-10
/
+0
*
Provide typedefs for the type of bit mask for the page bits.
kib
2011-11-05
3
-30
/
+33
*
Simplify the implementation of the failure case in kmem_alloc_attr().
alc
2011-11-04
1
-8
/
+7
*
Add the posix_fadvise(2) system call. It is somewhat similar to
jhb
2011-11-04
2
-0
/
+56
*
Add support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to vm_page_alloc_freelist()
alc
2011-11-02
1
-9
/
+42
*
Eliminate vm_phys_bootstrap_alloc(). It was a failed attempt at
alc
2011-10-30
6
-57
/
+76
*
Use "u_long" instead of "unsigned long".
alc
2011-10-28
2
-5
/
+4
*
Tidy up the comment at the head of vm_page_alloc, and mention that the
alc
2011-10-27
1
-6
/
+8
*
Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls to
alc
2011-10-27
1
-1
/
+1
[next]