Age | Commit message (Expand) | Author |
2006-05-07 | remove drain hooks from pool. | Ted Unangst |
2006-04-27 | from PAE work: | Michael Shalayeff |
2006-04-27 | from PAE work: | Michael Shalayeff |
2006-04-25 | limit pool backend preallocation to 2048 pages max (which only affects >2g ph... | Michael Shalayeff |
2006-04-06 | Fix a process datasize leak with MAP_FIXED. When zapping old mappings | Kurt Miller |
2006-04-04 | Revert r1.58, I was on drugs - the array we are locking is one byte per | Miod Vallat |
2006-03-16 | In sys_mincore(), pass a size in bytes, not pages, to uvm_vslock() and | Miod Vallat |
2006-03-06 | deal w/ uvm_km_alloc() returning null; tedu@ ok | Michael Shalayeff |
2006-03-06 | do not panic unwiring unmapped memory (mmap3 regress); from netbsd; kettenis@... | Michael Shalayeff |
2006-01-16 | add another uvm histroy for physpage alloc/free and propagate a debugging pgf... | Michael Shalayeff |
2006-01-02 | fix typo in comment | Tom Cosgrove |
2005-12-10 | Don't check/free new_entry here, since it can't have been set. Spotted | Kenneth R Westerback |
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat |
2005-11-29 | apply patch from david hill for two netbsd prs: | Ted Unangst |
2005-11-25 | do not use any casting in the atop/ptoa; tested on all archs by martin@ miod@... | Michael Shalayeff |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-15 | Only two `h' in threshold. | Miod Vallat |
2005-11-04 | Add an extra flags argument to uvm_io(), to specify whether we want to fix | Miod Vallat |
2005-11-01 | In uvm_swapout(), protect "p->p_swtime = 0;" with SCHED_LOCK() as is already | Aaron Campbell |
2005-10-27 | Following a next pointer of an element deleted from a list is bad | Otto Moerbeek |
2005-10-23 | typo | Pedro Martelletto |
2005-10-06 | typo | Brad Smith |
2005-09-30 | revert MAX_KMAPENT hack added just before 3.7 now that | Brad Smith |
2005-09-30 | Make ddb's 'show uvmexp' print information about kmapent, okay deraadt@ | Pedro Martelletto |
2005-09-28 | - when we run out of static kernel map entries, grab a fresh page using | Pedro Martelletto |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-09 | typos | Pedro Martelletto |
2005-07-26 | - Make a UVM_OBJ_IS_DEVICE macro. | Artur Grabowski |
2005-06-29 | on the vax, start mmap BRKSIZ (8MB) into data seg; ok tdeval | Theo de Raadt |
2005-06-01 | use vm_dused for rlimit. much happier with mmap. tested by several | Ted Unangst |
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 |
2005-05-24 | add a new field to vm_space and use it to track the number of anon | Ted Unangst |
2005-05-03 | repair file mmapings above 4g; found by chefren; art@ ok | Michael Shalayeff |
2005-04-21 | count fpu lazy context switches; deraadt@ ok | Michael Shalayeff |
2005-04-04 | Nuke pmap_bootstrap_alloc(), not used anymore. | Miod Vallat |
2005-03-26 | encrypt swap by default. cheap, and why not. can be disabled by people | Theo de Raadt |
2005-03-01 | only use MAX_KMAPENT 2000 on i386 amd64 sparc64 and revert to 1000 on all | Henning Brauer |
2005-02-19 | double default MAX_KMAPENT to 2000, theo ok | Henning Brauer |
2005-01-15 | In uvm_mmap(), check for size wrap to 0, and return ENOMEM in that | Otto Moerbeek |
2004-12-30 | Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem sc... | Niklas Hallqvist |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-29 | ansi + some knf, no binary change | Hans-Joerg Hoexer |
2004-09-23 | vput on all paths after vget (currently unused code). from patrick latifi | Ted Unangst |
2004-08-24 | change physmem divisor to 256. divide by page size was wrong. this does | Ted Unangst |
2004-08-24 | adapt uvm_km_pages_lowat to physmem. thanks testers. ok deraadt@ | Ted Unangst |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-08-03 | the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@ | Todd T. Fries |
2004-07-21 | Yet another victim of inline masturbation. | Artur Grabowski |