freebsd-dev/sys/amd64
Jake Burkholder 4d3f408cee - Added support for multiple page directory pages to pmap_pinit and
pmap_release.
- Merged pmap_release and pmap_release_free_page.  When pmap_release is
  called only the page directory page(s) can be left in the pmap pte object,
  since all page table pages will have been freed by pmap_remove_pages and
  pmap_remove.  In addition, there can only be one reference to the pmap and
  the page directory is wired, so the page(s) can never be busy.  So all there
  is to do is clear the magic mappings from the page directory and free the
  page(s).

Sponsored by:	DARPA, Network Associates Laboratories
2003-03-12 07:38:37 +00:00
..
acpica Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
amd64 - Added support for multiple page directory pages to pmap_pinit and 2003-03-12 07:38:37 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Implemented "nooption" and "nomakeoption" config(8) tokens. 2003-02-26 23:36:59 +00:00
ia32 Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
include Use bus_space_handle_t to represent host port and virtual addresses; 2003-03-11 19:43:38 +00:00
isa Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
pci Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been 2003-02-18 03:36:49 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00