summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-082-33/+47
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-053-211/+66
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-032-85/+0
* - Copying and zeroing pages via temporary mappings involves updating themarius2014-07-241-5/+12
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesmarkj2014-07-141-1/+1
* Correct si_code for the SIGBUS signal generated by the alignment trap.kib2014-07-081-0/+4
* Introduce pmap_unwire(). It will replace pmap_change_wiring(). There arealc2014-07-062-0/+144
* Add vt(4) devices and options to NOTESemaste2014-07-011-0/+3
* Add vt(4) to GENERIC and retire the separate VT configemaste2014-06-302-14/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-289-17/+8
* Revert r267961, r267973:gjb2014-06-279-8/+17
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-279-17/+8
* Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPUkib2014-06-232-0/+8
* Revert r266925 as it can lead to instant panic at fexecve():dchagin2014-06-171-2/+2
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-162-2/+2
* amd64/i386: introduce APIC hooks for different APIC implementations.royger2014-06-162-6/+3
* Fix some cosmetic issues with the use of kmem_malloc() in the i386 LDTkib2014-06-151-24/+6
* Add a page size field to struct vm_page. Increase the page size field whenalc2014-06-071-2/+1
* Restore comments accidentally removed.imp2014-06-062-2/+2
* To allow to run the interpreter itself add a new ELF branding type.dchagin2014-05-311-2/+2
* Commit the rest of the changes that were intended to be part of r266826.markj2014-05-291-22/+0
* - Actually, modules are built correctly when compiled along the kernel asmarius2014-05-281-7/+2
* - Shrink the list of excluded modules to what actually still doesn't buildmarius2014-05-281-4/+3
* imagact_binmisc builds for all supported architectures, so enable it for all.jhibbits2014-05-221-3/+0
* Disable ACPI and P4TCC throttling by default, following discussion onnwhitehorn2014-05-041-0/+2
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.ken2014-05-022-1/+2
* lindev(4): finish the partial commit in r265212eadler2014-05-021-3/+0
* Retire smp_active. It was racey and caused demonstrated problems withscottl2014-04-263-3/+1
* Don't build EISA by default anymore. Remove from i386 GENERIC andimp2014-04-181-2/+0
* Really, really, really only allow this option for amd64/i386 builds.sbruno2014-04-091-0/+3
* Make this compile with gcc.imp2014-04-051-3/+1
* Clear the kernel grab of the FPU state on fork. The pcb_save pointerkib2014-03-291-1/+2
* Rather than require a makeoptions DEBUG to get debug correct,imp2014-03-252-2/+2
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-223-13/+13
* Remove vestiges of knowing the ISA bus, which we gave up on around 20imp2014-03-192-2/+2
* Only invoke fasttrap hooks for traps from user mode, and ensure that they'remarkj2014-03-191-19/+21
* In kernel config files, it is supposed to be 'options<space><tab>' notimp2014-03-182-4/+4
* Align all comments in config files on same column. This consistencyimp2014-03-161-195/+195
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-165-5/+5
* Remove AppleTalk support.glebius2014-03-141-1/+0
* Remove IPX support.glebius2014-03-141-1/+0
* Delete stray clause 3 (Advertising clause) and renumber while i'mimp2014-03-111-1/+1
* Remove clause 3 (the advertising clause), per the regent's letter.imp2014-03-111-1/+1
* xen: use the same hypercall mechanism for XEN and XENHVMroyger2014-03-112-8/+9
* xen: implement an early timer for Xen PVHroyger2014-03-113-3/+12
* howto_names: unify declarationroyger2014-03-111-18/+1
* xen: add and enable Xen console for PVH guestsroyger2014-03-112-20/+2
* xen: add PV/PVH kernel entry pointroyger2014-03-111-0/+2
* amd64/i386: switch IPI handlers to C code.royger2014-03-114-119/+121
* When the kernel is running in a virtual machine, it cannot rely upon thealc2014-02-221-5/+11
OpenPOWER on IntegriCloud