summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-221-41/+3
* Oops, missed these in 223424.jhb2011-06-221-0/+1
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-081-1/+0
* Bring back the number of CPU to 32.attilio2011-06-071-1/+1
* MFCattilio2011-05-181-1/+12
* MFCattilio2011-05-131-0/+2
* MFCattilio2011-05-091-1/+0
* MFCattilio2011-05-061-0/+2
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-054-7/+7
* Revert md_assert_preempt() introduction.attilio2011-05-041-1/+0
* Add the function md_assert_nopreempt(), which is a very consistentattilio2011-04-301-0/+1
* Define "Hypervisor Present" bit. This bit is used by several hypervisors tojkim2011-04-281-0/+1
* Make pmap_invalidate_cache_range() available for consumption on amd64.kib2011-04-181-0/+2
* Add a function rdtsc32() to read lower 32 bits from TSC and discard upperjkim2011-04-141-0/+9
* Consistently use __volatile as the rest of this file.jkim2011-04-141-6/+6
* Prefer C99 standard integers to reduce diff from i386 version.jkim2011-04-141-63/+63
* Add forgotten declarations for tsc_perf_stat from the previous commit.jkim2011-04-121-0/+1
* Add definitions for CPUID instruction 6, ECX information.jkim2011-04-121-0/+6
* Amd64 doesn't have a lazypmap ipi.alc2011-03-271-1/+0
* Move an external declaration to the appropriate header file.alc2011-03-261-0/+1
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-52/+38
* Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-151-1/+0
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-1/+0
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* To avoid excessive code duplication create wrapper for fill regsdchagin2011-02-161-0/+1
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98tijl2011-01-081-210/+3
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-1/+2
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-081-2/+2
* Fix types of some values in machine/_limits.h.tijl2011-01-081-12/+7
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Increase size of pcb_flags to four bytes.jkim2010-12-221-7/+7
* Improve PCB flags handling and make it more robust. Add two new functionsjkim2010-12-221-10/+42
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-1081/+3
* Inform a compiler which asm statements in the x86 implementation ofkib2010-12-181-9/+10
* Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.jkim2010-12-081-0/+1
* Retire write-only PCB_FULLCTX pcb flag on amd64.kib2010-12-071-1/+0
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-18/+12
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-12/+18
* Make the size of the direct map easily configurable. Changing NDMPML4Ealc2010-11-262-6/+13
* Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()kib2010-11-261-3/+2
* Merge amd64/i386 _align.h by aligning on the size of register_t (copiedtijl2010-11-261-50/+3
* specialreg.h: add definitions for some useful bits found in CPUID.6 EAX and ECXavg2010-11-231-0/+9
* 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
* Move identical copies of apm_bios.h to sys/x86/include, replace them withjkim2010-11-111-261/+3
* amd64: introduce minidump version 2avg2010-11-111-2/+2
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-35/+0
OpenPOWER on IntegriCloud