Age | Commit message (Expand) | Author |
2024-10-28 | Change uvm_swapout_threads() to return the amound of freed pages. | Martin Pieuchot |
2024-10-21 | We have not been swapping out kernel stacks since forever. So just | Mark Kettenis |
2024-10-08 | remove unused uvm_pause(); ok miod@ | Jonathan Gray |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-03-12 | Revert holding a read lock on the map while copying out data during sysctl(2). | Martin Pieuchot |
2022-03-11 | Hold a read lock on the map while copying out data during a sysctl(2) call | Mark Kettenis |
2022-02-18 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2021-03-26 | Remove parenthesis around return value to reduce the diff with NetBSD. | Martin Pieuchot |
2021-03-12 | spelling | Jonathan Gray |
2021-02-08 | Revert the convertion of per-process thread into a SMR_TAILQ. | Martin Pieuchot |
2020-12-07 | Convert the per-process thread list into a SMR_TAILQ. | Martin Pieuchot |
2020-10-19 | Clear vmspace pointer in struct process before calling uvmspace_free(9). | Mark Kettenis |
2019-06-21 | Make resource limit access MP-safe. So far, the copy-on-write sharing | Visa Hankala |
2019-01-10 | Hold a read lock on the map while doing the actual device I/O during in | Mark Kettenis |
2017-05-08 | Unifed PMAP_UAREA, unused since we stopped supporting ARM < v7. | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-02-14 | Convert most of the manual checks for CPU hogging to sched_pause(). | Martin Pieuchot |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
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 |