summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-04-07drm/amdkfd: Get prange->offset after svm_range_vram_node_newJonathan Gray
2023-04-07drm/i915: Move CSC load back into .color_commit_arm() when PSR is enabled on ...Jonathan Gray
2023-04-07drm/i915: Disable DC states for all commitsJonathan Gray
2023-04-07drm/i915/dpt: Treat the DPT BO as a framebufferJonathan Gray
2023-04-07drm/i915/gem: Flush lmem contents after constructionJonathan Gray
2023-04-07drm/amd/display: Take FEC Overhead into Timeslot CalculationJonathan Gray
2023-04-07drm/amd/display: Add DSC Support for Synaptics Cascaded MST HubJonathan Gray
2023-04-07drm/amdgpu: allow more APUs to do mode2 reset when go to S4Jonathan Gray
2023-04-07drm/i915/tc: Fix the ICL PHY ownership check in TC-cold stateJonathan Gray
2023-04-07drm/amdkfd: Fixed kfd_process cleanup on module exit.Jonathan Gray
2023-04-07drm/amdkfd: fix potential kgd_mem UAFsJonathan Gray
2023-04-07drm/amdkfd: fix a potential double free in pqm_create_queueJonathan Gray
2023-04-07drm/amdkfd: Fix BO offset for multi-VMA page migrationJonathan Gray
2023-04-06Add two more RK3568 clocks.Mark Kettenis
2023-04-06The simplebus_attach() function already prints a newline, so drop it here.Mark Kettenis
2023-04-06better handle "phy-mode" properties, in particular around clk delays.David Gwynne
2023-04-05Push kernel lock into nd6_resolve()Klemens Nanni
2023-04-05ARP has a sysctl to show the number of packets waiting for an arpAlexander Bluhm
2023-04-05ARP has a queue of packets that should be sent after name resolution.Alexander Bluhm
2023-04-05Enable Force Unit Access (FUA) for write commands. This seems to fixMarcus Glocker
2023-04-05Call getuptime(9) once for consistency; OK bluhmKlemens Nanni
2023-04-05Call dwpcie_link_config() when initializing the RK3568 PCIe controllers.Mark Kettenis
2023-04-05Implement software control for the internal delays of the RTL8211F PHY.Mark Kettenis
2023-04-05Call getuptime(9) once for consistency, sync with ARPKlemens Nanni
2023-04-05clockintr: add clockintr_cancel()Scott Soule Cheloha
2023-04-04clockintr: add clockintr_cancel_locked()Scott Soule Cheloha
2023-04-04When sending IP packets to userland with divert-packet rules, theAlexander Bluhm
2023-04-04Synopsis Designware -> Synopsys DesignWareJonathan Gray
2023-04-03Fix stupid bug in previous.Miod Vallat
2023-04-03clockintr: clockintr_cpu_init(): isolate struct clockintr_queue setupScott Soule Cheloha
2023-04-03acpibtn_notify: ignore duplicate ACPI lid transitionsTodd C. Miller
2023-04-03Reduce indent in single_thread_check_locked() by inverting initialClaudio Jeker
2023-04-03enable rkusbphy(4)David Gwynne
2023-04-03try using a standard phy drivers registered with ofw/fdt first.David Gwynne
2023-04-03add support for enabling both the usb2 and usb3 phys.David Gwynne
2023-04-03register mvneta so the interface can be found by node/phandle later.David Gwynne
2023-04-03add phy_enable_prop_idx() to work with phys under props other than "phy".David Gwynne
2023-04-03special case phandle 0 and return NULL when looking up network interfaces.David Gwynne
2023-04-03add glue for network interfaces to be found by fdt/ofw node or phandle.David Gwynne
2023-04-03do actual init of the phy itself when needed.David Gwynne
2023-04-03clockintr: protect struct clockintr_queue with a mutexScott Soule Cheloha
2023-04-02fill out the list of quectel devices that should be supported.David Gwynne
2023-04-02regenDavid Gwynne
2023-04-02add more quectel usb device idsDavid Gwynne
2023-04-02Add support for TEMPerGold 3.4 to ugold(4).Miod Vallat
2023-04-02RegenMiod Vallat
2023-04-02New TEMPerGold device.Miod Vallat
2023-04-02add Windows 11 _OSI stringsJonathan Gray
2023-04-02Add support for the RTL8211F-VD PHY.Mark Kettenis
2023-04-02zap excessive semicolons; ok mglocker@Anton Lindqvist