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
/
vm_map.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r320498
alc
2017-07-22
1
-8
/
+6
*
MFC r320332:
kib
2017-07-02
1
-3
/
+3
*
MFC r320316:
kib
2017-07-01
1
-4
/
+4
*
MFC r320202:
kib
2017-06-28
1
-3
/
+4
*
MFC r320201:
kib
2017-06-28
1
-0
/
+2
*
MFC r315272, r315370
delphij
2017-05-31
1
-0
/
+29
*
MFC 310028: Use db_lookup_proc() in the DDB 'show procvm' command.
jhb
2017-01-18
1
-1
/
+1
*
MFC r267546 (by alc):
kib
2017-01-08
1
-77
/
+59
*
MFC r310821:
kib
2017-01-06
1
-16
/
+22
*
MFC r287591:
kib
2015-09-16
1
-10
/
+4
*
MFC r286086:
kib
2015-08-06
1
-1
/
+1
*
MFC r285046:
kib
2015-08-05
1
-1
/
+2
*
MFC r282213:
trasz
2015-06-21
1
-23
/
+32
*
MFC r277649:
rstone
2015-03-01
1
-0
/
+3
*
MFC r272036:
kib
2014-09-27
1
-1
/
+8
*
Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped
kib
2014-09-01
1
-44
/
+84
*
MFC r267213 (by alc):
kib
2014-07-24
1
-13
/
+26
*
MFC r267664:
kib
2014-06-27
1
-0
/
+9
*
MFC r267630:
kib
2014-06-26
1
-1
/
+2
*
MFC r267766:
kib
2014-06-26
1
-1
/
+1
*
MFC r267254:
kib
2014-06-23
1
-34
/
+59
*
MFC r266780:
kib
2014-06-04
1
-4
/
+1
*
MFC r265886, r265948
alc
2014-05-23
1
-7
/
+14
*
MFC r266464:
kib
2014-05-23
1
-1
/
+3
*
MFC r265850
alc
2014-05-17
1
-1
/
+2
*
MFC r265825:
kib
2014-05-17
1
-1
/
+1
*
MFC r265824:
kib
2014-05-17
1
-1
/
+2
*
MFC r263471:
kib
2014-03-24
1
-0
/
+1
*
MFC r259951:
kib
2013-12-30
1
-1
/
+1
*
MFC r258367:
kib
2013-12-13
1
-0
/
+15
*
MFC r258366:
kib
2013-12-13
1
-1
/
+9
*
Both the vm_map and vmspace zones are defined as "no free". So, there is no
alc
2013-09-22
1
-23
/
+2
*
Merge the following changes from projects/bhyve_npt_pmap:
neel
2013-09-20
1
-5
/
+12
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
1
-3
/
+4
*
Significantly reduce the cost, i.e., run time, of calls to madvise(...,
alc
2013-08-29
1
-2
/
+19
*
Revert r254501. Instead, reuse the type stability of the struct pmap
kib
2013-08-22
1
-0
/
+1
*
Add new mmap(2) flags to permit applications to request specific virtual
jhb
2013-08-16
1
-5
/
+16
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
1
-24
/
+7
*
Clear entire map structure including locks so that the
kientzle
2013-07-25
1
-2
/
+1
*
Be more aggressive in using superpages in all mappings of objects:
jhb
2013-07-19
1
-5
/
+15
*
The mlockall() or VM_MAP_WIRE_HOLESOK does not interact properly with
kib
2013-07-11
1
-11
/
+51
*
Fix a bug that allowed a tracing process (e.g. gdb) to write
des
2013-06-18
1
-0
/
+6
*
o Relax locking assertions for vm_page_find_least()
attilio
2013-05-21
1
-7
/
+15
*
Fix the assertions for the state of the object under the map entry
kib
2013-04-09
1
-6
/
+16
*
MFC
attilio
2013-02-26
1
-2
/
+1
*
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-22
/
+22
*
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-0
/
+1
*
- Get rid of unused function vmspace_wired_count().
zont
2013-01-14
1
-6
/
+0
*
- Reduce kernel size by removing unnecessary pointer indirections.
zont
2013-01-10
1
-6
/
+4
*
- Fix locked memory accounting for maps with MAP_WIREFUTURE flag.
zont
2012-12-18
1
-6
/
+39
[next]