aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* rtsx: Add plug-and-play infoHenri Hennebert2023-04-131-1/+0
* linux(4): Regen for close_range syscallDmitry Chagin2023-04-043-4/+26
* linux(4): Modify close_range syscall to match LinuxDmitry Chagin2023-04-041-2/+6
* netlink: add NETLINK to the DEFAULTS for each architectureAlexander V. Chernikov2023-04-022-1/+2
* xen: switch to using core atomics for synchronizationElliott Mitchell2023-03-291-138/+0
* i386: ansifyDmitry Chagin2023-03-255-39/+13
* linux(4): Reduce code duplication between MD filesDmitry Chagin2023-03-041-33/+0
* abstract out the vm detection via smbios..John-Mark Gurney2023-03-031-0/+3
* i386 kernel config: clean up whitespaceMike Karels2023-02-241-3/+3
* i386: whack LINT-NO* kernelsMateusz Guzik2023-02-213-36/+0
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-02-141-1/+1
* linux(4): Cleanup includes under i386/linuxDmitry Chagin2023-02-144-23/+9
* linux(4): Move uselib() to i386Dmitry Chagin2023-02-141-0/+260
* Complete removal of opt_compat.hDmitry Chagin2023-02-131-1/+0
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-121-2/+0
* MINIMAL: Update and clean up.Dag-Erling Smørgrav2023-02-091-15/+14
* linux(4): Attach netlink on i386.Dmitry Chagin2023-02-061-0/+3
* hv_hid: Hyper-V HID driverYuri2023-02-051-0/+1
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-021-27/+0
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-021-121/+1
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-021-16/+1
* linux(4): Add coredump support to i386.Dmitry Chagin2023-02-023-3/+60
* i386 trap_check_kstack(): use kstack_contains()Konstantin Belousov2023-02-011-2/+1
* i386 kstack_contains(): account for pcb/fpu save areaKonstantin Belousov2023-02-011-1/+1
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-012-7/+23
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-012-11/+1
* amd64: Eliminate write only cpu_fxsr.Dmitry Chagin2023-02-012-0/+2
* netlink: add NETLINK to GENERIC.Alexander V. Chernikov2023-01-311-0/+1
* i386: Fix a typo in a source code commentGordon Bergling2023-01-111-1/+1
* i386: print trampoline disposition value for verbose bootKonstantin Belousov2023-01-061-0/+2
* retire ce(4) driverEd Maste2022-12-131-3/+0
* Retire broken GPROF support from the kernelMateusz Guzik2022-11-151-3/+0
* bnxt: Remove from LINTWarner Losh2022-11-051-1/+6
* sys: use .S for assembly language files that use the preprocessorElliott Mitchell2022-11-0211-4/+4
* ddb: print the actual syscall nameMitchell Horne2022-10-281-1/+1
* linux: populate sv_syscallnames in each sysentvecMitchell Horne2022-10-281-1/+2
* acpica: Merge ACPICA 20221020Jung-uk Kim2022-10-281-2/+2
* Add vm_page_any_valid()Konstantin Belousov2022-10-191-6/+6
* sys: Consolidate common implementation details of PV entries.John Baldwin2022-10-072-50/+3
* ddb: de-duplicate decode_syscall()Mitchell Horne2022-10-031-25/+1
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-222-3/+3
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-225-13/+14
* i386: Make boot loader smaller by reducing size of bootinfoWarner Losh2022-09-163-31/+19
* i386: Mark the obsolete fields in bootinfo with _was_Warner Losh2022-09-161-12/+12
* i386: explain the handshake between copyout_fast.s and page fault handlerKonstantin Belousov2022-09-142-11/+33
* i386: lower register's pressure on copyout_fastKonstantin Belousov2022-09-141-12/+18
* i386 copyout/in_fast: handle page fault from KVA accessKonstantin Belousov2022-09-142-22/+24
* i386: check that trap() and syscall() run on the thread kstackKonstantin Belousov2022-09-142-0/+34
* i386 copyout_fast: do not use trampstk for temporal data, reduce ucr3 regionKonstantin Belousov2022-09-141-75/+26
* i386 double fault: %ebx printout was missedKonstantin Belousov2022-09-141-0/+2