| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly wire the user buffer rather than doing it implicitly in | mdf | 2011-01-27 | 3 | -1/+16 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 1 | -2/+1 |
* | Move the definition of M_VMPGDATA to the swap pager, where the only | alc | 2011-01-18 | 3 | -5/+1 |
* | Explicitly initialize the page's queue field to PQ_NONE instead of relying | alc | 2011-01-17 | 4 | -5/+8 |
* | Sort function prototypes. | alc | 2011-01-16 | 1 | -4/+4 |
* | Update a lock annotation on the page structure. | alc | 2011-01-16 | 1 | -1/+1 |
* | Shift responsibility for synchronizing access to the page's act_count | alc | 2011-01-16 | 3 | -6/+7 |
* | Clean up the start of vm_page_alloc(). In particular, eliminate an | alc | 2011-01-16 | 1 | -7/+3 |
* | For consistency, use kernel_object instead of &kernel_object_store | kib | 2011-01-15 | 1 | -2/+2 |
* | For some time now, the kernel and kmem objects have been ordinary | alc | 2011-01-15 | 1 | -4/+1 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 2 | -2/+0 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 2 | -11/+7 |
* | Eliminate a redundant alignment directive on the page locks array. | alc | 2011-01-09 | 1 | -1/+1 |
* | Eliminate the counting of vm_page_pa_tryrelock calls. We really don't | alc | 2011-01-08 | 1 | -21/+10 |
* | Release the page lock early in vm_pageout_clean(). There is no reason to | alc | 2011-01-03 | 2 | -5/+4 |
* | Make a couple refinements to r216799 and r216810. In particular, revise | alc | 2011-01-01 | 1 | -10/+8 |
* | There can be more than 0x20000000 swap meta blocks allocated if a swap-backed | brucec | 2011-01-01 | 1 | -4/+0 |
* | Remove OBJ_CLEANING flag. The vfs_setdirty_locked_object() is the only | kib | 2010-12-29 | 2 | -4/+0 |
* | There is no point in vm_contig_launder{,_page}() flushing held pages, | alc | 2010-12-29 | 1 | -5/+4 |
* | Move the increment of vm object generation count into | kib | 2010-12-29 | 2 | -32/+34 |
* | Correct a typo in vm_fault_quick_hold_pages(). | alc | 2010-12-28 | 1 | -1/+1 |
* | Move vm_object_print()'s prototype to the expected place. | alc | 2010-12-27 | 2 | -2/+1 |
* | Retire vm_fault_quick(). It's no longer used. | alc | 2010-12-25 | 2 | -19/+0 |
* | Introduce and use a new VM interface for temporarily pinning pages. This | alc | 2010-12-25 | 2 | -0/+77 |
* | Introduce vm_fault_hold() and use it to (1) eliminate a long-standing race | alc | 2010-12-20 | 3 | -5/+21 |
* | Implement and use a single optimized function for unholding a set of pages. | alc | 2010-12-17 | 2 | -0/+30 |
* | Change memguard_fudge() so that it can handle km_max being zero. Not | alc | 2010-12-14 | 1 | -2/+3 |
* | Fix a long standing (from the original 4.4BSD lite sources) race between | mlaier | 2010-12-09 | 2 | -1/+46 |
* | Revert the vm/vm_page.c change in r216317. | jchandra | 2010-12-09 | 1 | -1/+1 |
* | swi_vm() for mips. | jchandra | 2010-12-09 | 1 | -1/+1 |
* | Fix comment intentation. | trasz | 2010-12-04 | 1 | -8/+8 |
* | To make minidumps work properly on mips for memory that's direct | imp | 2010-12-03 | 1 | -4/+5 |
* | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | trasz | 2010-12-02 | 8 | -153/+153 |
* | Correct an error in the allocation of the vm_page_dump array in | alc | 2010-12-01 | 1 | -4/+5 |
* | Fix issue noted by alc while reviewing r215938: | jchandra | 2010-11-28 | 2 | -4/+4 |
* | After the sleep caused by encountering a busy page, relookup the page. | kib | 2010-11-24 | 1 | -1/+3 |
* | Eliminate the mab, maf arrays and related variables. | kib | 2010-11-21 | 1 | -32/+15 |
* | Optimize vm_object_terminate(). | alc | 2010-11-20 | 1 | -9/+28 |
* | The runlen returned from vm_pageout_flush() might be zero legitimately, | kib | 2010-11-20 | 1 | -1/+0 |
* | Reduce the amount of detail printed by vm_page_free_toq() when it panics. | alc | 2010-11-19 | 1 | -17/+6 |
* | Off by one page in vm_reserv_reclaim_contig(): Also reclaim reservations | mlaier | 2010-11-19 | 1 | -1/+2 |
* | vm_pageout_flush() might cache the pages that finished write to the | kib | 2010-11-18 | 4 | -29/+16 |
* | Only increment object generation count when inserting the page into | kib | 2010-11-18 | 2 | -10/+0 |
* | Do not use __FreeBSD_version prefix for the special osrel version. | kib | 2010-11-14 | 1 | -1/+1 |
* | Use symbolic names instead of hardcoding values for magic p_osrel constants. | kib | 2010-11-14 | 1 | -1/+1 |
* | Implement a (soft) stack guard page for auto-growing stack mappings. | kib | 2010-11-14 | 1 | -1/+13 |
* | Enable reservation-based physical memory allocation. Even without the | alc | 2010-11-10 | 1 | -1/+1 |
* | In case the stack size reaches its limit and its growth must be restricted, | alc | 2010-11-07 | 1 | -1/+2 |
* | - Add minidump support for FreeBSD/mips | gonzo | 2010-11-07 | 1 | -1/+2 |
* | Update startup_alloc() to support multi-page allocations and allow internal | jhb | 2010-11-04 | 1 | -8/+29 |