Age | Commit message (Expand) | Author |
2017-03-11 | AUDIO_ENCODING_{S,U}LINEAR constants are neither used by low level | Alexandre Ratchov |
2017-03-11 | Oops, make this actually compile. | Mark Kettenis |
2017-03-11 | Add exrtc(4), a driver for the RTC found on Samsung Exynos SoCs. | Mark Kettenis |
2017-03-10 | Fix a use-after-free when sending root hub control transfers. | Martin Pieuchot |
2017-03-10 | Move per HC polling code to the stack. | Martin Pieuchot |
2017-03-09 | Fix an off by one when updating the TX consumer event index | Mike Belopuhov |
2017-03-09 | Add syscon(4), a driver that provides reboot/poweroff functionality through | Mark Kettenis |
2017-03-09 | Add a "regmap" interface that allows devices to provide access to their | Mark Kettenis |
2017-03-09 | Glue to attach xhci(4) using the device tree. | Mark Kettenis |
2017-03-08 | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING | Martin Pieuchot |
2017-03-08 | Do not clear IFF_UP, even in the error path. | Martin Pieuchot |
2017-03-07 | Setup backlight pwm alternate increment on backlight enable | Joshua Stein |
2017-03-07 | move a TODO to the top | Joshua Stein |
2017-03-06 | Do not print uninitialized variable in DPRINTFN(). | Martin Pieuchot |
2017-03-06 | Guard headers to make sure userland do not look at them. | Martin Pieuchot |
2017-03-06 | Use 'inline' rather than _any of_ __the __other__ variants__. | Martin Pieuchot |
2017-03-06 | Use nitems() when passing all known parameters to wsmouse_configure(). | Martin Pieuchot |
2017-03-06 | It is unsafe to dereference ``xfer'' after calling the callback as it | Martin Pieuchot |
2017-03-05 | When we're unable to determine which NCQ command failed, fail all active | Jonathan Matthew |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-28 | Untangle abstract sleep modes from ACPI sleep states. This paves the way | Martin Natano |
2017-02-27 | pms/elantech-v4: configure wsmouse for handling compat-mode | Ulf Brosziewski |
2017-02-27 | pms/synaptics: configure wsmouse for handling compat-mode | Ulf Brosziewski |
2017-02-27 | Handle touchpad input in wsmouse. | Ulf Brosziewski |
2017-02-27 | Add support for the older generation spec of PSCI, which supports | Patrick Wildt |
2017-02-25 | move vendor HIDs into their drivers, clean up some unused defines | Joshua Stein |
2017-02-25 | attach acpithinkpad to LEN0268 HID found on newer thinkpads | Joshua Stein |
2017-02-24 | The interrupts have been established using the FDT interrupt API, so we | Patrick Wildt |
2017-02-24 | Update license | Mike Belopuhov |
2017-02-23 | Add missing mtx_leave() calls in two hypervic error paths | Jonathan Gray |
2017-02-22 | Add a generic ahci(4) frontend for FDT. | Patrick Wildt |
2017-02-22 | fix timeout loop | Joshua Stein |
2017-02-22 | add acpisbs, an acpi smart battery subsystem driver reading data | Joshua Stein |
2017-02-20 | Remove hack to release/re-acquire netlock in _ioctl(). | Kenneth R Westerback |
2017-02-20 | memcpy a character row at a time to the framebuffer, rather than | Joshua Stein |
2017-02-16 | On Apple hardware, claim an OSI of Darwin and no other OSes | Joshua Stein |
2017-02-16 | Remove an unnecessary NULL pointer check. | Visa Hankala |
2017-02-16 | Revert "Release the NET_LOCK() before entering per-driver ioctl() routine". | Martin Pieuchot |
2017-02-15 | Align mutex IPL with the interrupt handler's priority. | Visa Hankala |
2017-02-14 | asmc: on system resume, restore the keyboard backlight value | Joshua Stein |
2017-02-13 | properly set BGE_HCC_STATS_ADDR_HI by using BGE_HOSTADDR. | David Gwynne |
2017-02-12 | Replace dummy mutex asserts with real ones. | Visa Hankala |
2017-02-12 | Remove dead assignment and now unused variable. | Charles Longeau |
2017-02-12 | Remove incorrect if statement | Mike Belopuhov |
2017-02-12 | The videocore portion of the raspberry pi which boots the arm cores and | Jonathan Gray |
2017-02-12 | Fix an uninitialised return value in rtwn_ra_init(). Though nothing | Jonathan Gray |
2017-02-11 | disable aen handling. | David Gwynne |
2017-02-10 | Update link to intel HDA spec. From | Alexandre Ratchov |
2017-02-10 | Fix links to usb-audio specs. From Michael Reed <m.reed at mykolab.com>. | Alexandre Ratchov |
2017-02-10 | Use __func__ for DPRINTF's as we do in other parts of the | Alexandre Ratchov |