Age | Commit message (Expand) | Author |
2014-12-15 | don't drop the kernel lock everytime. on a busy system, this results in | Ted Unangst |
2014-12-05 | Introduce a new sysctl to retrieve VM map entries | Masao Uebayashi |
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-05-15 | Move from struct proc to process the reference-count-holding pointers | Philip Guenther |
2014-05-03 | Fix whitespace fail in previous commit | Philip Guenther |
2014-05-03 | Move the u-area allocation and pmap-magic logic to its own function | Philip Guenther |
2014-04-13 | compress code by turning four line comments into one line comments. | Ted Unangst |
2014-04-03 | add a uvm_yield function and use it in the reaper path to prevent the | Ted Unangst |
2013-03-31 | do not need machine/cpu.h directly | Theo de Raadt |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2011-04-15 | move uvm_pageratop from uvm_pager.c local to a general uvm function | Owain Ainsworth |
2011-04-07 | In uvm_vslock_device(), if uvm_pglistalloc() fails, make sure to not pass | Miod Vallat |
2011-04-01 | Two problems with vslock_device functions. | Artur Grabowski |
2010-07-02 | Don't bother trying to handle a uvm_pglistalloc failure when called with | Thordur I. Bjornsson |
2010-07-02 | nuke unused global and a comment. | Thordur I. Bjornsson |
2010-07-02 | Add missing pmap_update. pointed out by matthew@ | Artur Grabowski |
2010-07-01 | Implement vs{,un}lock_device and use it for physio. | Artur Grabowski |
2010-06-30 | knf function decleration nit. | Thordur I. Bjornsson |
2009-08-11 | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame | Bret Lambert |
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth |
2008-10-24 | it is a good policy to clear the pointer after we free something | Theo de Raadt |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-18 | Instead of a silly loop with goto, just use while(1). | Artur Grabowski |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-05-25 | Enable optional specific handling of the u-area in pmap via PMAP_UAREA if | Miod Vallat |
2005-11-01 | In uvm_swapout(), protect "p->p_swtime = 0;" with SCHED_LOCK() as is already | Aaron Campbell |
2005-05-31 | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in | Artur Grabowski |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2004-02-23 | sync of pmap_update() calls with NetBSD. pmap_update is defined away on | Dale Rahn |
2003-11-20 | Sync comments with NetBSD. | Alexander Yurchenko |
2003-11-20 | Check for round_page() overflow in uvm_vslock()/uvm_vsunlock(). | Alexander Yurchenko |
2003-11-08 | Avoid a race condition while swapping in a process. | Thomas Nordin |
2003-08-10 | Remove uvm_useracc(): misleading, gives a false sentiment of security, and | Miod Vallat |
2003-01-29 | check the uvm_fault_wire() for failure, just like other calls; art@ ok | Michael Shalayeff |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-11-28 | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. | Artur Grabowski |
2001-11-28 | more sync to netbsd. some bugfixes in uvm_km_kmemalloc, lots of fixes in uvm_... | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-10 | Move maxdmap and maxsmap to kern_resource.c | Artur Grabowski |
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | More sync to NetBSD. | Artur Grabowski |
2001-11-06 | Move the last content from vm/ to uvm/ | Artur Grabowski |
2001-11-05 | Minor sync to NetBSD. | Artur Grabowski |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |