aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Disable ACPI and P4TCC throttling by default, following discussion onNathan Whitehorn2014-05-041-0/+2
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry2014-05-022-1/+2
* lindev(4): finish the partial commit in r265212Eitan Adler2014-05-021-3/+0
* Retire smp_active. It was racey and caused demonstrated problems withScott Long2014-04-263-3/+1
* Don't build EISA by default anymore. Remove from i386 GENERIC andWarner Losh2014-04-181-2/+0
* Really, really, really only allow this option for amd64/i386 builds.Sean Bruno2014-04-091-0/+3
* Make this compile with gcc.Warner Losh2014-04-051-3/+1
* Clear the kernel grab of the FPU state on fork. The pcb_save pointerKonstantin Belousov2014-03-291-1/+2
* Rather than require a makeoptions DEBUG to get debug correct,Warner Losh2014-03-252-2/+2
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-223-13/+13
* Remove vestiges of knowing the ISA bus, which we gave up on around 20Warner Losh2014-03-192-2/+2
* Only invoke fasttrap hooks for traps from user mode, and ensure that they'reMark Johnston2014-03-191-19/+21
* In kernel config files, it is supposed to be 'options<space><tab>' notWarner Losh2014-03-182-4/+4
* Align all comments in config files on same column. This consistencyWarner Losh2014-03-161-195/+195
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-165-5/+5
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-1/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-1/+0
* Delete stray clause 3 (Advertising clause) and renumber while i'mWarner Losh2014-03-111-1/+1
* Remove clause 3 (the advertising clause), per the regent's letter.Warner Losh2014-03-111-1/+1
* xen: use the same hypercall mechanism for XEN and XENHVMRoger Pau Monné2014-03-112-8/+9
* xen: implement an early timer for Xen PVHRoger Pau Monné2014-03-113-3/+12
* howto_names: unify declarationRoger Pau Monné2014-03-111-18/+1
* xen: add and enable Xen console for PVH guestsRoger Pau Monné2014-03-112-20/+2
* xen: add PV/PVH kernel entry pointRoger Pau Monné2014-03-111-0/+2
* amd64/i386: switch IPI handlers to C code.Roger Pau Monné2014-03-114-119/+121
* When the kernel is running in a virtual machine, it cannot rely upon theAlan Cox2014-02-221-5/+11
* After r261980, the local ptr variable in xbox_init() is no longer used,Dimitry Andric2014-02-161-1/+0
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsDimitry Andric2014-02-162-2/+2
* Remove an nve(4)-specific workaround from the xbox port. nfe(4) doesn'tChristian Brueffer2014-02-161-21/+0
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAChristian Brueffer2014-02-164-5/+1
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64Andriy Gapon2014-02-141-0/+16
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-0/+3
* Don't waste a page of KVA for the boot-time memory test on x86. For amd64,John Baldwin2014-02-114-11/+9
* Move <machine/apicvar.h> to <x86/apicvar.h>.John Baldwin2014-01-236-228/+5
* Add VT kernel configuration to ease testing of vt(9), aka NewconsEd Maste2014-01-191-0/+14
* Add very simple virtio_random(4) driver to harvest entropy from hostBryan Venteicher2014-01-181-0/+1
* Remove spaces from boot messages when we print the CPU ID/Family/SteppingGavin Atkinson2014-01-111-5/+5
* Nuke symbols.rawSergey Kandaurov2013-12-171-73/+0
* Move constants for indices in the local APIC's local vector table fromJohn Baldwin2013-12-091-9/+0
* Fix a typo.John Baldwin2013-12-051-1/+1
* Enable Hyper-V support in i386 GENERIC.Xin LI2013-12-051-0/+3
* Support Hyper-V on i386:Xin LI2013-12-051-0/+2
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-1/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-254-4/+0
* Refactor i386 startup SMAP parsingEd Maste2013-11-221-33/+50
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andAndreas Tobler2013-11-211-4/+8
* Fix accounting for hw.realmem on the i386 and amd64 platforms.Justin T. Gibbs2013-11-151-1/+1
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)Ed Maste2013-11-143-56/+6
* Disable building the ctl module for the i386 XEN kernel configurationDimitry Andric2013-11-111-1/+1