| Age | Commit message (Expand) | Author |
| 2019-10-06 | Change sysctl to be named after the first CPU in the DVFS domain. | jmcneill |
| 2019-10-06 | Don't attach disks with sector sizes we cannot handle. | mlelstv |
| 2019-10-06 | Get rid of bogus ADW_CALLBACK typedef. Use the real callback types | uwe |
| 2019-10-06 | Get rid of bogus ASC_CALLBACK typedef. Use the real callback type | uwe |
| 2019-10-05 | remove __packed attribute from struct ieee80211_radiotap_header | mrg |
| 2019-10-05 | Add support for SDIO interrupts. | jmcneill |
| 2019-10-05 | Bail when dkdriver hasn't been initialized. This can happen when | mlelstv |
| 2019-10-05 | add missing break. | mrg |
| 2019-10-05 | add missing break. | mrg |
| 2019-10-04 | use memmove() not memcpy() for overlapping regions. | mrg |
| 2019-10-04 | Switch to the new PTE naming. | maxv |
| 2019-10-04 | Fix definition for MWAIT. It should be bit 11, not 12; 12 is the armed | maxv |
| 2019-10-04 | Add definitions for RDPRU, MCOMMIT, GMET and VTE. | maxv |
| 2019-10-03 | If firmware is connected in HT or VHT mode, report it to SIOCGIFMEDIA | jmcneill |
| 2019-10-03 | More register definitions. | mlelstv |
| 2019-10-03 | Fix memory leaks. Was wondering where memory had gone after several hours | maxv |
| 2019-10-03 | More less kmem_zalloc(0). | maxv |
| 2019-10-03 | Improvements: | maxv |
| 2019-10-01 | Add support for devices with separate "init" and "default" pinctrl states. | jmcneill |
| 2019-10-01 | in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP | chs |
| 2019-10-01 | make this compile again: | chs |
| 2019-10-01 | Don't attach an ld device if the format descriptor is unsupported/unused. | mlelstv |
| 2019-10-01 | Set MTU correctly if mtu > 1500. | msaitoh |
| 2019-09-29 | Use AHCI_RFIS_SYNC in ahci_cmd_complete() AT_READREG case. | jakllsch |
| 2019-09-29 | Use AHCI_CMDTBL_SYNC in ahci_exec_fis() to ensure hardware sees the | jakllsch |
| 2019-09-29 | Ensure cmdh_prdtl is 0 in ahci_do_reset_drive(). | jakllsch |
| 2019-09-29 | Make AHCI_RFIS_SYNC macro (currently unused) compile. | jakllsch |
| 2019-09-29 | appease -Werror=stack-protector by avoiding variable sized arrays | macallan |
| 2019-09-29 | add another matchstring for the ds1307 found in Sun Fire V210 ( and probably | macallan |
| 2019-09-28 | len -> m_len | tnn |
| 2019-09-28 | mcx(4): fix rx mbuf DMA overrun | tnn |
| 2019-09-28 | joshua stein, PR kern/54493: acpi_i2c uses incorrect arguments for _DSM call | bouyer |
| 2019-09-28 | Fix typo, remove debug printf. | mlelstv |
| 2019-09-27 | Don't assume pinctrl-0 is the default configuration. | jmcneill |
| 2019-09-26 | nvme(4): Don't attach the device, if namespace not found. | nonaka |
| 2019-09-26 | cgd_crypto.c: fix minor typo in comment | gutteridge |
| 2019-09-26 | Abort attach if acpi_intr_establish() fails. From K. Schreiner on | bouyer |
| 2019-09-26 | Fix typo in comment. | msaitoh |
| 2019-09-26 | make nspares unsigned; it is assigned from numSpares which is unsigned. | christos |
| 2019-09-26 | subdevlen is an array length, make it unsigned | christos |
| 2019-09-25 | Use correct function to verify if a task has been queued. Avoids race | mlelstv |
| 2019-09-25 | Make clang -Wformat-security happier by not passing a (constant) variable | maya |
| 2019-09-24 | Use correct #cells for parent address when decoding ranges | jmcneill |
| 2019-09-24 | Use IFM_50G_SR2. | msaitoh |
| 2019-09-24 | Remove debug printf. | mlelstv |
| 2019-09-23 | Move the timeout check out of the loop, otherwise it is never reached. | maxv |
| 2019-09-23 | Use PRIxBUSADDR | skrll |
| 2019-09-23 | Match APMC0D0F compatible string. | jmcneill |
| 2019-09-23 | Remove (unused) reference to m_pktdat. | maxv |
| 2019-09-23 | Remove unused assignment. Found by the lgtm bot. | maxv |