index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_property.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: property: Replace strncpy() with strscpy_pad()
Laurent Pinchart
2021-10-07
1
-6
/
+3
*
drm: Fix typo in comments
Cai Huoqing
2021-08-02
1
-1
/
+1
*
drm: Few typo fixes
Bhaskar Chowdhury
2021-03-18
1
-2
/
+2
*
drm: limit to INT_MAX in create_blob ioctl
Daniel Vetter
2019-12-04
1
-1
/
+1
*
drm: drop use of drmP.h in drm/*
Sam Ravnborg
2019-05-27
1
-1
/
+6
*
drm: Trivial comment grammar cleanups
Matt Roper
2019-02-04
1
-1
/
+1
*
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
2018-09-14
1
-4
/
+4
*
drm: Use kvzalloc for allocating blob property memory
Michel Dänzer
2018-07-02
1
-3
/
+3
*
drm: Don't pass the index to drm_property_add_enum()
Ville Syrjälä
2018-04-27
1
-14
/
+13
*
Revert "drm: Use a flexible array member for blob property data"
Ville Syrjälä
2018-03-16
1
-0
/
+1
*
drm: Reject bad property flag combinations
Ville Syrjälä
2018-03-07
1
-6
/
+23
*
drm: Make property flags u32
Ville Syrjälä
2018-03-07
1
-20
/
+21
*
drm: WARN when trying to add enum value > 63 to a bitmask property
Ville Syrjälä
2018-03-07
1
-2
/
+2
*
drm: WARN when trying add enum values to non-enum/bitmask properties
Ville Syrjälä
2018-03-07
1
-2
/
+2
*
drm: Reject replacing property enum values
Ville Syrjälä
2018-03-07
1
-8
/
+3
*
drm: Check property/enum name length
Ville Syrjälä
2018-03-06
1
-0
/
+6
*
drm: Don't create properties without names
Ville Syrjälä
2018-03-06
1
-4
/
+2
*
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
2017-10-12
1
-3
/
+3
*
drm: rename, adjust and export drm_atomic_replace_property_blob
Peter Rosin
2017-07-14
1
-0
/
+23
*
drm: Fix get_property logic fumble
Daniel Vetter
2017-04-12
1
-1
/
+1
*
drm: Drop modeset_lock_all from the getproperty ioctl
Daniel Vetter
2017-04-05
1
-43
/
+29
*
drm: Introduce drm_property_blob_{get,put}()
Thierry Reding
2017-02-28
1
-20
/
+20
*
drm: Introduce drm_mode_object_{get,put}()
Thierry Reding
2017-02-28
1
-3
/
+3
*
drm: Rename drm_mode_object_get()
Thierry Reding
2017-02-28
1
-3
/
+3
*
drm/kms-core: Use recommened kerneldoc for struct member refs
Daniel Vetter
2017-01-25
1
-2
/
+2
*
drm/doc: use preferred struct reference in kernel-doc
Daniel Vetter
2016-12-30
1
-1
/
+1
*
drm: Use u64_to_user_ptr() helper for blob ioctls
Chris Wilson
2016-11-28
1
-6
/
+6
*
drm/doc: Fix links in drm_property.c
Daniel Vetter
2016-11-24
1
-21
/
+21
*
Revert "drm: Unify handling of blob and object properties"
Maarten Lankhorst
2016-09-07
1
-5
/
+18
*
drm/doc: Polish docs for drm_property&drm_property_blob
Daniel Vetter
2016-08-29
1
-97
/
+56
*
drm: Unify handling of blob and object properties
Daniel Vetter
2016-08-29
1
-18
/
+5
*
drm: Extract drm_property.[hc]
Daniel Vetter
2016-08-29
1
-0
/
+953