summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-06-27MAINTAINERS: Broaden scope of simpledrm entryThomas Zimmermann-1/+3
2022-06-27drm/ast: Fix black screen when getting out of suspendJocelyn Falempe-0/+13
2022-06-27drm/mcde: Fix refcount leak in mcde_dsi_bindMiaoqian Lin-0/+1
2022-06-27arm64: dts: imx8mp-icore-mx8mp-edim2.2: correct pad settingsPeng Fan-20/+20
2022-06-27arm64: dts: imx8mp-phyboard-pollux-rdk: correct i2c2 & mmc settingsPeng Fan-8/+8
2022-06-27arm64: dts: imx8mp-phyboard-pollux-rdk: correct eqos pad settingsPeng Fan-14/+14
2022-06-27arm64: dts: imx8mp-phyboard-pollux-rdk: correct uart pad settingsPeng Fan-2/+2
2022-06-27arm64: dts: imx8mp-venice-gw74xx: correct pad settingsPeng Fan-58/+58
2022-06-27arm64: dts: imx8mp-evk: correct I2C3 pad settingsPeng Fan-2/+2
2022-06-27arm64: dts: imx8mp-evk: correct I2C1 pad settingsPeng Fan-2/+2
2022-06-27arm64: dts: imx8mp-evk: correct I2C5 pad settingsPeng Fan-2/+2
2022-06-27arm64: dts: imx8mp-evk: correct vbus pad settingsPeng Fan-15/+15
2022-06-27arm64: dts: imx8mp-evk: correct eqos pad settingsPeng Fan-15/+15
2022-06-27arm64: dts: imx8mp-evk: correct vbus pad settingsPeng Fan-1/+1
2022-06-27arm64: dts: imx8mp-evk: correct gpio-led pad settingsPeng Fan-1/+1
2022-06-27arm64: dts: imx8mp-evk: correct the uart2 pinctl valueSherry Sun-2/+2
2022-06-27arm64: dts: imx8mp-evk: correct mmc pad settingsPeng Fan-4/+4
2022-06-27ARM: mxs_defconfig: Enable the framebufferFabio Estevam-0/+1
2022-06-27platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resourceJean Delvare-0/+1
2022-06-27platform/mellanox: nvsw-sn2201: fix error code in nvsw_sn2201_create_static_d...Dan Carpenter-1/+3
2022-06-27platform/x86: intel/pmc: Add Alder Lake N support to PMC core driverGayatri Kammela-0/+1
2022-06-27arm64: dts: imx8mp: correct clock of pgc_ispdwpPeng Fan-1/+1
2022-06-26xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong-19/+26
2022-06-26xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong-1/+19
2022-06-26xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia-2/+2
2022-06-26xfs: factor out the common lock flags assertKaixu Xia-37/+23
2022-06-26Linux 5.19-rc4v5.19-rc4Linus Torvalds-1/+1
2022-06-26Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-193/+205
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-35/+117
2022-06-26Merge tag 'perf-tools-fixes-for-v5.19-2022-06-26' of git://git.kernel.org/pub...Linus Torvalds-104/+369
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-30/+158
2022-06-26Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/...Linus Torvalds-3/+2
2022-06-26Merge tag 'for-5.19/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-31/+21
2022-06-26Merge tag 'for-5.19/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+9
2022-06-26Merge tag 'xtensa-20220626' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-1/+3
2022-06-26Merge tag 'powerpc-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-40/+83
2022-06-26Merge tag 'kbuild-fixes-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+13
2022-06-26Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+3
2022-06-26Merge tag '5.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-139/+366
2022-06-26tools headers UAPI: Synch KVM's svm.h header with the kernelArnaldo Carvalho de Melo-0/+13
2022-06-26tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo-6/+20
2022-06-26perf stat: Enable ignore_missing_threadGang Li-0/+2
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera-1/+17
2022-06-26perf trace beauty: Fix generation of errno id->str table on ALT LinuxArnaldo Carvalho de Melo-12/+2
2022-06-26perf build-id: Fix caching files with a wrong build IDAdrian Hunter-0/+28
2022-06-26tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo-3/+12
2022-06-26tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo-81/+272
2022-06-26perf inject: Fix missing free in copy_kcore_dir()Adrian Hunter-1/+3
2022-06-26parisc: Enable ARCH_HAS_STRICT_MODULE_RWXHelge Deller-0/+1
2022-06-26parisc: Fix flush_anon_page on PA8800/PA8900John David Anglin-1/+4