summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-04-10fix setting parity bitsJonathan Gray
2023-04-10spellingJonathan Gray
2023-04-09So clang 13 miscompiles dev/usb/umass_scsi.c with the combination if -OzMark Kettenis
2023-04-09don't attach temperature sensors for which there is no TMP# node inJoshua Stein
2023-04-08Return -1 on actual failureKlemens Nanni
2023-04-08Do not reload `inp' in gre_send(). The pointer to PCB of raw socket isVitaliy Makkoveev
2023-04-08Move rtm_ifannounce(IFAN_DEPARTURE) outside netlock within if_detach().Vitaliy Makkoveev
2023-04-08add missing write to XENON_EMMC_PHY_PAD_CONTROL2Jonathan Gray
2023-04-08correct write to MV_XLG_PORT_MAC_CTRL4_REGJonathan Gray
2023-04-08try and cope with not having the firmware/boot loader init the hardware.David Gwynne
2023-04-07print which gmac the dwqe driver is attaching to.David Gwynne
2023-04-07Remove kernel locks from the ARP input path. Caller if_netisr()Alexander Bluhm
2023-04-07Fix whitespace on two linesTheo Buehler
2023-04-07register a mapping of dwqe interfaces to ofw nodes/phandles.David Gwynne
2023-04-07avoid use of uninitialised memoryJonathan Gray
2023-04-07Determine PHY mode and pass the appropriate flags down to the PHY when weMark Kettenis
2023-04-07register a mapping of dwqe interfaces to ofw nodes/phandles.David Gwynne
2023-04-07fixed regulators could have a "gpios" or "gpio" property.David Gwynne
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