summaryrefslogtreecommitdiff
path: root/sys/arch/arm64
AgeCommit message (Expand)Author
9 daysAdds support for BPP16 16-bit color EFI framebuffer format as offeredTobias Heider
10 daysremove unused arm64_machdep.hJonathan Gray
10 daysrename bus space files to match other archsJonathan Gray
10 daysremove unused mainbus.h; ok miod@Jonathan Gray
12 daysreplace uvm.h includes with uvm_extern.h where possibleJonathan Gray
12 daysDo not call uvm_swap_finicrypt_all() a second time in dumpsys().Jonathan Gray
13 daysThe buffer flipper (incorrectly?) uses pmap_copy_page() from interruptMark Kettenis
2024-11-08remove ID register values, cpu.c uses different definesJonathan Gray
2024-11-08remove PCI MMIO defines, matches recent amd64 changeJonathan Gray
2024-11-07Constify strings in symbol-related ddb interfaces, and make the iteratorMiod Vallat
2024-11-05Fix typo in smbios product string for the HP OmniBook X.Mark Kettenis
2024-11-04correct non-rd major numbers; ok miod@Jonathan Gray
2024-11-04Implement support for the new CHLS key that is used to control the batteryMark Kettenis
2024-10-30directly use dev_t for swdevt[], remove struct swdevtJonathan Gray
2024-10-29We should always set the AP power state, so fold the rtkit_set_ap_pwrstate()Mark Kettenis
2024-10-28Set AP power state. Fixes the SMC initialization on (at least) the M1Mark Kettenis
2024-10-28Improve RK_DEBUG debug code to also print the mailbox messages that we send.Mark Kettenis
2024-10-28Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer.Vitaliy Makkoveev
2024-10-22correct name of define for ISS data abort S1PTW bitJonathan Gray
2024-10-17use <machine/asm.h> not "machine/asm.h", for consistencyJonathan Gray
2024-10-15remove unneeded pte.h includeJonathan Gray
2024-10-14remove unneeded vmparam.h include from pte.hJonathan Gray
2024-10-14remove unneeded device.h includeJonathan Gray
2024-09-29remove unused cruft; ok kettenis@Jonathan Gray
2024-09-29fix HWCAP_ASIMDHP test; ok kettenis@Jonathan Gray
2024-09-29correct a prototypeJonathan Gray
2024-09-23recognise Neoverse V3AE (Poseidon AE)Jonathan Gray
2024-09-23add device tree mapping for HP OmniBook X 14Jonathan Gray
2024-09-20Add device tree mapping for Lenovo ThinkPad T14s.Mark Kettenis
2024-08-26replace multiple '.arch armv8.3-a' with a pauth target attributeJonathan Gray
2024-08-18don't need to put config_activate_children inside cfattach, becauseTheo de Raadt
2024-08-14Introduce qwz(4), a work-in-progress port of the Linux ath12k driver.Patrick Wildt
2024-08-04The devicetree spec says in section 2.4:Mark Kettenis
2024-08-01Add device tree mapping for Samsung Galaxy Book4 Edge.Marcus Glocker
2024-07-31Add ufshci(4) at fdt support.Marcus Glocker
2024-07-30Make the Samsung Galaxy Book4 Edge (x1e80100) boot in ACPI mode;Marcus Glocker
2024-07-30Populate most of the remaining hwcap and hwcap2 flags based on the detectedMark Kettenis
2024-07-27Use ".arch_extension fp" for the signal trampoline since it saves andMark Kettenis
2024-07-26use the fp target attribute with fpu_save()/fpu_load()Jonathan Gray
2024-07-24If the CPU cores implement FEAT_IDST, emulate access to the CPU IDMark Kettenis
2024-07-21Populate hwcap and hwcap2 based on the sanitized values of the ID registerMark Kettenis
2024-07-18Fix typos in previous commit spotted by naddy@Mark Kettenis
2024-07-17Clean up the cpi_id_aa64xxx variables at the end of autoconf such thatMark Kettenis
2024-07-14Add elf_aux_info(3)Jeremie Courreges-Anglas
2024-07-11Use FEAT_RNG to feed entropy into the random subsystem like we do on amd64.Mark Kettenis
2024-07-10Extend DMA constraints override to include all SC8280XP and X1E80100 basedPatrick Wildt
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-07Add device tree mapping for Lenovo Yoga Slim 7x.Patrick Wildt