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
*
MFC r206409
alc
2010-04-14
2
-19
/
+100
*
MFC 205536:
jhb
2010-04-14
1
-2
/
+1
*
MFC r206174
alc
2010-04-09
1
-0
/
+1
*
MFC rev 198341 and 198342:
marcel
2010-03-31
3
-0
/
+9
*
MFC r204415:
kib
2010-03-02
1
-1
/
+6
*
MFC r204205:
kib
2010-02-25
1
-3
/
+0
*
MFC r202529:
kib
2010-02-07
2
-1
/
+8
*
MFC r203175:
kib
2010-02-01
1
-1
/
+1
*
MFC r201145 to stable/8:
antoine
2010-01-30
1
-2
/
+2
*
MFC r200770:
kib
2010-01-11
2
-22
/
+6
*
MFC r200129 to stable/8:
antoine
2010-01-07
1
-2
/
+2
*
MFC r198505:
kib
2009-11-17
2
-20
/
+56
*
MFC r198476 (by alc):
kib
2009-11-17
1
-13
/
+12
*
MFC r198472
alc
2009-10-31
1
-2
/
+2
*
MFC 196615:
jhb
2009-10-29
2
-11
/
+21
*
MFC r198201:
kib
2009-10-21
1
-6
/
+4
*
MFC r197661:
kib
2009-10-04
1
-16
/
+16
*
MFC r197348:
kib
2009-09-23
1
-1
/
+3
*
MFC r196730:
kib
2009-09-08
2
-45
/
+95
*
MFC 196637:
jhb
2009-09-01
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
11
-11
/
+293
*
Change the handling of fictitious pages by pmap_page_set_memattr() on
alc
2009-07-19
1
-12
/
+4
*
An addendum to r195649, "Add support to the virtual memory system for
alc
2009-07-18
1
-1
/
+3
*
- Change mmap() to fail requests with EINVAL that pass a length of 0. This
jhb
2009-07-14
1
-1
/
+1
*
Add support to the virtual memory system for configuring machine-
alc
2009-07-12
10
-43
/
+125
*
When VM_MAP_WIRE_HOLESOK is not specified and vm_map_wire(9) encounters
kib
2009-07-12
1
-1
/
+1
*
When forking a vm space that has wired map entries, do not forget to
kib
2009-07-03
3
-12
/
+16
*
Eliminiate code duplication by calling vm_object_destroy()
kib
2009-06-28
1
-18
/
+4
*
This change is the next step in implementing the cache control functionality
alc
2009-06-26
5
-6
/
+16
*
Change the type of uio_resid member of struct uio from int to ssize_t.
kib
2009-06-25
1
-1
/
+1
*
Initialize the uip to silence gcc warning that seems to sneak in in some
kib
2009-06-24
1
-0
/
+1
*
The bits set in a page's dirty mask are a subset of the bits set in its
alc
2009-06-24
2
-10
/
+8
*
Implement global and per-uid accounting of the anonymous memory. Add
kib
2009-06-23
16
-61
/
+575
*
Validate the page in one place, dev_pager_getpages(), rather than doing it
alc
2009-06-22
1
-7
/
+6
*
Implement a mechanism within vm_phys_alloc_contig() to defer all necessary
alc
2009-06-21
1
-9
/
+20
*
Strive for greater consistency among the places that implement real,
alc
2009-06-21
3
-13
/
+18
*
Track the kernel mapping of a physical page by a new entry in vm_page
thompsa
2009-06-18
1
-2
/
+1
*
Add support for UMA_SLAB_KERNEL to page_free(). (While I'm here remove an
alc
2009-06-18
1
-2
/
+4
*
Eliminate unnecessary forward declarations.
alc
2009-06-17
1
-3
/
+0
*
Refactor contigmalloc() into two functions: a simple front-end that deals
alc
2009-06-17
2
-8
/
+22
*
Pass the size of the mapping to contigmapping() as a "vm_size_t" rather
alc
2009-06-17
1
-16
/
+13
*
Make the maintenance of a page's valid bits by contigmalloc() more like
alc
2009-06-17
2
-3
/
+6
*
Long, long ago in r27464 special case code for mapping device-backed
alc
2009-06-14
2
-0
/
+50
*
Eliminate an unnecessary clearing of a page's dirty bits in
alc
2009-06-13
1
-1
/
+2
*
Eliminate an unnecessary restriction on the vm object type from
alc
2009-06-09
1
-4
/
+2
*
Eliminate unnecessary obfuscation when testing a page's valid bits.
alc
2009-06-07
3
-6
/
+5
*
Eliminate an unneeded forward declaration. (This should have been removed
alc
2009-06-06
1
-2
/
+0
*
If vm_pager_get_pages() returns VM_PAGER_OK, then there is no need to check
alc
2009-06-06
1
-1
/
+1
*
vm_thread_swapin() needn't validate any pages. The pages are already
alc
2009-06-05
1
-1
/
+0
[next]