summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-23drm/framebuffer: Fix use of uninitialized variableTomi Valkeinen1-1/+1
2024-02-23drm/drm_file: fix use of uninitialized variableTomi Valkeinen1-1/+1
2024-02-23RDMA/IPoIB: Fix error code return in ipoib_mcast_joinJack Wang1-0/+1
2024-02-23fast_dput(): handle underflows gracefullyAl Viro1-3/+4
2024-02-23ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argumentCristian Ciocaltea1-1/+1
2024-02-23f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu1-6/+17
2024-02-23wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg1-0/+4
2024-02-23wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift()Su Hui2-5/+5
2024-02-23wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devicesZenm Chen1-0/+12
2024-02-23arm64: dts: qcom: msm8998: Fix 'out-ports' is a required propertyMao Jinlong1-12/+20
2024-02-23arm64: dts: qcom: msm8996: Fix 'in-ports' is a required propertyMao Jinlong1-0/+21
2024-02-23md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas1-10/+44
2024-02-23block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig1-1/+1
2024-02-23ARM: dts: imx23/28: Fix the DMA controller node nameFabio Estevam2-2/+2
2024-02-23ARM: dts: imx23-sansa: Use preferred i2c-gpios propertiesFabio Estevam1-8/+4
2024-02-23ARM: dts: imx27-apf27dev: Fix LED nameFabio Estevam1-1/+1
2024-02-23ARM: dts: imx25/27: Pass timing0Fabio Estevam8-8/+8
2024-02-23ARM: dts: imx1: Fix sram nodeFabio Estevam1-1/+4
2024-02-23ARM: dts: imx27: Fix sram nodeFabio Estevam1-0/+3
2024-02-23ARM: dts: imx: Use flash@0,0 patternFabio Estevam4-4/+4
2024-02-23ARM: dts: imx25/27-eukrea: Fix RTC node nameFabio Estevam2-2/+2
2024-02-23ARM: dts: rockchip: fix rk3036 hdmi ports nodeJohan Jonker1-3/+11
2024-02-23scsi: libfc: Fix up timeout error in fc_fcp_rec_error()Hannes Reinecke1-1/+1
2024-02-23scsi: libfc: Don't schedule abort twiceHannes Reinecke1-5/+11
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao5-11/+17
2024-02-23wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...Minsuk Kang1-2/+3
2024-02-23ARM: dts: imx7s: Fix nand-controller #size-cellsAlexander Stein1-1/+1
2024-02-23ARM: dts: imx7s: Fix lcdif compatibleAlexander Stein1-1/+1
2024-02-23ARM: dts: imx7d: Fix coresight funnel portsAlexander Stein2-4/+5
2024-02-23bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao2-2/+6
2024-02-23PCI: Add no PM reset quirk for NVIDIA Spectrum devicesIdo Schimmel1-0/+13
2024-02-23scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee2-2/+3
2024-02-23selftests/bpf: Fix pyperf180 compilation failure with clang18Yonghong Song1-0/+22
2024-02-23selftests/bpf: satisfy compiler by having explicit return in btf testAndrii Nakryiko1-0/+1
2024-02-23wifi: rt2x00: restart beacon queue when hardware resetShiji Yang2-0/+14
2024-02-23ext4: avoid online resizing failures due to oversized flex bgBaokun Li1-8/+17
2024-02-23ext4: remove unnecessary check from alloc_flex_gd()Baokun Li1-3/+0
2024-02-23ext4: unify the type of flexbg_size to unsigned intBaokun Li1-6/+7
2024-02-23ext4: fix inconsistent between segment fstrim and full fstrimYe Bin1-3/+8
2024-02-23ecryptfs: Reject casefold directory inodesGabriel Krisman Bertazi1-0/+8
2024-02-23SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker1-2/+15
2024-02-23KVM: s390: fix setting of fpc registerHeiko Carstens1-5/+0
2024-02-23s390/ptrace: handle setting of fpc register correctlyHeiko Carstens1-3/+3
2024-02-23jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis1-0/+3
2024-02-23rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov1-1/+2
2024-02-23afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()Oleg Nesterov1-3/+4
2024-02-23crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin1-1/+1
2024-02-23pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen1-0/+1
2024-02-23jfs: fix uaf in jfs_evict_inodeEdward Adam Davis1-3/+3
2024-02-23jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat1-29/+31