projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
kernel -- vm_pageout: Handle pages w/ NULL vm_objects on the act/in pageqs.
[dragonfly.git]
/
sys
/
vm
/
vm_pageout.c
2012-04-21
Venkatesh Srinivas
kernel -- vm_pageout: Handle pages w/ NULL vm_objects...
blob
|
commitdiff
2012-02-01
Matthew Dillon
kernel - Add vm_page_need_commit() and vm_page_clear_co...
blob
|
commitdiff
|
diff to current
2012-01-03
Matthew Dillon
kernel - Fix swapcache inefficiency related to the...
blob
|
commitdiff
|
diff to current
2011-11-26
John Marino
Initial import of binutils 2.22 on the new vendor branch
blob
|
commitdiff
|
diff to current
2011-11-15
Matthew Dillon
kernel - Major signal path adjustments to fix races...
blob
|
commitdiff
|
diff to current
2011-11-11
Matthew Dillon
kernel - Fix numerous performance problems with the...
blob
|
commitdiff
|
diff to current
2011-11-11
Matthew Dillon
kernel - Performance improvements during heavy memory...
blob
|
commitdiff
|
diff to current
2011-11-08
Matthew Dillon
kernel - reformulate some of the pmap code to adhere...
blob
|
commitdiff
|
diff to current
2011-10-28
Matthew Dillon
kernel - Fix vm_object->rb_memq race in pageout daemon
blob
|
commitdiff
|
diff to current
2011-10-28
Matthew Dillon
kernel - Another huge HUGE VM performance improvement...
blob
|
commitdiff
|
diff to current
2011-10-28
Matthew Dillon
kernel - More many-cores SMP work
blob
|
commitdiff
|
diff to current
2011-10-25
Matthew Dillon
kernel - Increase VM page free minimums for allocations
blob
|
commitdiff
|
diff to current
2011-10-18
Matthew Dillon
kernel - Major SMP performance patch / VM system, bus...
blob
|
commitdiff
|
diff to current
2011-09-29
Matthew Dillon
kernel - Numerous VM MPSAFE fixes
blob
|
commitdiff
|
diff to current
2011-03-04
Venkatesh Srinivas
kernel -- vm_object locking Part 2: Lockup a few vm_obj...
blob
|
commitdiff
|
diff to current
2011-01-20
Venkatesh Srinivas
Remove sys/mplock2.h from more files.
blob
|
commitdiff
|
diff to current
2010-12-20
Matthew Dillon
kernel - vm_page BUSY handling, change vm_page_cache...
blob
|
commitdiff
|
diff to current
2010-10-30
Matthew Dillon
kernel - Fix longstanding VM long-duration stall issues (2)
blob
|
commitdiff
|
diff to current
2010-10-30
Matthew Dillon
kernel - Fix longstanding VM long-duration stall issues
blob
|
commitdiff
|
diff to current
2010-08-29
Matthew Dillon
kernel - Remove unneeded get_mplock() wrappers near...
blob
|
commitdiff
|
diff to current
2010-08-28
Matthew Dillon
kernel - unwind kthread_create() mplock
blob
|
commitdiff
|
diff to current
2010-06-12
Matthew Dillon
kernel - MPSAFE work - tokenize more vm stuff
blob
|
commitdiff
|
diff to current
2010-04-01
Matthew Dillon
kernel - Address excessive stall in pageout during...
blob
|
commitdiff
|
diff to current
2010-03-24
Matthew Dillon
kernel - vm - Change inactive target to 1/4 memory...
blob
|
commitdiff
|
diff to current
2010-02-21
Matthew Dillon
kernel - TMPFS - Stabilization pass, fix assertion...
blob
|
commitdiff
|
diff to current
2010-02-05
Matthew Dillon
kernel - SWAP CACHE part 9/many - Fix excessive active...
blob
|
commitdiff
|
diff to current
2010-02-04
Matthew Dillon
kernel - SWAP CACHE part 8/many - Add the swap cache...
blob
|
commitdiff
|
diff to current
2010-02-03
Matthew Dillon
kernel - VM - fix vm_pages_needed race
blob
|
commitdiff
|
diff to current
2009-11-02
Matthew Dillon
VM - Adjust inactive_target and pageout code.
blob
|
commitdiff
|
diff to current
2009-10-08
Matthew Dillon
kernel - Major performance changes to VM page management.
blob
|
commitdiff
|
diff to current
2009-09-01
Matthew Dillon
Kernel - Minor cleanup.
blob
|
commitdiff
|
diff to current
2008-12-18
Matthew Dillon
This is a major revamping of the pageout and low-memory...
blob
|
commitdiff
|
diff to current
2008-12-18
Matthew Dillon
Fix bugs in dealing with low-memory situations when...
blob
|
commitdiff
|
diff to current
2008-07-01
Matthew Dillon
Fix numerous pageout daemon -> buffer cache deadlocks...
blob
|
commitdiff
|
diff to current
2008-05-09
Matthew Dillon
Fix many bugs and issues in the VM system, particularly...
blob
|
commitdiff
|
diff to current
2008-04-28
Matthew Dillon
Paging and swapping system fixes.
blob
|
commitdiff
|
diff to current
2008-03-20
Matthew Dillon
Remove calls to pmap_clear_modify() in the swap_pager...
blob
|
commitdiff
|
diff to current
2007-03-20
Matthew Dillon
Minor syntax cleanup
blob
|
commitdiff
|
diff to current
2007-02-16
Simon Schubert
1:1 Userland threading stage 2.12/4:
blob
|
commitdiff
|
diff to current
2007-02-03
Simon Schubert
1:1 Userland threading stage 2.11/4:
blob
|
commitdiff
|
diff to current
2006-12-28
Matthew Dillon
Introduce globals: KvaStart, KvaEnd, and KvaSize. ...
blob
|
commitdiff
|
diff to current
2006-12-23
Sascha Wildner
Rename printf -> kprintf in sys/ and add some defines...
blob
|
commitdiff
|
diff to current
2006-12-02
Matthew Dillon
Replace the global VM page hash table with a per-VM...
blob
|
commitdiff
|
diff to current
2006-11-07
Matthew Dillon
Misc cleanups and CVS surgery. Move a number of header...
blob
|
commitdiff
|
diff to current
2006-09-11
Matthew Dillon
Move flag(s) representing the type of vm_map_entry...
blob
|
commitdiff
|
diff to current
2006-08-12
Matthew Dillon
VNode sequencing and locking - part 3/4.
blob
|
commitdiff
|
diff to current
2006-05-25
Matthew Dillon
Convert almost all of the remaining manual traversals...
blob
|
commitdiff
|
diff to current
2006-05-23
Matthew Dillon
The pageout daemon does not usually page out pages...
blob
|
commitdiff
|
diff to current
2006-05-06
Matthew Dillon
The thread/proc pointer argument in the VFS subsystem...
blob
|
commitdiff
|
diff to current
2006-05-05
Matthew Dillon
Remove the thread pointer argument to lockmgr(). All...
blob
|
commitdiff
|
diff to current
2006-04-23
Matthew Dillon
Remove the now unused interlock argument to the lockmgr...
blob
|
commitdiff
|
diff to current
2006-03-15
Matthew Dillon
Implement a VM load heuristic. sysctl vm.vm_load will...
blob
|
commitdiff
|
diff to current
2006-01-13
Sascha Wildner
* Remove (void) casts for discarded return values.
blob
|
commitdiff
|
diff to current
2005-11-14
Matthew Dillon
Make tsleep/wakeup() MP SAFE for kernel threads and...
blob
|
commitdiff
|
diff to current
2005-10-11
Simon Schubert
1:1 Userland threading stage 2.8/4:
blob
|
commitdiff
|
diff to current
2005-06-27
Matthew Dillon
* Remove a procedural layer in the scheduler clock...
blob
|
commitdiff
|
diff to current
2005-06-25
Matthew Dillon
Associate a userland scheduler control structure with...
blob
|
commitdiff
|
diff to current
2004-10-12
Matthew Dillon
VFS messaging/interfacing work stage 8/99: Major rework...
blob
|
commitdiff
|
diff to current
2004-05-13
Matthew Dillon
Close an interrupt race between vm_page_lookup() and...
blob
|
commitdiff
|
diff to current
2004-03-23
Matthew Dillon
ANSIfication (procedure args) cleanup.
blob
|
commitdiff
|
diff to current
2004-03-01
Matthew Dillon
Newtoken commit. Change the token implementation as...
blob
|
commitdiff
|
diff to current
2003-08-20
Robert Garrett
__P()!=wanted, clean up the vm subsystem
blob
|
commitdiff
|
diff to current
2003-07-26
Robert Garrett
Register keyword removal
blob
|
commitdiff
|
diff to current
2003-07-19
Matthew Dillon
Remove the priority part of the priority|flags argument...
blob
|
commitdiff
|
diff to current
2003-07-03
Matthew Dillon
Split the struct vmmeter cnt structure into a global...
blob
|
commitdiff
|
diff to current
2003-06-25
Matthew Dillon
proc->thread stage 4: rework the VFS and DEVICE subsyst...
blob
|
commitdiff
|
diff to current
2003-06-22
Matthew Dillon
proc->thread stage 1: change kproc_*() API to take...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Add the DragonFly cvs id and perform general cleanups...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Initial import from FreeBSD RELENG_4:
blob
|
commitdiff
|
diff to current