summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2023-03-09Check that a PCIe port isn't disabled in the device tree.Mark Kettenis
2023-03-09workaround Intel Braswell/Cherry Trail mwait hangJonathan Gray
2023-03-09Improve vnet(4) to work better in busy conditions.Claudio Jeker
2023-03-08amd64: lapic_timer_rearm: don't reset mode, mask, divisorScott Soule Cheloha
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-06In iskmemdev(), do not check for the minor of /dev/io. It has beenMiod Vallat
2023-03-05arm64 needs -DBOOT_STTY as well.Mark Kettenis
2023-03-05Mask off IPL flags before storing the IPL for an interrupt.Patrick Wildt
2023-03-05Mask off IPL flags before storing the IPL for an interrupt.Jonathan Matthew
2023-03-04Enable ytphy(4) here too.Mark Kettenis
2023-03-04enable ytphy(4)Mark Kettenis
2023-03-04move to 7.3-betaTheo de Raadt
2023-03-04Add mvortc(4) and mvodog(4) here tooJonathan Matthew
2023-03-02Enable mvodog(4) and mvortc(4)Jonathan Matthew
2023-03-02Add mvortc(4), a driver for the RTC on the ARMADA 38x series.Jonathan Matthew
2023-03-02Add mvodog(4), a driver for the watchdog on the ARMADA 38x series.Jonathan Matthew
2023-03-02Add eephy(4), found on the Turris Omnia's WAN portJonathan Matthew
2023-02-24Change to use the default bsd.prog.mk "install" target.Kenji Aoyama
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-23Make bootloader 'time' command work correctly on luna88k.Kenji Aoyama
2023-02-21Set the current pmap in macppc's pmap_activateGeorge Koehler
2023-02-20Unbreak RAMDISK build by adding a check for MULTIPROCESSOR.Patrick Wildt
2023-02-19Add support for deep(er) idle states that can be entered using PSCI. ForMark Kettenis
2023-02-16Remove obsolete __HAVE_VM_PAGE_MD define - all platforms provide vm_page_mdMiod Vallat
2023-02-16Enable dwqe(4).Mark Kettenis
2023-02-15The GMAC on the Rockchip RK356x and RK3588 SoCs can only do 32-bit DMAMark Kettenis
2023-02-15Now Puffy comes on luna88k bootloader!Kenji Aoyama
2023-02-14enable scmi(4)Mark Kettenis
2023-02-13Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controllerPatrick Wildt
2023-02-13Support device trees with NOPs in them (like the kernel version alreadyMark Kettenis
2023-02-12m88k also needs to define PMAP_CHECK_COPYIN as 1.Kenji Aoyama
2023-02-11__syscall() is no longer neccessary since the system calls which neededTheo de Raadt
2023-02-11Make 'ls' command in bootloader work correctly on luna88k.Kenji Aoyama
2023-02-10Adjust knote(9) APIVisa Hankala
2023-02-10Delete no-longer-used file.Kenji Aoyama
2023-02-09correct values for M2 MaxJonathan Gray
2023-02-09Recognize the cores on Apple's M2 Pro/Max SoCs.Mark Kettenis
2023-02-09i386: lapic_timer_trigger: disable interrupts around lapic_timer_oneshot()Scott Soule Cheloha
2023-02-07Since we override CFLAGS here, don't forget to put -Oz in there so as to compileMiod Vallat
2023-02-06Unifdef -U _PMAP_MAY_USE_PROM_CONSOLE. This code hasn't been needed in yearsMiod Vallat
2023-02-06Add missing check for pg != NULLGeorge Koehler
2023-02-04powerpc64: dec_rearm: don't disable interrupts around atomic operationsScott Soule Cheloha
2023-02-04macppc: dec_rearm: don't disable interrupts around atomic operationsScott Soule Cheloha
2023-02-04Initial driver for Universal Flash Storage (UFS) Host Controllers.Marcus Glocker
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-02-03enable sncodec(4)Mark Kettenis
2023-02-03Set clock divider instead of relying on the pre-configured value.Mark Kettenis
2023-02-03Remove a bunch of pic-related macros which were supposed to mimic similarMiod Vallat
2023-01-31amd64: lapic_timer_trigger: disable interrupts while configuring timerScott Soule Cheloha
2023-01-31On systems without xonly mmu hardware-enforcement, we can still mitigateTheo de Raadt