summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Decode some more "exotic" instructions including: fxsave, fxrstor, ldmxcsr,jhb2008-08-111-9/+63
* MFamd64: Decode "cmov*" instructions.jhb2008-08-111-1/+21
* Add glxsb(4) driver for the Security Block in AMD Geode LX processors (asphilip2008-08-091-0/+6
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelstas2008-08-084-0/+67
* Make pmap_kenter_attr() static.alc2008-08-042-2/+2
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.ed2008-08-032-66/+0
* Adjust comment. This stack is only used for booting now and not as anjhb2008-08-011-1/+1
* Add igb driver to the default kerneljfv2008-07-301-1/+2
* Correct an off-by-one error in the previous change to pmap_change_attr().alc2008-07-281-2/+4
* Don't allow pmap_change_attr() to be applied to the recursive mapping.alc2008-07-281-1/+1
* Style fixes to several function definitions.alc2008-07-271-8/+4
* Unbreak cc -pg support on i386. In gcc 4.2, %ecx is used as the arg pointerluoqi2008-07-231-1/+10
* Correct an error in pmap_change_attr()'s initial loop that verifies that thealc2008-07-181-1/+1
* Simplify pmap_extract()'s control flow, making it more like the relatedalc2008-07-181-6/+5
* Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK isalc2008-07-151-3/+3
* Make uart(4) the default serial port driver on i386 and amd64.ed2008-07-132-16/+15
OpenPOWER on IntegriCloud