summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_encoder.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-20 16:02:29 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-20 16:02:29 +0200
commit0e6f651912bdd027a6d730b68d6d1c3f4427c0ae (patch)
tree9be487edfa5b5aa45fc7e399397240a48e0790e1 /drivers/gpu/drm/drm_encoder.c
parent514b6531b1cbb64199db63bfdb80953d71998cca (diff)
downloadkernel-linux-5.12.y.tar.gz
Linux 5.12.19linux-5.12.y
Link: https://lore.kernel.org/r/20210719144942.514164272@linuxfoundation.org Link: https://lore.kernel.org/r/20210719183557.768945788@linuxfoundation.org Tested-by: Fox Chen <foxhlchen@gmail.com> Tested-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu/drm/drm_encoder.c')
0 files changed, 0 insertions, 0 deletions
ommit/fs/affs?h=linux-rolling-lts&id=3352633ce6b221d64bf40644d412d9670e7d56e3'>Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds 2024-09-09affs: store cookie in private dataChristian Brauner 2024-09-06affs: Replace one-element array with flexible-array memberThorsten Blum 2024-09-06affs: Remove unused macros GET_END_PTR, AFFS_GET_HASHENTRYThorsten Blum 2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle) 2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle) 2024-07-11affs: struct slink_front: Replace 1-element array with flexible arrayKees Cook 2024-07-11affs: struct affs_data_head: Replace 1-element array with flexible arrayKees Cook 2024-07-11affs: struct affs_head: Replace 1-element array with flexible arrayKees Cook 2024-02-26affs: remove SLAB_MEM_SPREAD flag usageChengming Zhou 2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro 2023-12-21affs: d_obtain_alias(ERR_PTR(...)) will do the right thingAl Viro 2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds 2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein 2023-10-18affs: convert to new timestamp accessorsJeff Layton 2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds 2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-08-28Merge tag 'affs-for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2023-08-22affs: rename local toupper() to fn() to avoid confusionAndy Shevchenko 2023-08-22affs: remove writepage implementationMatthew Wilcox (Oracle) 2023-08-18affs: convert data read and write to use foliosMatthew Wilcox (Oracle) 2023-08-18affs: convert affs_symlink_read_folio() to use the folioMatthew Wilcox (Oracle) 2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig 2023-07-13affs: convert to ctime accessor functionsJeff Layton 2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells 2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds 2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig 2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner