summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-232-90/+29
* 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
* Adapt linux emulation to use cv for vfork wait.kib2009-02-181-2/+2
* Add uslcom to the build too.thompsa2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.thompsa2009-02-151-31/+87
* Remove unnecessary page queues locking around vm_page_busy() andalc2009-02-141-6/+0
* Add option GEOM_PART_EBR by default on amd64 and i386.marcel2009-02-101-0/+1
* 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
* Companion for r188301: fix the prototypes.imp2009-02-081-4/+4
* Correct parameter types for pcib_{read,write}_config by fixing theimp2009-02-081-5/+5
* Tidy NOTES a bit:wkoszek2009-02-071-3/+6
* ural(4) is already present in global NOTES, thus there is nowkoszek2009-02-061-2/+0
* Fix AGP debugging code:wkoszek2009-02-061-0/+5
* Improve robustness of NMI handling, for NMIs recognized in kerneljkoshy2009-02-034-26/+84
* Fix the inconsistent tabbing.obrien2009-01-311-52/+55
* 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
OpenPOWER on IntegriCloud