summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-25serial: kgdboc: Fix NMI-safety problems from keyboard reset codeDaniel Thompson1-1/+29
2024-05-25usb: typec: ucsi: displayport: Fix potential deadlockHeikki Krogerus1-4/+0
2024-05-25drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Srinivasan Shanmugam1-0/+3
2024-05-25firmware: arm_scmi: Harden accesses to the reset domainsCristian Marussi1-1/+5
2024-05-25net: bcmgenet: synchronize UMAC_CMD accessDoug Berger4-1/+21
2024-05-25net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()Doug Berger1-0/+2
2024-05-25net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL accessDoug Berger1-0/+2
2024-05-25net: bcmgenet: keep MAC in reset until PHY is upDoug Berger3-7/+15
2024-05-25Revert "net: bcmgenet: use RGMII loopback for MAC reset"Doug Berger2-33/+2
2024-05-25pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()Sergey Shtylyov1-3/+11
2024-05-17pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readbackChen-Yu Tsai1-0/+2
2024-05-17pinctrl: mediatek: remove set but not used variable 'e'YueHaibing1-3/+1
2024-05-17pinctrl: mediatek: Fix some off by one bugsDan Carpenter1-5/+5
2024-05-17pinctrl: mediatek: Fix fallback behavior for bias_set_comboHsin-Yi Wang1-5/+3
2024-05-17regulator: core: fix debugfs creation regressionJohan Hovold1-11/+16
2024-05-17drm/vmwgfx: Fix invalid reads in fence signaled eventsZack Rusin1-1/+1
2024-05-17usb: gadget: f_fs: Fix a race condition when processing setup packets.Chris Wulff1-1/+1
2024-05-17usb: gadget: composite: fix OS descriptors w_value logicPeter Korsgaard1-3/+3
2024-05-17firewire: nosy: ensure user_length is taken into account when fetching packet...Thanassis Avgerinos1-2/+4
2024-05-17net: qede: use return from qede_parse_flow_attr() for flowerAsbjørn Sloth Tønnesen1-3/+2
2024-05-17net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()Asbjørn Sloth Tønnesen1-3/+8
2024-05-17pinctrl: mediatek: Fix fallback call pathHsin-Yi Wang1-0/+4
2024-05-17net:usb:qmi_wwan: support Rolling modulesVanillan Wang1-0/+1
2024-05-17clk: Don't hold prepare_lock when calling kref_put()Stephen Boyd1-7/+5
2024-05-17gpio: crystalcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-05-17gpio: wcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-05-17gpu: host1x: Do not setup DMA for virtual devicesThierry Reding1-8/+0
2024-05-17scsi: target: Fix SELinux error when systemd-modules loads the target moduleMaurizio Lombardi1-0/+12
2024-05-17firewire: ohci: mask bus reset interrupts between ISR and bottom halfAdam Goldman1-1/+5
2024-05-17ata: sata_gemini: Check clk_enable() resultChen Ni1-1/+4
2024-05-17net: bcmgenet: Reset RBUF on first openPhil Elwell1-4/+12
2024-05-17scsi: bnx2fc: Remove spin_lock_bh while releasing resources after uploadSaurav Kashyap1-2/+0
2024-05-17scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2-10/+4
2024-05-17clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate changeJernej Skrabec1-2/+17
2024-05-17net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341Marek Behún1-2/+2
2024-05-17net: dsa: mv88e6xxx: Add number of MACs in the ATUAndrew Lunn2-0/+31
2024-05-17net: qede: use return from qede_parse_flow_attr() for flow_specAsbjørn Sloth Tønnesen1-3/+2
2024-05-17bna: ensure the copied buf is NUL terminatedBui Quang Minh1-2/+2
2024-05-17pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()Zeng Heng1-4/+6
2024-05-17power: rt9455: hide unused rt9455_boost_voltage_valuesArnd Bergmann1-0/+2
2024-05-17pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLEChen-Yu Tsai1-27/+11
2024-05-17pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logicChen-Yu Tsai1-83/+61
2024-05-17pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readbackChen-Yu Tsai1-10/+6
2024-05-17pinctrl: mediatek: remove shadow variable declarationLight Hsieh1-2/+0
2024-05-17pinctrl: mediatek: Backward compatible to previous Mediatek's bias-pull usageLight Hsieh5-28/+265
2024-05-17pinctrl: mediatek: Refine mtk_pinconf_get()Light Hsieh1-25/+15
2024-05-17pinctrl: mediatek: Refine mtk_pinconf_get() and mtk_pinconf_set()Light Hsieh3-108/+65
2024-05-17pinctrl: mediatek: Supporting driving setting without mapping current to regi...Light Hsieh3-2/+19
2024-05-17pinctrl: mediatek: Check gpio pin number and use binary search in mtk_hw_pin_...Light Hsieh2-6/+46
2024-05-17pinctrl: core: delete incorrect free in pinctrl_enable()Dan Carpenter1-7/+1