summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-283-67/+0
* Frames created by the Xcpustop, Xrendezvous, Xipi_intr_bitmap_handlerkib2008-09-271-2/+7
* Replace all calls to minor() with dev2unit().ed2008-09-273-7/+7
* Remove unit2minor() use from kernel code.ed2008-09-261-2/+2
* move ipi_pcpu to evtchn.ckmacy2008-09-262-11/+2
* Update xen/interface includes to the latest in mercurialkmacy2008-09-261-2/+2
* add initial ipi definitionskmacy2008-09-251-6/+32
* add ipi mappingkmacy2008-09-251-1/+3
* add NPGPTD_SHIFT for the nkpt calculationkmacy2008-09-251-0/+2
* Make nkpt dependent on the size of the initial memory allocationkmacy2008-09-252-10/+9
* Add multiple include guards.jhb2008-09-241-0/+4
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-243-144/+148
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpobrien2008-09-231-1/+1
* MFamd64 SVN rev 179749 CVS rev 1.620alc2008-09-201-15/+31
* MFamd64 SVN rev 179471 CVS rev 1.619alc2008-09-191-5/+3
* - Recognize SAVE and OSXSAVE extended processor features.stas2008-09-181-2/+2
* Don't do round robin assignment of interrupts on xenkmacy2008-09-181-0/+7
* Change order of pcpu initialization so the pc_prvspace is setkmacy2008-09-181-1/+1
* fix initial page directory setup for APs to work when KERNBASE < 0xc0000000kmacy2008-09-181-37/+36
* MFamd64: More CPUID feature flags: SSE4, X2APIC, POPCNT, DTES64, and 1GBjhb2008-09-172-6/+12
* Some people have very strange notions of how large KVA_PAGES should be. Thekmacy2008-09-171-37/+55
* Add 'device acpi' to GENERIC on i386. Most newer i386 machines require it,jhb2008-09-161-0/+1
* Correct a callchain capture bug on the i386.jkoshy2008-09-151-2/+20
* When doing rfork(0), i.e. separating curproc VM from any other user ofkib2008-09-123-5/+14
* The user_ldt_alloc() function shall return with dt_lock locked.kib2008-09-121-5/+9
* Remove warning about static LDT segment allocation. Applicationskib2008-09-121-9/+0
* Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mappedjhb2008-09-111-0/+6
* Update the comments above the 0xcf9 register reset attempt to match thejhb2008-09-111-4/+7
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andjhb2008-09-101-0/+6
* Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIejhb2008-09-101-14/+44
* Add a proper detach method to the est(4) driver using cpufreq_unregister().jhb2008-09-101-3/+6
* Get initial bootstrap of APs working under xen.kmacy2008-09-109-29/+1251
* Segment registers are stored in the uc_mcontext member of the structkib2008-09-072-1/+3
* - Add the i386_memio_map_load() function to load I/O address table.nyan2008-09-071-21/+2
* Correct a copy-paste error---do not look for REX prefixes in i386 code.jkoshy2008-09-051-2/+2
* enable the xen_guest string so that the freebsd xen kernel willkmacy2008-09-031-2/+1
* Accomodate the fact that the number of l1 pages varies with the size of the ...kmacy2008-09-021-5/+8
* Fix problem with large memory configuration by ensuring that all NKPTkmacy2008-09-021-0/+7
* Fail detach if cpufreq_unregister() fails.jhb2008-08-282-4/+3
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Move empty filter handling to MI source.jkim2008-08-261-4/+0
* Disable the code to generate a simple table from the status MSR by default.jhb2008-08-261-0/+5
* Fix a typo in copyrights.jkim2008-08-252-2/+2
* Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls tojhb2008-08-232-0/+232
* If we are unable to obtain a frequency list from either ACPI or the staticjhb2008-08-231-1/+88
* Adjust the handling the various timer frequencies when using the lapicjhb2008-08-231-10/+17
* Don't try enumerating APICs when running on top of xenkmacy2008-08-221-0/+2
* Extend the support for PCI-e memory mapped configuration space access:jhb2008-08-222-36/+43
* Fix boot time pmap_growkernel panic for case where vm is allocated >= 768Mkmacy2008-08-211-1/+3
* fix typo in previous commit breaking bootupkmacy2008-08-201-1/+1
OpenPOWER on IntegriCloud