summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add support for memory mapped PCI config space access on Intel 915GMjhb2008-08-201-3/+23
* Use switch statements instead of if-else for enabling PCI-express configjhb2008-08-201-3/+9
* set MCLSHIFT to correspond to page sizekmacy2008-08-201-0/+1
* - clean up interrupt handling for xen a tiny bitkmacy2008-08-204-12/+24
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-203-4/+19
* don't use cpu_idle_acpi under xenkmacy2008-08-201-0/+9
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+3
* protect queue_log not queuekmacy2008-08-191-2/+4
* Fix compilation without INVARIANTSkmacy2008-08-191-0/+6
* remove redundant PT_SET_MA declarationkmacy2008-08-191-12/+0
* PT_UPDATES_FLUSH() is used in common code so it needs to be definedkmacy2008-08-181-0/+2
* MFamd64: Correctly check unsignedness of all registers usedjkim2008-08-182-38/+70
* - Make these files compilable on user land.jkim2008-08-181-4/+28
* Ensure that machine / physical addresses are treated as vm_paddr_tkmacy2008-08-172-5/+5
* remove code in XEN version of init386 causing initialization failurekmacy2008-08-171-37/+16
* translate machine addresses to physical addresses in new code in pmap_initkmacy2008-08-171-3/+2
* bypass call to trap when handling hypervisor_upcallkmacy2008-08-171-13/+34
* clean up initvalues to work correctly on PAEkmacy2008-08-171-56/+31
* Commit step 1 of the vimage project, (network stack)bz2008-08-173-4/+7
* Call in to xen for privileged aspects of context switchingkmacy2008-08-161-6/+18
* disable PREEMPTION pending bug fixes to i386/xen/pmap.ckmacy2008-08-151-2/+4
* Call in to xen for fpu handling when XEN is setkmacy2008-08-151-1/+10
* Integrate configuration bits for compling xen.kmacy2008-08-152-0/+153
* Integrate support for xen in to i386 common code.kmacy2008-08-1516-17/+687
* Compile fixes for xen build.kmacy2008-08-156-162/+215
* Use int32_t/int16_t instead of int/short as sys/net/bpf_filter.c does.jkim2008-08-131-4/+4
* - Remove unnecessary jump instruction(s) when offset(s) is/are zero(s).jkim2008-08-132-78/+84
* In the case of POWERFAIL_NMI, remove the Giant acquisitions because theyattilio2008-08-131-4/+0
* Attach the cpufreq child devices with specific orders to enforce relativejhb2008-08-134-4/+4
* MFamd64: Remove unused macros.jkim2008-08-121-21/+0
* Update copyrights and fix style(9).jkim2008-08-122-12/+12
* Reduce number of stack usages with unused %edi.jkim2008-08-121-7/+8
* Import i386 xen sub-arch files.kmacy2008-08-125-0/+7257
* Import xen sub-arch includes.kmacy2008-08-1212-0/+2038
OpenPOWER on IntegriCloud