Age | Commit message (Expand) | Author |
2015-04-09 | Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2014-12-17 | minimal removal of simplelock to eliminate lock.h dependency | Ted Unangst |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2013-08-08 | Add PMAP_NOCACHE as an alias for PMAP_NC for use in semi-MI code. | Mark Kettenis |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-03-31 | try to avoid pulling in pte.h and other more crazy things. Checked against | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2011-05-18 | Turns out VA_ALIAS_MASK is indeed a mask, but with the PAGE_MASK deceptively | Ariane van der Steldt |
2011-05-18 | Better make PMAP_PREFER_ALIGN() a rounded value, as done on other arches; | Miod Vallat |
2011-05-18 | Off-by-two in PMAP_PREFER_ALIGN definition; found the hard way by matthieu@ | Miod Vallat |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2009-02-12 | Add a pm_statistics struct to all pmap, and keep track of resident | Miod Vallat |
2008-06-09 | Sparc64 MMUs have an address hole, too, and the pmap implementation we | Miod Vallat |
2007-12-14 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt |
2007-10-17 | Spin up secondary CPUs on MULTIPROCESSOR kernels. Works on UltraSPARC-III | Mark Kettenis |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2006-06-29 | Fix PMAP_PREFER and make it use VA_ALIAS_MASK to prevent me from breaking | Mark Kettenis |
2006-05-31 | It's bit 13 that's causing the address aliasing in the cache, not bit 14. | Mark Kettenis |
2005-12-12 | Nuke unused pmap_from_phys_address(). | Miod Vallat |
2004-08-09 | Needs a non-empty pmap_unuse_final() as sparc. | Miod Vallat |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-08-18 | Some more includes from NetBSD. | Artur Grabowski |