aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* sys: Add td_kstack_top inline helper functionJohn Baldwin4 days2-4/+4
* cpu_thread_new_kstack: Introduce new MD callbackJohn Baldwin4 days1-0/+5
* amd64/i386: Remove dead code to clear XSAVE headerJohn Baldwin4 days1-6/+0
* cpu_fork: Remove redundant assignments to td_pcb and td_frameJohn Baldwin4 days1-7/+5
* padlock: Restore padlock_rng to the amd64 buildAlan Somers5 days1-7/+0
* x86: remove sys/mount.h from genassym.cKonstantin Belousov2026-05-161-3/+0
* linux: Fix some problems with header pollutionMark Johnston2026-05-151-1/+3
* linux: address executable stack warningsRyan Libby2026-05-111-0/+2
* linux: Ignore sigaction(2) flags SA_UNSUPPORTED and SA_EXPOSE_TAGBITSRicardo Branco2026-04-271-0/+2
* i386: Remove perfmon performance monitoring facilityAli Mashtizadeh2026-04-244-668/+0
* kmap_alloc_wait/kmap_free_wakeup: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-1/+1
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-231-1/+2
* pmap_map: Use void * for the return value instead of vm_offset_tJohn Baldwin2026-04-233-4/+4
* sys: Switch td_kstack from vm_offset_t to char *John Baldwin2026-04-234-8/+8
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-236-58/+60
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-235-16/+18
* pmap_change_attr: Use void * instead of vm_offset_tJohn Baldwin2026-04-234-5/+6
* pmap_quick_(enter|remove)_page: Use void * instead of vm_offset_tJohn Baldwin2026-04-233-8/+9
* linux: make sysent for membarrierRicardo Branco2026-04-222-3/+8
* linux: Add support for membarrier(2)Ricardo Branco2026-04-221-1/+2
* i386: mark the stack as non-executableWarner Losh2026-04-177-0/+14
* pmap: Do not use PMAP_LOCK_INIT with kernel_pmapMark Johnston2026-04-011-1/+1
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani2026-03-271-1/+0
* kernel: Be clearer about what ZSTDIO is forDag-Erling Smørgrav2026-03-212-2/+8
* hwpmc: Remove left over k7, xscale and p4 references pmcAli Mashtizadeh2026-03-071-3/+1
* x86: change signatures of ipi_{bitmap,swi}_handler() to take pointerKonstantin Belousov2026-03-072-2/+16
* sys: Retire le(4)Ed Maste2026-03-021-1/+0
* hwpmc: Initial support for AMD IBSAli Mashtizadeh2026-02-271-0/+5
* i386,amd64: Explicitly set ECX=0 in do_cpuid() to be future-proofAaron LI2026-02-201-19/+5
* Revert "pcb.h: mark struct pcb to be preserved"Konstantin Belousov2026-02-091-9/+8
* pcb.h: mark struct pcb to be preservedMinsoo Choo2026-02-091-8/+9
* i386 minidump: Remove unused macrosOlivier Certner2026-02-061-3/+0
* acpi: New R/O 'hw.acpi.s4bios_supported' sysctl, gate S4BIOS with itOlivier Certner2026-02-061-1/+1
* i386: Fix build and remove empty unused macroJessica Clarke2026-02-021-3/+1
* cpu_switch(): unconditionally wait on the blocked mutex transientKonstantin Belousov2026-01-291-18/+13
* kern/sched_shim.c: Provide a scheduler selection machineryKonstantin Belousov2026-01-291-0/+1
* sys: Use __is_aligned and __align_down for some kstack alignment operationsJohn Baldwin2026-01-271-1/+2
* x86: add machine/ifunc.hKonstantin Belousov2026-01-221-0/+5
* MINIMAL: Add virtio_scsiDag-Erling Smørgrav2026-01-161-0/+1
* sys: vt_efifb: EFI not supported on i386; move it back to amd64/NOTESOlivier Certner2026-01-121-1/+0
* x86: change ap_boot_mtx from spinlock mutex to naive lockKonstantin Belousov2026-01-051-2/+0
* Add sys/_align.h replacing machine/_align.hBrooks Davis2025-12-102-6/+1
* sys: Remove/update references to the swapper process in various commentsJohn Baldwin2025-12-041-1/+1
* sys: RealTek -> Realtekykla2025-11-271-2/+2
* kexec: Add dummy headers for arm, i386, powerpc, and riscvJustin Hibbits2025-10-271-0/+38
* padlock(4)/nehemiah: move i386-only entropy source to MD filesDavid E. O'Brien2025-10-231-0/+7
* imgact: Mark brandinfo and note structures as constZhenlei Huang2025-10-182-12/+12
* style(9): white space after ; and around binary operatorsDavid E. O'Brien2025-10-161-1/+1
* i386: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-132-2/+2
* power: Add stype parameter in power_suspend/resume eventhandlersAymeric Wibo2025-10-061-2/+2