index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
drm
/
drm_bufs.c
Commit message (
Expand
)
Author
Age
*
drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't.
Eric Anholt
2008-02-07
*
i915: add suspend/resume support
Jesse Barnes
2008-02-07
*
drm: run cleanfile across drm tree
Dave Airlie
2008-02-07
*
Use helpers to obtain task pid in printks
Pavel Emelyanov
2007-10-19
*
drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
2007-10-14
*
drm: Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
2007-10-14
*
drm: ioremap return value checks
Scott Thompson
2007-08-25
*
drm_rmmap_ioctl(): remove dead code
Adrian Bunk
2007-07-23
*
drm: detypedef the hashtab and more of sman
Dave Airlie
2007-07-11
*
drm: detypedeffing continues...
Dave Airlie
2007-07-11
*
drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structs
Dave Airlie
2007-07-11
*
drm: drop drm_buf_t typedef
Dave Airlie
2007-07-11
*
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
Dave Airlie
2007-07-11
*
drm: remove a bunch of typedefs on the userspace interface
Dave Airlie
2007-07-11
*
drm: cleanup use of Linux list handling macros
Dave Airlie
2007-07-10
*
drm: bring bufs code from git tree.
Dave Airlie
2007-03-10
*
drm: Allow for 44 bit user-tokens (or drm_file offsets)
Thomas Hellstrom
2007-02-08
*
drm: remove drm_ioremap and drm_ioremapfree
Christoph Hellwig
2007-02-07
*
drm: use vmalloc_user instead of vmalloc_32 for DRM_SHM
Thomas Hellstrom
2007-02-07
*
drm: add flag for mapping PCI DMA buffers read-only.
George Sapountzis
2006-12-06
*
drm: ioremap balanced with iounmap for drivers/char/drm
Amol Lad
2006-10-25
*
drm: allow multiple addMaps with the same 32-bit map offsset.
Thomas Hellstrom
2006-09-21
*
drm: cleanups
Adrian Bunk
2006-09-21
*
drm: remove FALSE/TRUE that snuck in with simple memory manager changes.
Andrew Morton
2006-09-21
*
drm: remove a tab that snuck in
Dave Airlie
2006-09-21
*
drm: update user token hashing and map handles
Thomas Hellstrom
2006-09-21
*
drm: missing mutex unlock
Thomas Hellstrom
2006-09-21
*
drm: possible cleanups
Dave Airlie
2006-04-23
*
drm: fixup PCI DMA support
Dave Airlie
2006-03-19
*
sem2mutex: drivers/char/drm/
Dave Airlie
2006-02-02
*
drm: fixup drm bufs being just under the EOM
Dave Airlie
2006-01-11
*
drm: major update from CVS for radeon and core
Dave Airlie
2006-01-02
*
drm: fix warning on 64-bit platforms..
Dave Airlie
2005-10-24
*
drm: fix all sparse warning on 32-bit x86
Dave Airlie
2005-09-30
*
drm: cast handle to a pointer to avoid warning
Dave Airlie
2005-09-25
*
drm: lindent the drm directory.
Dave Airlie
2005-09-25
*
drm: small cleanups
Dave Airlie
2005-09-05
*
drm: fix issue with handle lookup for a 0 handle
Dave Airlie
2005-09-05
*
drm: fixes for powerpc
Dave Airlie
2005-08-20
*
drm: remove version.h and any version checks..
Dave Airlie
2005-08-07
*
drm: updated DRM map patch for 32/64 bit systems
Dave Airlie
2005-08-05
*
drm: cleanup buffer/map code
Dave Airlie
2005-07-10
*
drm: destatic exported function.
Dave Airlie
2005-07-10
*
drm: export symbols for use by drivers
Dave Airlie
2005-07-10
*
drm: update some function so a driver can call them
Dave Airlie
2005-07-10
*
drm: update support for drm pci buffers
Dave Airlie
2005-07-10
*
Refactor common, boilerplate ioctl code from drm_addbufs_* functions into
Dave Airlie
2005-07-10
*
drm: add framebuffer maps
Dave Airlie
2005-07-10
*
drm: add _DRM_CONSISTENT map type
Dave Airlie
2005-07-10
*
drm: misc cleanup
Dave Airlie
2005-07-07
[next]