summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-06-25Print the last non-wakeup interrupt received during suspend. Note thatMark Kettenis
2024-06-24Show AMD SEV bits during identify CPU in dmesg.Alexander Bluhm
2024-06-23If an ioctl(2) request isn't implemented we should return ENOTTY.Mark Kettenis
2024-06-23While Qualcomm Snapdragon X Elite (X1E80100) claims to support 32 device-idPatrick Wildt
2024-06-23Add support for ACPI firmware that provides the base address of individualMark Kettenis
2024-06-23Fix previous commit; add missing labelMark Kettenis
2024-06-23Enable EPAN if it is available.Mark Kettenis
2024-06-22remove space between function names and argument listJonathan Gray
2024-06-21recognise Qualcomm Oryon; ok kettenis@Jonathan Gray
2024-06-20Instead of allocating an arbitrary amount of extra space, let the EFIMark Kettenis
2024-06-20Instead of allocating an arbitrary amount of extra space, let the EFIMark Kettenis
2024-06-20Enable uvm percpu caches on luna88k.Kenji Aoyama
2024-06-19The GICv3 redistributor spacing on the X1E80100 (Snapdragon X Elite)Patrick Wildt
2024-06-19The X1E80100 (Snapdragon X Elite) joins the group of chips that requirePatrick Wildt
2024-06-19remove externs for global hibernate_stateJonathan Gray
2024-06-18remove prototypes with no matching functionJonathan Gray
2024-06-17KNFMark Kettenis
2024-06-17KNFMark Kettenis
2024-06-17When loading a device tree using the "mach dtb" command, give firmwareMark Kettenis
2024-06-16Make GENERIC boot on ZHAOXIN KaiXian KX-6640MAKlemens Nanni
2024-06-15We should block non-wakeup interrupts until we're in the resume path andMark Kettenis
2024-06-14When loading a device tree using the "mach dtb" command, give firmwareMark Kettenis
2024-06-13Enable uvm percpu caches on sparc64.Claudio Jeker
2024-06-13Wrong variable used in indexing meant that when a CPU's cache setupPhilip Guenther
2024-06-12Add support for the AMD Platform Security Processor (PSP) to ccp(4).Alexander Bluhm
2024-06-12remove BMAJ and CMAJ defines only used by arm64; ok deraadt@Jonathan Gray
2024-06-11Enable UVM percpu cache on riscv64Jeremie Courreges-Anglas
2024-06-11Clamp CPU clock frequencies to [min, max] range when determining theMark Kettenis
2024-06-11remove prototypes and defines for drivers landisk doesn't useJonathan Gray
2024-06-11remove drm prototypes duplicating those in sys/conf.hJonathan Gray
2024-06-11remove kbd/ms prototypes with no matching functionsJonathan 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-09remove unused prototypes and pin number definesJonathan Gray
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-07remove unused CONCAT defineJonathan Gray
2024-06-07ret-clean is compatible with unhibernate again, due to a fix inTheo de Raadt
2024-06-06Fix call instruction disassembler in ddb.Alexander Bluhm
2024-06-06Clear DF flag after kcopy faulted.Alexander Bluhm
2024-06-05disable -fret-clean in the kernel until the returns_twice situation is handledTheo de Raadt
2024-06-05Pass cpu_fork() function to the new process through caller-saved registersMiod Vallat
2024-06-05Now that our hibernation sub-system supports 4096 byte sectors, addMarcus Glocker
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-06-04Allow sbld allocation to fail when PMAP_CANFAIL.George Koehler
2024-06-04enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all theTheo de Raadt