| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r253095: | Konstantin Belousov | 2013-07-12 | 1 | -1/+1 |
| * | Merge the second part of the unmapped I/O changes. This enables the | Scott Long | 2013-06-18 | 1 | -13/+33 |
| * | MFC r243333: | Jaakko Heinonen | 2012-12-21 | 1 | -1/+1 |
| * | MFC r237168 | Alan Cox | 2012-09-20 | 1 | -1/+1 |
| * | MFC r239723: | Sergey Kandaurov | 2012-08-28 | 1 | -1/+1 |
| * | MFH (r239327): warn when too much swap is configured, and avoid flooding | Dag-Erling Smørgrav | 2012-08-24 | 1 | -1/+33 |
| * | MFC r231378: | Ed Schouten | 2012-03-02 | 1 | -3/+3 |
| * | MFC 230877: | Alexander Motin | 2012-02-08 | 1 | -1/+1 |
| * | MFC r228432: | Konstantin Belousov | 2011-12-30 | 1 | -1/+1 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -2/+2 |
| * | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | Konstantin Belousov | 2011-09-06 | 1 | -1/+1 |
| * | Update some comments in swap_pager.c. | Konstantin Belousov | 2011-08-22 | 1 | -30/+17 |
| * | Apply the limit to avoid the overflows in the radix tree subr_blist.c | Konstantin Belousov | 2011-08-22 | 1 | -10/+12 |
| * | Implement the linprocfs swaps file, providing information about the | Konstantin Belousov | 2011-08-01 | 1 | -20/+38 |
| * | All the racct_*() calls need to happen with the proc locked. Fixing this | Edward Tomasz Napierala | 2011-07-06 | 1 | -0/+6 |
| * | Reap old SPL comments. | David E. O'Brien | 2011-04-26 | 1 | -35/+2 |
| * | Add accounting for most of the memory-related resources. | Edward Tomasz Napierala | 2011-04-05 | 1 | -0/+19 |
| * | Change the return type of vmspace_swap_count to a long to match the other | Rebecca Cran | 2011-03-01 | 1 | -2/+2 |
| * | Calculate and return the count in vmspace_swap_count as a vm_offset_t | Rebecca Cran | 2011-02-23 | 1 | -7/+8 |
| * | Move the definition of M_VMPGDATA to the swap pager, where the only | Alan Cox | 2011-01-18 | 1 | -0/+1 |
| * | There can be more than 0x20000000 swap meta blocks allocated if a swap-backed | Rebecca Cran | 2011-01-01 | 1 | -4/+0 |
| * | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | Edward Tomasz Napierala | 2010-12-02 | 1 | -16/+18 |
| * | PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and comments | Andriy Gapon | 2010-10-20 | 1 | -2/+2 |
| * | Call vm_page_deactivate() rather than vm_page_dontneed() in | Alan Cox | 2010-05-09 | 1 | -4/+2 |
| * | Remove the page queues lock around a call to vm_page_activate(). Make the | Alan Cox | 2010-05-09 | 1 | -3/+1 |
| * | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | Alan Cox | 2010-05-08 | 1 | -16/+13 |
| * | Eliminate unnecessary page queues locking. | Alan Cox | 2010-05-07 | 1 | -4/+0 |
| * | On Alan's advice, rather than do a wholesale conversion on a single | Kip Macy | 2010-04-30 | 1 | -6/+22 |
| * | In swap pager, do not free the non-requested pages from the run if they are | Konstantin Belousov | 2010-04-29 | 1 | -3/+11 |
| * | Setting PG_REFERENCED on the requested page in swap_pager_getpages() is | Alan Cox | 2010-04-17 | 1 | -5/+1 |
| * | Add sysctl documentation strings. The descriptions are derived | Ivan Voras | 2009-11-02 | 1 | -3/+7 |
| * | Remove spurious call to priv_check(PRIV_VM_SWAP_NOQUOTA). | Konstantin Belousov | 2009-10-18 | 1 | -6/+4 |
| * | Initialize the uip to silence gcc warning that seems to sneak in in some | Konstantin Belousov | 2009-06-24 | 1 | -0/+1 |
| * | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -7/+152 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Fix typo. | Konstantin Belousov | 2009-04-28 | 1 | -2/+2 |
| * | Eliminate an errant comment. | Alan Cox | 2009-04-26 | 1 | -2/+1 |
| * | Eliminate unnecessary calls to pmap_clear_modify(). Specifically, calling | Alan Cox | 2009-04-25 | 1 | -8/+8 |
| * | Eliminate stale comments. | Alan Cox | 2009-02-20 | 1 | -4/+0 |
| * | Move the code for doing out-of-memory grass from vm_pageout_scan() | Konstantin Belousov | 2008-09-29 | 1 | -3/+6 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
| * | If the kernel has run out of metadata for swap, then explicitly panic() | John Baldwin | 2008-07-30 | 1 | -1/+1 |
| * | Use the VM_ALLOC_INTERRUPT for the page requests when allocating memory | Konstantin Belousov | 2008-07-11 | 1 | -7/+5 |
| * | add malloc flag to blist so that it can be used in ithread context | Kip Macy | 2008-05-05 | 1 | -1/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -3/+3 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -3/+3 |
| * | When MAC is enabled in the kernel, fix a panic triggered by a locking | Christian S.J. Peron | 2008-01-08 | 1 | -8/+8 |
| * | o Fix panic message: it's swap_pager_putpages() not swap_pager_getpages(). | Maxim Konovalov | 2007-11-02 | 1 | -1/+1 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -2/+2 |
| * | Consider a scenario in which one processor, call it Pt, is performing | Alan Cox | 2007-08-05 | 1 | -3/+1 |