aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-03uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescindSaurabh Sengar1-1/+2
2024-09-03misc: keba: Fix sysfs group creationGerhard Engleder1-10/+4
2024-09-03misc: tsl2550: replace simple_strtoul to kstrtoulHongbo Li1-4/+4
2024-09-03misc: lis3lv02d: Fix incorrect of_get_property() usageRob Herring (Arm)1-2/+2
2024-09-03pps: add an error check in parport_attachMa Ke1-2/+6
2024-09-03nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven1-3/+3
2024-09-03nvmem: u-boot-env: error if NVMEM device is too smallJohn Thomson1-0/+7
2024-09-03misc: fastrpc: Fix double free of 'buf' in error pathSukrut Bellary1-3/+2
2024-09-03binder: fix UAF caused by offsets overwriteCarlos Llamas1-0/+1
2024-09-03Merge tag 'iio-fixes-for-6.11a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman11-60/+92
2024-09-03firewire: ohci: obsolete direct usage of printk_ratelimit()Takashi Sakamoto1-6/+3
2024-09-03firewire: ohci: deprecate debug parameterTakashi Sakamoto1-1/+6
2024-09-03nvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname() helper func...Zhang Zekun1-5/+2
2024-09-03nvmem: imx-ocotp-ele: support i.MX95Peng Fan1-3/+29
2024-09-03misc: fastrpc: Add support for cdsp1 remoteprocLing Xu1-4/+6
2024-09-03slimbus: qcom-ngd-ctrl: use 'time_left' variable with wait_for_completion_tim...Wolfram Sang1-13/+16
2024-09-03slimbus: qcom-ctrl: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-3/+4
2024-09-03slimbus: messaging: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-4/+5
2024-09-03binder: fix typo in commentRuffalo Lavoisier1-1/+1
2024-09-03dm integrity: fix gcc 5 warningMikulas Patocka1-5/+10
2024-09-03Merge tag 'fpga-for-6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman5-49/+60
2024-09-03Merge tag 'coresight-next-v6.12' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman15-183/+186
2024-09-03i2c: simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-09-03wifi: iwlwifi: mvm: properly set the rates in link cmdMiri Korenblit3-11/+10
2024-09-03wifi: iwlwifi: mvm: Remove unused last_sub_index from reorder bufferDaniel Gabay2-7/+1
2024-09-03wifi: iwlwifi: mvm: remove mvm prefix from iwl_mvm_tx_resp*Miri Korenblit6-18/+18
2024-09-03wifi: iwlwifi: s/iwl_mvm_remove_sta_cmd/iwl_remove_sta_cmdMiri Korenblit2-4/+4
2024-09-03wifi: iwlwifi: STA command structure shouldn't be mvm specificMiri Korenblit2-6/+6
2024-09-03wifi: iwlwifi: s/IWL_MVM_STATION_COUNT_MAX/IWL_STATION_COUNT_MAXMiri Korenblit9-19/+19
2024-09-03wifi: iwlwifi: mvm: tell the firmware about CSA with mode=1Emmanuel Grumbach4-4/+33
2024-09-03wifi: iwlwifi: mvm: refactor scan channel description a bitJohannes Berg2-19/+26
2024-09-03drm/xe: Remove redundant [drm] tag from xe_assert() messageMichal Wajdeczko1-1/+1
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin7-19/+14
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin13-19/+24
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin35-43/+53
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin3-3/+5
2024-09-03Merge tag 'iio-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman149-1645/+12082
2024-09-03tty: hvc: convert comma to semicolonChen Ni1-1/+1
2024-09-03mxser: convert comma to semicolonChen Ni1-1/+1
2024-09-03serial: 8250_bcm2835aux: Fix clock imbalance in PM resumeStefan Wahren1-7/+19
2024-09-03serial: sc16is7xx: convert bitmask definitions to use BIT() macroLech Perczak1-85/+91
2024-09-03serial: sc16is7xx: fix copy-paste errors in EFR_SWFLOWx_BIT constantsLech Perczak1-7/+7
2024-09-03serial: sc16is7xx: remove SC16IS7XX_MSR_DELTA_MASKLech Perczak1-1/+0
2024-09-03serial: xilinx_uartps: Make cdns_rs485_supported staticJinjie Ruan1-1/+1
2024-09-03net: ethernet: ti: am65-cpsw: Fix RX statistics for XDP_TX and XDP_REDIRECTRoger Quadros1-4/+13
2024-09-03net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TXRoger Quadros1-1/+2
2024-09-03net: ethernet: ti: am65-cpsw: fix XDP_DROP, XDP_TX and XDP_REDIRECTRoger Quadros1-28/+34
2024-09-03staging: rtl8723bs: Remove an unused struct in rtw_cmd.hQianqiang Liu1-4/+0
2024-09-03staging: greybus: Fix capitalization and punctuation inconsistenciesSteven Davis5-48/+48
2024-09-03staging: rtl8723bs: Remove trailing space after \n newlineColin Ian King1-1/+1