Age | Commit message (Expand) | Author |
2015-07-17 | Release the kernel lock while tearing down the uvm map in the reaper. Speeds | Mark Kettenis |
2015-06-27 | uvm_pmr_get1page() should return psize_t, not int; dhill@ | Miod Vallat |
2015-06-20 | Fix a bug that causes uvm_pmr_get1page() to fail for allocations that | Mark Kettenis |
2015-05-07 | Pass a thread pointer instead of its file descriptor table to getvnode(9). | Martin Pieuchot |
2015-05-07 | fix indentation | Jonathan Gray |
2015-05-06 | make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it call | David Gwynne |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-05-04 | reduce the scope of things that include uvm_swap_encrypt.h. | David Gwynne |
2015-04-23 | tedu remnants of the previous attempt to implement page zeroing in | David Gwynne |
2015-04-23 | dont need \n on panic strings | David Gwynne |
2015-04-22 | having macros provide semicolons is dangerous. | David Gwynne |
2015-03-30 | Revert 1.173 (special-casing mips64) now that uvm_map_hint()'s return value is | Miod Vallat |
2015-03-30 | Extend uvm_map_hint() to get an address range as extra arguments, and make | Miod Vallat |
2015-03-30 | #if 0 various unused definitions. | Miod Vallat |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-28 | Typo in comment 'reseve' -> 'reserve' | Mike Larkin |
2015-02-19 | Remove a lie from a comment that ratholed me for an evening. | Mike Larkin |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-13 | Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced | Todd C. Miller |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-09 | Stop using USRSTACK as the edge of the stack, but rather use the vmspace | Miod Vallat |
2015-02-09 | Make sure we actually have an entry before checking its limits. | Mark Kettenis |
2015-02-08 | Something is subtly wrong with this. On ramdisks, processes run out of | Theo de Raadt |
2015-02-07 | Introduce VM_KERNEL_SPACE_SIZE as a replacement for | Miod Vallat |
2015-02-07 | Tedu the old idle page zeroing code. | Mark Kettenis |
2015-02-07 | recombine some of the split uvm_mmap functions. the precondition checks | Ted Unangst |
2015-02-06 | -Split out uvm_mmap and uvm_map into a version for anon's and a version | Bob Beck |
2015-02-06 | Clear PQ_AOBJ before calling uvm_pagefree(), clearing up one false XXX | Theo de Raadt |
2015-02-06 | make vm_map_lock lock when it's supposed to. add mutex to protect flags | Ted Unangst |
2015-02-05 | Remove some unneeded <uvm/uvm_extern.h> inclusions. | Martin Pieuchot |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-23 | Make km_alloc(9) use the direct map for all "phys contig" mappings requested | Mark Kettenis |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2015-01-13 | pass the vnd xfer pointer to the tasks callback as part of the | David Gwynne |
2014-12-23 | convert pool_init nointr to waitok | Ted Unangst |
2014-12-23 | I don't like these macros, they obscure the code. | Ted Unangst |
2014-12-23 | convert nointr pool_init argument to pr_waitok | Ted Unangst |
2014-12-18 | remove two useless and unused hash penalty defines | Ted Unangst |
2014-12-17 | remove lock.h from uvm_extern.h. another holdover from the simpletonlock | Ted Unangst |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-15 | don't drop the kernel lock everytime. on a busy system, this results in | Ted Unangst |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-09 | Sprinkle in a little more mallocarray(). | Doug Hogan |
2014-12-05 | Introduce a new sysctl to retrieve VM map entries | Masao Uebayashi |
2014-11-30 | panic if the kernel requests W | X pages; ok kettenis | Theo de Raadt |
2014-11-27 | The sti(4) driver copies its ROM into kernel memory and executes the code | Mark Kettenis |
2014-11-21 | somebody permitted simple_locks back into uvm. they will be referred to | Ted Unangst |
2014-11-21 | Kill kv_executable flag. We no longer allow requests for PROT_EXEC | Theo de Raadt |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |