summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-20drm/bridge/synopsys: dw-hdmi: Add an option to suppress loading CEC driverJernej Skrabec1-0/+2
2021-04-14drm/aperture: Inline fbdev conflict helpers into aperture helpersThomas Zimmermann1-51/+0
2021-04-14drm/aperture: Add infrastructure for aperture ownershipThomas Zimmermann1-0/+31
2021-04-11drm/vram-helper: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann1-5/+2
2021-04-11drm/gem-ttm-helper: Provide helper for struct drm_driver.dumb_map_offsetThomas Zimmermann1-1/+4
2021-04-09drm/print: Fixup DRM_DEBUG_KMS_RATELIMITED()Lyude Paul1-8/+12
2021-04-09drm/dp: Fixup kernel docs for struct drm_dp_auxLyude Paul1-22/+22
2021-04-08drm/sched: add missing member documentationChristian König1-0/+1
2021-04-08drm/syncobj: use newly allocated stub fencesDavid Stevens1-0/+1
2021-03-31drm/displayid: rename displayid_hdr to displayid_headerJani Nikula1-1/+1
2021-03-31drm/edid: use the new displayid iterator for tile infoJani Nikula1-12/+0
2021-03-31drm/displayid: add new displayid section/block iteratorsJani Nikula1-0/+18
2021-03-31drm/displayid: add separate drm_displayid.cJani Nikula2-0/+11
2021-03-31drm/edid: make a number of functions, parameters and variables constJani Nikula1-2/+2
2021-03-29drm/encoder: Add macro drmm_plain_encoder_alloc()Paul Cercueil1-0/+18
2021-03-29drm/ttm: switch back to static allocation limits for nowChristian König1-2/+1
2021-03-26drm: Fix 3 typos in the inline docDafna Hirschfeld1-1/+1
2021-03-24drm/ttm: switch to per device LRU lockChristian König2-4/+4
2021-03-24drm/ttm: remove swap LRU v3Christian König3-7/+2
2021-03-24drm/ttm: move swapout logic around v3Christian König2-1/+4
2021-03-22vgaarb: avoid -Wempty-body warningsArnd Bergmann1-1/+3
2021-03-16drm: Add GUD USB Display driverNoralf Trønnes1-0/+333
2021-03-16drm/uapi: Add USB connector typeNoralf Trønnes1-0/+1
2021-03-16Merge drm/drm-next into drm-misc-nextMaxime Ripard644-5899/+16354
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie20-497/+570
2021-03-14Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+0
2021-03-14Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+5
2021-03-14Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+7
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-12/+40
2021-03-13Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2021-03-13Merge tag 'kbuild-fixes-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+14
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui1-4/+2
2021-03-13include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)1-1/+2
2021-03-13linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*Arnd Bergmann1-0/+6
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu1-0/+21
2021-03-13mm/fork: clear PASID for new mmFenghua Yu1-0/+1
2021-03-13stop_machine: mark helpers __always_inlineArnd Bergmann1-5/+6
2021-03-13memblock: fix section mismatch warningArnd Bergmann1-2/+2
2021-03-13Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-03-13Merge tag 'io_uring-5.12-2021-03-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-03-13Merge tag 'devprop-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-03-12Merge tag 'regulator-fix-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2021-03-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+4
2021-03-12Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+7
2021-03-12fb_defio: Remove custom address_space_operationsMatthew Wilcox (Oracle)1-3/+0
2021-03-12Merge tag 'drm-fixes-2021-03-12-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2021-03-11Merge tag 'media/v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-0/+7
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-2/+2
2021-03-11media: rc: compile rc-cec.c into rc-coreHans Verkuil1-0/+7