summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2021-08-12Add missing newlines to some printfs in est_acpi_pss_changed()Theo Buehler
2021-08-12Sync amd64's p3_get_bus_clock() with i386Theo Buehler
2021-08-11sync with amd64 k1x-pstate.c r1.11Theo Buehler
2021-08-11Do not read the status MSR before setting performance adjustment mode.Theo Buehler
2021-08-11Make hw.setperf percentages proportional to the enhanced speed stepTheo Buehler
2021-08-03Make sure VM_MAXUSER_ADDRESS is aligned to a page boundary, as MI codeSebastien Marie
2021-08-02Add memory barrier (data FENCE) before making the SBI call to issue aMark Kettenis
2021-08-01style(9)Mark Kettenis
2021-07-31Fix displaying incorrect patterns on LUNA's wscons with 1bppKenji Aoyama
2021-07-30Use inline function for SFENCE.VMA instruction. Fixes missing "memory"Mark Kettenis
2021-07-30Cleanup ptrace-related code; still untested.Mark Kettenis
2021-07-29Fix device class.Visa Hankala
2021-07-26Print a few more registers in dump_regs().Mark Kettenis
2021-07-26Adjust driver for device tree binding changes.Mark Kettenis
2021-07-25Force to use serial console when no graphic board is found.Kenji Aoyama
2021-07-25enable iwm(4)Jonathan Gray
2021-07-25enable ix(4)Jonathan Gray
2021-07-24riscv64 userland timecounter supportJeremie Courreges-Anglas
2021-07-24Implement a workaround for the SiFive FU740 CIP-1200 errata.Mark Kettenis
2021-07-24The updated dwctwo(4) driver introduces two new parameters.Marcus Glocker
2021-07-24Fix octeon build after dwctwo(4) update.Marcus Glocker
2021-07-24Replace cpus_running with CPU_IS_RUNNING().Visa Hankala
2021-07-23Use 8/4/1 bytes loads/stores for copyin/copyout/kcopyJeremie Courreges-Anglas
2021-07-20Remove bogus use of CPU_MAXID and get cpu_info only once.Visa Hankala
2021-07-20Remove unneeded __sync_* library functions from the kernel.Visa Hankala
2021-07-15more space savingsTheo de Raadt
2021-07-15space savings on install kernels. (restore and ralink drivers+firmware goTheo de Raadt
2021-07-12Add uaudio(4) and umidi(4). ok kettenis@, mlarkin@Matthieu Herrb
2021-07-12Remember to set CPUF_RUNNING on secondary CPUs.Visa Hankala
2021-07-12Make hw_cpu_hatch() more similar on loongson and octeon.Visa Hankala
2021-07-12wrap a long lineJonathan Gray
2021-07-11convert db_addr_t to vaddr_tJasper Lievisse Adriaanse
2021-07-10tweak indentation of conditional in db_validate_address().Jasper Lievisse Adriaanse
2021-07-10Sync maxusers with other 64bit archs.Martin Pieuchot
2021-07-09use vaddr_t as type for frames as is commonly used elsewhere tooJasper Lievisse Adriaanse
2021-07-09Parse /soc/dma-ranges to populate the openbsd,dma-constraint property.Patrick Wildt
2021-07-08sys/lib/libz isn't configured for lazy optimizations to save space becauseTheo de Raadt
2021-07-08The properties of the crypto algorithms never change. Declare themAlexander Bluhm
2021-07-07update drm to linux 5.10.47Jonathan Gray
2021-07-06Shifts (<<) of more than 32 bits must be done on 64-bit values.Patrick Wildt
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis
2021-07-03Avoid spinning with interrupts disabled.Mark Kettenis
2021-07-02Avoid local variable definitions in the middle of code.Mark Kettenis
2021-07-02Avoid spinning with interrupts disabled in the rpi3.Mark Kettenis
2021-07-02Remove bogus comments.Mark Kettenis
2021-07-02Remove a few pointless comments.Mark Kettenis
2021-07-02Cleanup early bootstrap code. This mostly realigns the code with theMark Kettenis
2021-07-02Only do TLB shootdown on CPUs where a pmap is active. Only make SBI callsMark Kettenis
2021-07-02Run SBI calls to to get mvendorid/marchid/mimplid on the actual CPU we'reMark Kettenis
2021-07-02__remq.S will be needed soon.Theo de Raadt