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
*
Assert that the vm object's lock is held on entry to vm_page_grab(); remove
alc
2003-08-21
1
-14
/
+6
*
Assert that the vm object lock is held in vm_page_alloc().
alc
2003-08-20
1
-0
/
+1
*
In sysctl_vm_zone, do not calculate per-cpu cache stats on
bmilekic
2003-08-20
1
-20
/
+17
*
Replace a homegrown bdone()/bwait() implementation by the real thing
phk
2003-08-18
1
-27
/
+5
*
Three unrelated changes to vm_proc_new(): (1) add vm object locking on the
alc
2003-08-18
1
-10
/
+7
*
Use NULL for 3rd argument of VOP_BMAP() rather than custom cast.
phk
2003-08-17
1
-4
/
+2
*
In vm_thread_swap{in|out}(), remove the alpha specific conditional
marcel
2003-08-16
1
-13
/
+2
*
Eliminate unnecessary udev_t variable: we can derive it from the dev_t
phk
2003-08-15
1
-6
/
+4
*
Make swaponvp() static to the swap_pager.
phk
2003-08-15
2
-2
/
+2
*
Extend the scope of the page queues lock in vm_pageout_scan() to cover
alc
2003-08-15
1
-14
/
+4
*
Remove GIANT_REQUIRED from vmspace_alloc().
alc
2003-08-13
1
-1
/
+0
*
Reduce the size of the vm map (and by inclusion the vm space) on 64-bit
alc
2003-08-13
1
-1
/
+1
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
2
-5
/
+49
*
Reduce the size of the vm object on 64-bit architectures by moving
alc
2003-08-12
1
-1
/
+1
*
- When deciding whether to init the zone with small_init or large_init,
bmilekic
2003-08-11
2
-6
/
+25
*
Add the mlockall() and munlockall() system calls.
bms
2003-08-11
7
-27
/
+167
*
More pipe changes:
silby
2003-08-11
3
-0
/
+5
*
Make the first two pages magic to protect the BSD labels rather than
phk
2003-08-06
1
-2
/
+2
*
Remove an unused variable.
phk
2003-08-06
1
-3
/
+0
*
Staticize swap_pager_putpages()
phk
2003-08-06
2
-36
/
+4
*
Access the swap_pagers' ->putpages() through swappagerops instead
phk
2003-08-06
1
-1
/
+1
*
Add XXX: comment to vm_pager_unswapped().
phk
2003-08-06
1
-0
/
+5
*
Explicitly set B_PAGING
phk
2003-08-06
1
-4
/
+2
*
Rip out the totally bogos vnode swapdev_vp with extreeme prejudice.
phk
2003-08-06
1
-52
/
+11
*
Use sparse struct initialization for struct pagerops.
phk
2003-08-05
2
-260
/
+12
*
Use sparse struct initializations for struct pagerops.
phk
2003-08-05
5
-53
/
+28
*
Put an uncovered page between the swap devices, that way we can be sure
phk
2003-08-04
1
-32
/
+23
*
Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocate
alc
2003-08-04
1
-1
/
+1
*
Name swap_pager_find_dev() more correctly swp_pager_finde_dev().
phk
2003-08-03
1
-38
/
+21
*
I accidentally hit undo before committing, fix the resulting off-by-one.
phk
2003-08-03
1
-1
/
+1
*
Change the layout policy of the swap_pager from a hardcoded width
phk
2003-08-03
5
-156
/
+134
*
Move extern declaration of the various pagerops from vm_pager.c
phk
2003-08-03
2
-6
/
+6
*
Revise obj_alloc(). Most notably, use the object's lock to prevent two
alc
2003-08-03
1
-17
/
+30
*
When INVARIANTS is on and we're in uma_zalloc_free(), we need to make
bmilekic
2003-08-02
1
-0
/
+15
*
Update the comment at the head of kmem_alloc_nofault() to describe its
alc
2003-08-01
1
-1
/
+5
*
Only free the pcpu cache buckets if they are non-NULL.
bmilekic
2003-08-01
1
-4
/
+6
*
Remove unused stuff.
phk
2003-07-31
2
-17
/
+15
*
Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remain
peter
2003-07-31
1
-0
/
+2
*
Plug a race and a leak in UMA.
bmilekic
2003-07-30
1
-13
/
+29
*
When generating the zone stats make sure to handle the master zone
bmilekic
2003-07-30
1
-0
/
+7
*
Remove the disabling of buckets workaround.
phk
2003-07-30
1
-1
/
+0
*
- Get rid of the ill-conceived uz_cachefree member of uma_zone.
jeff
2003-07-30
2
-16
/
+24
*
- Check to see if we need a slab prior to allocating one. Failure to do
jeff
2003-07-30
1
-2
/
+2
*
Temporary workaround: Always disable buckets, there is a bug there
phk
2003-07-29
1
-0
/
+1
*
None of the "alloc" functions used by UMA assume that Giant is held any
alc
2003-07-28
1
-9
/
+2
*
Remove GIANT_REQUIRED from kmem_alloc().
alc
2003-07-27
1
-2
/
+0
*
Use pmap_zero_page() to zero pages instead of bzero() because
mux
2003-07-27
1
-1
/
+1
*
Allow vm_object_reference() on kernel_object without Giant.
alc
2003-07-27
1
-2
/
+4
*
Acquire Giant rather than asserting it is held in contigmalloc(). This is
alc
2003-07-26
1
-1
/
+2
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-1
/
+1
[next]