aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-293-5/+6
* - Create a separate section in in the MI NOTES file for PCI wireless NICJohn Baldwin2009-12-181-19/+0
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsoDoug Barton2009-12-161-0/+7
* Remove comment claiming that building acpi into the kernel is deprecated.John Baldwin2009-12-141-3/+0
* for PV XEN translate page table entries from machine (real) to physical (logi...Kip Macy2009-12-101-0/+16
* - revert pmap_kenter_temporary to taking a physical addressKip Macy2009-12-103-9/+11
* make PV core dump actually dump memory - still need to fix program header ini...Kip Macy2009-12-092-0/+7
* mca: small enhancements related to cpu quirksAndriy Gapon2009-12-031-8/+22
* Fix cut'n paste on the AR9280 entry.Andrew Thompson2009-12-021-1/+1
* mca: improve status checking, recording and reportingAndriy Gapon2009-12-022-49/+63
* Add missing ath_ar9* ath hal entries.Andrew Thompson2009-12-021-0/+2
* amdsbwd: new driver for AMD SB600/SB7xx watchdog timerAndriy Gapon2009-11-301-0/+2
* x86 cpu features: add MOVBE reporting and flagAndriy Gapon2009-11-302-1/+2
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagAlan Cox2009-11-271-3/+1
* i386 has not (yet) any DEV_ATPIC conditional than axe it out from XenAttilio Rao2009-11-271-4/+0
* fixup kernel core dumps on paravirtual guestsKip Macy2009-11-241-1/+1
* - Add more aggressive BPF JIT optimization. This is in more favor of i386Jung-uk Kim2009-11-232-58/+105
* Add an experimental and rudimentary JIT optimizer to reduce unncessaryJung-uk Kim2009-11-212-47/+127
* General style cleanup, no functional change.Jung-uk Kim2009-11-201-32/+29
* - Allocate scratch memory on stack instead of pre-allocating it withJung-uk Kim2009-11-202-17/+27
* Fix tinderbox build for i386 and sync amd64 with it.Jung-uk Kim2009-11-191-1/+1
* - Change internal function bpf_jit_compile() to return allocated size ofJung-uk Kim2009-11-181-9/+7
* - Make BPF JIT compiler working again in userland. We are limiting size ofJung-uk Kim2009-11-182-12/+25
* Previous solution appeared to be unsufficient. After additional testingAlexander Motin2009-11-141-18/+18
* Retry only once, if BIOS is completely broken and gives zero freqs.Alexander Motin2009-11-141-1/+1
* Desktop Core2Duo/Core2Quad CPUs are unable to control frequency of singleAlexander Motin2009-11-141-3/+12
* Fix cpu model for PODP5V83. It is P24T, not P54T.Yoshihiro Takahashi2009-11-121-1/+1
* - Style nits.Jun Kuriyama2009-11-121-3/+1
* reflect that pg_ps_enabled is a tunable, not just a read-only sysctlAndriy Gapon2009-11-112-2/+2
* Extract the code that records syscall results in the frame into MDKonstantin Belousov2009-11-102-29/+37
* Make isa_dma functions MPSAFE by introducing its own private lock. TheseRoman Divacky2009-11-091-27/+83
* - Add hw.clflush_disable loader tunable to avoid panic (trap 9) atJun Kuriyama2009-11-091-1/+18
* Strip from messages for users external URLs the project cannot directlyAttilio Rao2009-11-051-4/+1
* Opteron rev E family of processor expose a bug where, in very rareAttilio Rao2009-11-041-0/+18
* Unobfuscate unit number handling in apm(4).Ed Schouten2009-10-311-13/+9
* Fix some problems with effective mmap() offsets > 32 bits. This wasJohn Baldwin2009-10-281-34/+31
* In r197963, a race with thread being selected for signal deliveryKonstantin Belousov2009-10-272-33/+12
* o Introduce vm_sync_icache() for making the I-cache coherent withMarcel Moolenaar2009-10-212-0/+10
* add amdtemp to i386 NOTESAndriy Gapon2009-10-201-0/+2
* Move intr_describe() out of #ifdef SMP; the function is always required.Konstantin Belousov2009-10-161-17/+17
* Add a facility for associating optional descriptions with active interruptJohn Baldwin2009-10-153-0/+30
* Move the USB wireless drivers down into their own section next to the USBJohn Baldwin2009-10-131-4/+5
* Define architectural load bases for PIE binaries. Addresses were selectedKonstantin Belousov2009-10-101-0/+2
* atomic_cmpset_barr_* was added in order to cope with compilers willing toAttilio Rao2009-10-091-64/+48
* - All the functions in atomic.h needs to be in "physical" form (likeAttilio Rao2009-10-061-45/+50
* Per their definition, atomic instructions used in conjuction withAttilio Rao2009-10-061-46/+73
* Make sure that the primary native brandinfo always gets addedBjoern A. Zeeb2009-10-031-1/+1
* make read_eflags and write_eflags accomplish the same effect on PVM as native,Kip Macy2009-10-013-28/+42
* As a workaround, for Intel CPUs, do not use CLFLUSH inKonstantin Belousov2009-10-011-0/+6
* Improve 802.11s comment.Rui Paulo2009-10-011-1/+1