summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Documentation: security-bugs.rst: update preferences when dealing with the li...Greg Kroah-Hartman1-14/+12
2023-08-11Revert "usb: xhci: tegra: Fix error check"Dan Carpenter1-4/+4
2023-08-11usb: xhci-mtk: set the dma max_seg_sizeRicardo Ribalda1-0/+1
2023-08-11USB: quirks: add quirk for Focusrite ScarlettŁukasz Bartosik1-0/+4
2023-08-11usb: ohci-at91: Fix the unhandle interrupt when resumeGuiting Shen1-1/+7
2023-08-11usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang1-2/+2
2023-08-11usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phyGratian Crisan1-2/+4
2023-08-11Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek2-19/+0
2023-08-11can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde1-0/+2
2023-08-11USB: serial: simple: sort driver entriesJohan Hovold1-33/+33
2023-08-11USB: serial: simple: add Kaufmann RKS+CAN VCPOliver Neukum1-0/+7
2023-08-11USB: serial: option: add Quectel EC200A module supportMohsen Tahmasebi1-0/+2
2023-08-11USB: serial: option: support Quectel EM060K_128Jerry Meng1-0/+4
2023-08-11serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland1-1/+1
2023-08-11serial: 8250_dw: Preserve original value of DLF registerRuihong Luo1-2/+4
2023-08-11tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian1-10/+4
2023-08-11ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian1-10/+12
2023-08-11ata: pata_ns87415: mark ns87560_tf_read staticArnd Bergmann1-1/+1
2023-08-11dm raid: fix missing reconfig_mutex unlock in raid_ctr() error pathsYu Kuai1-2/+7
2023-08-11block: Fix a source code comment in include/uapi/linux/blkzoned.hBart Van Assche1-5/+5
2023-08-11ASoC: fsl_spdif: Silence output on stopMatus Gajdos1-0/+2
2023-08-11drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()Gaosheng Cui1-1/+1
2023-08-11drm/msm/adreno: Fix snapshot BINDLESS_DATA sizeRob Clark1-1/+1
2023-08-11drm/msm/dpu: drop enum dpu_core_perf_data_bus_idDmitry Baryshkov1-13/+0
2023-08-11RDMA/mlx4: Make check for invalid flags stricterDan Carpenter1-9/+9
2023-08-11benet: fix return value check in be_lancer_xmit_workarounds()Yuanjun Gong1-1/+2
2023-08-11net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma1-0/+14
2023-08-11net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean1-7/+23
2023-08-11net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean1-51/+63
2023-08-11platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100Maxim Mikityanskiy1-4/+4
2023-08-11team: reset team's flags when down link is P2P deviceHangbin Liu1-0/+9
2023-08-11bonding: reset bond's flags when down link is P2P deviceHangbin Liu1-0/+5
2023-08-11tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith1-6/+2
2023-08-11ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski1-4/+10
2023-08-11ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong1-2/+5
2023-08-11phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe()Harshit Mogalapalli1-1/+1
2023-08-11vxlan: calculate correct header length for GPEJiri Benc3-18/+19
2023-08-11i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming1-1/+1
2023-08-11ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu1-1/+4
2023-08-11keys: Fix linking a duplicate key to a keyring's assoc_arrayPetr Pavlu1-11/+24
2023-08-11uapi: General notification queue definitionsDavid Howells1-0/+55
2023-08-11scsi: qla2xxx: Array index may go out of boundNilesh Javali1-1/+2
2023-08-11scsi: qla2xxx: Fix inconsistent format argument type in qla_os.cYe Bin1-2/+2
2023-08-11pwm: meson: fix handling of period/duty if greater than UINT_MAXHeiner Kallweit1-7/+7
2023-08-11pwm: meson: Simplify duplicated per-channel trackingUwe Kleine-König1-5/+6
2023-08-11pwm: meson: Remove redundant assignment to variable fin_freqColin Ian King1-1/+1
2023-08-11ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian1-14/+31
2023-08-11ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds1-18/+17
2023-08-11ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)1-3/+6
2023-08-11ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)3-6/+31