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