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
/
vm_kern.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate stale comments from kmem_malloc().
alc
2008-07-18
1
-12
/
+0
*
Make preparations for increasing the size of the kernel virtual address space
alc
2008-06-22
1
-2
/
+6
*
Introduce a new parameter "superpage_align" to kmem_suballoc() that is
alc
2008-05-10
1
-11
/
+7
*
Eliminate pointless casts from kmem_suballoc().
alc
2008-04-28
1
-2
/
+2
*
Eliminate an unnecessary printf() from kmem_suballoc(). The subsequent
alc
2008-03-30
1
-4
/
+2
*
When one tries to allocate memory with the M_WAITOK flag and we are short in
pjd
2008-01-10
1
-6
/
+13
*
Add an access type parameter to pmap_enter(). It will be used to implement
alc
2008-01-03
1
-1
/
+2
*
Change unused 'user_wait' argument to 'timo' argument, which will be
pjd
2007-11-07
1
-1
/
+1
*
When KVA is exhausted, try the vm_lowmem event for the last time before
pjd
2007-04-05
1
-4
/
+14
*
Change the way that unmanaged pages are created. Specifically,
alc
2007-02-25
1
-6
/
+4
*
Declare the map entry created by kmem_init() for the range from
alc
2007-01-07
1
-1
/
+2
*
There is no point in setting PG_REFERENCED on kmem_object pages because
alc
2006-11-13
1
-6
/
+1
*
Make pmap_enter() responsible for setting PG_WRITEABLE instead
alc
2006-11-12
1
-1
/
+1
*
The page queues lock is no longer required by vm_page_wakeup().
alc
2006-10-23
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup().
alc
2004-10-24
1
-2
/
+1
*
Back out all behavioral chnages.
green
2004-08-10
1
-4
/
+0
*
Revamp VM map wiring.
green
2004-08-09
1
-0
/
+4
*
For years, kmem_alloc_pageable() has been misused. Now that the last of
alc
2004-07-25
1
-24
/
+0
*
Bring in mbuma to replace mballoc.
bmilekic
2004-05-31
1
-10
/
+0
*
Push down the responsibility for zeroing a physical page from the
alc
2004-04-24
1
-2
/
+0
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-06
1
-4
/
+0
*
Back out previous commit due to objections.
des
2004-02-16
1
-2
/
+0
*
Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead.
des
2004-02-16
1
-0
/
+2
*
Unmanage pages allocated by kmem_alloc(). (There is no point in having PV
alc
2004-01-10
1
-0
/
+1
*
Don't bother clearing PG_ZERO in contigmalloc1(), kmem_alloc(), or
alc
2004-01-06
1
-2
/
+0
*
- Increase the scope of the kmem_object's lock in kmem_malloc(). Add a
alc
2004-01-01
1
-2
/
+7
*
Remove GIANT_REQUIRED from kmem_suballoc().
alc
2003-12-28
1
-2
/
+0
*
NFC: Update stale comments.
mini
2003-11-10
1
-3
/
+3
*
Synchronize access to a vm page's valid field using the containing
alc
2003-10-04
1
-4
/
+4
*
Call vm_page_unmanage() on pages belonging to the kmem_object. This
alc
2003-09-14
1
-0
/
+1
*
Change clean_map from a global to an auto variable
eivind
2003-09-01
1
-1
/
+0
*
Add the mlockall() and munlockall() system calls.
bms
2003-08-11
1
-1
/
+2
*
More pipe changes:
silby
2003-08-11
1
-0
/
+1
*
Update the comment at the head of kmem_alloc_nofault() to describe its
alc
2003-08-01
1
-1
/
+5
*
Remove GIANT_REQUIRED from kmem_alloc().
alc
2003-07-27
1
-2
/
+0
*
Remove GIANT_REQUIRED from kmem_malloc().
alc
2003-06-28
1
-3
/
+0
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Lock the kernel object in kmem_alloc().
alc
2003-06-07
1
-0
/
+2
*
Update locking on the kmem_object to use the new macros.
alc
2003-04-15
1
-7
/
+7
*
Eliminate unnecessary gotos from kmem_malloc().
alc
2003-04-13
1
-6
/
+3
*
Allow kmem_malloc() without Giant if M_NOWAIT is specified.
alc
2003-01-04
1
-1
/
+2
*
- Mark the kernel_map as a system map immediately after its creation.
alc
2002-12-30
1
-2
/
+2
*
Two changes to kmem_malloc():
alc
2002-12-28
1
-6
/
+4
*
- Hold the page queues lock around calls to vm_page_flag_clear().
alc
2002-12-24
1
-0
/
+2
*
- Hold the page queues lock around vm_page_wakeup().
alc
2002-12-24
1
-0
/
+2
*
Increase the scope of the kmem_object locking in kmem_malloc().
alc
2002-12-20
1
-3
/
+5
*
Hold the page queues lock when performing vm_page_flag_set().
alc
2002-12-17
1
-0
/
+2
*
Perform vm_object_lock() and vm_object_unlock() on kmem_object
alc
2002-12-15
1
-0
/
+4
*
o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since
alc
2002-08-25
1
-2
/
+2
[next]