index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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