summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-03-06In iskmemdev(), do not check for the minor of /dev/io. It has beenMiod Vallat
2023-03-06Replace old'n'wrong UTF-8 logic with a better one borrowed from Citrus;Miod Vallat
2023-03-06Switch all iwx(4) devices to -77 firmware images.Stefan Sperling
2023-03-06Make iwx(4) get the primary channel number from AP beacon info, ratherStefan Sperling
2023-03-06fix previous: only ignore request to delete key while doing crypto in hardwareStefan Sperling
2023-03-06Avoid trying to remove keys if the station is not active in iwx firmware.Stefan Sperling
2023-03-06ignore iwx DATA_PATH group notification 0xf8Stefan Sperling
2023-03-06always provide a subset of STA info in the MAC context commandStefan Sperling
2023-03-06fix iwx session protection event durationStefan Sperling
2023-03-06support the new iwx SCD_QUEUE_CONFIG commandStefan Sperling
2023-03-06add support for the iwx BAID allocation config commandStefan Sperling
2023-03-06implement support for iwx PHY context cmd version 4Stefan Sperling
2023-03-06support the new IWX_STA_MAC_DATA_API_S_VER_2 APIStefan Sperling
2023-03-06add support for the iwx RLC config commandStefan Sperling
2023-03-06support iwx rate_n_flags API version 2 and delete fixed Tx rate supportStefan Sperling
2023-03-06change current iwx rate_n_flag field names to indicate this is API version 1Stefan Sperling
2023-03-06add support for iwx TLC config command v4Stefan Sperling
2023-03-06add support for iwx firmware alive response version 6Stefan Sperling
2023-03-06recognize more iwx ucode TLV sections which are present in newer fw imagesStefan Sperling
2023-03-06drm/amd/display: Properly reuse completion structureJonathan Gray
2023-03-06drm/amd/display: Fix race condition in DPIA AUX transferJonathan Gray
2023-03-06drm/amd/display: Move DCN314 DOMAIN power control to DMCUBJonathan Gray
2023-03-05arm64 needs -DBOOT_STTY as well.Mark Kettenis
2023-03-05Mask off IPL flags before storing the IPL for an interrupt.Patrick Wildt
2023-03-05Add RK356x-specific initialization. Also initialize a few auto modeMark Kettenis
2023-03-05Mask off IPL flags before storing the IPL for an interrupt.Jonathan Matthew
2023-03-04Turns out the RK3566 has a different value in the GPIO_VER_ID registerMark Kettenis
2023-03-04On RK356x many devices need to be explicitly routed to use alternative pinMark Kettenis
2023-03-04Enable ytphy(4) here too.Mark Kettenis
2023-03-04Add ytphy(4) to files.mii (forgotten in the previous commit).Mark Kettenis
2023-03-04enable ytphy(4)Mark Kettenis
2023-03-04Add ytphy(4), a driver for the MotorComm YT8511 PHY.Mark Kettenis
2023-03-04Use ISC licence.Mark Kettenis
2023-03-04move to 7.3-betaTheo de Raadt
2023-03-04pf(4) should be enforcing TTL=1 to packets sent to 224.0.0.1 only.Alexandr Nedvedicky
2023-03-04Add mvortc(4) and mvodog(4) here tooJonathan Matthew
2023-03-04properly initialise LIST headKlemens Nanni
2023-03-04handle polling when cold in tipmic_thermal_opreg_handler().David Gwynne
2023-03-03initclocks: don't reinitialize ticks, jiffies at runtimeScott Soule Cheloha
2023-03-02Enable mvodog(4) and mvortc(4)Jonathan Matthew
2023-03-02Add mvortc(4), a driver for the RTC on the ARMADA 38x series.Jonathan Matthew
2023-03-02Add mvodog(4), a driver for the watchdog on the ARMADA 38x series.Jonathan Matthew
2023-03-02Add eephy(4), found on the Turris Omnia's WAN portJonathan Matthew
2023-02-27Pass MII flags depending on the phy mode specified in the device tree.Jonathan Matthew
2023-02-27Turn off TSO if interface is added to layer 2 devices.Jan Klemkow
2023-02-27drm/i915: Remove __maybe_unused from mtl_infoJonathan Gray
2023-02-27drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sinkJonathan Gray
2023-02-27syncTheo de Raadt
2023-02-27Include varags types in sys/syscalls.h commentAndrew Fresh
2023-02-26clockintr: add a kernel-facing APIScott Soule Cheloha