summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* mca: small enhancements related to cpu quirksavg2009-12-031-8/+22
* mca: improve status checking, recording and reportingavg2009-12-022-49/+63
* amdsbwd: new driver for AMD SB600/SB7xx watchdog timeravg2009-11-301-0/+2
* x86 cpu features: add MOVBE reporting and flagavg2009-11-302-1/+2
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-3/+1
* - Add more aggressive BPF JIT optimization. This is in more favor of i386jkim2009-11-232-46/+68
* Add an experimental and rudimentary JIT optimizer to reduce unncessaryjkim2009-11-212-51/+160
* General style cleanup, no functional change.jkim2009-11-201-32/+29
* - Allocate scratch memory on stack instead of pre-allocating it withjkim2009-11-202-61/+66
* Fix tinderbox build for i386 and sync amd64 with it.jkim2009-11-191-1/+1
* - Change internal function bpf_jit_compile() to return allocated size ofjkim2009-11-181-9/+7
* - Make BPF JIT compiler working again in userland. We are limiting size ofjkim2009-11-182-12/+25
* 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
OpenPOWER on IntegriCloud