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 b_bufobj to struct buf which eventually will eliminate the need for b_vp.
phk
2004-10-22
1
-4
/
+3
*
Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT
phk
2004-10-21
1
-12
/
+3
*
Correct two errors in PG_BUSY management by vm_page_cowfault(). Both
alc
2004-10-18
1
-2
/
+1
*
Assert that the containing object is locked in vm_page_io_start() and
alc
2004-10-17
1
-0
/
+2
*
Remove unnecessary check for curthread == NULL.
alc
2004-10-17
1
-1
/
+1
*
Put on my peril sensitive sunglasses and add a flags field to the internal
peter
2004-10-11
1
-2
/
+18
*
In the previous revision, I did not intend to change the default value
green
2004-10-09
1
-1
/
+1
*
Fix critical stability problems that can cause UMA mbuf cluster
green
2004-10-08
2
-24
/
+64
*
Don't look for swap blocks in objects that aren't swap-backed.
das
2004-09-24
1
-0
/
+3
*
XXX mark two places where we do not hold a threadcount on the dev when
phk
2004-09-24
1
-0
/
+1
*
Use dev_re[fl]thread() to maintain a ref on the device driver while
phk
2004-09-24
1
-14
/
+13
*
The zone from which proc structures are allocated is marked
das
2004-09-19
1
-1
/
+4
*
Add new a function isa_dma_init() which returns an errno when it fails
phk
2004-09-15
1
-1
/
+1
*
System maps are prohibited from mapping vnode-backed objects. Take
alc
2004-09-11
1
-8
/
+8
*
add KASSERTS
phk
2004-09-07
1
-0
/
+2
*
Enable debug.mpsafevm by default on amd64 and i386. This enables copy-on-
alc
2004-09-04
1
-0
/
+4
*
Push Giant deep into vm_forkproc(), acquiring it only if the process has
alc
2004-09-03
3
-5
/
+4
*
Turn PREEMPTION into a kernel option. Make sure that it's defined if
scottl
2004-09-02
1
-0
/
+2
*
Remove dead code.
alc
2004-09-01
1
-4
/
+0
*
In vm_fault_unwire() eliminate the acquisition and release of Giant in the
alc
2004-09-01
1
-4
/
+0
*
Give setrunqueue() and sched_add() more of a clue as to
julian
2004-09-01
1
-1
/
+1
*
Move the acquisition and release of the lock on the object at the head of
alc
2004-08-29
1
-4
/
+12
*
Prevent vm_page_zero_idle_wakeup() from attempting to wake up the
iedowse
2004-08-29
1
-2
/
+5
*
Move the cow field between wire_count and hold_count. This is the
marcel
2004-08-22
1
-1
/
+1
*
In the previous revision, I failed to condition an early release of Giant
alc
2004-08-22
1
-1
/
+2
*
Further reduce the use of Giant by vm_fault(): Giant is held only when
alc
2004-08-21
1
-4
/
+3
*
Acquire and release Giant around a call to VOP_BMAP(). (This is a
alc
2004-08-19
1
-0
/
+2
*
- Introduce and use a new tunable "debug.mpsafevm". At present, setting
alc
2004-08-16
4
-11
/
+36
*
Rather than bringing back all of the changes to make VM map deletion
green
2004-08-16
1
-1
/
+5
*
Remove spl calls.
alc
2004-08-14
1
-19
/
+2
*
Replace the linear search in vm_map_findspace() with an O(log n)
alc
2004-08-13
2
-98
/
+213
*
The vm map lock is needed in vm_fault() after the page has been found,
tegge
2004-08-12
3
-58
/
+141
*
Re-delete the comment from r1.352.
green
2004-08-12
1
-3
/
+0
*
Back out all behavioral chnages.
green
2004-08-10
2
-36
/
+17
*
Revamp VM map wiring.
green
2004-08-09
3
-14
/
+50
*
Make two changes to vm_fault().
alc
2004-08-09
1
-16
/
+7
*
Remove a stale comment from vm_map_lookup() that pertains to share maps.
alc
2004-08-09
1
-3
/
+0
*
Make two changes to vm_fault().
alc
2004-08-09
1
-11
/
+6
*
Tag all geom classes in the tree with a version number.
phk
2004-08-08
1
-3
/
+5
*
Remove dead code. A vm_map's first_free is never NULL (even if the map is
alc
2004-08-07
1
-7
/
+2
*
Generate KTR trace records for uma_zalloc_arg() and uma_zfree_arg().
rwatson
2004-08-06
1
-0
/
+6
*
Turn on the new contigmalloc(9) by default. There should not actually
green
2004-08-05
1
-1
/
+1
*
Remove a product specific workaround for wrong modes when mmap(2)'ing
phk
2004-08-05
1
-15
/
+2
*
- Push down the acquisition and release of Giant into pmap_enter_quick()
alc
2004-08-04
1
-2
/
+0
*
In dev_pager_updatefake, m->valid is typically 0 on entry. It
dfr
2004-08-04
1
-1
/
+2
*
Eliminate the acquisition and release of Giant around the call to
alc
2004-08-02
1
-2
/
+0
*
* Add a "how" argument to uma_zone constructors and initialization functions
green
2004-08-02
6
-86
/
+167
*
- Push down the acquisition and release of Giant into pmap_protect() on
alc
2004-07-30
1
-2
/
+0
*
Giant is no longer required by vm_waitproc() and vmspace_exitfree().
alc
2004-07-30
1
-1
/
+0
*
Fix a memory leak in the device pager which is exposed by the NVIDIA
dfr
2004-07-30
1
-13
/
+41
[next]