summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.4.216v5.4.216Greg Kroah-Hartman2022-10-051-1/+1
* clk: iproc: Do not rely on node name for correct PLL setupFlorian Fainelli2022-10-051-4/+8
* clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocksHan Xu2022-10-051-2/+2
* selftests: Fix the if conditions of in test_extra_filter()Wang Yufen2022-10-051-1/+1
* nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley2022-10-051-3/+3
* nvme: add new line after variable declatationChaitanya Kulkarni2022-10-051-0/+3
* usbnet: Fix memory leak in usbnet_disconnect()Peilin Ye2022-10-051-1/+6
* Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang2022-10-051-1/+1
* Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resu...Brian Norris2022-10-051-13/+0
* soc: sunxi: sram: Fix debugfs info for A64 SRAM CSamuel Holland2022-10-051-2/+2
* soc: sunxi: sram: Fix probe function ordering issuesSamuel Holland2022-10-051-8/+5
* soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing2022-10-051-3/+1
* soc: sunxi: sram: Prevent the driver from being unboundSamuel Holland2022-10-051-3/+2
* soc: sunxi: sram: Actually claim SRAM regionsSamuel Holland2022-10-051-0/+1
* ARM: dts: am33xx: Fix MMCHS0 dma propertiesYuTong Chang2022-10-051-2/+1
* ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driverFaiz Abbas2022-10-0519-26/+22
* media: dvb_vb2: fix possible out of bound accessHangyu Hua2022-10-051-0/+11
* mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim2022-10-051-2/+5
* mm/migrate_device.c: flush TLB while holding PTLAlistair Popple2022-10-051-2/+3
* mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi2022-10-051-0/+12
* mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman2022-10-051-10/+43
* mmc: moxart: fix 4-bit bus width and remove 8-bit bus widthSergei Antonov2022-10-051-14/+3
* libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205Niklas Cassel2022-10-051-0/+4
* Revert "net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()"Sasha Levin2022-10-051-2/+2
* ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong2022-10-051-1/+2
* ARM: dts: integrator: Tag PCI host with device_typeLinus Walleij2022-10-051-0/+1
* clk: ingenic-tcu: Properly enable registers before accessing timersAidan MacDonald2022-10-051-10/+5
* net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455Frank Wunderlich2022-10-051-0/+1
* uas: ignore UAS for Thinkplus chipsHongling Zeng2022-10-051-0/+7
* usb-storage: Add Hiksemi USB3-FW to IGNORE_UASHongling Zeng2022-10-051-0/+7
* uas: add no-uas quirk for Hiksemi usb_diskHongling Zeng2022-10-051-0/+7
* Linux 5.4.215v5.4.215Greg Kroah-Hartman2022-09-281-1/+1
* ext4: make directory inode spreading reflect flexbg sizeJan Kara2022-09-281-1/+1
* xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong2022-09-281-1/+1
* xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2022-09-283-20/+26
* xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2022-09-284-1/+130
* xfs: split the sunit parameter update into two partsDarrick J. Wong2022-09-281-51/+72
* xfs: refactor agfl length computation functionDarrick J. Wong2022-09-281-5/+13
* xfs: use bitops interface for buf log item AIL flag checkBrian Foster2022-09-281-1/+1
* xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2022-09-282-1/+13
* xfs: fix some memory leaks in log recoveryDarrick J. Wong2022-09-281-3/+5
* xfs: always log corruption errorsDarrick J. Wong2022-09-2825-45/+179
* xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong2022-09-284-8/+8
* xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong2022-09-285-21/+21
* xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia2022-09-283-5/+42
* xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong2022-09-281-0/+10
* xfs: range check ri_cnt when recovering log itemsDarrick J. Wong2022-09-281-1/+10
* xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong2022-09-281-0/+1
* xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig2022-09-281-2/+2
* xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong2022-09-283-7/+7