index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_file.c
Age
Commit message (
Expand
)
Author
2024-12-19
drm: make drm-active- stats optional
Yunxiang Li
2024-12-19
drm: add drm_memory_stats_is_zero
Yunxiang Li
2024-11-05
drm: use ATOMIC64_INIT() for atomic64_t
Jonathan Gray
2024-10-18
drm/client: Move client event handlers to drm_client_event.c
Thomas Zimmermann
2024-10-08
drm: use drm_file client_name in fdinfo
Pierre-Eric Pelloux-Prayer
2024-10-08
drm: add DRM_SET_CLIENT_NAME ioctl
Pierre-Eric Pelloux-Prayer
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-09-19
Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-08-30
fs: move FMODE_UNSIGNED_OFFSET to fop_flags
Christian Brauner
2024-08-26
accel: Use XArray instead of IDR for minors
Michał Winiarski
2024-08-26
drm: Fix kerneldoc for "Returns" section
renjun wang
2024-08-13
drm: Remove struct drm_driver.lastclose
Thomas Zimmermann
2024-08-13
drm: Do delayed switcheroo in drm_lastclose()
Thomas Zimmermann
2024-06-28
drm/drm_file: Fix pid refcounting race
Jann Horn
2024-02-16
drm: update drm_show_memory_stats() for dma-bufs
Alex Deucher
2023-12-07
drm/drm_file: fix use of uninitialized variable
Tomi Valkeinen
2023-12-06
drm: Remove support for legacy drivers
Thomas Zimmermann
2023-11-06
drm: Do not round to megabytes for greater than 1MiB sizes in fdinfo stats
Tvrtko Ursulin
2023-10-04
drm/drm_file: Add DRM obj's RSS reporting function for fdinfo
Adrián Larumbe
2023-09-20
drm: Update file owner during use
Tvrtko Ursulin
2023-05-24
drm: Add fdinfo memory stats
Rob Clark
2023-05-24
drm: Add common fdinfo helper
Rob Clark
2023-03-15
drm: Track clients by tgid and not tid
Tvrtko Ursulin
2023-01-16
Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2023-01-03
drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handling
Tvrtko Ursulin
2022-11-22
accel: add dedicated minor for accelerator devices
Oded Gabbay
2022-09-06
Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
2022-08-04
drm: Remove the drm_get_unmapped_area() helper
Zack Rusin
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
2022-07-16
fs: remove no_llseek
Jason A. Donenfeld
2021-08-02
drm: Fix typo in comments
Cai Huoqing
2021-07-20
drm: serialize drm_file.master with a new spinlock
Desmond Cheong Zhi Xi
2021-04-27
drm/drm_file.c: Define drm_send_event_helper() as 'static'
Fabio M. De Francesco
2021-01-22
drm/drm_vblank: set the dma-fence timestamp during send_vblank_event
Veera Sundaram Sankaran
2021-01-13
drm: Move struct drm_device.hose to legacy section
Thomas Zimmermann
2021-01-12
drm: Removes invalid function return value comment information
Zhaoge Zhang
2020-11-30
drm/cma-helper: Implement mmap as GEM CMA object functions
Thomas Zimmermann
2020-11-06
drm: Compile out legacy chunks from struct drm_device
Daniel Vetter
2020-07-02
drm : Insert blank lines after declarations.
Suraj Upadhyay
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-05-29
drm_read(): get rid of pointless access_ok()
Al Viro
2020-05-19
drm/file: wrap excessively long line
Emil Velikov
2020-05-19
drm: print the current->comm alongside the pid
Emil Velikov
2020-04-28
drm: make drm_file use keyed wakeups
Kenny Levinsen
2020-03-24
drm/vmwgfx: Hook up the helpers to align buffer objects
Thomas Hellstrom (VMware)
2020-03-24
drm: Add a drm_get_unmapped_area() helper
Thomas Hellstrom (VMware)
2020-02-11
drm: Nerf drm_global_mutex BKL for good drivers
Daniel Vetter
2020-02-11
drm: Push drm_global_mutex locking in drm_open
Daniel Vetter
2020-01-24
drm: Avoid drm_global_mutex for simple inc/dec of dev->open_count
Chris Wilson
[next]