summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Linux 4.19.291v4.19.291Greg Kroah-Hartman1-1/+1
2023-08-11drm/edid: fix objtool warning in drm_cvt_modes()Linus Torvalds1-2/+2
2023-08-11arm64: dts: stratix10: fix incorrect I2C property for SCL signalDinh Nguyen1-1/+1
2023-08-11drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches10-91/+91
2023-08-11ARM: dts: nxp/imx6sll: fix wrong property name in usbphy nodeXu Yang1-1/+1
2023-08-11ARM: dts: imx6sll: fixup of operating pointsAndreas Kemnade1-12/+10
2023-08-11ARM: dts: imx: add usb aliasPeng Fan7-0/+22
2023-08-11ARM: dts: imx6sll: Make ssi node name same as other platformsShengjiu Wang1-3/+3
2023-08-11PM: sleep: wakeirq: fix wake irq armingJohan Hovold2-4/+9
2023-08-11PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun4-27/+96
2023-08-11powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V1-2/+1
2023-08-11mtd: rawnand: omap_elm: Fix incorrect type in assignmentRoger Quadros1-12/+12
2023-08-11test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationMirsad Goran Todorovac1-4/+4
2023-08-11test_firmware: fix a memory leak with reqs bufferMirsad Goran Todorovac1-0/+10
2023-08-11ext2: Drop fragment supportJan Kara2-31/+4
2023-08-11net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urbAlan Stern1-0/+6
2023-08-11Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim1-0/+2
2023-08-11fs/sysv: Null check to prevent null-ptr-deref bugPrince Kumar Maurya1-0/+4
2023-08-11USB: zaurus: Add ID for A-300/B-500/C-700Ross Maynard2-0/+42
2023-08-11libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov1-6/+14
2023-08-11scsi: zfcp: Defer fc_rport blocking until after ADISC responseSteffen Maier1-5/+1
2023-08-11tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet1-4/+5
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet1-4/+7
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet1-9/+14
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet1-2/+4
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet1-6/+13
2023-08-11tcp_metrics: fix addr_same() helperEric Dumazet1-1/+1
2023-08-11ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing1-1/+1
2023-08-11net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis1-1/+0
2023-08-11net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis1-1/+0
2023-08-11net: add missing data-race annotation for sk_ll_usecEric Dumazet1-1/+1
2023-08-11net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2-3/+3
2023-08-11net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim1-6/+50
2023-08-11perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller1-1/+7
2023-08-11net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()Yuanjun Gong1-1/+3
2023-08-11KVM: s390: fix sthyi error handlingHeiko Carstens2-6/+9
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com2-2/+2
2023-08-11loop: Select I/O scheduler 'none' from inside add_disk()Bart Van Assche1-1/+2
2023-08-11perf: Fix function pointer casePeter Zijlstra1-2/+6
2023-08-11net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones1-7/+13
2023-08-11ASoC: cs42l51: fix driver to properly autoload with automatic module loadingThomas Petazzoni3-8/+6
2023-08-11net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela1-1/+6
2023-08-11net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan1-5/+5
2023-08-11drm/client: Fix memory leak in drm_client_target_clonedJocelyn Falempe1-0/+5
2023-08-11dm cache policy smq: ensure IO doesn't prevent cleaner policy progressJoe Thornber1-10/+18
2023-08-11ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 registerMark Brown1-0/+3
2023-08-11s390/dasd: fix hanging device after quiesce/resumeStefan Haberland1-0/+1
2023-08-11virtio-net: fix race between set queues and probeJason Wang1-2/+2
2023-08-11serial: 8250_dw: Preserve original value of DLF registerRuihong Luo1-2/+4
2023-08-11serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko4-0/+149