| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the convertion of per-process thread into a SMR_TAILQ. |  mpi | 2021-02-08 | 1 | -2/+2 |
* | Convert the per-process thread list into a SMR_TAILQ. |  mpi | 2020-12-07 | 1 | -2/+2 |
* | Clear vmspace pointer in struct process before calling uvmspace_free(9). |  kettenis | 2020-10-19 | 1 | -2/+4 |
* | Make resource limit access MP-safe. So far, the copy-on-write sharing |  visa | 2019-06-21 | 1 | -8/+7 |
* | Hold a read lock on the map while doing the actual device I/O during in |  kettenis | 2019-01-10 | 1 | -24/+32 |
* | Unifed PMAP_UAREA, unused since we stopped supporting ARM < v7. |  mpi | 2017-05-08 | 1 | -7/+1 |
* | Unifdef KGDB. |  mpi | 2017-04-30 | 1 | -38/+1 |
* | Convert most of the manual checks for CPU hogging to sched_pause(). |  mpi | 2017-02-14 | 1 | -3/+2 |
* | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer |  guenther | 2015-09-13 | 1 | -3/+3 |
* | don't drop the kernel lock everytime. on a busy system, this results in |  tedu | 2014-12-15 | 1 | -3/+7 |
* | Introduce a new sysctl to retrieve VM map entries |  uebayasi | 2014-12-05 | 1 | -1/+16 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -5/+4 |
* | Chuck Cranor rescinded clauses in his license |  jsg | 2014-07-11 | 1 | -7/+2 |
* | Move from struct proc to process the reference-count-holding pointers |  guenther | 2014-05-15 | 1 | -72/+52 |
* | Fix whitespace fail in previous commit |  guenther | 2014-05-03 | 1 | -3/+3 |
* | Move the u-area allocation and pmap-magic logic to its own function |  guenther | 2014-05-03 | 1 | -8/+23 |
* | compress code by turning four line comments into one line comments. |  tedu | 2014-04-13 | 1 | -3/+1 |
* | add a uvm_yield function and use it in the reaper path to prevent the |  tedu | 2014-04-03 | 1 | -2/+11 |
* | do not need machine/cpu.h directly |  deraadt | 2013-03-31 | 1 | -3/+1 |
* | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -16/+2 |
* | move uvm_pageratop from uvm_pager.c local to a general uvm function |  oga | 2011-04-15 | 1 | -1/+18 |
* | In uvm_vslock_device(), if uvm_pglistalloc() fails, make sure to not pass |  miod | 2011-04-07 | 1 | -2/+2 |
* | Two problems with vslock_device functions. |  art | 2011-04-01 | 1 | -7/+20 |
* | Don't bother trying to handle a uvm_pglistalloc failure when called with |  thib | 2010-07-02 | 1 | -7/+7 |
* | nuke unused global and a comment. |  thib | 2010-07-02 | 1 | -9/+1 |
* | Add missing pmap_update. pointed out by matthew@ |  art | 2010-07-02 | 1 | -1/+3 |
* | Implement vs{,un}lock_device and use it for physio. |  art | 2010-07-01 | 1 | -4/+95 |
* | knf function decleration nit. |  thib | 2010-06-30 | 1 | -8/+3 |
* | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame |  blambert | 2009-08-11 | 1 | -17/+1 |
* | While working on some stuff in uvm I've gotten REALLY sick of reading |  oga | 2009-03-20 | 1 | -18/+5 |
* | it is a good policy to clear the pointer after we free something |  deraadt | 2008-10-24 | 1 | -1/+2 |
* | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ |  pedro | 2007-05-26 | 1 | -13/+1 |
* | Instead of a silly loop with goto, just use while(1). |  art | 2007-05-18 | 1 | -4/+3 |
* | Kernel stack can be swapped. This means that stuff that's on the stack |  miod | 2006-11-29 | 1 | -199/+13 |
* | Enable optional specific handling of the u-area in pmap via PMAP_UAREA if |  miod | 2006-05-25 | 1 | -1/+6 |
* | In uvm_swapout(), protect "p->p_swtime = 0;" with SCHED_LOCK() as is already |  aaron | 2005-11-01 | 1 | -2/+2 |
* | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in |  art | 2005-05-31 | 1 | -6/+7 |
* | sched work by niklas and art backed out; causes panics |  deraadt | 2005-05-29 | 1 | -7/+6 |
* | This patch is mortly art's work and was done *a year* ago. Art wants to thank |  niklas | 2005-05-25 | 1 | -6/+7 |
* | sync of pmap_update() calls with NetBSD. pmap_update is defined away on |  drahn | 2004-02-23 | 1 | -1/+2 |
* | Sync comments with NetBSD. |  grange | 2003-11-20 | 1 | -3/+3 |
* | Check for round_page() overflow in uvm_vslock()/uvm_vsunlock(). |  grange | 2003-11-20 | 1 | -3/+11 |
* | Avoid a race condition while swapping in a process. |  nordin | 2003-11-08 | 1 | -9/+22 |
* | Remove uvm_useracc(): misleading, gives a false sentiment of security, and |  miod | 2003-08-10 | 1 | -28/+1 |
* | check the uvm_fault_wire() for failure, just like other calls; art@ ok |  mickey | 2003-01-29 | 1 | -4/+5 |
* | fix the use of "cuz" in the tree; these are all in comments |  jsyn | 2002-06-09 | 1 | -2/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -3/+3 |
* | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -24/+28 |
* | Yet another sync to NetBSD uvm. |  art | 2001-12-04 | 1 | -3/+3 |
* | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. |  art | 2001-11-28 | 1 | -19/+17 |