summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-08-08Mapping non-cachable memory as cachable and subsequently changing the mappingMark Kettenis
2016-08-08Execute address hooks in the update case.Martin Pieuchot
2016-08-08Implement mmc power sequencing; makes the sdo interface on the cubox-i workMark Kettenis
2016-08-08ARMv7 data caches are "effectively" PIPT. This means there is in generalMark Kettenis
2016-08-07Make iwm(4) automagically recover from fatal firmware errors by leaving theStefan Sperling
2016-08-07Use the device tree to lookup the address of the ARM control logic and removeMark Kettenis
2016-08-07Add the Raspberry Pi 2/3 devices here as well.Mark Kettenis
2016-08-07Initial support for Raspberry Pi 2/3. All the hard work done by patrick@, IMark Kettenis
2016-08-07whitespaceReyk Floeter
2016-08-07Define VXLAN_VNI_UNSET and VXLAN_VNI_MAX instead of using magic numbers.Reyk Floeter
2016-08-07Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf.Philip Guenther
2016-08-07add $OpenBSD$ tagsJonathan Matthew
2016-08-06Always allocate intrhand with M_WAITOK.Patrick Wildt
2016-08-06Always allocate intrhand with M_WAITOK.Patrick Wildt
2016-08-06Implement interrupt controller functionality in the i.MX6 GPIOPatrick Wildt
2016-08-06Extend the interrupt controller API with a disestablish functionality.Patrick Wildt
2016-08-06Switch imx over to the generic pinctrl API.Mark Kettenis
2016-08-06Build ofw_pinctrl.o and ofw_gpio.o on armv7. The latters here from theMark Kettenis
2016-08-06Add a generic pinctrl "framework".Mark Kettenis
2016-08-06Put page tables in normal cachable memory on armv7. Check if the MMU walksMark Kettenis
2016-08-06Add support for IPv6 tunnel endpoints. This currently only works forReyk Floeter
2016-08-06Fix multicast mode (destination is a multicast IP): the BCAST andReyk Floeter
2016-08-06Rework ampintc's interrupt disestablish code to make it actually doPatrick Wildt
2016-08-06Dynamically attach intc(4) using the FDT and switch omap/am335xJonathan Gray
2016-08-06Disable edma(4). It isn't currently used and is getting in the way ofJonathan Gray
2016-08-06Add PageGrain bits.Visa Hankala
2016-08-06Log RX errors only when the interface's debug flag is set.Visa Hankala
2016-08-06remove now unused board specific phy definesJonathan Gray
2016-08-06Dynamically attach pluart(4) using the FDT.Jonathan Gray
2016-08-06Dynamically attach plrtc(4) using the FDT.Jonathan Gray
2016-08-06Dynamically attach virtio(4) using the FDT.Jonathan Gray
2016-08-06Set up the fdt attach args for devices that attach directly to mainbusJonathan Gray
2016-08-05Use m_devget(4). From Artturi Alm.Mark Kettenis
2016-08-05Dynamically attach sxidog(4).Mark Kettenis
2016-08-05Remove sxirtc(4) from the tables now that it attaches dynamically.Mark Kettenis
2016-08-05Dynamically attach sxirtc(4); another board_id check bites the dust.Mark Kettenis
2016-08-05Check if we have the required "reg" property.Mark Kettenis
2016-08-05We don't want drivers with numbers in their names.Mark Kettenis
2016-08-05Replace inappropriate use of CP15_CNTPCT with CP_DCCIMVAC.Mark Kettenis
2016-08-05Switch the sunxi platform over to the new interrupt establish API. ThisMark Kettenis
2016-08-05Switch pending event clearing to an atomic swap operationMike Belopuhov
2016-08-05Switch pending event clearing to an atomic swap operationMike Belopuhov
2016-08-05Fixup incorrect EAGAIN handlingMike Belopuhov
2016-08-05Read events array offset must be calculated in bytesMike Belopuhov
2016-08-05Remove incorrect optimization: ring data portion size is not power of 2Mike Belopuhov
2016-08-05Unmask the timer output signal for real.Mark Kettenis
2016-08-05Drop a pointless link carrier check from the RX path.Visa Hankala
2016-08-05imxahci(4) needs ahci.cMark Kettenis
2016-08-05Trigger link state update only on media status updatesMike Belopuhov
2016-08-05Fixup the condition that prevented heartbeat & co. from attachingMike Belopuhov