Age | Commit message (Expand) | Author |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-17 | instead of inspecting the vnode op's to figure out if | Thordur I. Bjornsson |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-08-31 | simplify uvm_vnp_sync() by removing some simplelock goo. | Thordur I. Bjornsson |
2007-08-03 | Don't let pagedaemon wait for pages here. We could trigger this easily | Artur Grabowski |
2007-07-18 | Indentation nit. | Artur Grabowski |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |
2007-06-13 | Remove some statics and inlines (mostly to get a readable profile output). | Artur Grabowski |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | set hiwat mark for some of the more popular pools to reduce bouncing | Ted Unangst |
2007-06-01 | wrong cast checking for VOP_BMAP return value; ok miod | Theo de Raadt |
2007-05-31 | zap the vm_amap am_l simplelock, and amap_{lock/unlock} macros for | Thordur I. Bjornsson |
2007-05-29 | Kill some simplelock goo that annoyed me while reading. | Thordur I. Bjornsson |
2007-05-29 | Add a name argument to the RWLOCK_INITIALIZER macro. | Thordur I. Bjornsson |
2007-05-27 | pagemove() is no longer used. | Miod Vallat |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-18 | Instead of checking whichqs directly, add a "sched_is_idle()" macro to | Artur Grabowski |
2007-05-18 | Instead of a silly loop with goto, just use while(1). | Artur Grabowski |
2007-05-09 | Truncate the addresses for the deadbeef values so that they don't need | Artur Grabowski |
2007-04-29 | Change the loop test in uvm_km_kmemalloc from '<' to '!='. Everything | Artur Grabowski |
2007-04-27 | For uvm_map and uvm_unmap, splassert(IPL_NONE) for non-INTRSAFE maps. | Artur Grabowski |
2007-04-27 | Another indentation cleanup without binary changes. | Artur Grabowski |
2007-04-27 | Some ANSI function prototypes and misc cleanups. | Artur Grabowski |
2007-04-27 | Some indentation cleanup. | Artur Grabowski |
2007-04-27 | Use the right size when we're backing out the allocation in | Artur Grabowski |
2007-04-19 | Also show fpu context switches in show uvmexp in ddb. | Artur Grabowski |
2007-04-18 | Reserve a few pg_flags for pmaps that might want to use them. | Artur Grabowski |
2007-04-15 | One more voff_t in the right place. | Artur Grabowski |
2007-04-15 | Use the right types for calculating the object offset. | Artur Grabowski |
2007-04-15 | Clean up prototypes, change vm_map_t to struct vm_map *. | Artur Grabowski |
2007-04-15 | minor indentation. | Artur Grabowski |
2007-04-14 | remove static | Ted Unangst |
2007-04-14 | Clean up. | Artur Grabowski |
2007-04-13 | While splitting flags and pqflags might have been a good idea in theory | Artur Grabowski |
2007-04-12 | Allow machine-dependant overrides for the ``deadbeef'' sentinel values, | Miod Vallat |
2007-04-12 | Unbreak compile with option UVMHIST after pg_flags changes. | Artur Grabowski |
2007-04-11 | The return value of uvm_grow() (and previously, grow()) has not been used | Miod Vallat |
2007-04-11 | Instead of managing pages for intrsafe maps in special objects (aka. | Artur Grabowski |
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 |