summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Uppercase the UL suffix on a constant, so Flexelint doesn't worry thatphk2009-11-161-1/+1
* Amd64 init_secondary() calls initializecpu() while curthread is stillkib2009-11-133-0/+7
* - Style nits.kuriyama2009-11-121-3/+1
* reflect that pg_ps_enabled is a tunable, not just a read-only sysctlavg2009-11-111-1/+1
* Extract the code that records syscall results in the frame into MDkib2009-11-102-33/+40
* Make isa_dma functions MPSAFE by introducing its own private lock. Theserdivacky2009-11-091-27/+83
* - Add hw.clflush_disable loader tunable to avoid panic (trap 9) atkuriyama2009-11-091-1/+18
* 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
OpenPOWER on IntegriCloud