]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/amd64/pmap.c
Tweak the probe/attach order of devices on the x86 nexus devices.
[FreeBSD/FreeBSD.git] / sys / amd64 / amd64 / pmap.c
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-10 alcCompletely eliminate "avail_start". It serves no usefu...
2007-03-05 alcAcquiring smp_ipi_mtx on every call to pmap_invalidate_...
2007-02-19 kibMFi386 rev. 1.544 of i386/i386/pmap.c:
2007-02-18 alcEliminate some acquisitions and releases of the page...
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-05 ruUse a different bitmask for superpages' base address...
2006-11-23 ruUse a define instead of a "magic" value.
2006-11-23 ruFinish the PG_NX support at the pmap level.
2006-11-19 alcThe global variable avail_end is redundant and only...
2006-11-12 alcMake pmap_enter() responsible for setting PG_WRITEABLE...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-22 alcEliminate unnecessary PG_BUSY tests.
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-14 jhbDon't try to preserve PAT bits in pmap_enter(). We...
2006-08-11 jhbFirst pass at allowing memory to be mapped using cache...
2006-08-06 alcEliminate the acquisition and release of the page queue...
2006-08-01 alcComplete the transition from pmap_page_protect() to...
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-20 alcAdd pmap_clear_write() to the interface between the...
2006-07-17 alcNow that free_pv_entry() accesses the pmap, call free_p...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-06 alcMake two simplifications to pmap_ts_referenced(): Elimi...
2006-07-05 alcpmap_clear_ptes() is already convoluted. This will...
2006-07-02 alcCorrect an error in the new pmap_collect(), thus only...
2006-07-01 alcTidy up pmap_ts_referenced(): Eliminate excessive white...
2006-07-01 alcEliminate the remaining uses of "register".
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-27 alcCorrect a very old and very obscure bug: vmspace_fork...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-25 alcEliminate a comment that became stale after revision...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-20 alcChange get_pv_entry() such that the call to vm_page_all...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-15 upsRemove mpte optimization from pmap_enter_quick().
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-12 alcDon't invalidate the TLB in pmap_qenter() unless the...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-05 alcIntroduce the function pmap_enter_object(). It maps...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-01 jhbAdd various constants for the PAT MSR and the PAT PTE...
2006-05-01 jhbAdd a new 'pmap_invalidate_cache()' to flush the CPU...
2006-04-29 alcEliminate unnecessary, recursive acquisitions and relea...
2006-04-27 alcIn general, bits in the page directory entry (PDE)...
2006-04-26 peterMove vm.pmap.pv_entry_count out from the PV_STATS ifdef...
2006-04-21 peterOops. Minidumps were developed on 6.x, in without...
2006-04-21 peterIntroduce minidumps. Full physical memory crash dumps...
2006-04-18 peterIf we're doing a try-alloc of a pv entry and give up...
2006-04-18 peterpv_entry_count is more than a statistic. It is used...
2006-04-13 alcInclude opt_pmap.h for PMAP_SHPGPERPROC.
2006-04-12 alcRetire pmap_track_modified(). We no longer need it...
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-04 peterConvert pv_entry_frees and pv_entry_allocs stats counte...
2006-04-03 peterShrink the amd64 pv entry from 48 bytes to about 24...
2006-04-03 peterRemove the unused sva and eva arguments from pmap_remov...
next