aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* add actual interrupt counters to back ipi_invlcache_countsAndriy Gapon2012-04-131-0/+2
* bump INTRCNT_COUNT values to reflect actual numbers of IPI countersAndriy Gapon2012-04-131-2/+2
* Add OFED and the associated options and drivers to x86 LINT builds:John Baldwin2012-04-121-0/+19
* Fix !SMP build after r234074.Marius Strobl2012-04-101-0/+2
* BSP is not added to the mask of valid target CPUs for interruptsAttilio Rao2012-04-092-4/+5
* Recognize the RDRAND instruction feature.John Baldwin2012-04-091-1/+1
* Add descriptions after the 'device' line for several NICs to match theJohn Baldwin2012-04-041-9/+10
* Make machine check exception logging more readable. On newer Intel systems,John Baldwin2012-04-021-2/+1
* Move the legacy(4) driver to x86.John Baldwin2012-03-303-433/+1
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIJohn Baldwin2012-03-292-2/+24
* - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 toJohn Baldwin2012-03-291-1/+1
* Add software PMC support.Fabien Thomas2012-03-282-11/+35
* Disable detailed PV entry accounting by default. Add a config optionAlan Cox2012-03-242-1/+4
* Add cas(4), gem(4) and hme(4) to x86 GENERICs as suggested by netchild@ inMarius Strobl2012-03-241-0/+3
* Add snd_cmi, snd_csa and snd_emu10kx to GENERIC on i386 and amd64.Joel Dahl2012-03-221-0/+3
* Handle spurious page faults that may occur in no-fault sections of theAlan Cox2012-03-222-20/+50
* Remove pty(4) from our kernel configurations.Ed Schouten2012-03-213-3/+0
* Merge ACPICA 20120320.Jung-uk Kim2012-03-201-1/+1
* Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. ReplaceTijl Coosemans2012-03-191-101/+3
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. ReplaceTijl Coosemans2012-03-191-627/+3
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.Tijl Coosemans2012-03-191-81/+3
* Move userland bits (and some common kernel bits) from amd64 and i386Tijl Coosemans2012-03-191-175/+1
* If we ever allow for managed fictitious pages, the pages shall beKonstantin Belousov2012-03-191-12/+37
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98Tijl Coosemans2012-03-181-171/+3
* Use exact width integer types in amd64/i386 reg.h to prepare for a merge.Tijl Coosemans2012-03-181-28/+30
* Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.Tijl Coosemans2012-03-161-121/+1
* Use exact width integer types instead of long in struct env87 inTijl Coosemans2012-03-161-8/+8
* - Fix to build a native i386 kernel without the SMP and atpic.Yoshihiro Takahashi2012-03-161-0/+5
* Remove prototypes of _amd64_get_fsbase et al. The functions were removedTijl Coosemans2012-03-161-11/+0
* Simplify the error checking in one branch of trap_pfault() and updateAlan Cox2012-03-121-11/+14
* regenAlexander Leidinger2012-03-105-7/+583
* - add comments to syscalls.master and linux(32)_dummy about which linuxAlexander Leidinger2012-03-102-1/+102
* Move i386's intr_machdep.c to the x86 tree and share it with amd64.John Baldwin2012-03-091-567/+0
* Allow a native i386 kernel to be built with 'nodevice atpic'. Just as onJohn Baldwin2012-03-094-1/+72
* MFamd64:John Baldwin2012-03-091-12/+19
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedAttilio Rao2012-03-061-3/+0
* Provide wbwd(4), a driver for the watchdog timer found on variousBjoern A. Zeeb2012-03-062-0/+3
* Fix few style nits.Jung-uk Kim2012-03-051-1/+1
* Exclude USB drivers (except umass and ukbd) from main kernel image on i386Robert Millan2012-03-042-42/+0
* Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. ReplaceTijl Coosemans2012-03-041-40/+3
* Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.Tijl Coosemans2012-03-041-92/+3
* Copy amd64 float.h to x86 and merge with i386 float.h. ReplaceTijl Coosemans2012-03-041-91/+3
* Add VESA option to GENERIC for amd64 and i386.Jung-uk Kim2012-03-031-0/+1
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.Tijl Coosemans2012-02-281-87/+3
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.Tijl Coosemans2012-02-281-47/+3
* Copy amd64 endian.h to x86 and merge with i386 endian.h. ReplaceTijl Coosemans2012-02-281-142/+3
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. ReplaceTijl Coosemans2012-02-281-168/+3
* Copy amd64 _limits.h to x86 and merge with i386 _limits.h. ReplaceTijl Coosemans2012-02-281-84/+3
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingTijl Coosemans2012-02-281-125/+3
* MFamd64: Don't whine about interrupts being disabled for an NMI.John Baldwin2012-02-271-4/+5