Age | Commit message (Expand) | Author |
2018-08-30 | fix memory leak in an error path | Jonathan Gray |
2018-08-30 | Set up an aggregation buffer ring and configure placement mode so data | Jonathan Matthew |
2018-08-30 | Move softbutton check before the check that skips attaching certain acpi | Mark Kettenis |
2018-08-29 | Remove unused struct member. | Mark Kettenis |
2018-08-28 | avoid uninitialised variable use | Jonathan Gray |
2018-08-28 | avoid uninitialised variable use in an error path | Jonathan Gray |
2018-08-27 | Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660 | Mark Kettenis |
2018-08-27 | Add 64-bit DMA support. Enable DMA on HiSilicon SoCs. | Mark Kettenis |
2018-08-27 | Add hiclock(4). Make sure hireset(4) attaches early. | Mark Kettenis |
2018-08-27 | Rename struct kd -> kcov_dev. The terse name was initially fine since it wasn't | anton |
2018-08-27 | Add hirest(4), a driver to support reset signal controller blocks on | Mark Kettenis |
2018-08-27 | Add glue for the USB3 controller on the HiKey 970. | Mark Kettenis |
2018-08-27 | handle 16 bit register width required for omap3/omap4 | Jonathan Gray |
2018-08-27 | Add an interface that allows drivers to claim a framebuffer and check | Mark Kettenis |
2018-08-27 | HiSilicon SoCs pre-divide the clock by a factor 8. | Mark Kettenis |
2018-08-26 | Add pinctrl(4), a generic pin mux driver. | Mark Kettenis |
2018-08-26 | Add plgpio(4), a driver for the ARM PrimeCell GPIO (PL061) peripheral. | Mark Kettenis |
2018-08-26 | Add support for HiSilicon Hi3660 (Kirin960) and Hi3670 (Kirin970). | Mark Kettenis |
2018-08-26 | return -1 from the interrupt handler if we didn't find any work to do | Jonathan Matthew |
2018-08-25 | Add umt(4) for USB Windows Precision Touchpad devices | Joshua Stein |
2018-08-25 | Use __HAVE_ACPI to decide whether ACPI support should be considered. | Mark Kettenis |
2018-08-25 | Move HID->bus constant conversion for HID report types out of ihidev | Joshua Stein |
2018-08-25 | regen | Mark Kettenis |
2018-08-25 | Audio as found on an "Oland" Radeon card. Naming is a bit arbitrary, but | Mark Kettenis |
2018-08-25 | fix misplaced parenthesis inside an if-clause. already fixed in FreeBSD in rev | Ricardo Mestre |
2018-08-25 | fix misplaced parenthesis inside an if-clause. already fixed in NetBSD in rev | Ricardo Mestre |
2018-08-25 | Change kcov semantics, kernel code coverage tracing is now enabled on a per | anton |
2018-08-25 | The current rasops cursor implementation simply inverts the appropriate | Mark Kettenis |
2018-08-25 | Match ACPI devices based on _CID if no match for _HID is found. | Mark Kettenis |
2018-08-24 | Add common Ethernet interface attributes to vio(4)'s build config. | Visa Hankala |
2018-08-24 | Include the list of multicast groups in the rx filter configuration. | Jonathan Matthew |
2018-08-24 | Allocate framebuffer PCI BAR if left uninitialized by firmware. | Mark Kettenis |
2018-08-24 | set the rx mask to always accept all vlan tags, making vlan interfaces | Jonathan Matthew |
2018-08-23 | remove hwrm interface code for nvram reads and writes, firmware updates, | Jonathan Matthew |
2018-08-23 | rearrange txeof so it processes slots up to the index given in the | Jonathan Matthew |
2018-08-23 | set interrupt aggregation parameters so we get around 10000 interrupts | Jonathan Matthew |
2018-08-22 | Initialize bridge registers instead of relying on ppb(4) to do it for us. | Mark Kettenis |
2018-08-22 | Work well with the Dynastream ANTUSB-m, from Jan Klemkow. | Martin Pieuchot |
2018-08-22 | regen | Martin Pieuchot |
2018-08-22 | Dynastream ANTUSB-m, from Jan Klemkow. | Martin Pieuchot |
2018-08-21 | Implement address translation. Makes I/O space access work. | Mark Kettenis |
2018-08-21 | Rework kcov kernel config. Instead of treating kcov as both an option and a | anton |
2018-08-20 | Memory barriers for arm64. These are somewhat stronger than strictly | Mark Kettenis |
2018-08-20 | Add arm64 support. On ARM write-combining translates into the normal uncached | Mark Kettenis |
2018-08-20 | Attach bwfm(4) to Broadcom BCM4371. | Patrick Wildt |
2018-08-20 | regen | Patrick Wildt |
2018-08-20 | Add Broadcom BCM4371. | Patrick Wildt |
2018-08-20 | Enable I2C clocks in imxiic(4). | Patrick Wildt |
2018-08-20 | Add the i.MX8MQ eCSPI clocks. | Patrick Wildt |
2018-08-20 | Reorder checks in the read/write(2) family of syscalls to prepare making | Martin Pieuchot |