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 support for the M_ZERO flag to contigmalloc().
mux
2003-07-25
1
-1
/
+5
*
Remove all but one of the inlines here, this reduces the code size by
phk
2003-07-22
1
-10
/
+9
*
Don't inline very large functions.
phk
2003-07-22
1
-1
/
+1
*
swp_pager_hash() was called before it was instantiated inline. This made
peter
2003-07-22
1
-29
/
+29
*
Fix a printf format warning I introduced.
phk
2003-07-18
1
-21
/
+19
*
When INVARIANTS is defined make sure that uma_zalloc_arg (and hence
harti
2003-07-18
1
-0
/
+20
*
If a proposed swap device exceeds the 8G artificial limit which out
phk
2003-07-18
1
-6
/
+6
*
Move the implementation of the vmspace_swap_count() (used only in
phk
2003-07-18
3
-64
/
+65
*
Add a new function swap_pager_status() which reports the total size of the
phk
2003-07-18
2
-2
/
+18
*
Merge swap_pager.c and vm_swap.c into swap_pager.c, the separation
phk
2003-07-18
3
-581
/
+504
*
Make sure that SWP_NPAGES always has the same value in all source
phk
2003-07-17
2
-7
/
+5
*
Avoid an unnecessary calculation: there is no need to subtract
robert
2003-07-13
1
-1
/
+1
*
- Complete the vm object locking in vm_pageout_object_deactivate_pages().
alc
2003-07-07
1
-21
/
+27
*
Lock a vm object when freeing a page from it.
alc
2003-07-05
1
-0
/
+7
*
Remove unnecessary cast.
phk
2003-07-04
1
-1
/
+1
*
Background: pmap_object_init_pt() premaps the pages of a object in
alc
2003-07-03
2
-3
/
+75
*
Fix a few style(9) nits.
mux
2003-07-02
1
-13
/
+9
*
Modify vm_page_alloc() and vm_page_select_cache() to allow the page that
alc
2003-07-01
1
-2
/
+4
*
Check the address provided to vm_map_stack() against the vm map's maximum,
alc
2003-07-01
1
-1
/
+2
*
Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MD
alc
2003-06-29
2
-7
/
+21
*
- Export pmap_enter_quick() to the MI VM. This will permit the
alc
2003-06-29
1
-1
/
+3
*
Add vm object locking to vm_pageout_map_deactivate_pages().
alc
2003-06-29
1
-9
/
+18
*
Remove GIANT_REQUIRED from kmem_malloc().
alc
2003-06-28
1
-3
/
+0
*
- Add vm object locking to vm_pageout_clean().
alc
2003-06-28
1
-5
/
+7
*
- Use an int rather than a vm_pindex_t to represent the desired page
alc
2003-06-28
1
-24
/
+6
*
Simple read-modify-write operations on a vm object's flags, ref_count, and
alc
2003-06-27
1
-4
/
+0
*
vm_page_select_cache() enforces a number of conditions on the returned
alc
2003-06-26
1
-1
/
+6
*
Modify vm_pageq_requeue() to handle a PQ_NONE page without dereferencing
alc
2003-06-26
1
-14
/
+5
*
Move the pcpu lock out of the uma_cache and instead have a single set
bmilekic
2003-06-25
2
-50
/
+25
*
Make sure that the zone destructor doesn't get called twice in
bmilekic
2003-06-25
1
-2
/
+6
*
Remove a GIANT_REQUIRED on the kernel object that we no longer need.
alc
2003-06-25
1
-2
/
+0
*
Maintain the lock on a vm object when calling vm_page_grab().
alc
2003-06-25
1
-3
/
+0
*
Assert that the vm object is locked on entry to dev_pager_getpages().
alc
2003-06-24
1
-0
/
+1
*
Assert that the vm object is locked on entry to vm_pager_get_pages().
alc
2003-06-23
1
-5
/
+1
*
Maintain a lock on the vm object of interest throughout vm_fault(),
alc
2003-06-22
4
-12
/
+15
*
Add a f_vnode field to struct file.
phk
2003-06-22
1
-1
/
+1
*
As vm_fault() descends the chain of backing objects, set paging-in-
alc
2003-06-22
1
-8
/
+8
*
Complete the vm object locking in vm_object_backing_scan(); specifically,
alc
2003-06-22
1
-5
/
+12
*
Make some style and white-space changes to the copy-on-write path through
alc
2003-06-22
1
-10
/
+5
*
Use a do {...} while (0); and a couple of breaks to reduce the level
phk
2003-06-21
1
-78
/
+80
*
Lock one of the vm objects involved in an optimized copy-on-write fault.
alc
2003-06-21
1
-2
/
+5
*
- Increase the scope of the vm object lock in vm_object_collapse().
alc
2003-06-21
1
-3
/
+4
*
Make swap_pager_haspages() static; remove unused function prototypes.
alc
2003-06-20
2
-5
/
+3
*
Initialize b_saveaddr when we hand out pbufs
phk
2003-06-20
1
-2
/
+3
*
The so-called "optimized copy-on-write fault" case should not require
alc
2003-06-20
1
-9
/
+2
*
Assert that the vm object is locked in vm_page_try_to_free().
alc
2003-06-19
1
-0
/
+2
*
Fix a vm object reference leak in the page-based copy-on-write mechanism
alc
2003-06-19
1
-1
/
+1
*
Lock the vm object when freeing a vm page.
alc
2003-06-18
1
-0
/
+14
*
This file was ignored by CVS in my last commit for some reason:
phk
2003-06-16
1
-1
/
+0
*
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
phk
2003-06-15
1
-0
/
+2
[next]