aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Correct the tunable name in the message.Konstantin Belousov2018-12-011-1/+1
* Remove superfluous bzero in getcontext/swapcontext/sendsigEric van Gyzen2018-11-261-1/+0
* Add evdev support to amd64 and i386 kernelsNiclas Zeising2018-11-122-0/+10
* Add a custom implementation of cpu_lock_delay() for x86.John Baldwin2018-11-051-1/+1
* Add a KPI for the delay while spinning on a spin lock.John Baldwin2018-11-051-0/+1
* Don't enter DDB for fatal traps before panic by default.John Baldwin2018-11-011-1/+1
* i386/MINIMAL: VERBOSE_SYSINIT=0 for consistencyKyle Evans2018-10-311-0/+1
* Compile in VERBOSE_SYSINIT support by default, remain silent by defaultKyle Evans2018-10-311-0/+1
* Add malloc_domainset(9) and _domainset variants to other allocator KPIs.Mark Johnston2018-10-301-2/+2
* Remove the ncr(4) drive.Warner Losh2018-10-222-4/+2
* Remove stg(4) driverWarner Losh2018-10-221-10/+0
* Remove nsp(4) driverWarner Losh2018-10-221-2/+0
* Remove ncv(4) driverWarner Losh2018-10-221-2/+0
* Retire dpt(4)Warner Losh2018-10-221-1/+0
* Remove mse(4) from treeWarner Losh2018-10-221-8/+0
* Remove the gone_in(12) devices.Warner Losh2018-10-221-10/+0
* Add an assertion to pmap_enter().Mark Johnston2018-10-201-0/+2
* Add a MINIMAL config for i386, based on amd64Conrad Meyer2018-10-201-0/+149
* Regenerated assorted syscall related files after:Brooks Davis2018-10-091-0/+8
* Address the warning regarding duplicate option 'GEOM_PART_GPT' whenMichael Tuexen2018-10-071-1/+0
* Apply r339046 to i386.Mark Johnston2018-10-011-1/+6
* Fix UP build.Konstantin Belousov2018-09-291-0/+2
* Don't clear DR6 for debug exceptions from userland.John Baldwin2018-09-271-6/+0
* Convert x86 cache invalidation functions to ifuncs.Konstantin Belousov2018-09-193-42/+67
* Convert i386 NPX hardware context save methods to ifuncs.Konstantin Belousov2018-09-191-32/+66
* Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines.Konstantin Belousov2018-08-291-6/+6
* Remove dead code in i386 cpu_throw().Konstantin Belousov2018-08-251-4/+0
* Unify amd64 and i386 vmspace0 pmap activation.Konstantin Belousov2018-08-252-1/+16
* Revert drm2 removal.Warner Losh2018-08-241-0/+11
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-221-13/+7
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-11/+0
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-212-6/+3
* Merge amd64 and i386 <machine/intr_machdep.h> headers.John Baldwin2018-08-201-187/+3
* Remove some vestiges of IPI_LAZYPMAP on i386.John Baldwin2018-08-191-2/+2
* Make 'device crypto' lines more consistent.John Baldwin2018-08-181-3/+1
* GPT is standard in x86 and arm64 land. Add it to DEFAULTS with theWarner Losh2018-08-171-0/+1
* Implement kernel support for early loading of Intel microcode updates.Mark Johnston2018-08-133-2/+22
* Fix misspellings of transmitter/transmittedDevin Teske2018-08-101-1/+1
* Implement missing atomic_fcmpset_XXX() support for i386.Hans Petter Selasky2018-08-091-0/+51
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-014-24/+36
* Rename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.Warner Losh2018-07-271-2/+4
* Fix handling of KVA in kmem_bootstrap_free().Mark Johnston2018-07-271-0/+8
* Extend ranges of the critical sections to ensure that context switchKonstantin Belousov2018-07-242-19/+22
* Annotate a parameter as unused.Alan Cox2018-07-201-1/+1
* Have preload_delete_name() free pages backing preloaded data.Mark Johnston2018-07-191-0/+7
* Restore the check for the page size extension after r332489.Mark Johnston2018-07-152-6/+5
* Correct some typos.Alan Cox2018-07-141-2/+2
* Add support for pmap_enter(..., psind=1) to the i386 pmap. In other words,Alan Cox2018-07-142-55/+164
* Eliminate unnecessary differences between i386's pmap_enter() and amd64's.Alan Cox2018-07-101-99/+108
* Invalidate the mapping before updating its physical address.Alan Cox2018-07-081-27/+43