summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2022-11-07In kpageflttrap(), validate a non-NULL pcb_onfault against an arrayPhilip Guenther
2022-11-06vmm(4): allocate reference for vm and vcpu SLISTsDave Voutila
2022-11-06Add FDT-based attachment for qciic(4).Patrick Wildt
2022-11-06Add FDT-based attachment for qcgpio(4).Patrick Wildt
2022-11-06Change character drawing depth when 'pseudo' framebuffer depth is changed.Kenji Aoyama
2022-11-06Disable smmu(4) for Qualcomm SC8280XP on FDT attachment like we already doPatrick Wildt
2022-11-06Add glue for the USB3 controller on the Lenovo x13s.Patrick Wildt
2022-11-06While the Qualcomm GENI isn't just a simplebus(4), as one can e.g. selectPatrick Wildt
2022-11-06Make EFI runtime calls more robust on arm64 as well. While I have not seenMark Kettenis
2022-11-05Bump version number so that it's easier to see if the running version hasPatrick Wildt
2022-11-05Not every device tree we're getting passed has an /aliases or /chosen node,Patrick Wildt
2022-11-05Activate the device tree we just loaded from disk. While this doesn't fixPatrick Wildt
2022-11-05Make sure fdt_find_node() returns NULL if it can't find the requested node.Patrick Wildt
2022-11-05powerpc64: TimeBase: add userspace timecounting supportScott Soule Cheloha
2022-11-04EFI firmware has bugs which may mean that calling EFI runtime services willMark Kettenis
2022-11-03riscv64 pmap: flush memory writes before remote sfence.vmaJeremie Courreges-Anglas
2022-11-03Zap unused variableJeremie Courreges-Anglas
2022-11-03Enable smbios0 on arm64 RAMDISK so the code mitigating crashes on the x13sPatrick Wildt
2022-11-02Remove audio(9) speaker_ctl(), let open() handle speakers where neededKlemens Nanni
2022-11-02Clean up more ancient history: since 2015 the libc stubs forPhilip Guenther
2022-11-01Use todr_attach().Mark Kettenis
2022-11-01vmm(4): vcpu_reset_regs_svm: allow reads of MSR_HWCR, MSR_PSTATEDEF(0)Scott Soule Cheloha
2022-10-31mips64: Raise SPL for hardclock()Visa Hankala
2022-10-31style: 'The function type should be on a line by itself preceding the function.'Philip Guenther
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-29The x13s only defines the (legacy) 32-bit SMBIOS entry point. Add code toMark Kettenis
2022-10-28Replace audio(9) get_props() with duplex check in open() in non-duplex driversKlemens Nanni
2022-10-28Implement support for DT_MIPS_RLD_MAP_REL.Mark Kettenis
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-25Store mod/ref flags using md pg_flags values rather than a specific field inMiod Vallat
2022-10-25Consistently use 'proc_trampoline' as the name of the trampolinePhilip Guenther
2022-10-25Add more chance to process IPI in the interrupt service routine.Kenji Aoyama
2022-10-25STACK_OFFSET was to support it varying when compiling some code forPhilip Guenther
2022-10-25rwindow32 is gone and won't be coming back. ok miod@Philip Guenther
2022-10-24tsc: AMD Family 17h, 19h: compute frequency from Core::X86::Msr:PStateDefScott Soule Cheloha
2022-10-23Fix a misleading commentPhilip Guenther
2022-10-23Make sure driver is attached before allocating a channel. Fixes a crash onTobias Heider
2022-10-23bzero(disklabel) or memset(disklabel,0) should be enough forKenneth R Westerback
2022-10-23Initial apm/sensor driver for the PiJuice HAT UPS, to feedback batteryMarcus Glocker
2022-10-23Constify send/receive command tablesKlemens Nanni
2022-10-23Connect macppc's power button and lid to the SUSPEND stubsGeorge Koehler
2022-10-22Put struct rwindow back in reg.h, pcb.h depends on this.Miod Vallat
2022-10-22AltiVec assist for subnormal floats in vectorsGeorge Koehler
2022-10-21hw.power, machdep.lidaction, machdep.pwraction for macppcGeorge Koehler
2022-10-21Change len in syncicache(_, len) from int to size_tGeorge Koehler
2022-10-21Remove vestigial bits of 32-bit binaries support; drop the `64' suffix inMiod Vallat
2022-10-20Don't attempt to use EFI runtime services on UEFI versions before 2.1.Mark Kettenis
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-19Remove audio(9) setfd() stubKlemens Nanni
2022-10-19Constify audio_hw_if structKlemens Nanni