summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Strip from messages for users external URLs the project cannot directlyattilio2009-11-051-4/+1
* Tweak memory allocation for amd64 suspend/resume CPU context.jkim2009-11-042-19/+17
* Opteron rev E family of processor expose a bug where, in very rareattilio2009-11-041-0/+18
* Fix some problems with effective mmap() offsets > 32 bits. This wasjhb2009-10-281-36/+30
* In r197963, a race with thread being selected for signal deliverykib2009-10-273-40/+16
* Try hiding annoying text cursor after the video controller is reset.jkim2009-10-231-0/+5
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+5
* Move intr_describe() out of #ifdef SMP; the function is always required.kib2009-10-161-17/+17
* Add a facility for associating optional descriptions with active interruptjhb2009-10-153-0/+30
* Move the USB wireless drivers down into their own section next to the USBjhb2009-10-131-4/+5
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+6
* atomic_cmpset_barr_* was added in order to cope with compilers willing toattilio2009-10-091-32/+44
* Clean up amd64 suspend/resume code.jkim2009-10-083-33/+35
* - All the functions in atomic.h needs to be in "physical" form (likeattilio2009-10-061-46/+29
* Per their definition, atomic instructions used in conjuction withattilio2009-10-061-46/+67
* Make sure that the primary native brandinfo always gets addedbz2009-10-031-1/+1
* As a workaround, for Intel CPUs, do not use CLFLUSH inkib2009-10-011-0/+6
* Improve 802.11s comment.rpaulo2009-10-011-1/+1
* cpufunc.h: unify/correct style of c extension namesavg2009-09-301-3/+3
* Temporarily disable the use of 1GB page mappings by the direct map. Therealc2009-09-281-2/+2
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andjkim2009-09-272-8/+712
* lindev(4) [1] is supposed to be a collection of linux-specific pseudobz2009-09-261-0/+3
* Add a backtrace to the "fpudna in kernel mode!" case, to help track downemaste2009-09-241-1/+4
* number of cleanups in i386 and amd64 pci md codeavg2009-09-241-8/+8
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-233-223/+257
* - Split the logic to parse an SMAP entry out into a separate function onjhb2009-09-221-33/+73
* Build x86bios only for i386/amd64 for now. More work is requireddelphij2009-09-211-0/+5
* If CPU happens to be in usermode when a T_RESERVED trap occured,kib2009-09-211-0/+5
* Automatically depend on x86emu when vesa or dpms is being built intodelphij2009-09-211-1/+1
* Enable s3pci on amd64 which works on top of VESA, and allowdelphij2009-09-211-0/+3
* When superpages are enabled, add the 2 or 4MB page size to the array ofalc2009-09-181-0/+5
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Consolidate CPUID to CPU family/model macros for amd64 and i386 to reducejkim2009-09-104-13/+13
* As jhb@ pointed out to me, r197057 was incorrect, not least because thesedes2009-09-101-0/+7
* - Teach vesa(4) and dpms(4) about x86emu. [1]delphij2009-09-091-0/+6
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-14/+56
* Move multi-include protection back up to the top of the file andphk2009-09-081-4/+4
* Fix confusing comments about default PAT entries.jkim2009-09-021-2/+2
* - Work around ACPI mode transition problem for recent NVIDIA 9400M chipsetjkim2009-09-021-28/+87
* Don't attempt to bind the current thread to the CPU an IRQ is bound tojhb2009-09-021-9/+12
* Simplify pmap_change_attr() a bit:jhb2009-08-311-17/+5
* Make sure FreeBSD binaries without .note.ABI-tag section workbz2009-08-301-1/+1
* Swap the start/end virtual addresses in pmap_invalidate_cache_range().rnoland2009-08-291-2/+2
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-243-6/+50
* Check whether the SMBIOS reports reasonable amount of memory. If it isjkim2009-08-201-10/+12
* Make the MacBookPro3,1 hardware boot again.ed2009-08-191-0/+1
* Correct a critical accounting error in pmap_demote_pde(). Specifically,kib2009-08-171-0/+2
* Adjust the handling of the local APIC PMC interrupt vector:jhb2009-08-143-4/+86
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-138-89/+44
* Make the MacBook3,1 boot again.ed2009-08-021-0/+1
OpenPOWER on IntegriCloud