summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-31nvme: fix the name of Zone Append for verbose loggingChristoph Hellwig
2023-05-31scsi: stex: Fix gcc 13 warningsBart Van Assche
2023-05-31HID: logitech-hidpp: Handle timeout differently from busyBastien Nocera
2023-05-31riscv: Fix relocatable kernels with early alternatives using -fno-pieAlexandre Ghiti
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello
2023-05-31udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-05-31KVM: arm64: Document default vPMU behavior on heterogeneous systemsOliver Upton
2023-05-31KVM: arm64: Iterate arm_pmus list to probe for default PMUOliver Upton
2023-05-31net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela
2023-05-31KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()Oliver Upton
2023-05-30net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao
2023-05-30Merge branch 'net-sched-fixes-for-sch_ingress-and-sch_clsact'Jakub Kicinski
2023-05-30net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye
2023-05-30net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye
2023-05-30net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye
2023-05-30net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye
2023-05-30nvme: improve handling of long keep alivesUday Shankar
2023-05-30Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-05-30Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' of git://git.kernel.org/pu...Linus Torvalds
2023-05-30Merge tag 'regmap-fix-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-05-30Merge tag 'modules-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-05-30ext4: enable the lazy init thread when remounting read/writeTheodore Ts'o
2023-05-30ext4: fix fsync for non-directoriesJan Kara
2023-05-30ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o
2023-05-30ext4: disallow ea_inodes with extended attributesTheodore Ts'o
2023-05-30ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()Theodore Ts'o
2023-05-30fbdev: bw2: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30fbdev: broadsheetfb: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30fbdev: au1200fb: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30fbdev: au1100fb: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30fbdev: arcfb: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30fbdev: au1100fb: Drop if with an always false conditionUwe Kleine-König
2023-05-30module: fix module load for ia64Song Liu
2023-05-30nvme: check IO start time when deciding to defer KAUday Shankar
2023-05-30nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar
2023-05-30nvme: fix miss command type checkmin15.li
2023-05-30usb: typec: tps6598x: Fix broken polling mode after system suspend/resumeRoger Quadros
2023-05-30usb: typec: qcom-pmic-typec: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30usb: xhci-tegra: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30usb: xhci-plat: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30usb: xhci-mtk: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30usb: xhci-histb: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30usb: dwc2/platform: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30usb: misc: onboard_hub: Don't warn twice about problems during removeUwe Kleine-König
2023-05-30serial: cpm_uart: Fix a COMPILE_TEST dependencyHerve Codina
2023-05-30soc: fsl: cpm1: Fix TSA and QMC dependencies in case of COMPILE_TESTHerve Codina
2023-05-30tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...Sherry Sun
2023-05-30serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()Christophe JAILLET
2023-05-30Merge branch 'selftests-mptcp-skip-tests-not-supported-by-old-kernels-part-1'Paolo Abeni