aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add a VA_IS_CLEANMAP() macro.John Baldwin2021-02-181-3/+3
* linux: Update the i386/linux vdso deinitialization routineMark Johnston2021-02-161-1/+2
* xen/boot: allow specifying boot method when booted from XenRoger Pau Monné2021-02-161-4/+3
* Fix a typo.Cy Schubert2021-01-281-1/+1
* Remove ndis(4) remnants from kernel configsMateusz Guzik2021-01-261-4/+0
* Rename i386's Linux ELF to Linux ELF32Jessica Clarke2021-01-211-1/+1
* wl(4): remove obsolete headerMarius Strobl2021-01-161-168/+0
* hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev2021-01-141-3/+0
* Split out the NODEBUG options to a common fileAndrew Turner2021-01-141-7/+1
* Enable accelerated AES-XTS software crypto in GENERIC.John Baldwin2021-01-131-0/+1
* vm_map_protect: allow to set prot and max_prot in one go.Konstantin Belousov2021-01-121-2/+4
* xen/privcmd: implement the dm op ioctlRoger Pau Monne2021-01-111-0/+7
* hid: Add recently imported drivers to NOTESVladimir Kondratyev2021-01-101-1/+7
* x86: Add rdtscp32() into cpufunc.h.Konstantin Belousov2021-01-101-0/+9
* i386 kernel is not built with vt_vbefbToomas Soome2021-01-082-0/+2
* pccard: Remove wi(4) driverWarner Losh2021-01-081-1/+0
* hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev2021-01-071-0/+3
* hid: Import iichid - I2C transport backend for HID subsystemVladimir Kondratyev2021-01-071-0/+1
* hid: Import functions and constants required by new subsystemVladimir Kondratyev2021-01-071-0/+1
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+3
* Honor the vm page's PG_NODUMP flag on arm and i386.Alan Cox2021-01-041-0/+3
* gdb(4) fix x86 signal reportingMitchell Horne2020-12-231-15/+12
* Skip the vm.pmap.kernel_maps sysctl by default.John Baldwin2020-12-181-1/+1
* Enable ROUTE_MPATH support in GENERIC kernels.Alexander V. Chernikov2020-12-141-0/+1
* hme(4): Remove as previous announcedBrooks Davis2020-12-111-1/+0
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-052-4/+16
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-301-0/+1
* o Move options IOMMU from Debugging section back to the Bus sectionRuslan Bukin2020-11-271-1/+0
* Port rtsx(4) driver for Realtek SD card reader from OpenBSD.Jung-uk Kim2020-11-241-0/+1
* Linuxolator: Replace use of eventhandlers by sysent hooks.Konstantin Belousov2020-11-231-14/+6
* 'make sysent' for r367773Conrad Meyer2020-11-173-6/+60
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-171-2/+12
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-118/+9
* malloc: delegate M_EXEC handling to dedicacted routinesMateusz Guzik2020-10-301-1/+1
* Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala2020-10-271-1/+1
* audit: also correctly audit linux_execve()Kyle Evans2020-10-261-0/+3
* Remove support for intel compiler from i386 in_cksumWarner Losh2020-10-242-4/+4
* Improve FPU Tag Word reconstruction on i386 to indicate register states.Konstantin Belousov2020-10-211-8/+37
* Add a kernel crypto driver using assembly routines from OpenSSL.John Baldwin2020-10-201-0/+1
* Properly clear PCB_KERNNPX in fpu_kern_leave().John Baldwin2020-10-191-1/+1
* Fix for mis-interpretation of PCB_KERNFPU.Konstantin Belousov2020-10-142-6/+8
* Limit workaround for errata E400 to appropriate AMD cpus.Konstantin Belousov2020-10-142-4/+10
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-142-2/+3
* Add a per-each macro IOMMU_DOMAIN_UNLOAD_SLEEP which allows to sleepRuslan Bukin2020-10-141-0/+2
* Add support for FPU_KERN_NOCTX.John Baldwin2020-10-133-11/+57
* Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.John Baldwin2020-10-131-0/+6
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-101-1/+1
* Create in-tree LINT filesWarner Losh2020-10-095-6/+39
* timer_restore is now unused, remove itWarner Losh2020-10-081-1/+0
* Remove APM BIOS supportWarner Losh2020-10-084-1588/+0