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
*
Update locking on the kmem_object to use the new macros.
alc
2003-04-15
1
-7
/
+7
*
Update locking on the kernel_object to use the new macros.
alc
2003-04-14
1
-2
/
+2
*
Lock some manipulations of the vm object's flags.
alc
2003-04-13
1
-0
/
+2
*
Lock some manipulations of the vm object's flags.
alc
2003-04-13
2
-4
/
+6
*
Lock some manipulations of the vm object's flags.
alc
2003-04-13
1
-7
/
+7
*
Add new macros for locking and unlocking a vm object.
alc
2003-04-13
1
-0
/
+3
*
Permit vm_object_pip_add() and vm_object_pip_wakeup() on the kmem_object
alc
2003-04-13
1
-2
/
+4
*
Eliminate unnecessary gotos from kmem_malloc().
alc
2003-04-13
1
-6
/
+3
*
- Kill the pv_flags member of the alpha mdpage since it stop being used
jhb
2003-04-10
2
-7
/
+0
*
Remove GIANT_REQUIRED from getpbuf(). Reviewed by: tegge
alc
2003-04-05
1
-2
/
+1
*
Rename a static variable to avoid future conflicts.
des
2003-04-04
1
-2
/
+2
*
Add a facility allowing processes to inform the VM subsystem they are
wes
2003-03-31
2
-1
/
+17
*
The object type can't be OBJT_PHYS in vm_mmap().
mux
2003-03-30
1
-1
/
+1
*
Obtain Giant before calling kmem_alloc without M_NOWAIT and before calling
tegge
2003-03-26
1
-2
/
+21
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
9
-29
/
+34
*
Remove an empty comment.
mux
2003-03-19
1
-4
/
+0
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
3
-3
/
+0
*
Subtract the memory that backs the vm_page structures from phys_avail
jake
2003-03-17
1
-4
/
+2
*
Made the prototypes for pmap_kenter and pmap_kremove MD. These functions
jake
2003-03-16
1
-2
/
+0
*
- When the VM daemon is out of swap space and looking for a
das
2003-03-12
3
-4
/
+23
*
Zero copy send and receive fixes:
ken
2003-03-08
1
-2
/
+9
*
Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.
alc
2003-03-06
6
-398
/
+0
*
Provide a mac_check_system_swapoff() entry point, which permits MAC
rwatson
2003-03-05
1
-0
/
+8
*
Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls
jhb
2003-03-04
1
-1
/
+2
*
NO_GEOM cleanup:
phk
2003-03-02
1
-5
/
+12
*
Teach vm_page_sleep_if_busy() to release the vm_object lock before sleeping.
alc
2003-03-01
1
-0
/
+9
*
Fuse two #ifdefs with identical conditions.
alc
2003-02-25
1
-3
/
+0
*
- Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.
jeff
2003-02-25
1
-1
/
+1
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
2
-8
/
+7
*
In vm_page_dirty(), assert that the page is not in the free queue(s).
alc
2003-02-24
1
-0
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
6
-13
/
+13
*
Remove GIANT_REQUIRED from vm_pageq_remove().
alc
2003-02-16
1
-1
/
+0
*
Remove the acquisition and release of Giant around pmap_growkernel().
alc
2003-02-15
1
-2
/
+0
*
Move kernel_vm_end's declaration to pmap.h; add a comment regarding the
alc
2003-02-15
2
-2
/
+5
*
Add a comment describing how pagedaemon_wakeup() should be used and
alc
2003-02-09
1
-0
/
+6
*
Change a printf to also tell how many items were left in the zone.
phk
2003-02-04
1
-2
/
+2
*
- It's more accurate to say that vm_paging_needed() returns TRUE
alc
2003-02-02
1
-2
/
+3
*
- Convert vm_pageout()'s tsleep()s to msleep()s with the page queue lock.
alc
2003-02-02
1
-2
/
+5
*
- Remove (some) unnecessary explicit initializations to zero.
alc
2003-02-01
1
-8
/
+5
*
- Convert the tsleep()s in vm_wait() and vm_waitpfault() to msleep()s
alc
2003-02-01
1
-3
/
+10
*
Simplify vm_object_page_remove(): The object's memq is now ordered. The
alc
2003-01-27
1
-62
/
+31
*
Add MTX_DUPOK to the initialization of system map locks.
alc
2003-01-25
1
-2
/
+2
*
use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.
alfred
2003-01-21
2
-8
/
+8
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
6
-13
/
+13
*
Fix swapping to a file, it was broken when SPECSTRATEGY was introduced.
dillon
2003-01-20
1
-1
/
+4
*
Close the remaining user address mapping races for physical
dillon
2003-01-20
2
-3
/
+20
*
- Hold the page queues lock around vm_page_hold().
alc
2003-01-20
1
-1
/
+2
*
- M_WAITOK is 0 and not a real flag. Test for this properly.
jeff
2003-01-20
1
-5
/
+4
*
Rev 1.16 renamed VM_METER to VM_TOTAL. This is breaking 3rd-party apps.
obrien
2003-01-18
1
-0
/
+1
*
Merge all the various copies of vm_fault_quick() into a single
dillon
2003-01-16
1
-0
/
+18
[next]