summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outdelphij2008-07-071-0/+1
* In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPTalc2008-07-071-2/+4
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-1/+7
* Remove the sbni(4) driver. No one responded to calls to test it onjhb2008-07-041-6/+0
* Remove the oltr(4) driver. No one responded to calls for testing onjhb2008-07-041-5/+0
* Remove the arl(4) driver. It is reported to not work on 6.x or laterjhb2008-07-041-5/+0
* Eliminate an unused declaration. (In fact, the declaration is bogusalc2008-07-041-1/+0
* Remove the unused M_MEMDEV from the kernel.ed2008-06-251-2/+0
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-252-4/+0
* Emit opcodes closer to GNU as(1) generated codes and micro-optimize.jkim2008-06-242-59/+46
* Rehash and clean up BPF JIT compiler macros to match AT&T notations.jkim2008-06-232-143/+143
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-201-0/+1
OpenPOWER on IntegriCloud