Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
5ec65ee589fdaca7298b6303fd74ad6c121a8f38
/
drivers
/
gpu
/
drm
/
drm_fops.c
598781d
drm: Fix authentication kernel crash
by Thomas Hellstrom
· 13 years ago
e08e96d
drm: Make the per-driver file_operations struct const
by Arjan van de Ven
· 13 years ago
e0cd360
gpu: add module.h to drivers/gpu files as required.
by Paul Gortmaker
· 13 years ago
5bcf719
drm/switcheroo: track state of switch in drivers.
by Dave Airlie
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
5afda9e
Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes
by Dave Airlie
· 14 years ago
e3461a2
drm: export drm_global_mutex for drivers to use
by Ben Skeggs
· 14 years ago
1a72d65
drm: Remove count_lock for calling lastclose() after 58474713 (v2)
by Chris Wilson
· 14 years ago
5837471
drm: kill BKL from common code
by Arnd Bergmann
· 14 years ago
6ebc22e
drivers/gpu/drm: Use kzalloc
by Julia Lawall
· 14 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 15 years ago
da58405
drm: Return ENODEV if the inode mapping changes
by Chris Wilson
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
862302f
drm: Add support for drm master_[set|drop] callbacks.
by Thomas Hellstrom
· 15 years ago
c9a9c5e
drm: Add async event synchronization for drmWaitVblank
by Kristian Høgsberg
· 15 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
dba5ed0
drm: drm_fops.c unlock missing on error path
by Dan Carpenter
· 16 years ago
60aa492
Rationalize fasync return values
by Jonathan Corbet
· 16 years ago
fda714c
drm: Avoid client deadlocks when the master disappears.
by Thomas Hellstrom
· 16 years ago
ea39f83
drm: Release user fbs in drm_release
by Kristian Høgsberg
· 16 years ago
f41ced8
Check fops_get() return value
by Laurent Pinchart
· 16 years ago
f453ba0
DRM: add mode setting support
by Dave Airlie
· 16 years ago
a2c0a97
drm: GEM mmap support
by Jesse Barnes
· 16 years ago
7c1c287
drm: move to kref per-master structures.
by Dave Airlie
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
673a394
drm: Add GEM ("graphics execution manager") to i915 driver.
by Eric Anholt
· 16 years ago
2df68b4
drm/cred: wrap task credential accesses in the drm driver.
by David Howells
· 16 years ago
d1794f2
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
c0e0920
drm: reorganise drm tree to be more future proof.
by Dave Airlie
· 16 years ago
[Renamed from drivers/char/drm/drm_fops.c]
f116cc5
drm: disable tasklets not IRQs when taking the drm lock spinlock
by Thomas Hellstrom
· 17 years ago
b74e208
drm: _end is shadowing real _end, just rename it.
by Dave Airlie
· 17 years ago
2c14f28
drm: reorganise minor number handling using backported modesetting code.
by Dave Airlie
· 17 years ago
9df5808
drm: Fix race that can lockup the kernel
by Mike Isely
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
c153f45
drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
by Eric Anholt
· 17 years ago
6c340ea
drm: Replace filp in ioctl arguments with drm_file *file_priv.
by Eric Anholt
· 17 years ago
5591051
drm: detypedeffing continues...
by Dave Airlie
· 17 years ago
84b1fd1
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
by Dave Airlie
· 17 years ago
7c158ac
drm: cleanup list initialisation
by Dave Airlie
· 17 years ago
bd1b331
drm: cleanup use of Linux list handling macros
by Dave Airlie
· 17 years ago
040ac32
drm: fix driver deadlock with AIGLX and reclaim_buffers_locked
by Thomas Hellstrom
· 18 years ago
4b560fd
drm: fix warning in drm_fops.c
by Andrew Morton
· 18 years ago
11d9c2f
drm: fix crash with fops lock and fixup sarea/page size locking
by Dave Airlie
· 18 years ago
1f4eccf
drm: remove hash tables on drm exit
by Thomas Hellstrom
· 18 years ago
8669cbc
drm: move drm authentication to new generic hash table.
by Thomas Hellstrom
· 18 years ago
3d77461
drm: cleanup old compat code and DRM fns from Linux only code
by Dave Airlie
· 18 years ago
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 19 years ago
30e2fb1
sem2mutex: drivers/char/drm/
by Dave Airlie
· 19 years ago
d985c10
drm: major update from CVS for radeon and core
by Dave Airlie
· 19 years ago
8f5f39f
drm: remove drm_flush
by Dave Airlie
· 19 years ago
3f9df54
drm: remove drm_init.c it is no longer needed
by Dave Airlie
· 19 years ago
22eae94
drm: rename driver hooks more understandably
by Dave Airlie
· 19 years ago
a4e62fa
drm: remove unused components of drm structures
by Dave Airlie
· 19 years ago
b5e89ed
drm: lindent the drm directory.
by Dave Airlie
· 19 years ago
836cf04
drm: cleanup buffer/map code
by Dave Airlie
· 19 years ago
c94f702
drm: misc cleanup
by Dave Airlie
· 19 years ago
f650130
drm: ctx release can happen before dev->ctxlist is allocated
by Dave Airlie
· 19 years ago
0c7b525
drm: fix minor issues caused by core conversion
by Dave Airlie
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago