summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Merge from vmcontentionattilio2013-03-072-1/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MFCattilio2013-03-072-1/+11
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Remove the virtio dependency entry for the VirtIO device drivers. Thisbryanv2013-03-061-0/+7
| | * | | | Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disableken2013-03-041-1/+4
* | | | | | Fixup XEN pmap to cope with removal of left/right iterators fromattilio2013-03-031-3/+4
|/ / / / /
* | | | | MFCattilio2013-03-031-18/+18
|\ \ \ \ \ | |/ / / /
| * | | | Fix-up r247622 by also renaming pv_list iterator into the xenattilio2013-03-031-18/+18
| | |_|/ | |/| |
* | | | MFCattilio2013-03-024-33/+25
|\ \ \ \ | |/ / /
| * | | Merge from vmc-playground branch:attilio2013-03-022-29/+29
| * | | Disable the ctl driver in GENERIC.adrian2013-03-021-1/+1
| * | | Merge Capsicum overhaul:pjd2013-03-021-4/+3
| * | | MFcalloutng:mav2013-02-281-17/+9
| * | | MFcalloutng:davide2013-02-281-11/+12
| * | | Merge from vmobj-rwlock:attilio2013-02-272-6/+4
| | |/ | |/|
* | | MFCattilio2013-02-272-6/+4
OpenPOWER on IntegriCloud