aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-41/+0
* Fix the build after r361033 when ACPI is disabled.Mark Johnston2020-05-221-1/+4
* amd64: Add a knob to flush RSB on context switches if machine has SMEP.Konstantin Belousov2020-05-201-3/+24
* Fix the i386 build after r361033.Mark Johnston2020-05-141-0/+5
* Call acpi_pxm_set_proximity_info() slightly earlier on x86.Mark Johnston2020-05-141-0/+2
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-0/+41
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-41/+0
* Remove an obsolete TODO comment from several minidump implementations.Mark Johnston2020-04-241-1/+0
* Convert canary, execpathp, and pagesizes to pointers.Brooks Davis2020-04-161-6/+6
* Fix ps_strings type change for i386Scott Long2020-04-161-1/+1
* Centralize compatability translation macros.Brooks Davis2020-04-141-8/+1
* Retire procfs-based process debugging.John Baldwin2020-04-012-10/+4
* Expand generic subword atomic primitivesConrad Meyer2020-03-251-0/+1
* retire cx,ctau driversEd Maste2020-03-201-8/+0
* [PowerPC][Book-E] Fix missing load base in elf_cpu_parse_dynamic().Brandon Bergren2020-03-181-1/+1
* Finish removal of bktrWarner Losh2020-03-012-84/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-266-31/+45
* Fix IBRS for machines with IBRS_ALL capability.Konstantin Belousov2020-02-251-1/+1
* i386: remove no longer needed atomic_load_ptr castsMateusz Guzik2020-02-141-1/+1
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-051-2/+2
* regen linuxulator sysent after r357577Ed Maste2020-02-055-5/+75
* linuxulator: implement sendfileEd Maste2020-02-052-3/+4
* uma: convert mbuf_jumbo_alloc to UMA_ZONE_CONTIG & tag othersRyan Libby2020-02-041-1/+1
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-6/+0
* Fix 64-bit syscall argument fetching in 32-bit Linux syscall handlers.Mark Johnston2020-01-211-7/+0
* Add support for Hygon Dhyana Family 18h processor.Konstantin Belousov2020-01-211-2/+3
* sysent targets: further cleanup and deduplicationKyle Evans2020-01-181-23/+2
* Set .ORDER for makesyscalls generated filesKyle Evans2020-01-101-0/+3