Age | Commit message (Expand) | Author |
2020-04-19 | Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X. | tobhe |
2020-04-19 | Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4. | Mark Kettenis |
2020-04-18 | Disable MSI for AMD Hudson2 HDA to fix random lock ups. | Alexandre Ratchov |
2020-04-18 | Remove support for unused /dev/mixer device nodes. | Alexandre Ratchov |
2020-04-18 | Remove useless return statement. | Mark Kettenis |
2020-04-18 | Add glue to let bse(4) attach using the FDT. | Mark Kettenis |
2020-04-18 | drm/dp_mst: Fix clearing payload state on topology disable | Jonathan Gray |
2020-04-18 | Revert "drm/dp_mst: Remove VCPI while disabling topology mgr" | Jonathan Gray |
2020-04-17 | Fix an incorrect test for root in drm linux compatiblity code. | Sebastian Benoit |
2020-04-15 | Add support for the Armada 3720 CPU clock. | Mark Kettenis |
2020-04-15 | drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read() | Jonathan Gray |
2020-04-15 | drm/amdgpu: fix typo for vcn1 idle check | Jonathan Gray |
2020-04-15 | drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017 | Jonathan Gray |
2020-04-15 | gpiodcf(4): unbreak compilation | cheloha |
2020-04-15 | wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9) | cheloha |
2020-04-14 | Add bse(4), a driver for the Broadcom GENET v5 network interface found on | Mark Kettenis |
2020-04-14 | Add BCM54210E support. | Mark Kettenis |
2020-04-14 | Add flags to specify whether internal delays should be configured for RGMII. | Mark Kettenis |
2020-04-14 | regen | Mark Kettenis |
2020-04-14 | Add Broadcom BCM54210E. | Mark Kettenis |
2020-04-14 | Implement acpi_getprop(), the ACPI equivalent of OF_getprop(). | Mark Kettenis |
2020-04-14 | Fix loop condition in sparc64-specific radeondrm_setcolor() | Jeremie Courreges-Anglas |
2020-04-14 | Prevent uninitialized use of bbs and bls in the error path | Jeremie Courreges-Anglas |
2020-04-13 | Fix a recently introduced iwn(4) problem where the link gets stuck since | Stefan Sperling |
2020-04-12 | Turn those spinlock and seqlock inline functions to macros | Jeremie Courreges-Anglas |
2020-04-12 | Add support for the _CCA method. This method indicates whether DMA is | Mark Kettenis |
2020-04-11 | Use acpi_getsta(); avoids printing "no _STA method" messages and assumes | Mark Kettenis |
2020-04-10 | The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord() | Mark Kettenis |
2020-04-09 | When I removed CCK fallback from iwm(4) I accidentally left an else-if block | Stefan Sperling |
2020-04-09 | Assign and enable clocks; RK3328 has them. | Mark Kettenis |
2020-04-09 | Fix an automatic Tx rate control issue in iwn(4). | Stefan Sperling |
2020-04-08 | Add RK3328 Crypto/RNG clocks. | Mark Kettenis |
2020-04-08 | Add glass console support. | Mark Kettenis |
2020-04-08 | Set correct pixel format. Fix limits on number of characters in the | Mark Kettenis |
2020-04-08 | Bump size of the buffer we use to fetch device tree properties. The | Mark Kettenis |
2020-04-07 | Claim framebuffer that was configured by bootloader. | Mark Kettenis |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-04-07 | Implement support for "usb-nop-xceiv" PHYs. | Mark Kettenis |
2020-04-07 | Fix off-by-one in check for valid pin numbers and use the existing | Mark Kettenis |
2020-04-06 | acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-04-06 | wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@ | cheloha |
2020-04-06 | sunkbd(4): timeout_add(9) -> timeout_add_msec(9); ok kettenis@ | cheloha |
2020-04-06 | pcppi(4), spkr(4): ticks -> milliseconds | cheloha |
2020-04-06 | Remove redundant VOP_CLOSE() and vput(). The fail branch will close | Visa Hankala |
2020-04-06 | fix previous: use the correct offset for sq/rq creation, and don't | Jonathan Matthew |
2020-04-06 | Make it possible to use ix(4) with MSI-X, currently disabled by default. | Martin Pieuchot |
2020-04-06 | Add a helper function for writing physical addresses for queues into | Jonathan Matthew |
2020-04-06 | Update my email address. | Paul Irofti |
2020-04-04 | Return ENETRESET on success from mcx_up() so mcx_ioctl() will call | Jonathan Matthew |
2020-04-03 | Put back the code to enable and set the output tap delay. Tis fixes | Mark Kettenis |