| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE.release/7.1.0_cvs | Ken Smith | 2008-12-31 | 43 | -43/+43 |
| * | MFC r185012: | Konstantin Belousov | 2008-11-23 | 1 | -2/+1 |
| * | MFC r183383: | Konstantin Belousov | 2008-09-29 | 1 | -0/+6 |
| * | MFC r183216: | Konstantin Belousov | 2008-09-29 | 1 | -0/+2 |
| * | MFC r183236 | Alan Cox | 2008-09-25 | 1 | -1/+2 |
| * | MFC: 176526,176596 | John Baldwin | 2008-09-24 | 1 | -6/+25 |
| * | MFC: 179296 | John Baldwin | 2008-09-23 | 1 | -7/+0 |
| * | MFC: 179623 | John Baldwin | 2008-09-23 | 1 | -0/+7 |
| * | MFC: 173901,173918 | John Baldwin | 2008-09-17 | 3 | -23/+31 |
| * | MFC: Fix a spin lock LOR when waking up a thread from a process that is | John Baldwin | 2008-09-12 | 1 | -37/+14 |
| * | In anticipation of MFCing physically contiguous jumbo frames MFC r177921: | Kip Macy | 2008-08-19 | 2 | -0/+5 |
| * | MFC addition of malloc flag to blist so that it can be used in ithread context | Kip Macy | 2008-07-31 | 1 | -1/+1 |
| * | yyMFC: Allow VM object creation in ufs_lookup(). | John Baldwin | 2008-07-30 | 3 | -14/+35 |
| * | MFC r180446: | Konstantin Belousov | 2008-07-29 | 1 | -7/+5 |
| * | Merge r177253, r177255 from head to stable/7: | Robert Watson | 2008-07-22 | 5 | -7/+9 |
| * | MFC revision 1.293 | Alan Cox | 2008-05-25 | 1 | -0/+2 |
| * | Merge Makefile:1.320, stack.9:1.4, kern_lock.c:1.114, subr_stack.c:1.4, | Robert Watson | 2008-04-10 | 1 | -4/+4 |
| * | MFC | Konstantin Belousov | 2008-03-24 | 1 | -4/+16 |
| * | MFC fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2008-01-18 | 4 | -23/+51 |
| * | MFC: sys/vm/vm_kern.c 1.131 | Pawel Jakub Dawidek | 2008-01-17 | 1 | -6/+13 |
| * | MFC rev. 1.392: | Konstantin Belousov | 2008-01-09 | 1 | -1/+3 |
| * | MFC revision 1.360 | Alan Cox | 2007-11-28 | 1 | -0/+1 |
| * | MFC rev 1.29 phys_pager.c | Remko Lodder | 2007-11-10 | 1 | -1/+1 |
| * | MFC rev. 1.359: | Konstantin Belousov | 2007-11-08 | 1 | -2/+5 |
| * | MFC revision 1.389 | Alan Cox | 2007-10-31 | 1 | -2/+4 |
| * | MFC revision 1.358 | Alan Cox | 2007-10-31 | 1 | -10/+20 |
| * | MFC revision 1.237 | Alan Cox | 2007-10-26 | 1 | -0/+4 |
| * | MFC revision 1.386 | Alan Cox | 2007-10-19 | 1 | -1/+2 |
| * | MFC: Allow recursion on the 'zones' internal UMA zone. | John Baldwin | 2007-10-18 | 1 | -1/+1 |
| * | Do not dereference NULL pointer. | Konstantin Belousov | 2007-10-08 | 1 | -3/+2 |
| * | In the rare case that vm_page_cache() actually frees the given page, | Alan Cox | 2007-10-08 | 1 | -10/+3 |
| * | Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that is | Alan Cox | 2007-10-07 | 1 | -1/+1 |
| * | Correct an error of omission in the reimplementation of the page | Alan Cox | 2007-09-27 | 3 | -18/+48 |
| * | Correct an error in the previous revision, specifically, | Alan Cox | 2007-09-25 | 1 | -1/+2 |
| * | Change the management of cached pages (PQ_CACHE) in two fundamental | Alan Cox | 2007-09-25 | 11 | -252/+449 |
| * | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This | Jeff Roberson | 2007-09-21 | 1 | -9/+14 |
| * | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 2 | -67/+89 |
| * | Correct an assertion in vm_pageout_flush(). Specifically, if a page's | Alan Cox | 2007-09-15 | 1 | -1/+2 |
| * | Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert(). | Konstantin Belousov | 2007-08-20 | 3 | -18/+40 |
| * | Remove comment that is no longer quite true. | Konstantin Belousov | 2007-08-18 | 1 | -3/+0 |
| * | Fix the phys_pager in the way similar to the rev. 1.83 of the | Konstantin Belousov | 2007-08-18 | 1 | -22/+25 |
| * | Protect the creation of the device pager with the dev_pager_mtx. Lookup | Konstantin Belousov | 2007-08-07 | 1 | -12/+24 |
| * | Consider a scenario in which one processor, call it Pt, is performing | Alan Cox | 2007-08-05 | 4 | -18/+20 |
| * | Do not acquire Giant unconditionally around the calls to the cdevsw | Konstantin Belousov | 2007-08-05 | 1 | -5/+0 |
| * | Add a counter for the total number of pages cached and support for | Alan Cox | 2007-07-27 | 2 | -0/+3 |
| * | When we do open, we should lock the vnode exclusively. This fixes few races: | Pawel Jakub Dawidek | 2007-07-26 | 1 | -3/+3 |
| * | Two changes to vm_fault_additional_pages(): | Alan Cox | 2007-07-20 | 1 | -19/+11 |
| * | Eliminate two unused functions: vm_phys_alloc_pages() and | Alan Cox | 2007-07-14 | 3 | -40/+17 |
| * | Eliminate dead code, specifically, an unused sysctl: "vm.idlezero_maxrun". | Alan Cox | 2007-07-14 | 1 | -4/+0 |
| * | Update a comment describing the page queues. | Alan Cox | 2007-07-13 | 1 | -6/+7 |