summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-316-33/+33
* - Allocate apic vectors on a per-cpu basis. This allows us to allocatejeff2009-01-296-77/+153
* Use a different value for the initial control word for the FPU state forjhb2009-01-282-0/+6
* 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
* Take NTFS option out to match i386 GENERIC.sobomax2009-01-191-1/+0
* asr(4) is not amd64-clean, not amr(4).sobomax2009-01-191-3/+3
* Comment amr(4) out - according to scottl it's not 64-bit clean.sobomax2009-01-191-1/+2
* Whitespace-only: reduce diff to the i386 GENERIC.sobomax2009-01-191-4/+4
* Add asr(4) and stge(4) from i386 GENERIC. Both drivers compile on amd64 andsobomax2009-01-191-0/+2
* Disable interrupts, if they were enabled, before doing swapgs.kib2009-01-141-0/+1
* MFp4: //depot/projects/usb@155990thompsa2009-01-131-0/+4
* Documentation-only change:luigi2009-01-131-2/+8
* Add basic amd64 support for VIA Nano processors.jkim2009-01-126-15/+200
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.jkim2009-01-053-0/+4
* Add commented out options KDTRACE_HOOKS and, for amd64, KDRACE_FRAME,rwatson2009-01-051-0/+2
* Disable USB bluetooth (needs netgraph built in) and USB audio (doesn'trpaulo2008-12-301-3/+3
* Add a kernel config file so that users have less difficulty testingrpaulo2008-12-301-0/+110
* Make gpart the default partitioning class on all platforms.marcel2008-12-171-2/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Remove obsolete AT_DEBUG stuff. It never should have been committedimp2008-12-171-2/+0
* 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-122-8/+16
* 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-113-0/+22
* 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 "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.ed2008-12-021-1/+1
* Remove unused variable.ganbold2008-12-021-3/+0
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-012-8/+8
* Adjustments to make a tags file a bit more suitable to amd64.kensmith2008-12-011-14/+13
* According to "Intel 64 and IA-32 Architectures Software Developer's Manualmav2008-11-301-1/+5
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.kib2008-11-291-0/+16
* Regeneratekib2008-11-293-9/+9
* Fix iovec32 for linux32/amd64.kib2008-11-293-14/+47
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-271-2/+7
* 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-269-29/+60
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-222-1/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-161-1/+1
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetyongari2008-11-121-0/+1
* Several cleanups related to pipe(2).ed2008-11-111-18/+5
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-3/+32
* Regenerate system call tables for r184789.ed2008-11-093-5/+11
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-1/+1
* 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
OpenPOWER on IntegriCloud