summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64
Commit message (Expand)AuthorAgeFilesLines
* Some whitespace and style fixes.jhb2009-02-231-4/+2
* Optimize free_pv_entry(); specifically, avoid repeated TAILQ_REMOVE()s.alc2009-02-231-3/+3
* - Resolve an issue where we may clear an idt while an interrupt on ajeff2009-02-211-0/+8
* Remove unnecessary page queues locking around vm_page_busy() andalc2009-02-141-6/+0
* The bounce zone sees its page number increased if multiple dma maps use it incognet2009-02-091-1/+6
* When bouncing pages, allow a new option to preserve the intra-pageimp2009-02-081-0/+7
* Improve robustness of NMI handling, for NMIs recognized in kerneljkoshy2009-02-033-26/+75
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-311-8/+8
* - Allocate apic vectors on a per-cpu basis. This allows us to allocatejeff2009-01-294-69/+142
* Use a different value for the initial control word for the FPU state forjhb2009-01-281-0/+5
* VIA Nano processor has a special MSR (CENT_HARDWARECTRL3) bit 32 to determinejkim2009-01-221-1/+2
* The context switch to the 32bit binary does not properly restorekib2009-01-201-1/+2
* Disable interrupts, if they were enabled, before doing swapgs.kib2009-01-141-0/+1
* Add basic amd64 support for VIA Nano processors.jkim2009-01-124-15/+162
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.jkim2009-01-051-0/+1
* Bug fix: %ebx needs to be preserved in the user callchain capturejkoshy2008-12-141-4/+4
* - Bug fix: prevent a thread from migrating between CPUs between thejkoshy2008-12-131-6/+10
* Add more CPUID bits from AMD CPUID Specification Rev. 2.28.jkim2008-12-121-8/+8
* Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code.jkoshy2008-12-121-0/+8
* Add constants for fields in the local APIC error status register and ajhb2008-12-111-0/+13
* Change the default value for the flag enabling superpage mapping andalc2008-12-061-1/+1
* Improve db_backtrace() for compat ia32 on amd64. 32bit image enterskib2008-12-051-0/+6
* Remove unused variable.ganbold2008-12-021-3/+0
* According to "Intel 64 and IA-32 Architectures Software Developer's Manualmav2008-11-301-1/+5
* Use newly introduced cpu_vendor_id to make invariant TSC detection morejkim2008-11-261-7/+13
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-266-22/+46
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* Revert r184136. Instead, push the check for crashdumpmap overflow into thekib2008-10-312-2/+2
* Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hzsobomax2008-10-271-4/+3
* Fix division by zero panic if kern.hz less than 32.sobomax2008-10-261-1/+5
* Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCsjkim2008-10-221-2/+7
* Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higherjkim2008-10-221-1/+3
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-213-8/+29
* Detect Advanced Power Management Information for AMD CPUs.jkim2008-10-212-0/+5
* If the current thread has the trap bit set (i.e. a debugger haddavidxu2008-10-051-0/+8
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-012-44/+2
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-281-30/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-4/+4
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-44/+45
* - Recognize SAVE and OSXSAVE extended processor features.stas2008-09-181-2/+2
* Update the comments above the 0xcf9 register reset attempt to match thejhb2008-09-111-4/+7
* The pcb_gs32p should be per-cpu, not per-thread pointer. This iskib2008-09-084-3/+5
* Provide private per-CPU GDTs on amd64. This is required at least for thekib2008-09-082-5/+13
* Fix inconsistencies in the comments.kib2008-09-081-2/+2
* - When executing FreeBSD/amd64 binaries from FreeBSD/i386 or Linux/i386kib2008-09-022-2/+19
* Move empty filter handling to MI source.jkim2008-08-261-4/+0
* Fix a typo in copyrights.jkim2008-08-252-2/+2
* Adjust the handling the various timer frequencies when using the lapicjhb2008-08-231-10/+17
* Correctly check unsignedness of all BPF_LD|BPF_IND instructions.jkim2008-08-182-38/+70
* - Make these files compilable on user land.jkim2008-08-181-4/+28
OpenPOWER on IntegriCloud