summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2023-05-04Add i.mx6sx compatible entries to drivers that should work as is.bouyer
2023-05-04i.mx6sx platform support:bouyer
2023-05-04i.mx6sx CPU support in the CCM module: the clock tree si different frombouyer
2023-05-03Driver for the MNT ZZ9000 Zorro board. Submitted by Alain Runa.phx
2023-05-02Cleanup previous: Try new bindings first, document old with DTCOMPAT, KNFjmcneill
2023-05-02apparently the 'ahb' and 'ths' clocks were renamed to 'bus' and 'mod' in themacallan
2023-05-02TS7200: Defer event counter registration until after evcnt is initializedjmcneill
2023-05-01xen_clock(4): Sprinkle dtrace probes.riastradh
2023-04-30codec translates to 16bit slinear_le, not the internal format.mlelstv
2023-04-29Fix build after previous. m68k uses symnum instead of symidx.skrll
2023-04-29m68k: Support TT(Transparent Translation) for 020/030 buserror handler.isaki
2023-04-28fix few typos and grammar in comments.andvar
2023-04-28Pass local symbols relocations in both passes and provide the kobj_relocskrll
2023-04-24Fix DEVMAP_FLAGS, patch from Nick.martin
2023-04-24enable rkv1crypto on rock64.mrg
2023-04-23Explicitly check machine type (LUNA-II) on secondary spc(4) probe.tsutsui
2023-04-22Remove ancient /*ARGSUSED*/ comments.tsutsui
2023-04-22G/C pte_indexskrll
2023-04-22Remove ancient /*ARGSUSED*/ comments.tsutsui
2023-04-22Move fdt_update_stdout_path from evbarm code to MI codeskrll
2023-04-21Remove ancient /* ARGSUSED */ lint comments.tsutsui
2023-04-21Remove ancient /* ARGSUSED */ lint comments.tsutsui
2023-04-21Avoid an extern declaration in .c file. Just declare it as static.tsutsui
2023-04-21More devmap updatesskrll
2023-04-21Trailing whitespaceskrll
2023-04-21Trailing whitespace.skrll
2023-04-21Trailing whitespaceskrll
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2023-04-20Add reloc keyworkd to let EFI bootstrap load amd64 kernel at any addressmanu
2023-04-18G/C unnecessaryskrll
2023-04-18G/C an outdated comment.skrll
2023-04-17Trailing whitespaceskrll
2023-04-17KNF.skrll
2023-04-16DesignWare watchdog ACPI attach gluejmcneill
2023-04-16Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-Vskrll
2023-04-14In preparation of imx6sx support, move imx6q-specific definitions frombouyer
2023-04-13initialize the diagnostic register with the value suggested by the SunOSmacallan
2023-04-13Fix device name for xpbus at mainbus for LUNA-II, missed on psgpam merge.tsutsui
2023-04-13powerpc/ddb: Fix one more load to use db_read_bytes.riastradh
2023-04-12powerpc/ddb: Use db_read_bytes, not direct pointer access.riastradh
2023-04-12crash(8): Add powerpc support.riastradh
2023-04-12Use CACHE_LINE_SIZE instead of magic number 128.skrll
2023-04-12ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets.riastradh
2023-04-11Fix missing locore.d dependency output on make depend.tsutsui
2023-04-11x86: Omit needless membar_sync in intr_disestablish_xcall.riastradh
2023-04-11evbarm/plcom(4): Note ttylock in comment, not tty_lock.riastradh
2023-04-11evbarm/plcom(4): Sync some recent changes from com(4).riastradh
2023-04-11arm/rockchip: Omit needless functions.riastradh
2023-04-11Fix compile error.msaitoh
2023-04-11Add CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT.msaitoh