summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-05Linux 5.4.216v5.4.216Greg Kroah-Hartman
2022-10-05clk: iproc: Do not rely on node name for correct PLL setupFlorian Fainelli
2022-10-05clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocksHan Xu
2022-10-05selftests: Fix the if conditions of in test_extra_filter()Wang Yufen
2022-10-05nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley
2022-10-05nvme: add new line after variable declatationChaitanya Kulkarni
2022-10-05usbnet: Fix memory leak in usbnet_disconnect()Peilin Ye
2022-10-05Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang
2022-10-05Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resu...Brian Norris
2022-10-05soc: sunxi: sram: Fix debugfs info for A64 SRAM CSamuel Holland
2022-10-05soc: sunxi: sram: Fix probe function ordering issuesSamuel Holland
2022-10-05soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing
2022-10-05soc: sunxi: sram: Prevent the driver from being unboundSamuel Holland
2022-10-05soc: sunxi: sram: Actually claim SRAM regionsSamuel Holland
2022-10-05ARM: dts: am33xx: Fix MMCHS0 dma propertiesYuTong Chang
2022-10-05ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driverFaiz Abbas
2022-10-05media: dvb_vb2: fix possible out of bound accessHangyu Hua
2022-10-05mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim
2022-10-05mm/migrate_device.c: flush TLB while holding PTLAlistair Popple
2022-10-05mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi
2022-10-05mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman
2022-10-05mmc: moxart: fix 4-bit bus width and remove 8-bit bus widthSergei Antonov
2022-10-05libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205Niklas Cassel
2022-10-05Revert "net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()"Sasha Levin
2022-10-05ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong
2022-10-05ARM: dts: integrator: Tag PCI host with device_typeLinus Walleij
2022-10-05clk: ingenic-tcu: Properly enable registers before accessing timersAidan MacDonald
2022-10-05net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455Frank Wunderlich
2022-10-05uas: ignore UAS for Thinkplus chipsHongling Zeng
2022-10-05usb-storage: Add Hiksemi USB3-FW to IGNORE_UASHongling Zeng
2022-10-05uas: add no-uas quirk for Hiksemi usb_diskHongling Zeng
2022-09-28Linux 5.4.215v5.4.215Greg Kroah-Hartman
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara
2022-09-28xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong
2022-09-28xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2022-09-28xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong
2022-09-28xfs: split the sunit parameter update into two partsDarrick J. Wong
2022-09-28xfs: refactor agfl length computation functionDarrick J. Wong
2022-09-28xfs: use bitops interface for buf log item AIL flag checkBrian Foster
2022-09-28xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster
2022-09-28xfs: fix some memory leaks in log recoveryDarrick J. Wong
2022-09-28xfs: always log corruption errorsDarrick J. Wong
2022-09-28xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong
2022-09-28xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong
2022-09-28xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia
2022-09-28xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong
2022-09-28xfs: range check ri_cnt when recovering log itemsDarrick J. Wong
2022-09-28xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong
2022-09-28xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig
2022-09-28xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong