summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* If the PDE is known, then use the direct mapping instead of the recursivealc2009-03-061-3/+5
* A better fix for handling different FPU initial control words for differentjhb2009-03-055-6/+8
* Make pmap_copy() more TLB friendly. Specifically, make it use the kernel'salc2009-03-051-5/+4
* A few cleanups to the FPU code on amd64:jhb2009-03-053-33/+22
* Move the PCB flag macros up next to the 'pcb_flags' member in the struct.jhb2009-03-051-5/+6
* At least one BIOS bogusly includes duplicate entries for I/O APICs. Thejhb2009-03-051-0/+4
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichdchagin2009-03-042-15/+37
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processkib2009-03-021-8/+3
* Fix typo in comments in r189023.sobomax2009-02-251-1/+1
* Enable support for PAT_WRITE_PROTECTED and PAT_UNCACHED cache modesjkim2009-02-251-37/+2
* Make machdep.hyperthreading_enabled tunable working with the SCHED_ULE.sobomax2009-02-251-9/+43
* These are no longer needed.thompsa2009-02-241-112/+0
* Exclude ndis from the LINT build as it currently breaks the build, patches tothompsa2009-02-241-2/+2
* 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
OpenPOWER on IntegriCloud