Age | Commit message (Expand) | Author |
2016-05-23 | Get rid of usbd_get_device_strings() because we use it only once. | Martin Pieuchot |
2016-05-23 | regen | David Gwynne |
2016-05-23 | add the intel xl710 device ids from the documentation | David Gwynne |
2016-05-22 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-05-21 | Implement openprom(4) for armv7. | Mark Kettenis |
2016-05-21 | Remove another erroneous VOP_CLOSE/vput, which was missed with the last | Joel Sing |
2016-05-21 | Free the cache if the string cannot be retrieved. This allows the | Patrick Wildt |
2016-05-21 | sync | Reyk Floeter |
2016-05-21 | Add ids found in x1 carbon 2016: | Reyk Floeter |
2016-05-20 | Change the identification string to "nxp,pcf8523" as this is what is stored | Mark Kettenis |
2016-05-20 | Fix pasto; v4l2_buf.flags = V4L2_MEMORY_MMAP -> V4L2_BUF_FLAG_MAPPED. | Marcus Glocker |
2016-05-20 | check we allocated the cq, not the sq, after trying to allocate the cq | David Gwynne |
2016-05-20 | regen | Mike Larkin |
2016-05-20 | Add Xeon-D devices. Move one item that was out of order to the right place | Mike Larkin |
2016-05-20 | resync | Chris Cappuccio |
2016-05-20 | Hello LTE Airprime/Sierra Aircard 313U, Netgear/Sierra Aircard 770S | Chris Cappuccio |
2016-05-18 | Cache vendor, product and serial info for each usb device. This allows | Patrick Wildt |
2016-05-18 | Fix several nitpicks in iwm(4). | Stefan Sperling |
2016-05-18 | In iwm(4), add bit-polling in Rx-DMA init code path. | Stefan Sperling |
2016-05-17 | Allow sendsyslog(2) with LOG_CONS even when /dev/console has not | Alexander Bluhm |
2016-05-17 | Change the random event buffer from a queue to an endless ring. This way | Ted Unangst |
2016-05-17 | remove VOP_CLOSE and vput that will be handled in the epilogue. | Ted Unangst |
2016-05-17 | Plug some gaping holes in the v4l2 ioctl interfaces that would leak kernel | Mark Kettenis |
2016-05-16 | Attempt to clear the OS flag when we attach. | Mark Kettenis |
2016-05-16 | Add pcfrtc(4). | Mark Kettenis |
2016-05-16 | Introduce OF_is_compatible(9), a convenience function to check the "compatible" | Mark Kettenis |
2016-05-16 | Driver for the NXP PCF8523 Real Time Clock. | Mark Kettenis |
2016-05-16 | enable reception and transmission of jumbo frames. | David Gwynne |
2016-05-15 | Sync with the ADMA2 implementation in imxesdhc(4): | Mark Kettenis |
2016-05-13 | Unbreak build when AUDIO_DEBUG is defined: fix printf(9) format | Alexandre Ratchov |
2016-05-12 | If writing the control register fails, bail out without attaching any sensors. | Mark Kettenis |
2016-05-12 | Remove bogus rw_exit() call. | Mark Kettenis |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-11 | Use round_blocksize() to determine the maximum hardware block size (in | Alexandre Ratchov |
2016-05-11 | Dont reuse "mult" local variable. Use separate variable for hardware | Alexandre Ratchov |
2016-05-10 | make qla_iocb_seg structs 4 byte aligned and use htolem32 to set it. | David Gwynne |
2016-05-08 | Add support for level, active low gpio interrupts. | Mark Kettenis |
2016-05-08 | Add support for writing gpio pins. | Mark Kettenis |
2016-05-08 | Make sure devices listed by a device's _DEP method are attached before | Mark Kettenis |
2016-05-08 | Call _REG to register GeneralPuproseIo address space support. | Mark Kettenis |
2016-05-08 | Plug some memory leaks and do proper cleanup in error paths. | Mark Kettenis |
2016-05-08 | Add macros for interrupt trigger mode as encoded in GPIO resources. | Mark Kettenis |
2016-05-07 | Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry View | Mark Kettenis |
2016-05-07 | Flush page (through the direct map) before mapping it into AGP. Fixes | Mark Kettenis |
2016-05-07 | Implement ACPI 5.0 GeneralPurposeIo OpRegion support. This basically allows | Mark Kettenis |
2016-05-07 | Add defines for Operation Region Address Space Identifiers and use them when | Mark Kettenis |
2016-05-06 | Make sure we always update both bits that control the bus width. Also make | Mark Kettenis |
2016-05-06 | Round the requested clock frequency down to a support value instead of | Mark Kettenis |
2016-05-06 | Fix the DMA transfer code to repect the block size in the sdmmc command. | Mark Kettenis |
2016-05-05 | r1.10 of if_bnx.c effectively removed the limit on the number of segments in | Jonathan Matthew |