| Commit message (Expand) | Author | Age | Files | Lines |
* | - After r240026 sgrowsiz should be used in a safer maner. | Andrey Zonov | 2012-09-03 | 1 | -4/+7 |
* | - Remove accounting of locked memory from vsunlock(9) that I missed in r239818. | Andrey Zonov | 2012-08-30 | 1 | -7/+0 |
* | - Don't take an account of locked memory for current process in vslock(9). | Andrey Zonov | 2012-08-29 | 1 | -21/+0 |
* | Typo in previous change: print half the theoretical maximum as maximum | Sergey Kandaurov | 2012-08-27 | 1 | -1/+1 |
* | Fix function name in keg_cachespread_init() assert. | Gleb Smirnoff | 2012-08-26 | 1 | -1/+1 |
* | - When running out of swzone, instead of spewing an error message every | Dag-Erling Smørgrav | 2012-08-16 | 1 | -1/+33 |
* | For old mmap syscall, when executing on amd64 or ia64, enforce the | Konstantin Belousov | 2012-08-14 | 1 | -0/+7 |
* | Adjust the r205536, by allowing a non-zero offset for anonymous | Konstantin Belousov | 2012-08-14 | 1 | -5/+17 |
* | Do not leave invalid pages in the object after the short read for a | Konstantin Belousov | 2012-08-14 | 3 | -4/+10 |
* | Never sleep on busy pages in vm_pageout_launder(), always skip them. Long | Alan Cox | 2012-08-07 | 1 | -12/+3 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | Konstantin Belousov | 2012-08-05 | 4 | -2/+3 |
* | Reduce code duplication and exposure of direct access to struct | Konstantin Belousov | 2012-08-04 | 3 | -31/+36 |
* | Inline vm_page_aflags_clear() and vm_page_aflags_set(). | Alan Cox | 2012-08-03 | 2 | -64/+79 |
* | Eliminate an unneeded declaration. (I should have removed this as part | Alan Cox | 2012-07-30 | 1 | -1/+0 |
* | Do not requeue held page or page for which locking failed, just leave | Konstantin Belousov | 2012-07-26 | 1 | -21/+35 |
* | Addendum to r238604. If the inactive queue scan isn't restarted, then | Alan Cox | 2012-07-24 | 1 | -4/+3 |
* | Do not restart scan of the inactive queue when non-inactive page is | Konstantin Belousov | 2012-07-18 | 1 | -5/+1 |
* | Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similar | Alan Cox | 2012-07-18 | 4 | -238/+140 |
* | Correct vm_page_alloc_contig()'s implementation of VM_ALLOC_NODUMP. | Alan Cox | 2012-07-17 | 1 | -1/+1 |
* | Various improvements to vm_contig_grow_cache(). Most notably, even when | Alan Cox | 2012-07-16 | 1 | -22/+31 |
* | Correct an off-by-one error in vm_reserv_alloc_contig() that resulted in | Alan Cox | 2012-07-15 | 1 | -1/+1 |
* | Fix a bug with memguard(9) on 32-bit architectures without a | Matthew D Fleming | 2012-07-15 | 3 | -16/+16 |
* | If vm_contig_grow_cache() is allowed to sleep, then invoke the vm_lowmem | Alan Cox | 2012-07-14 | 1 | -0/+15 |
* | Move kmem_alloc_{attr,contig}() to vm/vm_kern.c, where similarly named | Alan Cox | 2012-07-14 | 2 | -144/+142 |
* | Document the object type movements, related to swp_pager_copy(), | Attilio Rao | 2012-07-11 | 1 | -0/+9 |
* | Avoid vm page queues lock leak after r238212. | Konstantin Belousov | 2012-07-08 | 1 | -4/+2 |
* | Drop page queues mutex on each iteration of vm_pageout_scan over the | Konstantin Belousov | 2012-07-07 | 1 | -23/+38 |
* | Add missing sleep stat increase | Eitan Adler | 2012-07-07 | 1 | -0/+1 |
* | Style. | Konstantin Belousov | 2012-07-06 | 1 | -3/+3 |
* | Honor db_pager_quit in 'show uma' and 'show malloc'. | John Baldwin | 2012-07-02 | 1 | -0/+2 |
* | Add new pmap layer locks to the predefined lock order. Change the names | Alan Cox | 2012-06-27 | 2 | -9/+6 |
* | - Add a comment explaining the locking of the cached pages pool held | Attilio Rao | 2012-06-22 | 1 | -1/+14 |
* | Selectively inline vm_page_dirty(). | Alan Cox | 2012-06-20 | 2 | -3/+28 |
* | Move the per-thread deferred user map entries list into a private list | John Baldwin | 2012-06-20 | 1 | -3/+6 |
* | Do a more targeted check on the page cache and avoid to check the cache | Attilio Rao | 2012-06-16 | 1 | -1/+1 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | Alan Cox | 2012-06-16 | 6 | -14/+17 |
* | Use the previous stack entry protection and max protection to correctly | Konstantin Belousov | 2012-06-10 | 1 | -1/+1 |
* | Revert r236380 | Eitan Adler | 2012-06-01 | 1 | -15/+0 |
* | Add sysctl to query amount of swap space free | Eitan Adler | 2012-06-01 | 1 | -0/+15 |
* | Tweak condition for disabling allocation from per-CPU buckets in | Maksim Yevmenkin | 2012-05-23 | 1 | -4/+1 |
* | Calculate the count of per-process cow faults. Export the count to | Konstantin Belousov | 2012-05-23 | 1 | -0/+1 |
* | vm_pager_object_lookup: small performance optimization | Andriy Gapon | 2012-05-23 | 1 | -6/+7 |
* | Fix booting on ARM. | Andrew Turner | 2012-05-22 | 1 | -1/+1 |
* | Replace the list of PVOs owned by each PMAP with an RB tree. This simplifies | Nathan Whitehorn | 2012-05-20 | 1 | -1/+1 |
* | Do not double-reference the found vm object in cdev_pager_lookup(). | Konstantin Belousov | 2012-05-18 | 1 | -1/+0 |
* | Add new pager type, OBJT_MGTDEVICE. It provides the device pager | Konstantin Belousov | 2012-05-12 | 4 | -10/+50 |
* | Add a facility to register a range of physical addresses to be used | Konstantin Belousov | 2012-05-12 | 4 | -13/+146 |
* | Split the code from vm_page_getfake() to initialize the fake page struct | Konstantin Belousov | 2012-05-12 | 2 | -1/+18 |
* | Assert that the page passed to vm_page_putfake() is unmanaged. | Konstantin Belousov | 2012-05-12 | 1 | -0/+1 |
* | Assert that fictitious or unmanaged pages do not appear on | Konstantin Belousov | 2012-05-12 | 1 | -0/+9 |