Age | Commit message (Expand) | Author |
2013-07-09 | back out the cache flipper temporarily to work out of tree. | Bob Beck |
2013-06-21 | Buffer cache pages are wired but not counted as such. Therefore we have to | Mark Kettenis |
2013-06-11 | High memory page flipping for the buffer cache. | Bob Beck |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-07 | Add proper mmap(2) support for drm(4)/inteldrm(4). This changes the | Mark Kettenis |
2013-05-30 | in the brave new world of void *, we don't need caddr_t casts | Ted Unangst |
2013-05-30 | UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT. | Ted Unangst |
2013-05-30 | remove lots of comments about locking per beck's request | Ted Unangst |
2013-05-30 | remove simple_locks from uvm code. ok beck deraadt | Ted Unangst |
2013-05-29 | uvm_loan has not (ever) been compiled or used. | Ted Unangst |
2013-05-23 | the simplelock is a lie | Ted Unangst |
2013-05-14 | restore ABI compatibility; guenther | Miod Vallat |
2013-05-14 | Remove `swapin' and `swapout' from uvm statistics, since we don't swap out | Miod Vallat |
2013-05-03 | fix mem leak in swapmount | Florian Obser |
2013-04-17 | it is better if we always start addr at something reasonable, and | Ted Unangst |
2013-04-17 | do not permanently avoid the BRKSIZ gap in the heap for mmap. after some | Ted Unangst |
2013-04-17 | Unbreak and cleanup diskless swap automount. | Florian Obser |
2013-03-31 | do not need machine/cpu.h directly | Theo de Raadt |
2013-03-28 | do not copy additional kernel memory into the swapent.se_path[] | Theo de Raadt |
2013-03-27 | combine several atomic_clearbits calls into one. slightly faster on | Ted Unangst |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-12 | preserving main-branch topology for a perverse reason: | Theo de Raadt |
2013-03-12 | preserving main-branch topology for a perverse reason: | Theo de Raadt |
2013-03-12 | preserving main-branch topology for a perverse reason: | Theo de Raadt |
2013-03-12 | Fix horrible typo of mine checking for WAITOK flags, found by sthen. | Bob Beck |
2013-03-06 | Account for the size of the allocation when defending the pagedaemon reserve. | Bob Beck |
2013-03-03 | Use local vm_physseg pointers instead of compting vm_physmem[index] gazillions | Miod Vallat |
2013-03-02 | Simplify uvm_pagealloc() to only need one atomic operation on the page flags | Miod Vallat |
2013-02-10 | Don't wait for memory from pool while holding vm_map_lock or we can | Bob Beck |
2013-02-07 | Bring back reserve enforcement and page daemon wakeup into uvm_pglistalloc, | Bob Beck |
2013-02-07 | make sure the page daemon considers BUFPAGES_INACT when deciding | Bob Beck |
2013-01-29 | 7 &&'ed elements in a single KASSERT involving complex tests is just painful | Bob Beck |
2013-01-21 | Stop hiding when this is failing - make this as obvious as it is | Bob Beck |
2013-01-16 | in uvm_coredump, use RB_FOREACH_SAFE because we are torturing the map | Theo de Raadt |
2013-01-16 | oops, one IO_NODELOCKED left behind in the a.out coredumper | Theo de Raadt |
2013-01-15 | Allow SIGKILL to terminate coredumping processes. Semantics decided | Theo de Raadt |
2013-01-15 | Slice & dice coredump write requests into MAXPHYS blocks, and | Theo de Raadt |
2012-12-10 | Always back the buffer cache off on any page daemon wakeup. This avoids | Bob Beck |
2012-11-10 | Number of swap pages in use must be smaller than tha total number of swap | Mark Kettenis |
2012-11-07 | Fix the buffer cache. | Bob Beck |
2012-10-18 | Wiring map entries with VM_PROT_NONE only waists RAM and bears no | Gerhard Roth |
2012-09-20 | Now that none of our installation media runs off the swap area, don't bother | Miod Vallat |
2012-07-21 | Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED to | Matthew Dempsky |
2012-07-18 | comment typo; s/lineair/linear/ | Matthew Dempsky |
2012-07-12 | Three cases that should be failures, not successes when checking for avail | Mike Larkin |
2012-07-11 | #ifdef the uvm swap checker fn for hibernate only, to save space in kernels | Mike Larkin |
2012-07-11 | add a check for the total size of swap, abort if too small. | Mike Larkin |
2012-07-11 | add uvm_swap_check_range to scan for contig free space at end of swap. | Mike Larkin |
2012-06-14 | Remove uvm_km_kmem_grow printf. | Ariane van der Steldt |
2012-06-14 | whitespace cleanup | Jasper Lievisse Adriaanse |