summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Update entries for building tags.mckusick2007-05-131-3/+3
* Do not dereference linux_to_bsd_signal[-1] if userland haskan2007-05-111-4/+5
* It turns out that the hptiop driver isn't portable after all. Confine it toscottl2007-05-091-0/+4
* o Fix typo: comments start by "#" not "*".maxim2007-05-091-1/+1
* Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.scottl2007-05-091-0/+1
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesjhb2007-05-085-54/+75
* Minor fixes and tweaks to the x86 interrupt code:jhb2007-05-088-108/+170
* Add rum(4)kevlo2007-05-071-0/+2
* Bring in the reminaing bits to make interrupt filtering work:piso2007-05-061-1/+85
* Add support for Ralink Technology RT2501USB/RT2601USB devices.kevlo2007-05-061-0/+2
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-025-133/+103
* Disable C1 Enhanced mode on AMD K8 Family Revision F and above to keepariff2007-04-251-0/+23
* Fix the triple fault used as a last resort during a reboot to actuallyjhb2007-04-241-3/+7
* Update comments for the 0xcf9 and 0x92 reset methods to explain what we arejhb2007-04-241-3/+15
* Tweak printf string.jhb2007-04-231-1/+1
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-5/+0
* Modify TLB invalidation handling.ups2007-04-211-27/+71
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* style nitphk2007-04-191-1/+2
* On AMD's Geode LX: Force the TSC to run through core-suspension so we canphk2007-04-181-0/+8
* Honor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc() on amd64 and i386 byjhb2007-04-171-0/+5
* Eliminate the misuse of PG_FRAME to truncate a virtual address to a virtualalc2007-04-131-3/+3
* MFamd64alc2007-04-121-0/+1
* Fix PAE on SMP by enabling EFER_NXE on all APs.ru2007-04-121-0/+10
* Remove trailing '.' for consistency!pjd2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.pjd2007-04-101-0/+1
* Add the PG_NX support for i386/PAE.ru2007-04-068-34/+135
* MFP4: Turn emul_lock into a mutex.jkim2007-04-021-2/+2
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-0/+1
* Correct BB-profiling and adjust comments.jkim2007-03-311-24/+23
* Fix off-by-4 error in address validation for i386, reduce PCB reloading, andjkim2007-03-301-15/+10
* Fix more style(9) nits[1] and remove unnecessary use of '#if !defined(_KERNEL)'.jkim2007-03-301-39/+39
* Use the same wisdom of sys/i386/i386/support.s 1.97 to remove obfuscation.jkim2007-03-301-9/+8
* MFP4: Linux futex support for amd64.jkim2007-03-301-61/+2
* Implement the openat() linux syscalljulian2007-03-295-5/+11
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-272-4/+5
* Remove unnecessary giant acquisition around panic in #ifdef DIAGNOSTICkris2007-03-261-2/+0
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-263-16/+154
* Fix a silly bogon that broke ibcs2_rename().jhb2007-03-261-1/+1
* In order to satisfy ACPI's need for an identity mapping, modify thealc2007-03-242-32/+40
* Catch up with ACPI-CA 20070320 import.jkim2007-03-225-170/+162
* Change the amd64, i386, and ia64 nexus drivers to setup bus space tags andjhb2007-03-211-41/+34
* Add a new apic0 psuedo-device to claim memory resources for the memoryjhb2007-03-203-0/+85
* Add a new ram0 pseudo-device that claims memory resouces for physicaljhb2007-03-201-0/+78
* - Add macros for newly added CPUID bits in the corresponding header files.jkim2007-03-202-2/+4
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-204-6/+6
* display two new Intel feature bitssam2007-03-191-2/+2
* Eliminate an unused parameter.alc2007-03-173-3/+3
* Create an identity mapping (V=P) super page for the low memory region onnjl2007-03-142-11/+13
OpenPOWER on IntegriCloud