Age | Commit message (Expand) | Author |
2019-01-18 | delete vmm(4) in i386 | pd |
2018-05-28 | More steps for i386 Meltdown fix: | Alexander Bluhm |
2018-04-11 | More steps for i386 Meltdown fix: | Alexander Bluhm |
2016-10-21 | vmm(4) for i386. Userland changes forthcoming. Note that for the time being, | Mike Larkin |
2016-03-15 | Burn more LDT deadwood: stop allocating one for each idle thread, | Philip Guenther |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-03 | Remove option USER_LDT and everything depending on it. | Christian Weisgerber |
2015-10-23 | Zap pv allocation abstraction layer. | Mark Kettenis |
2015-08-22 | delete some wrong comments | Mike Larkin |
2015-08-20 | Remove an unused #include file from i386 and amd64 pmap.h | Mike Larkin |
2015-07-02 | Make the i386 pmap (almost) mpsafe by protecting the pmap itself, the pv | Mark Kettenis |
2015-04-21 | Reduce differences between i386 pmap modes. | Mike Larkin |
2015-04-12 | Fix some KNF, spacing, and typo issues. Moving the deck chairs around to | Mike Larkin |
2015-04-12 | Bring PAE code back to life, in a different form. This diff (via bluhm then | Mike Larkin |
2015-03-13 | move some deck chairs around in preparation for i386 PAE. no functional | Mike Larkin |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2014-12-23 | backout previous, because libkvm needs two pieces. will let mike | Theo de Raadt |
2014-12-22 | Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only other | Mike Larkin |
2014-12-02 | delete all the simplelocks. ok deraadt | Ted Unangst |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-06 | Increase NPTECL, as cache-lines are 64-bytes nowadays. | Stefan Fritsch |
2013-03-31 | try to avoid pulling in pte.h and other more crazy things. Checked against | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | 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-06-25 | ansi, no binary change | Jonathan Gray |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-05-08 | Page Attribute Tables (PAT) support for x86. | Owain Ainsworth |
2009-12-09 | add two new MD only pmap apis to amd64 and i386 (not to be used in MI | Owain Ainsworth |
2009-08-11 | fix some stupidity in x86 bus_space_map. | Owain Ainsworth |
2009-06-03 | Just like on amd64. Instead of keeping a bitmap of which cpus a pmap | Artur Grabowski |
2009-02-05 | add MD PMAP_NOCACHE flag to i386 and use it to implement the | Owain Ainsworth |
2008-12-18 | Don't set the global bit PG_G for kernel pmap low memory mappings. Use a | Kurt Miller |
2008-11-22 | Allow wired memory to be accounted on i386. This automatically changes | Mike Belopuhov |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-05-29 | Remove support for 80386 processors. Apologies if you have one of | Tom Cosgrove |
2007-05-25 | Replace the overdesigned and overcomplicated tlb shootdown code with | Artur Grabowski |
2007-04-26 | Switch i386 pmap to VM_PAGE_MD. We store the MOD/REF flags in | Artur Grabowski |
2007-04-12 | untypo | Artur Grabowski |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove |
2006-04-27 | implement separate PAE pmap that allows access to 64g of physmem | Michael Shalayeff |
2006-01-12 | Move to using gdt only (no more ldt in general case) but with a variable | Tobias Weingartner |
2005-11-23 | finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thu... | Michael Shalayeff |
2005-11-22 | pm_pdirpa is apaddr_t and PTDpaddr (on the contrary) is u_int32_t | Michael Shalayeff |
2005-11-14 | convert and remove the last traces of i386_round_page(), | Martin Reindl |
2004-12-14 | fix a comment. | Hans-Joerg Hoexer |