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
*
- 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
*
Fix handling of msync(2) for character special files.
dfr
2004-07-30
1
-1
/
+3
*
Get rid of another lockmgr(9) consumer by using sx locks for the user
mux
2004-07-30
2
-27
/
+19
*
Advance the state of pmap locking on alpha, amd64, and i386.
alc
2004-07-29
1
-6
/
+3
*
Rework the way slab header storage space is calculated in UMA.
bmilekic
2004-07-29
2
-52
/
+176
*
Correct a very old error in both vm_object_madvise() (originating in
alc
2004-07-28
1
-2
/
+2
*
- Use atomic ops for updating the vmspace's refcnt and exitingcnt.
alc
2004-07-27
2
-8
/
+13
*
For years, kmem_alloc_pageable() has been misused. Now that the last of
alc
2004-07-25
2
-25
/
+0
*
Remove spl calls.
alc
2004-07-25
1
-11
/
+0
*
Make the code and comments for vm_object_coalesce() consistent.
alc
2004-07-25
3
-9
/
+6
*
Simplify vmspace initialization. The bcopy() of fields from the old
alc
2004-07-24
2
-14
/
+8
*
- Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of
alc
2004-07-22
4
-13
/
+10
*
Fix a race in vm_page_sleep_if_busy(). Due to vm_object locking
green
2004-07-21
1
-4
/
+12
*
Semi-gratuitous change. Move two refcount operations to their own lines
peter
2004-07-21
1
-2
/
+4
*
Move the initialization and teardown of pmaps to the vmspace zone's
peter
2004-07-21
1
-3
/
+2
*
Remove extraneous locks on the VM free page queue mutex; it is not
green
2004-07-19
1
-2
/
+0
*
- Eliminate the pte object from the pmap. Instead, page table pages are
alc
2004-07-19
1
-2
/
+0
*
Since breakage of malloc(9)/uma_zalloc(9) is totally non-optional in
green
2004-07-19
1
-0
/
+6
*
Reimplement contigmalloc(9) with an algorithm which stands a greatly-
green
2004-07-19
2
-36
/
+273
*
Remove the GIANT_REQUIRED preceding pmap_remove() in
alc
2004-07-18
1
-1
/
+0
*
Push down the acquisition and release of the page queues lock into
alc
2004-07-15
2
-10
/
+0
*
Remove an unused and unimplemented sysctl. (For the record, it was marked
alc
2004-07-12
1
-10
/
+1
*
Increase the scope of the page queues lock in vm_page_alloc() to cover
alc
2004-07-10
1
-1
/
+1
*
Micro-optimize vmspace for 64-bit architectures: Colocate vm_refcnt and
alc
2004-07-06
1
-1
/
+1
*
Properly brucify a string by outdenting it.
bms
2004-07-06
1
-2
/
+2
*
Introduce debug.nosleepwithlocks sysctl, 0 by default. If set to 1
bmilekic
2004-07-04
1
-11
/
+9
*
Reextend the M_WAITOK-disabling-hack to all three of the mbuf-related
green
2004-07-04
1
-2
/
+4
*
Limit mbuma damage. Suddenly ALL allocations with M_WAITOK are subject
green
2004-07-03
1
-4
/
+8
[next]