summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2024-07-14Add missing <machine/elf.h> for compound arches.Miod Vallat
2024-07-14Add elf_aux_info(3)Jeremie Courreges-Anglas
2024-07-14vmm(4)/vmx: update host cr3, invept on cpu migration.Dave Voutila
2024-07-12manual ret-clean; ok mlarkinTheo de Raadt
2024-07-11Use FEAT_RNG to feed entropy into the random subsystem like we do on amd64.Mark Kettenis
2024-07-11umoddi3.c is now needed for libzTheo de Raadt
2024-07-10Extend DMA constraints override to include all SC8280XP and X1E80100 basedPatrick Wildt
2024-07-10Use AMD SEV C-bit in inital page tables setup by locore0.Alexander Bluhm
2024-07-10Implement support for deeper idle states offered by PSCI. Reduces theMark Kettenis
2024-07-10Hook up the Qualcomm UEFI Secure Application that handles EFI variables toMark Kettenis
2024-07-10Missed some files in previous commit to split vmd into mi/md.Dave Voutila
2024-07-10Split vmd into mi/md parts.Dave Voutila
2024-07-09Prepare pmap for using the AMD SEV C-bit to encrypt guest memory.Alexander Bluhm
2024-07-09do a manual ret-clean operation inside the vmm_dispatch_intr asm codeTheo de Raadt
2024-07-09vmd/vmm: move vm_run_params into mi header.Dave Voutila
2024-07-09Remove trailing whitespace. No code change.Mike Larkin
2024-07-09fix disasm of fucomppJonathan Gray
2024-07-08Introduce sched_unpeg_curproc() to abstract the current implementation.Martin Pieuchot
2024-07-08octeon/cnmac: assume 1Gbps in the default caseLandry Breuil
2024-07-07Add device tree mapping for Lenovo Yoga Slim 7x.Patrick Wildt
2024-07-07remove unused i386_spurious()Jonathan Gray
2024-07-06remove ampintc_intr_string(), unused on arm64Jonathan Gray
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