summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* The kernel pmap is statically allocated, so there is really no need toalc2013-03-101-1/+0
* MFCattilio2013-03-083-19/+29
|\
| * 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
| * Fix-up r247622 by also renaming pv_list iterator into the xenattilio2013-03-031-18/+18
* | MFCattilio2013-03-026-62/+54
|\ \ | |/
| * 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
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-212-12/+12
* | MFCattilio2013-02-216-372/+12
|\ \ | |/
| * 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
* | 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
|/
* Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isjkim2013-02-153-8/+8
* 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
* Enable the UFS quotas for big-iron GENERIC kernels.kib2013-01-031-0/+1
* As discussed on -current last October, remove the firewire drivers fromdes2013-01-031-9/+0
* Fix !INVARIANTS && !SMP build.marius2013-01-031-0/+2
* Revert r243960 based on feedback regarding keeping x86 headers unifiedjimharris2012-12-131-22/+0
* Add amd64 implementations for 8-byte bus_space routines.jimharris2012-12-061-0/+22
* Print the frame addresses for the backtraces on i386 and amd64. Itkib2012-12-031-6/+11
* Remove duplicate code. Reduce diff between amd64 and i386.jkim2012-12-011-25/+19
* Use volatile keywords properly.jkim2012-11-301-11/+11
* Tidy up inline assembly. No functional change.jkim2012-11-301-8/+8
* Fix a minor warning in sys/i386/xen/clock.c.dim2012-11-121-1/+1
* Allow maxusers to scale on machines with large address space.alfred2012-11-101-0/+9
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-031-10/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-2/+5
* Add missed sched_pin().kib2012-10-241-0/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-8/+2
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-222-0/+6
* The 'testing memory' patch gets printed too many timeseadler2012-10-221-2/+0
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-222-6/+0
* Explain the upcoming delay by printing a message when the kerneleadler2012-10-221-0/+2
* MFamd64: add machdep.uprintf_signal.kib2012-10-141-0/+19
* pciereg_cfg*: use assembly to access the mem-mapped cfg spaceavg2012-10-141-6/+20
* Replace all uses of the vm page queues lock by a new R/W lock.alc2012-10-123-61/+80
OpenPOWER on IntegriCloud