Age | Commit message (Expand) | Author |
2007-04-04 | Switch vm_map lock to rwlock. | Artur Grabowski |
2007-04-04 | Mechanically rename the "flags" and "version" fields in struct vm_page | Artur Grabowski |
2007-03-27 | Clean up some return value handling now that we know that what's returned | Artur Grabowski |
2007-03-26 | Rip out the KERN_ error codes. | Artur Grabowski |
2007-03-25 | Remove references to KERN_SUCCESS, okay miod@ | Pedro Martelletto |
2007-03-25 | Remove the flags_lock simplelock from struct vm_map; | Thordur I. Bjornsson |
2007-03-25 | remove KERN_SUCCESS and use 0 instead. | Artur Grabowski |
2007-02-25 | Make integer wrap checks the same for mmap, munmap, msync, etc | Todd C. Miller |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-12 | Let this compile with 'option DEBUG' again. | Tom Cosgrove |
2007-01-16 | Implement multiple segment allocation for uvm_pglistalloc, which fixes | Dimitry Andric |
2007-01-12 | proper define for MAX_KMAPENT; miod@ ok | Michael Shalayeff |
2007-01-12 | Switch some lockmgr locks to rwlocks. | Artur Grabowski |
2006-11-29 | We don't use mb_map anymore since a long time already. Remove it. | Miod Vallat |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-29 | Add an alignment parameter to uvm_km_alloc1(), and change all callers to | Miod Vallat |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto |
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 |