summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-05-02Linux switched from a device-specific pinctrl binding to a the generic versionMark Kettenis
2017-05-02Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZMike Larkin
2017-04-30Add rkclock(4), a driver for the Rockchip RK3399 clocks.Mark Kettenis
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-30Add rkgrf(4), a driver that makes the "generic register file" of the RockchipMark Kettenis
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-04-29Replace sxiehci.c with more generic glue in ehci_fdt.c that is similiar inMark Kettenis
2017-04-28Restore calculation of volume size. Accidentally removed inKenneth R Westerback
2017-04-27track size of pss allocation, so that length can be passed to free(9)Theo de Raadt
2017-04-27Restore if_iwm.c r1.173 (mira retry change) which got incarcerated byStefan Sperling
2017-04-27Revert if_iwm.c to the state of r1.170 because ETOOMANYDRAGONSATONCE.Stefan Sperling
2017-04-26Get rid of convoluted macros in iwm's receive code path.Stefan Sperling
2017-04-26Remove the size argument of iwm_rx_addbuf() and use a constant internally.Stefan Sperling
2017-04-26Tell MiRA about the actual number of retries instead of pretending thatStefan Sperling
2017-04-24Since rev 1.1 ix has attempted to require a 64 bit BAR, the test forJonathan Gray
2017-04-24Implement monitor mode support for iwm(4).Stefan Sperling
2017-04-24Implement support for multiple packets per receive DMA buffer in iwm(4).Stefan Sperling
2017-04-21Make id parameter of iwm_send_cmd_pdu() a uint32_t so that it matchesStefan Sperling
2017-04-21Fix nic lock usage around iwm_disable_rx_dma().Stefan Sperling
2017-04-21Fix nic lock usages around iwm_{read,write}_prph().Stefan Sperling
2017-04-21Use ether_crc32_le() instead of a custom version.Martin Pieuchot
2017-04-20regenJonathan Gray
2017-04-20Remove an incorrect Bay Trail I2C entry that masked a valid Bay TrailJonathan Gray
2017-04-20Tweak lock inits to make the system runnable with witness(4)Visa Hankala
2017-04-18Support packet aggregation for umb(4) on tx.Gerhard Roth
2017-04-18Rearrange ure_iff to resemble other drivers a bit more.Jonathan Matthew
2017-04-16Always evaluate expression in BUG_ON() macro to avoid unused variableAlexander Bluhm
2017-04-15Fix format string in ACPI_MEMDEBUG blockPhilip Guenther
2017-04-14Avoid some false positives with cppcheck. No binary change.Alexander Bluhm
2017-04-11Partially revert previous mallocarray conversions that containDavid Hill
2017-04-10Attempt to map msk(4) interrupt via MSI.Jonathan Gray
2017-04-09malloc -> mallocarray; a typoTheo de Raadt
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-04-08Sensors are run as callbacks inside tasks. During suspend a sensorTheo de Raadt
2017-04-08Use ADDR64 opcodes to specify 64bit DMA addresses for all buffers. ThisJonathan Matthew
2017-04-08A pile of sizes to free(9). In test for a few days in snapshots.Theo de Raadt
2017-04-08Two prototypes for acpi_maptable; merge to one placeTheo de Raadt
2017-04-07Simplify the size calculation for memset()Philip Guenther
2017-04-06Sizes for the remaining free() calls, and use mallocarray()Theo de Raadt
2017-04-06remove stray character in previous that broke the buildJonathan Gray
2017-04-06Unify a few attach-time patterns between usb *com drivers, and removeTheo de Raadt
2017-04-06add sizes to free() callsTheo de Raadt
2017-04-053 more mallocarray() usesTheo de Raadt
2017-04-04add a free() size near microcode loadingTheo de Raadt
2017-04-04Add 8265 and 3168 support. Both cards need new firmware files which currentlyClaudio Jeker
2017-04-03provide size to free(9)Theo de Raadt
2017-04-02normalize order of arguments to if ()Theo de Raadt