Age | Commit message (Expand) | Author |
2006-07-31 | fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; n... | Michael Shalayeff |
2006-07-26 | fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod... | Michael Shalayeff |
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt |
2006-06-29 | fallout from previous: remmapping anonymous memory did not account dsize prop... | Michael Shalayeff |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff |
2006-06-16 | IS_VM_PHYSADDR is no longer used. | Miod Vallat |
2006-06-10 | Make uvn_sync_lock a rwlock, okay thib@ tedu@ | Pedro Martelletto |
2006-06-01 | Make umv_pglistalloc() return EINVAL if it is asked for 0 bytes. This | Kenneth R Westerback |
2006-05-25 | Enable optional specific handling of the u-area in pmap via PMAP_UAREA if | Miod Vallat |
2006-05-16 | tpyo | Michael Shalayeff |
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 |