index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_auth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-12
Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-7
/
+1
2023-12-07
drm: Fix FD ownership check in drm_master_check_perm()
Lingkai Dong
1
-1
/
+1
2023-12-06
drm: Remove support for legacy drivers
Thomas Zimmermann
1
-7
/
+1
2023-09-20
drm: Update file owner during use
Tvrtko Ursulin
1
-1
/
+2
2022-07-28
drm: use idr_init_base() to initialize master->lessee_idr
Danilo Krummrich
1
-1
/
+1
2022-07-28
drm: use idr_init_base() to initialize master->magic_map
Danilo Krummrich
1
-1
/
+1
2021-11-26
drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_a*.c
Claudio Suarez
1
-4
/
+8
2021-08-05
drm: add lockdep assert to drm_is_current_master_locked
Desmond Cheong Zhi Xi
1
-3
/
+3
2021-08-02
drm: Fix typo in comments
Cai Huoqing
1
-1
/
+1
2021-07-29
drm: use the lookup lock in drm_is_current_master
Desmond Cheong Zhi Xi
1
-4
/
+5
2021-07-23
Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-25
/
+68
2021-07-20
drm: protect drm_master pointers in drm_lease.c
Desmond Cheong Zhi Xi
1
-0
/
+25
2021-07-20
drm: serialize drm_file.master with a new spinlock
Desmond Cheong Zhi Xi
1
-6
/
+11
2021-07-20
drm: add a locked version of drm_is_current_master
Desmond Cheong Zhi Xi
1
-19
/
+32
2021-06-23
Backmerge tag 'v5.13-rc7' into drm-next
Dave Airlie
1
-1
/
+2
2021-06-10
drm: Lock pointer access in drm_master_release()
Desmond Cheong Zhi Xi
1
-1
/
+2
2021-04-22
drm: drm_auth.c: Adjust end of block comment
Beatriz Martins de Carvalho
1
-1
/
+2
2020-06-15
drm/auth: make drm_{set,drop}master_ioctl symmetrical
Emil Velikov
1
-5
/
+7
2020-06-15
drm: vmwgfx: remove drm_driver::master_set() return type
Emil Velikov
1
-25
/
+7
2020-05-25
drm/auth: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2020-03-30
drm: error out with EBUSY when device has existing master
Emil Velikov
1
-1
/
+1
2020-03-30
drm: rework SET_MASTER and DROP_MASTER perm handling
Emil Velikov
1
-0
/
+67
2020-01-29
drm/auth: Drop master_create/destroy hooks
Daniel Vetter
1
-8
/
+0
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-2
/
+8
2019-05-14
drm/fb-helper: Avoid race with DRM userspace
Noralf Trønnes
1
-0
/
+20
2019-04-26
Merge tag 'drm-misc-next-fixes-2019-04-24' of git://anongit.freedesktop.org/d...
Dave Airlie
1
-2
/
+0
2019-04-24
drm/leases: Don't init to 0 in drm_master_create
Daniel Vetter
1
-2
/
+0
2019-04-24
drm/legacy: remove some legacy lock struct members
Dave Airlie
1
-2
/
+1
2019-04-24
drm/legacy: move lock cleanup for master into lock file (v2)
Dave Airlie
1
-15
/
+1
2018-11-27
drm: set is_master to 0 upon drm_new_set_master() failure
Sergio Correia
1
-0
/
+2
2018-01-31
drm: Check for lessee in DROP_MASTER ioctl
Keith Packard
1
-0
/
+6
2017-10-25
drm: Check mode object lease status in all master ioctl paths [v4]
Keith Packard
1
-1
/
+1
2017-10-25
drm: Add drm_object lease infrastructure [v5]
Keith Packard
1
-1
/
+29
2017-01-25
drm/core: Use recommened kerneldoc for struct member refs
Daniel Vetter
1
-2
/
+2
2016-12-30
drm/doc: use preferred struct reference in kernel-doc
Daniel Vetter
1
-4
/
+4
2016-08-08
drm: Used DRM_LEGACY for all legacy functions
Daniel Vetter
1
-1
/
+1
2016-06-21
drm: document drm_auth.c
Daniel Vetter
1
-28
/
+40
2016-06-21
drm: Clear up master tracking booleans
Daniel Vetter
1
-6
/
+3
2016-06-21
drm: Extract drm_is_current_master
Daniel Vetter
1
-3
/
+9
2016-06-21
drm: Refactor drop/set master code a bit
Daniel Vetter
1
-38
/
+42
2016-06-21
drm: Move master pointer from drm_minor to drm_device
Daniel Vetter
1
-13
/
+13
2016-06-20
drm: Protect authmagic with master_mutex
Daniel Vetter
1
-8
/
+6
2016-06-20
drm: Move authmagic cleanup into drm_master_release
Daniel Vetter
1
-0
/
+5
2016-06-20
drm: Only do the hw.lock cleanup in master_relase for !MODESET
Daniel Vetter
1
-9
/
+11
2016-06-16
drm: Extract drm_master_relase
Daniel Vetter
1
-0
/
+37
2016-06-16
drm: Extract drm_master_open
Daniel Vetter
1
-1
/
+18
2016-06-16
drm: Move master functions into drm_auth.c
Daniel Vetter
1
-0
/
+163
2015-05-05
drm: simplify authentication management
David Herrmann
1
-140
/
+35
2015-05-05
drm: drop unused 'magicfree' list
David Herrmann
1
-3
/
+0
2014-09-12
drm: Move piles of functions from drmP.h to drm_internal.h
Daniel Vetter
1
-0
/
+1
[next]