]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
This commit was generated by cvs2svn to compensate for changes in r129694,
[FreeBSD/FreeBSD.git] / sys / amd64 /
2004-05-25 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-05-25 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-05-24 Bruce EvansOops, ".align 4" for the data section in the previous...
2004-05-24 Bruce EvansFixed profiling of trap, syscall and interrupt handlers...
2004-05-24 Bruce EvansDon't repeat the definition of IDTVEC(). It is in...
2004-05-23 Bruce EvansAdded profiling support for Xint0x80_syscall.
2004-05-23 Bruce EvansAdjusted for amd64 after repo-copy. The adjustments...
2004-05-23 Bruce EvansRestored FAKE_MCOUNT() and MEXITCOUNT invocations and...
2004-05-23 Bruce EvansAdjusted FAKE_MCOUNT()s for amd64. This is needed...
2004-05-23 Bruce EvansSpell "retq" as "ret" in pagezero() like it is everywhe...
2004-05-21 Bruce EvansMFi386 (1.103 and 1.104: fixed some problems in high...
2004-05-20 Bruce EvansMFi386 (1.37: GUPROF calibration macros; only routine...
2004-05-19 Peter WemmLike on i386, clear the last three entries in the pml4...
2004-05-19 Bruce EvansFixed the type of fptrdiff_t. It needs to be 64 bits...
2004-05-19 Bruce EvansFixed some style bugs (mainly misalignment of backslashes).
2004-05-19 Bruce EvansMoved most of the "MI" definitions and declarations...
2004-05-19 Peter WemmUnbreak builds without DDB. Bad Bruce! No cookie! :-)
2004-05-18 Peter WemmThe 'call mcount' hooks that gcc inserts when profiling...
2004-05-18 Stefan Farfeleder<stdint.h> should define WINT_M{AX,IN} independent...
2004-05-18 Bruce EvansFixed DDB_NOKLDSYM on amd64's:
2004-05-17 Peter WemmTurn on modules for amd64. Fear.
2004-05-17 Peter WemmDeal with REL records that have the addend embedded...
2004-05-16 Peter WemmCheckpoint some of what I was starting to tinker with...
2004-05-16 Peter WemmKill the LAZYPMAP ifdefs. While they worked, they...
2004-05-16 Peter WemmConverge some more with i386.
2004-05-16 Peter WemmMFi386: add rue and twa
2004-05-16 Peter WemmMFi386: avoid partial register references, for what...
2004-05-16 Peter WemmFor consistency with i386, have pmap_kenter_temporary...
2004-05-16 Peter WemmMFi386: numerous interrupt and acpi updates
2004-05-16 Peter WemmMake a small revision to the api between the elf linker...
2004-05-09 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2004-05-06 Nate LawsonMake unnecessary globals static and remove unused includes.
2004-05-05 Nate LawsonAdd an MI implementation of the ACPI global lock routin...
2004-05-04 John BaldwinAdd a simple mini-driver for the ELCR register. Origin...
2004-05-02 Marcel MoolenaarAdd option GEOM_GPT. This brings the ability to have...
2004-05-02 David E. O'BrienSpell Ethernet correctly.
2004-04-27 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2004-04-25 David SchultzHide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation
2004-04-21 Nate LawsonDon't check for NULL, device_get_softc() always succeeds.
2004-04-20 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-04-18 Alan CoxSimplify the sf_buf implementation. In short, make...
2004-04-17 Tim J. RobbinsThis commit was generated by cvs2svn to compensate...
2004-04-16 Alan CoxSet the "global" attribute on the page table entries...
2004-04-15 Peter WemmThis commit was generated by cvs2svn to compensate...
2004-04-14 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2004-04-14 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-04-11 Alan Cox - is_physical_memory()'s parameter, which is a physica...
2004-04-10 Alan Cox - pmap_kenter_temporary() is unused by machine-indepen...
2004-04-07 Peter WemmUpdate to include both the L1 and L2 TLB stats, as...
2004-04-07 Peter WemmMFi386: move rss() from db_interface.c to cpufunc.h
2004-04-05 Warner LoshRemove advertising clause from University of California...
2004-04-05 Warner LoshRemove advertising clause from University of California...
2004-04-05 Warner LoshRemove advertising clause from University of California...
2004-04-05 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-04-05 Alan CoxRemove unused arguments from pmap_init().
2004-04-03 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-04-03 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-04-03 Alan CoxRemove ptmmap and ptvmmap. They are unused on amd64.
2004-04-03 Alan CoxIn some cases, sf_buf_alloc() should sleep with pri...
2004-04-03 Alan CoxMicrooptimize pagezero() based upon something that...
2004-03-31 Bruce M SimpsonThis commit was generated by cvs2svn to compensate...
2004-03-31 Bruce M SimpsonThis commit was generated by cvs2svn to compensate...
2004-03-31 Alan Cox - Add an optimized page copy function for use by pmap_...
2004-03-29 Peter WemmFinish tidying up a couple of leftovers from the KSTACK...
2004-03-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-03-25 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-03-25 Peter WemmMFi386: correctly calculate the top-of-stack when a...
2004-03-25 Peter WemmRun print_AMD_features() for both AuthenticAMD and...
2004-03-25 David E. O'BrienAdd NTFS since many may want to dual-boot MS-Win64...
2004-03-20 Alan Cox - Add uiomove_fromphys() implementations to alpha...
2004-03-20 Marcel MoolenaarIntroduce the cpumask_t type. The purpose of the type...
2004-03-20 Alan CoxIntroduce uiomove_fromphys(). This is a variant of...
2004-03-19 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-03-19 David E. O'Brien'vi' got away from me in rev. 1.13.
2004-03-18 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-03-18 David E. O'BrienDocument machdep.hlt_cpus.
2004-03-18 David E. O'BrienCleanup hints, given that no hammer machine have (nor...
2004-03-17 John-Mark Gurneysync comment with i386's isa.c.. This removes a commen...
2004-03-17 Nate LawsonConvert callers to the new bus_alloc_resource_any(9...
2004-03-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-03-17 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-03-16 Alan CoxRefactor the existing machine-dependent sf_buf_free...
2004-03-15 David E. O'BrienShorten a long comment.
2004-03-13 Peter WemmRe-kill ispcvt on amd64 - rc.d/syscons was fixed ages...
2004-03-13 Peter WemmMFp4: comment out options that don't exist so that...
2004-03-13 Peter WemmDiff reduction with current. Correct comment about...
2004-03-13 Peter WemmMove the non-MD machine/dvcfg.h and machine/physio_proc...
2004-03-13 Peter WemmDrastically clean up the legacy host-pci bridge table...
2004-03-13 Peter WemmMFi386: nuke pci_cfgintr
2004-03-13 Peter WemmReduce the scope of the Giant lock being held for non...
2004-03-13 Scott LongNow that contigfree() does not require Giant, don't...
2004-03-12 Tom RhodesThese are changes to allow to use the Intel C/C++ compi...
2004-03-11 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-03-11 Bruce EvansDon't implement anything in the ffs family in <machine...
2004-03-11 Marcel MoolenaarRemove stale or broken call to kdb_trap() and protected...
2004-03-08 Peter WemmStop depending on #include pollution from cpufunc.h
2004-03-08 Peter WemmMFi386: re-sort non-gcc function prototypes, trim includes
2004-03-08 Peter WemmMFi386: curpcb is no longer null anymore, so do not...
2004-03-08 Peter WemmMFi386: set initial curpcb pcpu variable at startup...
2004-03-08 Peter WemmMFi386: wait for local apic to become free before using it
next