summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2024-07-06octeon/cnmac: Skip the switch port (cnmac2) on the 5-ports EdgeRouter POELandry Breuil
2024-07-05When trying to enable multiple MSI vectors, check the flag first whetherPatrick Wildt
2024-07-03Right now MSIs don't work on the Qualcomm Snapdragon X Elite (X1E80100).Patrick Wildt
2024-07-03Add device tree mapping for Asus Vivobook S15.Mark Kettenis
2024-07-03Map BUS_SPACE_MAP_PREFETCHABLE to Normal-NC. There are other memoryMark Kettenis
2024-07-03Switch to a table for mapping smbios vendor/product to device tree fileMark Kettenis
2024-07-03remove __mp_release_all_but_one(), unused since sched_bsd.c rev 1.92Jonathan Gray
2024-07-02Fix unintended comparison between signed and unsigned integer.Mark Kettenis
2024-07-02Give the Qualcomm Snapdragon X Elite (X1E80100) the same treatment as itsPatrick Wildt
2024-07-02The traditional LL/SC atomics perform poorly on modern arm64 systems withMark Kettenis
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-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