]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Update manual page with respect to latest driver.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2010-11-24 dimChange ambiguous (or invalid, depending on how strict...
2010-11-23 jkimRemove a stale tunable introduced in r215703.
2010-11-23 jkimReinitialize PAT MSR via pmap_init_pat() while resuming...
2010-11-23 avgspecialreg.h: add definitions for some useful bits...
2010-11-22 jkim- Disable caches and flush caches/TLBs when we update...
2010-11-19 avgspecialreg.h: add definitions for MPERF/APERF pair...
2010-11-19 avgspecialreg.h: add AMD-specific "Hardware Configuration...
2010-11-19 avgspecialreg.h: add definition for AMD Core Performance...
2010-11-16 jkimRestore CR0 after MTRR initialization for correctness...
2010-11-16 jkimInvalidate TLBs explicitly. r1.4 of sys/i386/i386...
2010-11-14 kibDo not use __FreeBSD_version prefix for the special...
2010-11-14 kibUse symbolic names instead of hardcoding values for...
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 jkimMove identical copies of apm_bios.h to sys/x86/include...
2010-11-11 avgamd64: introduce minidump version 2
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-10 jkimMake APM emulation look more closer to its origin....
2010-11-10 jkimRefactor acpi_machdep.c for amd64 and i386, move APM...
2010-11-09 jhb- Remove <machine/mutex.h>. Most of the headers were...
2010-11-09 attilioMove the mptable.h under x86/include/.
2010-11-09 jkimNow OsdEnvironment.c is identical on amd64 and i386...
2010-11-09 jkimReduce diff between platforms and fix style(9) bugs.
2010-11-08 jhbMove the MADT parser for amd64 and i386 to sys/x86...
2010-11-08 jhbA few small style and whitespace fixes.
2010-11-07 alcDon't call pmap_demote_DMAP() on MTRR entries from...
2010-11-05 jhbAdjust the order of operations in spinlock_enter()...
2010-11-04 avgx86 topo_probe: do not probe smp topology if only one...
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-01 jhbMove <machine/apicreg.h> to <x86/apicreg.h>.
2010-11-01 jhbMove the <machine/mca.h> header to <x86/mca.h>.
2010-10-30 alcAdd another safety belt to pmap_demote_DMAP().
2010-10-30 alcDon't demote in pmap_demote_DMAP() if the specified...
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-28 attilioMerge nexus.c from amd64 and i386 to x86 subtree.
2010-10-28 jhbUse 'PCPU_GET(apic_id)' to determine the BSP's APIC...
2010-10-28 attilioMerge the mptable support from MD bits to x86 subtree.
2010-10-27 alc[1] According to the x86 architectural specifications...
2010-10-26 attilioMerge dump_machdep.c i386/amd64 under the x86 subtree.
2010-10-25 jhbUse 'saveintr' instead of 'savecrit' or 'eflags' to...
2010-10-25 jhbUse intr_disable() and intr_restore() instead of frobbi...
2010-10-15 alcUpdate pmap_extract() to handle 1GB page mappings....
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-12 jkimRemove trailing ", " from `sysctl machdep.idle_availabl...
2010-10-12 kibAdd macro DECLARE_MODULE_TIED to denote a module as...
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-08 kibRegen.
2010-10-08 kibFix typo.
2010-10-05 kibDisplay PCID capability of CPU and add CPUID define...
2010-10-03 kibThe makectx() function, used by kdb_trap() to reconstru...
2010-10-01 avgi386 and amd64 mp_machdep: improve topology detection...
2010-09-29 neelFix bogus error message from bus_dmamem_alloc() about...
2010-09-24 davidxuNow userland POSIX semaphore is based on umtx. The...
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-19 norkAdd support 'device tpm' for amd64.
2010-09-17 avgamd64: reduce VM_KMEM_SIZE_SCALE to 1 allowing kernel...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-13 mavRefactor timer management code with priority to one...
2010-09-10 kenMFp4 (//depot/projects/mps/...)
2010-09-10 avgbus_add_child: change type of order parameter to u_int
2010-09-03 rdivackyChange the parameter passed to the inline assembly...
2010-08-30 jkimSave MSR_FSBASE, MSR_GSBASE and MSR_KGSBASE directly...
2010-08-28 rpauloRegister an interrupt vector for DTrace return probes...
2010-08-25 rpauloCall the necessary DTrace function pointers when we...
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-24 rpauloAdd two DTrace trap type values. Used by fasttrap.
2010-08-19 attilioRevert part of the r211149 as I erroneously ported...
2010-08-19 jhbRemove unused KTRACE includes.
2010-08-17 gahr- The iMac9,1 needs the PAT workaround as well
2010-08-17 kibSupply some useful information to the started image...
2010-08-13 jkimReset switchtime to zero rather than the current CPU...
2010-08-12 attilioRevert r211176:
2010-08-12 jkimReset switchtime and switchticks after resynchronizing...
2010-08-11 jhbUpdate various places that store or manipulate CPU...
2010-08-11 attilioIPI handlers may run generally with interrupts disabled...
2010-08-10 attilioFix a typo due to a stale version of the patch.
2010-08-10 attilioFix some places that may use cpumask_t while they still...
2010-08-09 attilioSimplify the logic for handling ipi_selected() and...
2010-08-08 dwmaloneDon't pass sizeof(u_int) to an argument of SYSCLT_PROC...
2010-08-07 kibPrefer struct sysentvec sv_psstrings to hardcoding...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 bschmidtFix whitespace nits.
2010-08-06 jkimRemove unnecessary casting and simplify code. We are...
2010-08-06 jkimCorrect argument order of acpi_restorecpu(), which...
2010-08-06 jhbAdd a new ipi_cpu() function to the MI IPI API that...
2010-08-05 jhbChange the MPTable and $PIR PCI-PCI bridge drivers...
2010-08-03 jkimRemove an unnecessary register load.
2010-08-03 jkimsavectx() has not been used for fork(2) for about 15...
2010-08-02 jkimRearrange struct pcb. r177532 (CVS r1.64 of pcb.h...
2010-08-02 jkim- Merge savectx2() with savectx() and struct xpcb with...
2010-08-02 jhbTweak the logic to disable CLFLUSH in virtual environme...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-30 delphijIn rdmsr_safe, use zero extend (by doing a 32-bit movl...
2010-07-29 delphijImprove cputemp(4) driver wrt newer Intel processors...
2010-07-29 jhbMark the __curthread() functions as __pure2 and remove...
2010-07-29 jkimFix another fallout from r208833. savectx() is used...
2010-07-29 jkimRename PCB_USER_FPU to PCB_USERFPU not to clash with...
2010-07-28 jhbThe corrected error count field is dependent on CMCI...
2010-07-28 mdfAdd MALLOC_DEBUG_MAXZONES debug malloc(9) option to...
next