Commit Graph

43 Commits (5794b5fdb579abf7be2c27c6e0d6106f391a26e4)

Author SHA1 Message Date
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Daniel Vetter df8fcb0966 drm: kill dev->timer 15 years ago
Daniel Vetter 8f879194f8 drm: replace drawable ioctl by noops 15 years ago
Dave Airlie 1b2f148963 drm: block userspace under allocating buffer and having drivers overwrite it (v2) 15 years ago
Dave Airlie b9f0aee833 drm: stop information leak of old kernel stack. 15 years ago
Arnd Bergmann 58374713c9 drm: kill BKL from common code 15 years ago
Dave Airlie ba4420c224 drm: move ttm global code to core drm 15 years ago
Chris Wilson ddd3d069c0 drm: Free the idr layers before calling idr_destroy() 15 years ago
Jordan Crouse dcdb167402 drm: Add support for platform devices to register as DRM devices 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Dave Airlie 9a1420d118 drm: switch all GEM/KMS ioctls to unlocked ioctl status. 15 years ago
Arnd Bergmann ed8b670409 drm: convert drm_ioctl to unlocked_ioctl 15 years ago
Jakob Bornecrantz 884840aa3c drm: Add dirty ioctl and property 15 years ago
Kristian Høgsberg d91d8a3f88 drm/kms: add page flipping ioctl 15 years ago
Andres Salomon dad07ca717 drm: check return values in drm_version 15 years ago
Andres Salomon 140a45fc32 drm: replace DRM_COPY macro w/ a function 15 years ago
Andres Salomon 156822f717 drm: kill more unused DRM macros 15 years ago
Jesse Barnes 453a7d46dc drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC) 16 years ago
Eric Anholt 9a298b2acd drm: Remove memory debugging infrastructure. 16 years ago
GeunSik Lim 156f5a7801 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. 16 years ago
Michel Dänzer 9b6fe313bf drm: Copy back ioctl data to userspace regardless of return code. 16 years ago
Jonas Bonn 59738d5c97 drm: add control node checks missing from kms merge 16 years ago
Eric Anholt 955a23eb3c drm: Use a little stash on the stack to avoid kmalloc in most DRM ioctls. 16 years ago
Ben Gamari 28a62277e0 drm: Convert proc files to seq_file and introduce debugfs 16 years ago
Ben Gamari 955b12def4 drm: Convert proc files to seq_file and introduce debugfs 16 years ago
Kristian Høgsberg 112b715e8e drm: claim PCI device when running in modesetting mode. 16 years ago
Benjamin Herrenschmidt f77d390c97 drm: Split drm_map and drm_local_map 16 years ago
Dave Airlie c1ff85d977 drm: fix leak of device mappings since multi-master changes. 16 years ago
Dave Airlie a75f28419a drm: fix ordering of driver unload vs agp unload. 16 years ago
Eric Anholt f51c5b6e62 drm: Avoid use-before-null-test on dev in drm_cleanup(). 16 years ago
Kristian H�gsberg 0c7c266475 drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well. 16 years ago
Jakob Bornecrantz e0c8463a8b drm: sanitise drm modesetting API + remove unused hotplug 16 years ago
Dave Airlie df989374a9 drm: fix allowing master ioctls on non-master fds. 16 years ago
Dave Airlie f453ba0460 DRM: add mode setting support 16 years ago
Jesse Barnes a2c0a97b78 drm: GEM mmap support 16 years ago
Dave Airlie 7c1c2871a6 drm: move to kref per-master structures. 16 years ago
Dave Airlie e7f7ab45eb drm: cleanup exit path for module unload 16 years ago
Keith Packard 52440211dc drm: move drm vblank initialization/cleanup to driver load/unload 16 years ago
Dave Airlie afa21e0584 drm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA 16 years ago
Eric Anholt 673a394b1e drm: Add GEM ("graphics execution manager") to i915 driver. 17 years ago
Jesse Barnes 0a3e67a4ca drm: Rework vblank-wait handling to allow interrupt reduction. 17 years ago
Adrian Bunk 0e1451da4f drm: make drm_minors_cleanup() static 17 years ago
Dave Airlie c0e09200dc drm: reorganise drm tree to be more future proof. 17 years ago
Dave Airlie 858a3685bc drm: only trust core drm ioctls - driver ioctls are a mess. 17 years ago
Johannes Weiner 41ee2ff404 drm: use drms ioctl cmd not what we get passed from userspace. 17 years ago
Dave Airlie 2c14f28be2 drm: reorganise minor number handling using backported modesetting code. 17 years ago
Dave Airlie 9d5b3ffc42 drm: fixup some of the ioctl function exit paths 17 years ago
Dave Airlie e3236a1173 drm: add _DRM_DRIVER flag, and re-order unload. 17 years ago
Dave Airlie 3260f9fdfe drm: move drm_mem_init to proper place in startup sequence 17 years ago
Jesse Barnes e8b962b6df drm: update DRM sysfs support 17 years ago