summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-03-21The function carp_prepare_ad() never fails. The error handling inAlexander Bluhm
2018-03-21In ip6_output() check that the interface of a route is valid. ForAlexander Bluhm
2018-03-21When installing a shared interrupt handler, copy the ih_bus and ih_cpuMark Kettenis
2018-03-21Disable the rw lock assertion after panic. Allows reboot from ddb.Alexander Bluhm
2018-03-21Add mvicu(4), a driver for the Interrupt Consolidation Unit found onMark Kettenis
2018-03-21Add support for Marvell Armada 7K and 8K SoCs.Mark Kettenis
2018-03-21Register regmap regardless of whether the node has a "phandle" property.Mark Kettenis
2018-03-21Fix the way we detect xrun on the recording end, which may prevent theAlexandre Ratchov
2018-03-20Make use of the new common bus space tag in imxuart(4) so it does notPatrick Wildt
2018-03-20To allow sharing more code between armv7 and arm64 platforms, introducePatrick Wildt
2018-03-20Add mvgpio(4), a driver to handle GPIOs on Marvell SoCs.Mark Kettenis
2018-03-20Switching from per PCB TSS to per CPU TSS broke kvm86 calls to the BIOS.Alexander Bluhm
2018-03-20Do not panic from ddb(4) when a lock requirement isn't fulfilled.Martin Pieuchot
2018-03-20Call bpfdetach() without holding the NET_LOCK().Martin Pieuchot
2018-03-20syncKevin Lo
2018-03-20Add support for SIMCom SIM7600E.Kevin Lo
2018-03-20Add hibernate IO path for sdmmc(4). This requires some help from theJonathan Matthew
2018-03-19Make it possible for the sdhc(4) attachment glue to specify the base clockMark Kettenis
2018-03-19Use a table that is automatically generated from data extracted from theMark Kettenis
2018-03-19Switch mvpinctrl(4) from a last match to first match principle. This isPatrick Wildt
2018-03-18NULL deref on armv7 performing NFS, within 10 seconds.Theo de Raadt
2018-03-18Refactor tcp_mtudisc() like NetBSD did. Do the route lookup onlyAlexander Bluhm
2018-03-18vmm(4): handle invalid cpuid request (%eax too large) according to the SDMMike Larkin
2018-03-17Add mvclock(4) a clock driver for the AP806 and CP110 blocks found on MarvellMark Kettenis
2018-03-17If we are compatible with "simple-mfd", attempt to attach child nodes.Mark Kettenis
2018-03-17Add proper suspend/resume support.Alexandre Ratchov
2018-03-17Set base DMA pointers when DMA starts.Alexandre Ratchov
2018-03-16Make FPU registers available in core dumps and through ptrace(2).Mark Kettenis
2018-03-16Consistently spell "IPsec" in comments and debug outputs.Martin Pieuchot
2018-03-16Add untested support for Cannon Lake and Ice Lake Ethernet (pch_cnp).Jonathan Gray
2018-03-16Improve calculation of the number of commands and sges available.Jonathan Matthew
2018-03-16use MFI_STAT_INVALID_STATUS where appropriateJonathan Matthew
2018-03-16Allocate an mfi frame for each ccb, to be used to submit passthroughJonathan Matthew
2018-03-15bug fix (I found it when comparing with if_upl.c)SASANO Takayoshi
2018-03-15Remove the check for flags M_AUTH and M_CONF (AH and ESP).remi
2018-03-15"force dirty" printf's are no longer required when pushing filesystemsTheo de Raadt
2018-03-15Remove unused struct member.Kevin Lo
2018-03-14When processing IPsec AH packets check that the header fits intoAlexander Bluhm
2018-03-14regenJasper Lievisse Adriaanse
2018-03-14add a number of devices found on the new X1Jasper Lievisse Adriaanse
2018-03-14On newer machines IPMI attaches only using the ACPI tables instead ofPatrick Wildt
2018-03-14disable POOL_DEBUG for releaseSebastian Benoit
2018-03-14we head to release soonTheo de Raadt
2018-03-14SIGSTKSZ is better defined as MINSIGSTKSZ + n pages (meaning 1U << _MAX_PAGE_...Theo de Raadt
2018-03-13Mbuf data is used as struct ether_header before it has been madeAlexander Bluhm
2018-03-13Calculate RFC7217 link-local style addresses the same way asFlorian Obser
2018-03-13Preparation for i386 Meltdown fix:Alexander Bluhm
2018-03-13drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LAJonathan Gray
2018-03-13drm/dp/mst: save vcpi with payloadsJonathan Gray
2018-03-13pmap_map_ptes() always returns the same ptep and pdepp pointers,Philip Guenther