summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-05-07further improvement to vmm fpu handling (support avx and avx2, blockMike Larkin
2017-05-07Fix stage transition from the initial one to DROPPINGMike Belopuhov
2017-05-07Backout previous as it's causing problems on architectures that alignMike Belopuhov
2017-05-07Program hardware address in dwc_gmac_init() instead of dwc_gmac_attach()Mark Kettenis
2017-05-07Refactor this code to support the GMAC found on the Rockchip RK3399 alongsideMark Kettenis
2017-05-07Sync FDT code with arm64.Mark Kettenis
2017-05-07Pass the address of the EFI system table and the EFI memory map throughMark Kettenis
2017-05-06Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs.Mark Kettenis
2017-05-06Do not export the protocol PCB pointer from kernel to non-root usersAlexander Bluhm
2017-05-06Remove unused local variable such that this actually compiles.Mark Kettenis
2017-05-06Checking for IPv4 mapped addreses and dropping the packet is doneAlexander Bluhm
2017-05-06Add a few GMAC related clocks and implement reset logic.Mark Kettenis
2017-05-06Configure pins and deassert resets, just in case some other board needs it.Mark Kettenis
2017-05-06Convert the xformsw definition to C99 style initializer. Also fixAlexander Bluhm
2017-05-06Print full MIDR for CPUs that can't be identified.Mark Kettenis
2017-05-06Now that we have a table of Cavium part numbers add the part number forJonathan Gray
2017-05-06add Moxa CP-104ELJonathan Matthew
2017-05-05Move dwge(4) glue into dev/fdt.Mark Kettenis
2017-05-05Add rkpinctrl(4), a driver to configure pins on Rockchip SoCs. For now,Mark Kettenis
2017-05-05Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>.Mark Kettenis
2017-05-05Put back the call to pf_remove_src_node lost in the netlock backoutMike Belopuhov
2017-05-05Add glue to attach SDHC compliant controllers using the FDT. This makesMark Kettenis
2017-05-05Implement two quirks to support the Arasan eMMC 5.1 controller found onMark Kettenis
2017-05-05Add the missing cache flush operations for non-coherent mappings.Mark Kettenis
2017-05-05Add eMMC-related clocks.Mark Kettenis
2017-05-05Remove /* FALLTHROUGH */ that isn't (and shouldn't).Mark Kettenis
2017-05-05Remove a DIAGNOSTIC test for a NULL pipe value inside a transfer,Jonathan Gray
2017-05-05regenJonathan Matthew
2017-05-05add Moxa CP-104ELJonathan Matthew
2017-05-05Expand SA_LEN(), there is no benefit for using the macro in theAlexander Bluhm
2017-05-05Allow setting guest %xcr0 from vmd(8).Mike Larkin
2017-05-04Also pass the blk offset to disk_unbusy(), so that it can pass it toTheo de Raadt
2017-05-04enable brgphy, which appears in the edgerouter proJonathan Matthew
2017-05-04Recognize various Cavium ThunderX cores.Mark Kettenis
2017-05-04If m is not a continuous mbuf cluster, m_pullup() in pr_input mayAlexander Bluhm
2017-05-04Implementation of the Flow Queue - Controlled Delay (FQ-CoDel)Mike Belopuhov
2017-05-04Remove side effects from assignment. Fixes warning with cppcheck.Alexander Bluhm
2017-05-04Introduce sstosa() for converting sockaddr_storage with a type safeAlexander Bluhm
2017-05-04Reset the MLD default ip6_opts by using ip6_initpktopts(). This fixes aRafael Zalamena
2017-05-04If iwm_nic_lock() cannot access the device then print "acquiring device failed"Stefan Sperling
2017-05-03Bring boot() in line with our other architectures.Mark Kettenis
2017-05-03Provide a function to dispose of a list of mbufs on dequeueMike Belopuhov
2017-05-03Back out rev 1.185 (which made the code match the comment) andTodd C. Miller
2017-05-03Provide a signed 64 bit integer timestamp in the mbuf packet headerMike Belopuhov
2017-05-03Byte order of IP addresses was broken on big endian machines.Gerhard Roth
2017-05-03Fix a regression in iwm(4) which made 3165 devices unusable.Stefan Sperling
2017-05-03explicitly initialise the mutex in the kernel map.David Gwynne
2017-05-03Change the ip6_setmoptions() function to receive the rdomain as a newRafael Zalamena
2017-05-03Remove unused (and wrong) uaudio_drain() call. From Michael W.Alexandre Ratchov
2017-05-03style improvement from Michael W. Bombardieri <mb at ii.net>Alexandre Ratchov