| Age | Commit message (Expand) | Author |
| 2022-07-19 | alpha: Fix missing includes in pmap.h. | riastradh |
| 2021-05-31 | Additional comment about the range (0-1025) that's needed for the PT page | thorpej |
| 2021-05-31 | After a comment by joerg@, go back to using a dedicated field for the | thorpej |
| 2021-05-30 | Implement pmap_remove_all(). | thorpej |
| 2021-05-30 | When removing mappings, hang PV entries to be freed off of the | thorpej |
| 2021-05-30 | Keep track of a pmap's PV entries with a list hanging off the pmap. | thorpej |
| 2021-05-30 | Store the modified / referenced attribute bits in the lower 2 bits of | thorpej |
| 2021-05-30 | Define a macro, VM_MDPAGE_PVS(), for fetching the first pv entry | thorpej |
| 2021-05-30 | Pages that are in-use as page table pages should never be part of a | thorpej |
| 2021-05-30 | Track the PT pages allocated to a pmap in the pmap itself. | thorpej |
| 2021-05-30 | Define a pmap_pagelist LIST_HEAD and use it where we used ad hoc LIST_HEADs | thorpej |
| 2021-05-29 | Move the pointer to the pmap's lev1map out of the shared pmap structure | thorpej |
| 2021-05-29 | Rather than tracking "needs I-sync on return to userspace" in a bitmap, | thorpej |
| 2021-05-29 | Rename pmap_asn_info to pmap_percpu, and pmap::pm_asni to pmap::pm_percpu. | thorpej |
| 2021-05-24 | pmap_tlb_shootdown_all_user() can be called in the PV scenario as well | thorpej |
| 2020-09-03 | Clean up all of the _PMAP_MAY_USE_PROM_CONSOLE crapola, centralizing the | thorpej |
| 2020-08-29 | - Centralize per-CPU pmap initialization into a new pmap_init_cpu() | thorpej |
| 2020-07-23 | unifdef -U_LKM | skrll |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2018-05-19 | Implement PMAP_DIRECT / pmap_direct_process() in support of experimental | thorpej |
| 2014-01-01 | Fix PMAP_SIZEOF() to deal with that the pmap has 0 pmap_asn_info now. | matt |
| 2013-11-04 | convert to flex array | christos |
| 2012-02-06 | Do a minor cleanup of alpha (this will make applying pullups post branching | matt |
| 2010-11-14 | Move struct vm_page_md definition from vmparam.h to pmap.h, because | uebayasi |
| 2009-10-26 | Garbage-collect pmap_do_reactivate() and the associated IPI -- nothing has | thorpej |
| 2009-03-15 | ansify function definitions | cegger |
| 2008-12-09 | In case of no _KERNEL_OPT, always define _PMAP_MAY_USE_PROM_CONSOLE | pooka |
| 2008-12-09 | Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr, | pooka |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-10 | Finish moving alpha over to the MI atomic ops. | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-04-02 | Static'ify. | thorpej |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-02 | Make this compile with gcc3. Change kernel_pmap_store to array of struct | matt |
| 2003-04-09 | POOL_VTOPHYS: Cast argument to ALPHA_K0SEG_TO_PHYS() to vaddr_t to | nathanw |
| 2003-04-09 | Add the ability for pool caches to cache the physical address of | thorpej |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2002-09-24 | Remove the TCWSCONS config now that zstty can do flow control on IOASIC | ad |
| 2002-09-22 | it really helps to get the stub right before cutting + pasting it 27 times. | chs |
| 2002-09-22 | add pmap_remove_all() hook (empty on most platforms so far). | chs |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-07-15 | Defer sending shootdown IPIs a bit longer. Reduces traffic a fair | thorpej |
| 2001-07-15 | - Tweak the pmap locking protocol slightly -- require that a pmap must | thorpej |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-26 | replace vm_page_t with struct vm_page *. | chs |