aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove apm screen saver.Warner Losh2020-10-081-1/+0
* Print symbol index for unsupported relocation typesMitchell Horne2020-10-071-8/+9
* Fix LINT: Add backlight to NOTESEmmanuel Vadot2020-10-021-0/+2
* Rename kernel option ACPI_DMAR to IOMMU.Ruslan Bukin2020-09-292-2/+3
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-274-7/+3
* Regen after r366145.Edward Tomasz Napierala2020-09-252-429/+435
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* Use envvar rather than nonstandard hint. linesWarner Losh2020-09-231-31/+31
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-212-1/+13
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-214-57/+20
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-172-7/+1
* Move SV_ABI_ERRNO translation into linux-specific code, to simplifyEdward Tomasz Napierala2020-09-152-3/+16
* Include the psind in data returned by mincore(2).Mark Johnston2020-09-021-1/+1
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-022-3/+2
* i386: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0134-84/+21
* Add deprecation notice for apm BIOSWarner Losh2020-08-311-0/+2
* cpu_auxmsr: assert caller is preventing CPU migration.Peter Grehan2020-08-241-1/+5
* Use pmap_mapbios() to map ACPI tables on amd64 and i386.Mark Johnston2020-08-201-90/+19
* Remove some noisy ACPI tables messages from verbose dmesg.Alexander Motin2020-08-191-9/+1
* linux: add sysctl compat.linux.use_emul_pathMateusz Guzik2020-08-181-5/+9
* linux: consistently use LFREEPATH instead of open-coding itMateusz Guzik2020-08-181-1/+1
* Export a routine to provide the TSC_AUX MSR value and use this in vmm.Peter Grehan2020-08-181-1/+10
* o Add machine/iommu.h and include MD iommu headers from it,Ruslan Bukin2020-08-051-0/+6
* Allow swi_sched() to be called from NMI context.Alexander Motin2020-07-252-0/+21
* Include TMPFS in all the GENERIC kernel configsAlex Richardson2020-07-241-0/+1
* Untie nmi_handle_intr() from DEV_ISA.Alexander Motin2020-07-221-4/+0
* Avoid code duplicaiton by using ipi_selected().Alexander Motin2020-07-211-7/+1
* Regen after r363304.Edward Tomasz Napierala2020-07-183-3/+40
* Add a trivial linux(4) splice(2) implementation, which simplyEdward Tomasz Napierala2020-07-182-2/+8
* Revert r240317 to prevent leaking pmap entriesConrad Meyer2020-07-161-1/+3
* Switch from SCTP to SCTP_SUPPORT in GENERIC configs.Mark Johnston2020-07-162-2/+2
* Improve description of the vector argument for i386 smp_targeted_tlb_shootdow...Konstantin Belousov2020-07-151-3/+4
* amd64: allow parallel shootdown IPIsKonstantin Belousov2020-07-142-0/+231
* geom(4): Kill GEOM_PART_EBR_COMPAT optionConrad Meyer2020-07-011-1/+0
* linuxolator: implement memfd_create syscallKyle Evans2020-06-291-1/+0
* Regen.Edward Tomasz Napierala2020-06-273-54/+348
* Add proper types for linux message queue syscalls; mostly takenEdward Tomasz Napierala2020-06-271-6/+6
* Add syscall definitions for linux xattr syscalls.Edward Tomasz Napierala2020-06-271-12/+66
* Adapt linuxulator syscalls.master files to the new layout.Edward Tomasz Napierala2020-06-211-645/+2254
* [PowerPC] More relocation fixesBrandon Bergren2020-06-211-1/+1
* Regen after r362440.Edward Tomasz Napierala2020-06-205-7/+14
* Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala2020-06-202-1/+8
* FPU init: allocate initial state from UMA to ensure alignmentEric van Gyzen2020-06-121-2/+1
* FPU: make xsave_area_desc staticEric van Gyzen2020-06-121-1/+1
* FPU init: Do potentially blocking operations before disabling interruptsEric van Gyzen2020-06-121-10/+13
* amd64 pmap: reorder IPI send and local TLB flush in TLB invalidations.Konstantin Belousov2020-06-102-9/+26
* Fix boot on systems where NUMA domain 0 is unpopulated.Mark Johnston2020-05-282-2/+2