summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Remove a stale tunable introduced in r215703.jkim2010-11-231-2/+1
* Reinitialize PAT MSR via pmap_init_pat() while resuming. This function doesjkim2010-11-234-9/+2
* specialreg.h: add definitions for some useful bits found in CPUID.6 EAX and ECXavg2010-11-231-0/+9
* - Disable caches and flush caches/TLBs when we update PAT as we do for MTRR.jkim2010-11-221-74/+62
* specialreg.h: add definitions for MPERF/APERF pair of MSRsavg2010-11-191-0/+2
* specialreg.h: add AMD-specific "Hardware Configuration Register" MSRavg2010-11-191-0/+1
* specialreg.h: add definition for AMD Core Performance Boost bitavg2010-11-191-0/+1
* Restore CR0 after MTRR initialization for correctness sakes. There will bejkim2010-11-161-10/+8
* Invalidate TLBs explicitly. r1.4 of sys/i386/i386/i686_mem.c removed thisjkim2010-11-161-1/+3
* Do not use __FreeBSD_version prefix for the special osrel version.kib2010-11-141-2/+1
* Use symbolic names instead of hardcoding values for magic p_osrel constants.kib2010-11-141-3/+3
* Move identical copies of apm_bios.h to sys/x86/include, replace them withjkim2010-11-111-261/+3
* amd64: introduce minidump version 2avg2010-11-112-66/+97
* Make APM emulation look more closer to its origin. Use device_get_softc(9)jkim2010-11-101-3/+2
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newjkim2010-11-101-449/+4
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-35/+0
* Move the mptable.h under x86/include/.attilio2010-11-091-146/+0
* Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.jkim2010-11-091-91/+0
* Reduce diff between platforms and fix style(9) bugs.jkim2010-11-091-15/+35
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isjhb2010-11-081-572/+0
* A few small style and whitespace fixes.jhb2010-11-082-4/+3
* Don't call pmap_demote_DMAP() on MTRR entries from the BIOS that are markedalc2010-11-071-2/+2
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* x86 topo_probe: do not probe smp topology if only one cpu is visibleavg2010-11-041-5/+8
* Move <machine/apicreg.h> to <x86/apicreg.h>.jhb2010-11-017-451/+6
* Move the <machine/mca.h> header to <x86/mca.h>.jhb2010-11-015-60/+4
* Add another safety belt to pmap_demote_DMAP().alc2010-10-301-1/+1
* Don't demote in pmap_demote_DMAP() if the specified length is zero.alc2010-10-301-0/+5
* Merge nexus.c from amd64 and i386 to x86 subtree.attilio2010-10-281-704/+0
* Use 'PCPU_GET(apic_id)' to determine the BSP's APIC ID on a UP machinejhb2010-10-281-1/+1
* Merge the mptable support from MD bits to x86 subtree.attilio2010-10-282-1219/+0
* [1] According to the x86 architectural specifications, no virtual-to-alc2010-10-273-6/+90
* Merge dump_machdep.c i386/amd64 under the x86 subtree.attilio2010-10-261-363/+0
* Use 'saveintr' instead of 'savecrit' or 'eflags' to hold the state returnedjhb2010-10-251-3/+3
* Use intr_disable() and intr_restore() instead of frobbing the flags registerjhb2010-10-251-5/+5
* Update pmap_extract() to handle 1GB page mappings. Some device driversalc2010-10-151-13/+20
* Remove trailing ", " from `sysctl machdep.idle_available' output.jkim2010-10-121-1/+2
* Add macro DECLARE_MODULE_TIED to denote a module as requiring thekib2010-10-121-1/+1
* Regen.kib2010-10-083-4/+4
* Fix typo.kib2010-10-081-1/+1
* Display PCID capability of CPU and add CPUID define for it.kib2010-10-052-1/+2
* The makectx() function, used by kdb_trap() to reconstruct pcb fromkib2010-10-031-1/+1
* i386 and amd64 mp_machdep: improve topology detection for Intel CPUsavg2010-10-011-86/+125
* Fix bogus error message from bus_dmamem_alloc() about incorrect alignment.neel2010-09-291-1/+1
* Now userland POSIX semaphore is based on umtx. The kernel moduledavidxu2010-09-241-1/+0
* Add support 'device tpm' for amd64.nork2010-09-191-0/+2
* amd64: reduce VM_KMEM_SIZE_SCALE to 1 allowing kernel to use more memoryavg2010-09-171-1/+1
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-133-128/+127
* MFp4 (//depot/projects/mps/...)ken2010-09-101-0/+1
* bus_add_child: change type of order parameter to u_intavg2010-09-102-6/+6
OpenPOWER on IntegriCloud