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
/
char
/
drm
/
drm_bufs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-14
drm: reorganise drm tree to be more future proof.
Dave Airlie
1
-1601
/
+0
2008-02-07
drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't.
Eric Anholt
1
-4
/
+10
2008-02-07
i915: add suspend/resume support
Jesse Barnes
1
-0
/
+1
2008-02-07
drm: run cleanfile across drm tree
Dave Airlie
1
-5
/
+3
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-1
/
+1
2007-10-15
drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
1
-108
/
+57
2007-10-15
drm: Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
1
-38
/
+28
2007-08-25
drm: ioremap return value checks
Scott Thompson
1
-1
/
+7
2007-07-23
drm_rmmap_ioctl(): remove dead code
Adrian Bunk
1
-5
/
+0
2007-07-12
drm: detypedef the hashtab and more of sman
Dave Airlie
1
-1
/
+1
2007-07-11
drm: detypedeffing continues...
Dave Airlie
1
-10
/
+11
2007-07-11
drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structs
Dave Airlie
1
-16
/
+17
2007-07-11
drm: drop drm_buf_t typedef
Dave Airlie
1
-9
/
+9
2007-07-11
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
Dave Airlie
1
-28
/
+28
2007-07-11
drm: remove a bunch of typedefs on the userspace interface
Dave Airlie
1
-29
/
+29
2007-07-11
drm: cleanup use of Linux list handling macros
Dave Airlie
1
-26
/
+17
2007-03-11
drm: bring bufs code from git tree.
Dave Airlie
1
-9
/
+66
2007-02-08
drm: Allow for 44 bit user-tokens (or drm_file offsets)
Thomas Hellstrom
1
-4
/
+5
2007-02-08
drm: remove drm_ioremap and drm_ioremapfree
Christoph Hellwig
1
-4
/
+4
2007-02-08
drm: use vmalloc_user instead of vmalloc_32 for DRM_SHM
Thomas Hellstrom
1
-1
/
+1
2006-12-07
drm: add flag for mapping PCI DMA buffers read-only.
George Sapountzis
1
-3
/
+7
2006-10-25
drm: ioremap balanced with iounmap for drivers/char/drm
Amol Lad
1
-0
/
+4
2006-09-21
drm: allow multiple addMaps with the same 32-bit map offsset.
Thomas Hellstrom
1
-6
/
+8
2006-09-21
drm: cleanups
Adrian Bunk
1
-2
/
+2
2006-09-21
drm: remove FALSE/TRUE that snuck in with simple memory manager changes.
Andrew Morton
1
-1
/
+1
2006-09-21
drm: remove a tab that snuck in
Dave Airlie
1
-1
/
+1
2006-09-21
drm: update user token hashing and map handles
Thomas Hellstrom
1
-36
/
+32
2006-09-21
drm: missing mutex unlock
Thomas Hellstrom
1
-1
/
+3
2006-04-23
drm: possible cleanups
Dave Airlie
1
-4
/
+1
2006-03-19
drm: fixup PCI DMA support
Dave Airlie
1
-9
/
+11
2006-02-02
sem2mutex: drivers/char/drm/
Dave Airlie
1
-40
/
+40
2006-01-11
drm: fixup drm bufs being just under the EOM
Dave Airlie
1
-1
/
+1
2006-01-02
drm: major update from CVS for radeon and core
Dave Airlie
1
-15
/
+32
2005-10-24
drm: fix warning on 64-bit platforms..
Dave Airlie
1
-1
/
+3
2005-09-30
drm: fix all sparse warning on 32-bit x86
Dave Airlie
1
-3
/
+3
2005-09-25
drm: cast handle to a pointer to avoid warning
Dave Airlie
1
-1
/
+1
2005-09-25
drm: lindent the drm directory.
Dave Airlie
1
-443
/
+440
2005-09-05
drm: small cleanups
Dave Airlie
1
-1
/
+1
2005-09-05
drm: fix issue with handle lookup for a 0 handle
Dave Airlie
1
-32
/
+32
2005-08-20
drm: fixes for powerpc
Dave Airlie
1
-2
/
+2
2005-08-07
drm: remove version.h and any version checks..
Dave Airlie
1
-16
/
+0
2005-08-05
drm: updated DRM map patch for 32/64 bit systems
Dave Airlie
1
-22
/
+59
2005-07-10
drm: cleanup buffer/map code
Dave Airlie
1
-70
/
+159
2005-07-10
drm: destatic exported function.
Dave Airlie
1
-2
/
+2
2005-07-10
drm: export symbols for use by drivers
Dave Airlie
1
-0
/
+2
2005-07-10
drm: update some function so a driver can call them
Dave Airlie
1
-25
/
+59
2005-07-10
drm: update support for drm pci buffers
Dave Airlie
1
-9
/
+13
2005-07-10
Refactor common, boilerplate ioctl code from drm_addbufs_* functions into
Dave Airlie
1
-82
/
+44
2005-07-10
drm: add framebuffer maps
Dave Airlie
1
-2
/
+173
2005-07-10
drm: add _DRM_CONSISTENT map type
Dave Airlie
1
-1
/
+19
[next]