freebsd-skq/sys/i386
alc 953ef877b2 MFC revision 1.525
When support for 2MB/4MB pages was added in revision 1.148 an error was
  made in pmap_protect(): The pmap's resident count should not be reduced
  unless mappings are removed.

  The errant change to the pmap's resident count could result in a later
  pmap_remove() failing to remove any mappings if the errant change has set
  the pmap's resident count to zero.

MFC revision 1.526
  Decouple the unrefing of a page table page from the removal of a pv entry.
  In other words, change pmap_remove_entry() such that it no longer unrefs
  the page table page.  Now, it only removes the pv entry.

MFC revision 1.527
  Eliminate unneeded diagnostic code.

MFC revision 1.528
  Eliminate unneeded diagnostic code.

  Eliminate an unused #include.  (Kernel stack allocation and deallocation
  long ago migrated to the machine-independent code.)

MFC revision 1.529
  Simplify the page table page reference counting by pmap_enter()'s change of
  mapping case.

  Eliminate a stale comment from pmap_enter().

MFC revision 1.530
  When pmap_allocpte() destroys a 2/4MB "superpage" mapping it does not
  reduce the pmap's resident count accordingly.  It should.

MFC revision 1.532
  Eliminate unnecessary TLB invalidations by pmap_enter().  Specifically,
  eliminate TLB invalidations when permissions are relaxed, such as when a
  read-only mapping is changed to a read/write mapping.  Additionally,
  eliminate TLB invalidations when bits that are ignored by the hardware,
  such as PG_W ("wired mapping"), are changed.
2005-11-15 05:54:54 +00:00
..
acpica MFC: canonify the include of acpi.h. 2005-11-07 09:53:25 +00:00
bios MFC: Minor fixes and add amd64 support: 2005-10-06 20:43:44 +00:00
compile
conf MFC: hptmv is not compatible with PAE. 2005-11-08 22:28:37 +00:00
cpufreq MFC rev 1.12: set to 100% on boot 2005-10-25 20:52:44 +00:00
i386 MFC revision 1.525 2005-11-15 05:54:54 +00:00
ibcs2 Regenerate. 2005-07-20 17:43:53 +00:00
include MFC: Add atomic_fetchadd(9) operation for types int and 32. 2005-10-06 18:12:06 +00:00
isa MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4, 2005-10-05 21:48:03 +00:00
linux MFC: Propagate return value of the kern_execve() to the caller properly. 2005-08-04 23:25:32 +00:00
pci MFC: Merge resource fixes for pci devices on pci0 for ioport. 2005-09-18 02:55:10 +00:00
svr4 /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 22:18:23 +00:00
xbox This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2005-11-14 18:38:00 +00:00
Makefile