summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-03-13Fixup format strings in debug messages found by cppcheckMike Belopuhov
2017-03-13Fixup format string and type issues found by cppcheckMike Belopuhov
2017-03-13Don't limit physmem to 2GB confirmed to work with 16GB by deraadt@.Jonathan Gray
2017-03-12add const to struct cfattachJoerg Jung
2017-03-12enable acpisbsJoshua Stein
2017-03-12try to attach acpisbs first and if successful, don't attach acpibatJoshua Stein
2017-03-12Add a "dsm ishst" barrier before TLB maintenance instructions. The ARMv8Mark Kettenis
2017-03-12Bring SROP mitigation to arm64. Make some small modifications to the armMark Kettenis
2017-03-12Remove some unused cruft.Mark Kettenis
2017-03-12Simplify pmap_proc_iflush(); there is no need for the per-page logic if weMark Kettenis
2017-03-12Hook exclock(4) up to the clock framework using a dummy implementation thatMark Kettenis
2017-03-12Enable exdwusb(4) and xhci(4).Mark Kettenis
2017-03-12Add code to initialize the USB 3 PHY on Exynos 5.Mark Kettenis
2017-03-12Introduce OF_getindex() API and use it to replace multiple instances ofMark Kettenis
2017-03-12Introduce separate fields for supported WPA protocols and AKMs in structStefan Sperling
2017-03-11Revert 1.54, go back to always trying to enable burst modeJoshua Stein
2017-03-11Hook up exgpio(4) to the gpio framework.Mark Kettenis
2017-03-11pax conversion was missed; give this another weekTheo de Raadt
2017-03-11Add support for RTL8153 devices. Heavily based on changes made by Kevin LoMark Kettenis
2017-03-11Make 'ifconfig scan' display AP encryption correctly if WEP is configuredStefan Sperling
2017-03-11Add a detachhook to pfsync(4) which deals with the syncdev going away.Stefan Sperling
2017-03-11Fix uninitilized variables (confusion between enc and p->encodingAlexandre Ratchov
2017-03-11Introduce a new knob to force the first USB keyboard as console input.Martin Pieuchot
2017-03-11AUDIO_ENCODING_{S,U}LINEAR constants are neither used by low levelAlexandre Ratchov
2017-03-11Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().Jonathan Gray
2017-03-11remove pledge "ioctl" backwards compatTheo de Raadt
2017-03-11Oops, make this actually compile.Mark Kettenis
2017-03-11Enable exrtc(4).Mark Kettenis
2017-03-11Add exrtc(4), a driver for the RTC found on Samsung Exynos SoCs.Mark Kettenis
2017-03-10Use regmap interface to power up the PHY block.Mark Kettenis
2017-03-10Missed this file in the deplatformization commit.Mark Kettenis
2017-03-10Add glue to attach xhci(4) on exynos.Mark Kettenis
2017-03-10Fix a use-after-free when sending root hub control transfers.Martin Pieuchot
2017-03-10Move per HC polling code to the stack.Martin Pieuchot
2017-03-10Set VM_PHYSSEG_MAX to 32 and use VM_PSTRAT_BSEARCH as the sort/search optionMark Kettenis
2017-03-10Lookup the /memory node again after we reinit the FDT. This makes addingMark Kettenis
2017-03-10percpu counters for ip_ipip.cJeremie Courreges-Anglas
2017-03-10enable amphy(4) for udav(4) and urlphy(4) for url(4)Jonathan Gray
2017-03-10move clearing the bfd config to a task. while here, fix a typoPeter Hessler
2017-03-10move receiving and processing the BFD packet into a taskPeter Hessler
2017-03-09There are no compat emulations left so we never do errno mapping:Philip Guenther
2017-03-09Don't take the vmmap lock when dumping core: it's not actually necessaryPhilip Guenther
2017-03-09Enable syscon(4) such that I can actually reboot the Odroid XU4.Mark Kettenis
2017-03-09Fix an off by one when updating the TX consumer event indexMike Belopuhov
2017-03-09Provide access to our registers through the regmap interface.Mark Kettenis
2017-03-09Only set cpuresetfn if it isn't set already such that other reboot mechanismsMark Kettenis
2017-03-09Add syscon(4), a driver that provides reboot/poweroff functionality throughMark Kettenis
2017-03-09Add a "regmap" interface that allows devices to provide access to theirMark Kettenis
2017-03-09Glue to attach xhci(4) using the device tree.Mark Kettenis
2017-03-09Remove unecessary splsoftnet()/splx() dances.Martin Pieuchot