summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-23Linux 5.10.197v5.10.197Greg Kroah-Hartman1-1/+1
2023-09-23ext4: fix rec_len verify errorShida Zhang1-11/+15
2023-09-23scsi: pm8001: Setup IRQs on resumeDamien Le Moal1-34/+17
2023-09-23scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2-13/+10
2023-09-23ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel3-3/+29
2023-09-23i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang1-2/+5
2023-09-23tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)1-0/+3
2023-09-23nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton1-2/+2
2023-09-23tracing: Have option files inc the trace array ref countSteven Rostedt (Google)1-1/+22
2023-09-23tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)1-1/+2
2023-09-23drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gammaMelissa Wen1-0/+7
2023-09-23mm/filemap: fix infinite loop in generic_file_buffered_read()Kent Overstreet1-0/+3
2023-09-23proc: fix a dentry lock race between release_task and lookupZhihao Cheng1-8/+38
2023-09-23net/sched: Retire rsvp classifierJamal Hadi Salim5-855/+0
2023-09-23drm/amdgpu: fix amdgpu_cs_p1_user_fenceChristian König1-14/+4
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana1-1/+7
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana1-3/+16
2023-09-23ovl: fix incorrect fdput() on aio completionAmir Goldstein1-6/+3
2023-09-23attr: block mode changes of symlinksChristian Brauner1-2/+18
2023-09-23md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon1-2/+1
2023-09-23samples/hw_breakpoint: fix building without module unloadingArnd Bergmann1-0/+2
2023-09-23x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2-14/+39
2023-09-23scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan1-5/+5
2023-09-23selftests: tracing: Fix to unmount tracefs for recovering environmentMasami Hiramatsu (Google)1-0/+8
2023-09-23scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan1-3/+3
2023-09-23drm: gm12u320: Fix the timeout usage for usb_bulk_msg()Jinjie Ruan1-5/+5
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain1-5/+3
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain2-0/+9
2023-09-23btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik2-2/+2
2023-09-23perf tools: Add an option to build without libbfdIan Rogers1-22/+25
2023-09-23perf jevents: Make build dependency on test JSONsJohn Garry1-1/+4
2023-09-23mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controllerWilliam Zhang1-33/+41
2023-09-23mtd: rawnand: brcmnand: Allow SoC to provide I/O operationsFlorian Fainelli2-2/+55
2023-09-23kobject: Add sanity check for kset->kobj.ktype in kset_register()Zhen Lei1-0/+5
2023-09-23media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warningSakari Ailus1-1/+1
2023-09-23serial: cpm_uart: Avoid suspicious lockingChristophe Leroy1-9/+4
2023-09-23scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()Konstantin Shelekhin1-27/+27
2023-09-23usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udcMa Ke1-1/+5
2023-09-23media: pci: cx23885: replace BUG with error returnHans Verkuil1-1/+1
2023-09-23media: tuners: qt1010: replace BUG_ON with a regular errorHans Verkuil1-5/+6
2023-09-23media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xferZhang Shurong1-1/+1
2023-09-23media: az6007: Fix null-ptr-deref in az6007_i2c_xfer()Zhang Shurong1-0/+8
2023-09-23media: anysee: fix null-ptr-deref in anysee_master_xferZhang Shurong1-1/+1
2023-09-23media: af9005: Fix null-ptr-deref in af9005_i2c_xferZhang Shurong1-0/+5
2023-09-23media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer()Zhang Shurong1-0/+24
2023-09-23media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xferZhang Shurong1-6/+8
2023-09-23powerpc/pseries: fix possible memory leak in ibmebus_bus_init()ruanjinjie1-0/+1
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion1-0/+1
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner1-0/+1
2023-09-23ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger1-2/+2