aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.Xin LI2013-07-064-1/+7
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.Konstantin Belousov2013-07-011-0/+87
* Move definitions required by userland applications out of acpica_machdep.h.Jung-uk Kim2013-06-271-6/+2
* Some clarifications and updates for the comments, mostly retrievedKonstantin Belousov2013-06-191-30/+34
* Adjust i386 Xen PV support for updated Xen interface files.Justin T. Gibbs2013-06-172-4/+4
* Upgrade Xen interface headers to Xen 4.2.1.Justin T. Gibbs2013-06-141-8/+19
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()Jeff Roberson2013-06-134-6/+6
* Assert that interrupts are enabled in the trap handlers on x86 beforeKonstantin Belousov2013-06-031-0/+1
* MFamd64: when printing the trap information, show the %esp value.Konstantin Belousov2013-06-031-2/+2
* Use slightly more idiomatic expression to get the address of array.Konstantin Belousov2013-05-271-1/+1
* When handling an exception from the attempt from loading the faultingKonstantin Belousov2013-05-271-0/+1
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...Achim Leubner2013-05-242-0/+5
* o Relax locking assertions for vm_page_find_least()Attilio Rao2013-05-212-2/+4
* Add basic support for FDT to i386 & amd64. This change includes:Marcel Moolenaar2013-05-214-0/+21
* Improve readability of static assertions for OFFSET_* macros.Ed Schouten2013-05-131-3/+4
* Tidy up some CVS workarounds.Peter Wemm2013-05-122-2/+0
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-072-7/+4
* Remove redundant definitions of _ALIGN and _ALIGNBYTES.Tijl Coosemans2013-04-211-13/+2
* - Correct spelling in commentsGabor Kovesdan2013-04-171-1/+1
* - Correct mispellings of word miscellaneousGabor Kovesdan2013-04-171-1/+1
* Fix the name of the pcb member in the comments.Konstantin Belousov2013-04-131-2/+2
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'Edward Tomasz Napierala2013-04-122-6/+1
* Pass the segmented address of the counter, based on %fs, i.e. offsetKonstantin Belousov2013-04-091-1/+3
* Merge from projects/counters: counter(9).Gleb Smirnoff2013-04-081-0/+89
* Merge from projects/counters:Gleb Smirnoff2013-04-081-3/+7
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-042-2/+0
* Fix the VM_BCACHE_SIZE_MAX definition on i386 to match the maximalKonstantin Belousov2013-03-271-1/+4
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov2013-03-192-0/+4
* Sync back vmcontention branch into HEAD:Attilio Rao2013-03-183-52/+22
* Add pmap function pmap_copy_pages(), which copies the content of theKonstantin Belousov2013-03-142-0/+83
* The kernel pmap is statically allocated, so there is really no need toAlan Cox2013-03-101-1/+0
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-093-12/+13
* Remove the virtio dependency entry for the VirtIO device drivers. ThisBryan Venteicher2013-03-061-0/+7
* Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disableKenneth D. Merry2013-03-041-1/+4
* Fix-up r247622 by also renaming pv_list iterator into the xenAttilio Rao2013-03-031-18/+18
* Merge from vmc-playground branch:Attilio Rao2013-03-022-29/+29
* Disable the ctl driver in GENERIC.Adrian Chadd2013-03-021-1/+1
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-4/+3
* MFcalloutng:Alexander Motin2013-02-281-17/+9
* MFcalloutng:Davide Italiano2013-02-281-11/+12
* Merge from vmobj-rwlock:Attilio Rao2013-02-272-6/+4
* Locking for todr got pushed down into inittodr and the clientWarner Losh2013-02-211-10/+2
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,Konstantin Belousov2013-02-205-362/+10
* Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isJung-uk Kim2013-02-153-8/+8
* cpususpend_handler: mark AP as resumed only after fully setting up lapicAndriy Gapon2013-02-021-2/+2
* x86 suspend/resume: suspend pics and pseudo-pics in reverse orderAndriy Gapon2013-02-021-1/+1
* Remove support for plip from the GENERIC kernel as no systems in theEitan Adler2013-02-011-1/+0
* Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define.Andre Oppermann2013-02-011-5/+0
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-293-160/+2
* Don't assume that all Linux TCP-level socket options are identical toJohn Baldwin2013-01-231-0/+7