summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-04arm64: esr: Define ESR_ELx_EC_* constants as ULAnastasia Belova1-44/+44
2024-10-04hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resumeGaosheng Cui1-0/+1
2024-10-04hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_initGaosheng Cui1-1/+3
2024-10-04hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang1-1/+1
2024-10-04f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu1-1/+12
2024-10-04f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+9
2024-10-04f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-10-04f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich1-1/+2
2024-10-04f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich2-3/+3
2024-10-04btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani2-5/+3
2024-10-04btrfs: tree-checker: fix the wrong output of data backref objectidQu Wenruo1-1/+1
2024-10-04debugobjects: Fix conditions in fill_pool()Zhen Lei1-2/+3
2024-10-04wifi: mt76: mt7615: check devm_kasprintf() returned valueMa Ke1-0/+3
2024-10-04wifi: rtw88: 8822c: Fix reported RX band widthBitterblue Smith1-4/+6
2024-10-04wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82cNick Morrow1-2/+0
2024-10-04wifi: mt76: mt7996: fix NULL pointer dereference in mt7996_mcu_sta_bfer_heMa Ke1-0/+3
2024-10-04wifi: mt76: mt7915: check devm_kasprintf() returned valueMa Ke1-0/+2
2024-10-04wifi: mt76: mt7921: Check devm_kasprintf() returned valueMa Ke1-0/+2
2024-10-04perf/x86/intel/pt: Fix sampling synchronizationAdrian Hunter1-8/+7
2024-10-04efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel1-1/+1
2024-10-04ACPI: resource: Add another DMI match for the TongFang GMxXGxxWerner Sembach1-0/+6
2024-10-04ACPI: sysfs: validate return type of _STR methodThomas Weißschuh1-2/+3
2024-10-04drbd: Add NULL check for net_conf to prevent dereference in state validationMikhail Lobanov1-1/+1
2024-10-04drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen1-2/+4
2024-10-04crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri1-0/+2
2024-10-04serial: qcom-geni: fix fifo polling timeoutJohan Hovold1-14/+17
2024-10-04xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.Mathias Nyman1-3/+5
2024-10-04tty: rp2: Fix reset with non forgiving PCIe host bridgesFlorian Fainelli1-1/+1
2024-10-04firmware_loader: Block path traversalJann Horn1-0/+30
2024-10-04bus: mhi: host: pci_generic: Fix the name for the Telit FE990AFabio Porcedda1-2/+11
2024-10-04bus: integrator-lm: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-10-04usb: dwc2: drd: fix clock gating on USB role switchTomas Marek1-0/+9
2024-10-04usb: cdnsp: Fix incorrect usb_request statusPawel Laszczak1-2/+4
2024-10-04USB: class: CDC-ACM: fix race between get_serial and set_serialOliver Neukum1-0/+2
2024-10-04USB: misc: cypress_cy7c63: check for short transferOliver Neukum1-0/+4
2024-10-04USB: appledisplay: close race between probe and completion handlerOliver Neukum1-4/+11
2024-10-04arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabledChen-Yu Tsai1-0/+1
2024-10-04usbnet: fix cyclical race on disconnect with work queueOliver Neukum2-9/+43
2024-10-04wifi: rtw88: Fix USB/SDIO devices not transmitting beaconsBitterblue Smith1-5/+8
2024-10-04can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FDStefan Mätje1-5/+1
2024-10-04scsi: mac_scsi: Disallow bus errors during PDMA sendFinn Thain1-25/+19
2024-10-04scsi: mac_scsi: Refactor polling loopFinn Thain1-38/+42
2024-10-04scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messagesFinn Thain1-20/+22
2024-10-04scsi: ufs: qcom: Update MODE_MAX cfg_bw valueManish Pandey1-1/+1
2024-10-04scsi: sd: Fix off-by-one error in sd_read_block_characteristics()Martin Wilck1-1/+1
2024-10-04ata: libata-scsi: Fix ata_msense_control() CDL page reportingDamien Le Moal1-1/+1
2024-10-04ksmbd: handle caseless file creationNamjae Jeon1-7/+3
2024-10-04ksmbd: allow write with FILE_APPEND_DATANamjae Jeon1-1/+1
2024-10-04ksmbd: make __dir_empty() compatible with POSIXHobin Woo1-3/+4
2024-10-04fs: Create a generic is_dot_dotdot() utilityChuck Lever5-32/+14