summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* When the kernel is running in a virtual machine, it cannot rely upon thealc2014-02-221-5/+11
* After r261980, the local ptr variable in xbox_init() is no longer used,dim2014-02-161-1/+0
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-162-2/+2
* Remove an nve(4)-specific workaround from the xbox port. nfe(4) doesn'tbrueffer2014-02-161-21/+0
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAbrueffer2014-02-164-5/+1
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64avg2014-02-141-0/+16
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgejhb2014-02-121-0/+3
* Don't waste a page of KVA for the boot-time memory test on x86. For amd64,jhb2014-02-114-11/+9
* Move <machine/apicvar.h> to <x86/apicvar.h>.jhb2014-01-236-228/+5
* Add VT kernel configuration to ease testing of vt(9), aka Newconsemaste2014-01-191-0/+14
* Add very simple virtio_random(4) driver to harvest entropy from hostbryanv2014-01-181-0/+1
* Remove spaces from boot messages when we print the CPU ID/Family/Steppinggavin2014-01-111-5/+5
* Nuke symbols.rawpluknet2013-12-171-73/+0
* Move constants for indices in the local APIC's local vector table fromjhb2013-12-091-9/+0
* Fix a typo.jhb2013-12-051-1/+1
* Enable Hyper-V support in i386 GENERIC.delphij2013-12-051-0/+3
* Support Hyper-V on i386:delphij2013-12-051-0/+2
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-301-1/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-254-4/+0
* Refactor i386 startup SMAP parsingemaste2013-11-221-33/+50
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andandreast2013-11-211-4/+8
* Fix accounting for hw.realmem on the i386 and amd64 platforms.gibbs2013-11-151-1/+1
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-143-56/+6
* Disable building the ctl module for the i386 XEN kernel configurationdim2013-11-111-1/+1
* Fix signal delivery for the iBCS2 binaries. The iBCS2 sysvec useskib2013-11-081-0/+2
* Add bits for the AMD features from CPUID function 0x80000001 ECX,kib2013-11-081-6/+6
* As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In otheralc2013-11-081-11/+10
* Remove references to an unused fasttrap probe hook, and remove themarkj2013-10-311-11/+3
* - Provide necessary includes.glebius2013-10-291-0/+1
* Import the driver for VT-d DMAR hardware, as specified in the revisionkib2013-10-281-0/+1
* Document XENHVM and xenpci are mutually inclusive.gjb2013-10-111-3/+4
* Remove redundant declarations of szsigcode and sigcode indim2013-10-071-2/+0
* Remove redundant declaration of force_evtchn_callback() in thedim2013-10-071-3/+0
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-053-11/+6
* add aesni module to i386 and amd64 NOTES...jmg2013-10-041-0/+1
* Free both KVA and backing pages when freeing TSS memory.kib2013-09-231-1/+1
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-0/+12
* Fix compilation of the i386 PAE kernel config.gibbs2013-09-221-2/+0
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-204-44/+12
* Substantial rewrite of bxe(4) to add support for the BCM57712 anddavidch2013-09-202-1/+4
* Add support for suspend/resume/migration operations when running as agibbs2013-09-202-2/+18
* sys/i386/xen/mp_machdep.c:gibbs2013-09-202-3/+9
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-202-102/+0
* sys/i386/xen_mp_machdep.c:gibbs2013-09-191-0/+3
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-1/+1
* Regen.rdivacky2013-09-185-94/+16
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-182-6/+8
* Regen.rdivacky2013-09-185-16/+95
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-182-8/+6
OpenPOWER on IntegriCloud