| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r272036: | Konstantin Belousov | 2014-09-27 | 1 | -1/+8 |
| * | Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped | Konstantin Belousov | 2014-09-01 | 1 | -44/+84 |
| * | MFC r267213 (by alc): | Konstantin Belousov | 2014-07-24 | 1 | -13/+26 |
| * | MFC r267664: | Konstantin Belousov | 2014-06-27 | 1 | -0/+9 |
| * | MFC r267630: | Konstantin Belousov | 2014-06-26 | 1 | -1/+2 |
| * | MFC r267766: | Konstantin Belousov | 2014-06-26 | 1 | -1/+1 |
| * | MFC r267254: | Konstantin Belousov | 2014-06-23 | 1 | -34/+59 |
| * | MFC r266780: | Konstantin Belousov | 2014-06-04 | 1 | -4/+1 |
| * | MFC r265886, r265948 | Alan Cox | 2014-05-23 | 1 | -7/+14 |
| * | MFC r266464: | Konstantin Belousov | 2014-05-23 | 1 | -1/+3 |
| * | MFC r265850 | Alan Cox | 2014-05-17 | 1 | -1/+2 |
| * | MFC r265825: | Konstantin Belousov | 2014-05-17 | 1 | -1/+1 |
| * | MFC r265824: | Konstantin Belousov | 2014-05-17 | 1 | -1/+2 |
| * | MFC r263471: | Konstantin Belousov | 2014-03-24 | 1 | -0/+1 |
| * | MFC r259951: | Konstantin Belousov | 2013-12-30 | 1 | -1/+1 |
| * | MFC r258367: | Konstantin Belousov | 2013-12-13 | 1 | -0/+15 |
| * | MFC r258366: | Konstantin Belousov | 2013-12-13 | 1 | -1/+9 |
| * | Both the vm_map and vmspace zones are defined as "no free". So, there is no | Alan Cox | 2013-09-22 | 1 | -23/+2 |
| * | Merge the following changes from projects/bhyve_npt_pmap: | Neel Natu | 2013-09-20 | 1 | -5/+12 |
| * | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | John Baldwin | 2013-09-09 | 1 | -3/+4 |
| * | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | Alan Cox | 2013-08-29 | 1 | -2/+19 |
| * | Revert r254501. Instead, reuse the type stability of the struct pmap | Konstantin Belousov | 2013-08-22 | 1 | -0/+1 |
| * | Add new mmap(2) flags to permit applications to request specific virtual | John Baldwin | 2013-08-16 | 1 | -5/+16 |
| * | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson | 2013-08-07 | 1 | -24/+7 |
| * | Clear entire map structure including locks so that the | Tim Kientzle | 2013-07-25 | 1 | -2/+1 |
| * | Be more aggressive in using superpages in all mappings of objects: | John Baldwin | 2013-07-19 | 1 | -5/+15 |
| * | The mlockall() or VM_MAP_WIRE_HOLESOK does not interact properly with | Konstantin Belousov | 2013-07-11 | 1 | -11/+51 |
| * | Fix a bug that allowed a tracing process (e.g. gdb) to write | Dag-Erling Smørgrav | 2013-06-18 | 1 | -0/+6 |
| * | o Relax locking assertions for vm_page_find_least() | Attilio Rao | 2013-05-21 | 1 | -7/+15 |
| * | Fix the assertions for the state of the object under the map entry | Konstantin Belousov | 2013-04-09 | 1 | -6/+16 |
| * | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 1 | -22/+23 |
| * | Merge from vmc-playground branch: | Attilio Rao | 2013-02-26 | 1 | -2/+1 |
| * | - Get rid of unused function vmspace_wired_count(). | Andrey Zonov | 2013-01-14 | 1 | -6/+0 |
| * | - Reduce kernel size by removing unnecessary pointer indirections. | Andrey Zonov | 2013-01-10 | 1 | -6/+4 |
| * | - Fix locked memory accounting for maps with MAP_WIREFUTURE flag. | Andrey Zonov | 2012-12-18 | 1 | -6/+39 |
| * | In the past four years, we've added two new vm object types. Each time, | Alan Cox | 2012-12-09 | 1 | -8/+7 |
| * | Make a few small changes to vm_map_pmap_enter(): | Alan Cox | 2012-11-25 | 1 | -9/+10 |
| * | Fix DDB command "show map XXX": | Attilio Rao | 2012-11-12 | 1 | -24/+14 |
| * | - After r240026 sgrowsiz should be used in a safer maner. | Andrey Zonov | 2012-09-03 | 1 | -4/+7 |
| * | Add new pmap layer locks to the predefined lock order. Change the names | Alan Cox | 2012-06-27 | 1 | -2/+2 |
| * | Move the per-thread deferred user map entries list into a private list | John Baldwin | 2012-06-20 | 1 | -3/+6 |
| * | Use the previous stack entry protection and max protection to correctly | Konstantin Belousov | 2012-06-10 | 1 | -1/+1 |
| * | Give vm_fault()'s sequential access optimization a makeover. | Alan Cox | 2012-05-10 | 1 | -0/+2 |
| * | Fix madvise(MADV_WILLNEED) to properly handle individual mappings larger | John Baldwin | 2012-03-19 | 1 | -12/+10 |
| * | In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flag | Konstantin Belousov | 2012-03-17 | 1 | -2/+5 |
| * | Simplify vmspace_fork()'s control flow by copying immutable data before | Alan Cox | 2012-02-25 | 1 | -14/+10 |
| * | Account the writeable shared mappings backed by file in the vnode | Konstantin Belousov | 2012-02-23 | 1 | -4/+73 |
| * | Close a race due to dropping of the map lock between creating map entry | Konstantin Belousov | 2012-02-11 | 1 | -2/+7 |
| * | Introduce the same mutex-wise fix in r227758 for sx locks. | Attilio Rao | 2011-11-21 | 1 | -29/+13 |
| * | Introduce macro stubs in the mutex implementation that will be always | Attilio Rao | 2011-11-20 | 1 | -15/+12 |