summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2024-10-10allow MSI with the QEMU default pc-i440fx machineJonathan Gray
2024-10-07include proc.h to fix APMDEBUG buildJonathan Gray
2024-10-05remove unneeded includesJonathan Gray
2024-09-26remove unneeded psl.h includeJonathan Gray
2024-09-04Fix some spelling.Marcus Glocker
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
2024-08-18don't need to put config_activate_children inside cfattach, becauseTheo de Raadt
2024-08-08Print suspend-to-idle debug info in a more concise matter.Mark Kettenis
2024-07-29Set the target ACPI to S5 when we're powering down the machine. PreventsMark Kettenis
2024-07-14Add elf_aux_info(3)Jeremie Courreges-Anglas
2024-07-09Remove trailing whitespace. No code change.Mike Larkin
2024-07-09fix disasm of fucomppJonathan Gray
2024-07-07remove unused i386_spurious()Jonathan Gray
2024-07-02remove oga's copyright notice, none of those changes remainJonathan Gray
2024-07-02remove unused agp_flush_cache_range()Jonathan Gray
2024-07-02remove unused agp_map functionsJonathan Gray
2024-06-30we don't need the NOBYFOUR space-savings option anymore, that codepathTheo de Raadt
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-06-23If an ioctl(2) request isn't implemented we should return ENOTTY.Mark Kettenis
2024-06-19remove externs for global hibernate_stateJonathan Gray
2024-06-18remove prototypes with no matching functionJonathan Gray
2024-06-11remove drm prototypes duplicating those in sys/conf.hJonathan Gray
2024-06-11remove prototypes for pre-wscons mouse driversJonathan Gray
2024-06-09Add a compiler barrier where missing in CPU_BUSY_CYCLE() implemsJeremie Courreges-Anglas
2024-06-08remove unused SECMIN and SECHOUR definesJonathan Gray
2024-06-07remove unused TAB defines; ok miod@Jonathan Gray
2024-06-07Make sure we select the deepest possible C-state during suspend-to-idle.Mark Kettenis
2024-06-07remove unused defines, missed in rev 1.34Jonathan Gray
2024-06-06Clear DF flag after kcopy faulted.Alexander Bluhm
2024-06-04Bump versions of boot media now capable of un-hibernating from non-DEV_BSIZEKenneth R Westerback
2024-06-04Enable hibernate/resume to nvme(4) disks with 4096 byte sectors.Kenneth R Westerback
2024-05-30Ensure pmap_create() waits in case kernel virtual space shortage.Martin Pieuchot
2024-05-29Implement the guts for "suspend-to-idle" on amd64. This enables suspendMark Kettenis
2024-05-26Implement wakeup interrupts on amd64. Provide a dummy implementation forMark Kettenis
2024-05-22remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-21remove switch_exit() prototypes, replaced by sched_exit()Jonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-05-13remove some unused defines and externsJonathan Gray
2024-05-07drop the MD byte-swap micro-optimizations on clang architecturesChristian Weisgerber
2024-05-01Add per-CPU caches to the pmemrange allocator.Martin Pieuchot
2024-04-29remove unused global varsJonathan Gray
2024-04-19Revert per-CPU caches a double-free has been found by naddy@.Martin Pieuchot
2024-04-17Add per-CPU caches to the pmemrange allocator.Martin Pieuchot
2024-04-14with empty body loops, put final semicolon on a new line for readabilityJonathan Gray
2024-04-03pmap_virtual_space() and pmap_steal_memory() are mutually exclusive, soMiod Vallat
2024-02-25clockintr: rename "struct clockintr_queue" to "struct clockqueue"Scott Soule Cheloha
2024-02-23ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void*Scott Soule Cheloha
2024-01-28set -fno-stack-protector in NORMAL_C_NOP, which is used to compileTheo de Raadt
2024-01-24clockintr: switch from callee- to caller-allocated clockintr structsScott Soule Cheloha
2023-12-14NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.Claudio Jeker