summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* x86: detect mwait capabilities and extensions, when presentavg2013-07-283-0/+13
* - Use kmem_malloc rather than kmem_alloc() for GDT/LDT/tss allocations etc.jeff2013-07-261-7/+9
* Include sys/systm.h after sys/param.h.ae2013-07-151-1/+1
* Nuke mbstat. It wasn't used for mbuf statistics since FreeBSD 5.glebius2013-07-151-1/+0
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
* Create a proper stack frame for i386 version of bcopy(), despite thekib2013-07-131-5/+9
* Explicitely panic instead of possibly doing undefined things whenkib2013-07-111-1/+1
* MFamd64 r253140:kib2013-07-111-0/+1
* Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.delphij2013-07-064-1/+7
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+87
* Move definitions required by userland applications out of acpica_machdep.h.jkim2013-06-271-6/+2
* Some clarifications and updates for the comments, mostly retrievedkib2013-06-191-30/+34
* Adjust i386 Xen PV support for updated Xen interface files.gibbs2013-06-172-4/+4
* Upgrade Xen interface headers to Xen 4.2.1.gibbs2013-06-141-8/+19
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-134-6/+6
* Assert that interrupts are enabled in the trap handlers on x86 beforekib2013-06-031-0/+1
* MFamd64: when printing the trap information, show the %esp value.kib2013-06-031-2/+2
* Use slightly more idiomatic expression to get the address of array.kib2013-05-271-1/+1
* When handling an exception from the attempt from loading the faultingkib2013-05-271-0/+1
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...achim2013-05-242-0/+5
* o Relax locking assertions for vm_page_find_least()attilio2013-05-212-2/+4
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-214-0/+21
* Improve readability of static assertions for OFFSET_* macros.ed2013-05-131-3/+4
* Tidy up some CVS workarounds.peter2013-05-122-2/+0
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Remove redundant definitions of _ALIGN and _ALIGNBYTES.tijl2013-04-211-13/+2
* - Correct spelling in commentsgabor2013-04-171-1/+1
* - Correct mispellings of word miscellaneousgabor2013-04-171-1/+1
* Fix the name of the pcb member in the comments.kib2013-04-131-2/+2
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'trasz2013-04-122-6/+1
* Pass the segmented address of the counter, based on %fs, i.e. offsetkib2013-04-091-1/+3
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+89
* Merge from projects/counters:glebius2013-04-081-3/+7
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-042-2/+0
* Fix the VM_BCACHE_SIZE_MAX definition on i386 to match the maximalkib2013-03-271-1/+4
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-192-0/+4
* MFCattilio2013-03-172-0/+83
|\
| * Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-142-0/+83
* | Simplify the interface to vm_radix_insert() by eliminating the parameteralc2013-03-171-1/+1
* | MFamd64alc2013-03-122-120/+16
* | MFCattilio2013-03-111-1/+0
|\ \ | |/
| * The kernel pmap is statically allocated, so there is really no need toalc2013-03-101-1/+0
* | Merge from vmcontention.attilio2013-03-093-12/+13
|\ \
| * \ MFCattilio2013-03-093-12/+13
| |\ \ | | |/
| | * MFCattilio2013-03-083-19/+29
| | |\
| | * \ MFCattilio2013-03-026-62/+54
| | |\ \
| | * | | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-212-12/+12
| | * | | MFCattilio2013-02-216-372/+12
| | |\ \ \
| | * | | | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-202-6/+4
| | * | | | Switch vm_object lock to be a rwlock.attilio2013-02-203-10/+11
OpenPOWER on IntegriCloud