| Age | Commit message (Expand) | Author |
| 2021-07-06 | Pull up following revision(s) - all via patch - | martin |
| 2020-10-04 | Pull up following revision(s) (requested by chs in ticket #1095): | martin |
| 2020-08-19 | Pull up following revision(s) (requested by chs in ticket #1057): | martin |
| 2020-05-13 | Pull up following revision(s) (requested by chs in ticket #906): | martin |
| 2020-03-08 | Pull up following revision(s) (requested by chs in ticket #764): | martin |
| 2020-02-27 | Pull up following revision(s) (requested by rin in ticket #732): | martin |
| 2019-12-27 | Pull up following revision(s) (requested by ad in ticket #584): | martin |
| 2019-11-11 | Pull up following revision(s) (requested by chs in ticket #414): | martin |
| 2019-11-01 | Addionally pull up the following revision for ticket #388: | martin |
| 2019-11-01 | Pull up following revision(s) (requested by rin in ticket #388): | martin |
| 2019-10-21 | Pull up following revision(s) (requested by maxv in ticket #355): | martin |
| 2019-07-28 | Avoid undefined behavior in uao_pagein_page(). Found by kUBSan. OK'd by | msaitoh |
| 2019-07-12 | Provide and use PV_ISKENTER_P. NFCI. | skrll |
| 2019-07-12 | Add missing lock around pmap_protect. | mlelstv |
| 2019-07-11 | Fix info leak: 'map_attrib' is not used in UVM, and contains uninitialized | maxv |
| 2019-06-19 | use __nothing | christos |
| 2019-06-19 | Once more short line to unwrap | skrll |
| 2019-06-19 | Unwrap short lines. NFCI. | skrll |
| 2019-06-19 | Make a comment generic and not MIPS specific | skrll |
| 2019-06-08 | in uvm_map_protect(), do a pmap_update() before possibly switching from | chs |
| 2019-06-01 | Misc changes in RISC-V. Start changing the memory layout, too. | maxv |
| 2019-05-28 | s/recieve/receive/ | msaitoh |
| 2019-05-20 | Usee __BIT() | skrll |
| 2019-05-20 | Trailing whitespace | skrll |
| 2019-05-09 | Avoid KASSERT(!cpu_intr_p()) when breaking into ddb and issuing | skrll |
| 2019-05-08 | uvm_pagealloc() uses UVM_PGA_* flags, not UVM_KMF_* flags, | chs |
| 2019-05-01 | allow NONE build | mlelstv |
| 2019-04-21 | Draining pools from the pagedaemon thread can deadlock, because draining | chs |
| 2019-04-21 | If a pager fault method returns ENOMEM but some memory appears to be reclaima... | chs |
| 2019-04-07 | Provide a code argument in kasan_mark(), and give a code to each caller. | maxv |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-03-14 | unify rounding and range checking. | christos |
| 2019-03-14 | Avoid a panic from the sequence | kre |
| 2019-03-08 | s/ the the / the / | msaitoh |
| 2019-03-03 | Fix bug, the entry we're iterating on is 'current', not 'entry'. Here only | maxv |
| 2019-02-17 | VM_MAXUSER_ADDRESS can be undefined when compiling module/coredump; | rin |
| 2019-01-27 | Remove end of line spaces - one (two in one line) added during recent merge, | kre |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-07 | add sysctl to easily set ubc_direct | jdolecek |
| 2018-12-23 | Simplify the KASAN API, use only kasan_mark() and explain briefly. The | maxv |
| 2018-12-17 | Raise the fill_vmentries() E2BIG limit from 1MB to 10MB | kamil |
| 2018-12-09 | for direct map case, avoid PGO_NOBLOCKALLOC when writing, it makes | jdolecek |
| 2018-12-09 | update comment - PGO_JOURNALLOCKED now supported for 'get' too | jdolecek |
| 2018-12-02 | Introduce KLEAK, a new feature that can detect kernel information leaks. | maxv |
| 2018-11-20 | need to use PGO_NOBLOCKALLOC also in ubc_alloc_direct() case, same | jdolecek |
| 2018-11-15 | Woah man, fix enormous leak. | maxv |
| 2018-11-13 | only warn once per call to uvm_pglistalloc_simple() if waiting. | mrg |
| 2018-11-04 | PMAP_MAP_POOLPAGE must not fail. Trigger assertion here instead of | mlelstv |
| 2018-09-12 | Remove this check, it has never protected against mmap on page zero, and | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |