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
*
Increase the scope of the vm_object lock in vm_map_delete().
alc
2003-04-30
1
-12
/
+13
*
Add vm_object locking to vmspace_swap_count().
alc
2003-04-30
1
-5
/
+6
*
- Extend the scope of two existing vm_object locks to cover
alc
2003-04-26
1
-1
/
+1
*
- Acquire the vm_object's lock when performing vm_object_page_clean().
alc
2003-04-24
1
-0
/
+2
*
- Update the vm_object locking in vm_map_insert().
alc
2003-04-20
1
-8
/
+13
*
Update vm_object locking in vm_map_delete().
alc
2003-04-20
1
-5
/
+9
*
o Update locking around vm_object_page_remove() in vm_map_clean()
alc
2003-04-19
1
-4
/
+2
*
Lock some manipulations of the vm object's flags.
alc
2003-04-13
1
-4
/
+4
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
- When the VM daemon is out of swap space and looking for a
das
2003-03-12
1
-2
/
+13
*
Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.
alc
2003-03-06
1
-249
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove the acquisition and release of Giant around pmap_growkernel().
alc
2003-02-15
1
-2
/
+0
*
Add MTX_DUPOK to the initialization of system map locks.
alc
2003-01-25
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Close the remaining user address mapping races for physical
dillon
2003-01-20
1
-3
/
+8
*
It is possible for an active aio to prevent shared memory from being
dillon
2003-01-13
1
-0
/
+8
*
Lock the vm object when performing vm_object_clear_flag().
alc
2003-01-03
1
-0
/
+4
*
Implement a variant locking scheme for vm maps: Access to system maps
alc
2002-12-31
1
-16
/
+38
*
- Increment the vm_map's timestamp if _vm_map_trylock() succeeds.
alc
2002-12-30
1
-10
/
+11
*
- Remove vm_object_init2(). It is unused.
alc
2002-12-29
1
-1
/
+0
*
Fix a refcount race with the vmspace structure. In order to prevent
dillon
2002-12-15
1
-6
/
+17
*
Perform vm_object_lock() and vm_object_unlock() around
alc
2002-12-15
1
-2
/
+8
*
Hold the page queues lock when calling pmap_protect(); it updates fields
alc
2002-12-01
1
-7
/
+22
*
Acquire and release the page queues lock around calls to pmap_protect()
alc
2002-11-25
1
-0
/
+4
*
Fix an error case in vm_map_wire(): unwiring of an entry during cleanup
alc
2002-11-09
1
-2
/
+2
*
Correctly print vm_offset_t types.
mux
2002-11-07
1
-6
/
+5
*
Properly put macro args in ().
phk
2002-10-16
1
-2
/
+2
*
Modify vm_map_clean() (and thus the msync(2) system call) to support
mdodd
2002-09-22
1
-7
/
+10
*
Use the fields in the sysentvec and in the vm map header in place of the
jake
2002-09-21
1
-4
/
+3
*
o Use vm_object_lock() in place of Giant when manipulating a vm object
alc
2002-08-24
1
-2
/
+2
*
o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter,
alc
2002-07-24
1
-5
/
+2
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
1
-3
/
+2
*
(VM_MAX_KERNEL_ADDRESS - KERNBASE) / PAGE_SIZE may not fit in an integer.
peter
2002-07-18
1
-1
/
+1
*
o Assert GIANT_REQUIRED on system maps in _vm_map_lock(),
alc
2002-07-12
1
-0
/
+6
*
o Add a "needs wakeup" flag to the vm_map for use by kmem_alloc_wait()
alc
2002-07-11
1
-2
/
+3
*
o Make the reservation of KVA space for kernel map entries a function
alc
2002-07-03
1
-1
/
+2
*
Avoid using the 64-bit vm_pindex_t in a few places where 64-bit
iedowse
2002-06-26
1
-2
/
+3
*
Enforce RLIMIT_VMEM on growable mappings (aka the primary stack or any
dillon
2002-06-26
1
-0
/
+14
*
o In vm_map_insert(), replace GIANT_REQUIRED by the acquisition and
alc
2002-06-22
1
-5
/
+6
*
o Remove GIANT_REQUIRED from vm_map_stack().
alc
2002-06-21
1
-2
/
+0
*
o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition and
alc
2002-06-19
1
-2
/
+2
*
o Remove LK_CANRECURSE from the vm_map lock.
alc
2002-06-18
1
-2
/
+2
*
- Introduce the new M_NOVM option which tells uma to only check the currently
jeff
2002-06-17
1
-1
/
+2
*
o Acquire and release Giant in vm_map_wakeup() to prevent
alc
2002-06-17
1
-0
/
+7
*
o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and
alc
2002-06-14
1
-397
/
+0
*
o Acquire and release Giant in vm_map_unlock_and_wait().
alc
2002-06-12
1
-3
/
+5
*
o Properly handle a failure by vm_fault_wire() or vm_fault_user_wire()
alc
2002-06-11
1
-4
/
+20
*
o Teach vm_map_delete() to respect the "in-transition" flag
alc
2002-06-11
1
-0
/
+31
*
o In vm_map_entry_create(), call uma_zalloc() with M_NOWAIT on system maps.
alc
2002-06-10
1
-5
/
+6
[next]