| Age | Commit message (Expand) | Author |
| 2018-02-25 | fix the DIAGNOSTIC function pmap_tlb_asid_count() to not expect | jdolecek |
| 2018-02-25 | adjust KASSERT() triggered in PR port-cobalt/53054 to provide more info | jdolecek |
| 2018-02-21 | KERNEL_PID is > 0 on powerpc/ibm4xx, need to mask all bits <0, | jdolecek |
| 2018-02-19 | convert to use actual __BITMAP_*() macros from <sys/bitops.h>, and make | jdolecek |
| 2018-02-19 | a bit of DRY - add macro for initial free ASID count | jdolecek |
| 2018-02-19 | make it possible to not use the icache evcnts | jdolecek |
| 2018-02-09 | Use UVM_PROT_RW instead of UVM_PROT_ALL. This doesn't change anything, | maxv |
| 2018-02-06 | uvm_map_extract() has an indentation issue. | mrg |
| 2018-01-21 | CID-1427737: Pacify coverity using KASSERT | christos |
| 2018-01-06 | Revert vadvise(2) removal | kamil |
| 2017-12-19 | Drop SYS_vadvise | kamil |
| 2017-12-19 | Drop SYS_sbrk | kamil |
| 2017-12-19 | Drop the sstk(2) syscall stub | kamil |
| 2017-12-15 | Match locking notes with reality. | maya |
| 2017-12-02 | add two new members to uvmexp_sysctl{}: bootpages and poolpages. | mrg |
| 2017-11-20 | In uvm_fault_upper_enter(), if pmap_enter(PMAP_CANFAIL) fails, assert that | chs |
| 2017-11-14 | remove duplicate prototype. | mrg |
| 2017-10-30 | Remove unneeded casts to (uintptr_t). This is already taken care of in | pgoyette |
| 2017-10-30 | And replace an instance of "%p" conversion with "%#jx" | pgoyette |
| 2017-10-30 | Remove a stray '"' (obvious typo) and add a couple of casts that are | kre |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-10-27 | [syzkaller] Fix for PR #52658 as suggested by riastradh@ | utkarsh009 |
| 2017-10-01 | Fix user-triggerable kernel crash as reported in PR kern/52573 (from | pgoyette |
| 2017-09-07 | There's no need to call pmap_tlb_invalidate_addr if pmap_remove_all was | skrll |
| 2017-07-09 | PR/52384: make uvm_fault_check() return EFAULT not EACCES, like our man pages | christos |
| 2017-07-02 | Export the guard size of the main thread via vm.guard_size. Add a | joerg |
| 2017-06-24 | Use pte_set | skrll |
| 2017-06-24 | Trailing whitespace | skrll |
| 2017-06-24 | Use __BIT(0) for PV_KENTER. NFC. | skrll |
| 2017-06-24 | Whitespace - comment alignment. | skrll |
| 2017-06-24 | Multiple inclusion protection define consistency | skrll |
| 2017-06-23 | Recommit exec_subr.c revision 1.79: | joerg |
| 2017-06-07 | Use __BIT(). No functional change. | skrll |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-30 | add assertions that would have caught the recent audio mmap bugs. | chs |
| 2017-05-26 | Whitespace | skrll |
| 2017-05-26 | Remove incorrect __diagused | skrll |
| 2017-05-26 | Use the define name PMAP_HWPAGEWALKER and not PMAP_TLB_HWPAGEWALKER | skrll |
| 2017-05-23 | sprinkle __diagused to fix the powerpc build, which is not DIAGNOSTIC. | christos |
| 2017-05-20 | MAP_FIXED means something different for mremap() than it does for mmap(), | chs |
| 2017-05-19 | Add missing , to fix syntax | kamil |
| 2017-05-19 | make MAP_FIXED mapping operations atomic. fixes PR 52239. | chs |
| 2017-05-19 | mention the man page instead of the command. | christos |
| 2017-05-19 | Provide a helpful message to the user trying to run an birary that needs page | christos |
| 2017-05-18 | more snprintb bits | christos |
| 2017-05-17 | snprintb(3) for UVM_FLAGS. | christos |
| 2017-05-12 | KASSERT -> KASSERTMSG | skrll |
| 2017-05-12 | Trailing whitespace | skrll |
| 2017-05-12 | Sprinkle some KASSERTs | skrll |
| 2017-05-07 | Fix a comment | skrll |