summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-08-13Add a minimal regulator "framework".Mark Kettenis
2016-08-12Include map entries that have an amap associated with them in the coredump.Mark Kettenis
2016-08-12Dedup vnode type information. Fuse stores the vnode type in two places:Martin Natano
2016-08-12Hook up sxipio(4) to the generic gpio code.Mark Kettenis
2016-08-12Call pinctrl_byname() such that ports left unconfiguraed by u-boot will workMark Kettenis
2016-08-12Hook up sxipio(4) to the generic pinctrl code. The device binding is prettyMark Kettenis
2016-08-12Switch omap to the generic ofw pinctrl framework.Jonathan Gray
2016-08-11fuse requires ufs_ihash.cMartin Natano
2016-08-11Dynamically attach omgpio(4) using the FDT.Jonathan Gray
2016-08-11Dynamically attach omehci using the FDT.Jonathan Gray
2016-08-11shuffle some code to make it more symmetrical.David Gwynne
2016-08-11replace abuse of the static map entries RB_ENTRY pointers with an SLISTDavid Gwynne
2016-08-11take TASKQ_CANTSLEEP way from the softnet taskq.David Gwynne
2016-08-11The ARMv7 ARM says that the TLB may hold translation table entries at anyMark Kettenis
2016-08-10Add defines for the Access Flag as found on armv7. Fix definition of theMark Kettenis
2016-08-10Shuffle armv7 access permission bits around to something that is compatibleMark Kettenis
2016-08-10Kill stale prototypes.Martin Natano
2016-08-10armish handled some early-gen arm machines, which required tons ofTheo de Raadt
2016-08-10fix previous; ffs_vinit() requires #ifdef _KERNEL to not break theMartin Natano
2016-08-10ufs_vinit() should really be called ffs_vinit(); it's only called fromMartin Natano
2016-08-10ext2fs only has one set of specops/fifoopsMartin Natano
2016-08-10attach agtimer with fdt on RAMDISK as wellJonathan Gray
2016-08-10Dynamically attach agtimer(4). Since agtimer(4) also provides the delay()Mark Kettenis
2016-08-10On armv7 we put the vector page up high and never have to bother switching it.Mark Kettenis
2016-08-09Just re-set the line speed when required. This fixes a serial consoleMarcus Glocker
2016-08-09Check xs->status for SCSI_CHECK even in underrun situations.Kenneth R Westerback
2016-08-09The page tables are cached now, and given the significant speedup, IMark Kettenis
2016-08-09When interrupted, connect() should leave the socket connecting in thePhilip Guenther
2016-08-08Move the cpu_setup() call to the end of initarm(). On Cortex-A53 processorsMark Kettenis
2016-08-08W^X violations are only permitted for binaries marked "wxneeded" onTheo de Raadt
2016-08-08Fixup incorrect format specification bugs spotted by jsg@Mike Belopuhov
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