index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
uvm
/
uvm_page.c
Age
Commit message (
Expand
)
Author
2016-11-07
Split PID from TID, giving processes a PID unrelated to the TID of their
Philip Guenther
2016-09-16
move the vm_page struct from being stored in RB macro trees to RBT functions
David Gwynne
2015-10-30
Fix two (verified to be harmless) off-by-ones in bounds checks in
Miod Vallat
2015-10-08
Lock the page queues by turning uvm_lock_pageq() and uvm_unlock_pageq() into
Mark Kettenis
2015-09-21
Drop a misleading XXX about PQ_AOBJ. Clear PQ_ANON unconditionally for
Visa Hankala
2015-08-21
Remove the unused loan_count field and the related uvm logic. Most of
Visa Hankala
2015-07-19
Fix backward test that broke the cache
Bob Beck
2015-07-19
Change uvm_page[re]alloc_multi to actually use the flags passed in, and return
Bob Beck
2015-04-23
tedu remnants of the previous attempt to implement page zeroing in
David Gwynne
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-28
Typo in comment 'reseve' -> 'reserve'
Mike Larkin
2015-02-08
Something is subtly wrong with this. On ramdisks, processes run out of
Theo de Raadt
2015-02-07
Tedu the old idle page zeroing code.
Mark Kettenis
2015-02-06
Clear PQ_AOBJ before calling uvm_pagefree(), clearing up one false XXX
Theo de Raadt
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-07-11
Chuck Cranor rescinded clauses in his license
Jonathan Gray
2014-04-13
compress code by turning four line comments into one line comments.
Ted Unangst
2014-01-23
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Miod Vallat
2013-07-09
back out the cache flipper temporarily to work out of tree.
Bob Beck
2013-06-21
Buffer cache pages are wired but not counted as such. Therefore we have to
Mark Kettenis
2013-06-11
High memory page flipping for the buffer cache.
Bob Beck
2013-05-30
remove lots of comments about locking per beck's request
Ted Unangst
2013-05-30
remove simple_locks from uvm code. ok beck deraadt
Ted Unangst
2013-03-27
combine several atomic_clearbits calls into one. slightly faster on
Ted Unangst
2013-03-12
preserving main-branch topology for a perverse reason:
Theo de Raadt
2013-03-12
preserving main-branch topology for a perverse reason:
Theo de Raadt
2013-03-12
preserving main-branch topology for a perverse reason:
Theo de Raadt
2013-03-12
Fix horrible typo of mine checking for WAITOK flags, found by sthen.
Bob Beck
2013-03-06
Account for the size of the allocation when defending the pagedaemon reserve.
Bob Beck
2013-03-03
Use local vm_physseg pointers instead of compting vm_physmem[index] gazillions
Miod Vallat
2013-03-02
Simplify uvm_pagealloc() to only need one atomic operation on the page flags
Miod Vallat
2013-02-07
Bring back reserve enforcement and page daemon wakeup into uvm_pglistalloc,
Bob Beck
2011-07-08
some machines don't boot with the previous uvm reserve enforcement diff.
Ted Unangst
2011-07-07
Move the uvm reserve enforcement from uvm_pagealloc to pmemrange.
Owain Ainsworth
2011-07-06
uvm changes for buffer cache improvements.
Bob Beck
2011-07-03
Rip out and burn support for UVM_HIST.
Owain Ainsworth
2011-06-23
Check for the correct flag when checking to see if the page is part of an aobj.
Owain Ainsworth
2011-06-23
Move uvm_pglistalloc and uvm_pglistfree to uvm_page.c and garbage
Owain Ainsworth
2011-05-30
Remove the freelist member from vm_physseg
Owain Ainsworth
2011-05-10
Kill vm_page_lookup_freelist.
Owain Ainsworth
2011-04-15
Add a bit of paranoia to uvm_pageinsert.
Owain Ainsworth
2011-04-03
knf - trailing whitespace flense.
Bob Beck
2011-04-02
Constrain the buffer cache to use only the dma reachable region of memory.
Bob Beck
2011-04-02
Count the number of physical pages within a memory range.
Ariane van der Steldt
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-06-27
uvm constraints. Add two mandatory MD symbols, uvm_md_constraints
Thordur I. Bjornsson
2010-04-22
Committing on behalf or ariane@.
Owain Ainsworth
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2010-03-24
Bring back PHYSLOAD_DEVICE for uvm_page_physload.
Owain Ainsworth
2009-10-14
Fix buffer cache backoff in the page daemon - deal with inactive pages to
Bob Beck
[next]