summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | MFCattilio2013-02-249-380/+20
|\ \ \ | |/ /
| * | Locking for todr got pushed down into inittodr and the clientimp2013-02-211-10/+2
| * | Convert machine/elf.h, machine/frame.h, machine/sigframe.h,kib2013-02-205-362/+10
| |/
| * Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isjkim2013-02-153-8/+8
* | MFCattilio2013-02-039-162/+38
|\ \ | |/
| * cpususpend_handler: mark AP as resumed only after fully setting up lapicavg2013-02-021-2/+2
| * x86 suspend/resume: suspend pics and pseudo-pics in reverse orderavg2013-02-021-1/+1
| * Remove support for plip from the GENERIC kernel as no systems in theeadler2013-02-011-1/+0
| * Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define.andre2013-02-011-5/+0
| * Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-293-160/+2
| * Don't assume that all Linux TCP-level socket options are identical tojhb2013-01-231-0/+7
| * Fix build with SMP disabled.`jhb2013-01-191-0/+5
| * Don't attempt to use clflush on the local APIC register window. Variousjhb2013-01-171-0/+11
| * Add VirtIO to the i386 and amd64 GENERIC kernelsbryanv2013-01-132-0/+17
* | MFCattilio2013-01-092-9/+3
|\ \ | |/
OpenPOWER on IntegriCloud