summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the parameter passed to the inline assembly to u_shortrdivacky2010-09-031-23/+23
* Save MSR_FSBASE, MSR_GSBASE and MSR_KGSBASE directly to PCB as we do not usejkim2010-08-301-9/+6
* Register an interrupt vector for DTrace return probes. There is somerpaulo2010-08-283-0/+12
* Call the necessary DTrace function pointers when we have different kindsrpaulo2010-08-251-0/+56
* Add two DTrace trap type values. Used by fasttrap.rpaulo2010-08-241-0/+2
* Revert part of the r211149 as I erroneously ported the logical_cpus fromattilio2010-08-191-3/+3
* Remove unused KTRACE includes.jhb2010-08-192-8/+0
* - The iMac9,1 needs the PAT workaround as wellgahr2010-08-171-1/+2
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-2/+8
* Reset switchtime to zero rather than the current CPU ticker (TSC) value.jkim2010-08-132-3/+3
OpenPOWER on IntegriCloud