summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100Maxim Mikityanskiy2023-08-111-4/+4
* team: reset team's flags when down link is P2P deviceHangbin Liu2023-08-111-0/+9
* bonding: reset bond's flags when down link is P2P deviceHangbin Liu2023-08-111-0/+5
* ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong2023-08-111-2/+5
* phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe()Harshit Mogalapalli2023-08-111-1/+1
* vxlan: calculate correct header length for GPEJiri Benc2023-08-112-14/+10
* i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming2023-08-111-1/+1
* scsi: qla2xxx: Array index may go out of boundNilesh Javali2023-08-111-1/+2
* scsi: qla2xxx: Fix inconsistent format argument type in qla_os.cYe Bin2023-08-111-2/+2
* pwm: meson: fix handling of period/duty if greater than UINT_MAXHeiner Kallweit2023-08-111-7/+7
* pwm: meson: Simplify duplicated per-channel trackingUwe Kleine-König2023-08-111-5/+6
* pwm: meson: Remove redundant assignment to variable fin_freqColin Ian King2023-08-111-1/+1
* PCI/ASPM: Avoid link retraining raceIlpo Järvinen2023-08-111-0/+11
* PCI/ASPM: Factor out pcie_wait_for_retrain()Ilpo Järvinen2023-08-111-12/+18
* PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()Bjorn Helgaas2023-08-111-9/+11
* bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang2023-08-111-1/+3
* bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li2023-08-114-24/+19
* gpio: tps68470: Make tps68470_gpio_output() always set the initial valueHans de Goede2023-08-111-3/+3
* xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall2023-08-081-5/+10
* x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon2023-08-081-0/+8
* fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probeZhang Shurong2023-07-271-0/+3
* iavf: Fix use-after-free in free_netdevDing Hui2023-07-271-4/+1
* net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()Tanmay Patil2023-07-271-5/+19
* pinctrl: amd: Use amd_pinconf_set() for all config optionsMario Limonciello2023-07-271-13/+15
* fbdev: imxfb: warn about invalid left/right marginMartin Kaiser2023-07-271-2/+2
* spi: bcm63xx: fix max prepend lengthJonas Gorski2023-07-271-1/+1
* igb: Fix igb_down hung on surprise removalYing Hsu2023-07-271-0/+5
* wifi: iwlwifi: mvm: avoid baid size integer overflowJohannes Berg2023-07-271-1/+1
* md/raid10: prevent soft lockup while flush writesYu Kuai2023-07-271-0/+2
* md: fix data corruption for raid456 when reshape restart while grow upYu Kuai2023-07-271-2/+12
* nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua2023-07-271-1/+2
* drm/client: Fix memory leak in drm_client_modeset_probeJocelyn Falempe2023-07-271-0/+1
* drm/client: Fix memory leak in drm_client_target_clonedJocelyn Falempe2023-07-271-0/+5
* drm/atomic: Fix potential use-after-free in nonblocking commitsDaniel Vetter2023-07-271-1/+10
* scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar2023-07-272-4/+0
* scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar2023-07-271-0/+2
* scsi: qla2xxx: Correct the index of arrayBikash Hazarika2023-07-271-1/+4
* scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali2023-07-271-0/+4
* scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika2023-07-271-1/+2
* scsi: qla2xxx: Wait for io return on terminate rportQuinn Tran2023-07-271-0/+13
* tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET2023-07-271-0/+8
* tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET2023-07-271-1/+5
* Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao2023-07-273-28/+3
* meson saradc: fix clock divider mask lengthGeorge Stark2023-07-271-1/+1
* hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser2023-07-271-4/+2
* firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_p...Christophe JAILLET2023-07-271-1/+1
* serial: atmel: don't enable IRQs prematurelyDan Carpenter2023-07-271-2/+2
* drm/rockchip: vop: Leave vblank enabled in self-refreshBrian Norris2023-07-271-4/+4
* drm/atomic: Allow vblank-enabled + self-refresh "disable"Brian Norris2023-07-271-1/+10
* md/raid0: add discard support for the 'original' layoutJason Baron2023-07-272-8/+55