summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+6
* MF amd64 r233097, r233122alc2012-05-241-12/+35
* Enable drm2 modules build.kib2012-05-231-1/+1
* Remove cpususpend IDT vector for XEN.iwasaki2012-05-202-0/+4
* Revert the previous commit on wakecode address verbose printing.iwasaki2012-05-191-2/+2
* Add SMP/i386 suspend/resume support.iwasaki2012-05-1812-426/+601
* Centralize declaration of the debug.acpi sysctl node.jhb2012-05-171-2/+0
* i386 bootinfo: re-arrange EFI fields for natural alignment and packingavg2012-05-131-4/+4
* Add `options GEOM_RAID` into i386 and amd64 GENERIC kernels.mav2012-05-101-0/+1
* The DDB_CTF has little or nothing to do with the debugger so move itbrooks2012-05-091-1/+1
* - >500 static DTrace probes for the linuxulatornetchild2012-05-052-0/+10
* Revert part of r234723 by re-enabling the SMP protection forattilio2012-05-031-0/+2
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofattilio2012-04-262-6/+0
* Enable DTrace hooks in GENERIC.brooks2012-04-201-1/+3
* Regen for r234359.jkim2012-04-165-7/+7
* Correct an argument type of iopl syscall for Linuxulator. This also fixesjkim2012-04-161-1/+1
* Regen for r234357.jkim2012-04-165-31/+16
* Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator.jkim2012-04-161-6/+6
* Regen for r234352.jkim2012-04-165-10/+27
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-163-22/+2
* - When interrupt is not requested for VM86 call, make a fake exit point andjkim2012-04-161-9/+14
* add actual interrupt counters to back ipi_invlcache_countsavg2012-04-131-0/+2
* bump INTRCNT_COUNT values to reflect actual numbers of IPI countersavg2012-04-131-2/+2
* Add OFED and the associated options and drivers to x86 LINT builds:jhb2012-04-121-0/+19
* Fix !SMP build after r234074.marius2012-04-101-0/+2
* BSP is not added to the mask of valid target CPUs for interruptsattilio2012-04-092-4/+5
* Recognize the RDRAND instruction feature.jhb2012-04-091-1/+1
* Add descriptions after the 'device' line for several NICs to match thejhb2012-04-041-9/+10
* Make machine check exception logging more readable. On newer Intel systems,jhb2012-04-021-2/+1
* Move the legacy(4) driver to x86.jhb2012-03-303-433/+1
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIjhb2012-03-292-2/+24
* - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 tojhb2012-03-291-1/+1
* Add software PMC support.fabient2012-03-282-11/+35
* Disable detailed PV entry accounting by default. Add a config optionalc2012-03-242-1/+4
* Add cas(4), gem(4) and hme(4) to x86 GENERICs as suggested by netchild@ inmarius2012-03-241-0/+3
* Add snd_cmi, snd_csa and snd_emu10kx to GENERIC on i386 and amd64.joel2012-03-221-0/+3
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-222-20/+50
* Remove pty(4) from our kernel configurations.ed2012-03-213-3/+0
* Merge ACPICA 20120320.jkim2012-03-201-1/+1
* Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replacetijl2012-03-191-101/+3
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replacetijl2012-03-191-627/+3
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.tijl2012-03-191-81/+3
* Move userland bits (and some common kernel bits) from amd64 and i386tijl2012-03-191-175/+1
* If we ever allow for managed fictitious pages, the pages shall bekib2012-03-191-12/+37
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98tijl2012-03-181-171/+3
* Use exact width integer types in amd64/i386 reg.h to prepare for a merge.tijl2012-03-181-28/+30
* Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.tijl2012-03-161-121/+1
* Use exact width integer types instead of long in struct env87 intijl2012-03-161-8/+8
* - Fix to build a native i386 kernel without the SMP and atpic.nyan2012-03-161-0/+5
OpenPOWER on IntegriCloud