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