index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
tracing_map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-07
tracing: Fix overflow in get_free_elt()
Tze-nan Wu
1
-3
/
+3
2024-01-22
tracing: Ensure visibility when inserting an element into tracing_map
Petr Pavlu
1
-1
/
+6
2022-10-03
tracing: Remove unused variable 'dups'
Chen Zhongjin
1
-3
/
+2
2022-04-26
tracing: Fix tracing_map_sort_entries() kernel-doc comment
Yang Li
1
-1
/
+2
2021-12-01
tracing: Fix a kmemleak false positive in tracing_map
Chen Jun
1
-0
/
+3
2021-10-19
tracing/cfi: Fix cmp_entries_* functions signature mismatch
Kalesh Singh
1
-17
/
+23
2020-11-10
tracing: Fix some typos in comments
Qiujun Huang
1
-3
/
+3
2020-09-21
tracing: Delete repeated words in comments
Randy Dunlap
1
-1
/
+1
2020-04-22
tracing: Convert local functions in tracing_map.c to static
Jason Yan
1
-3
/
+3
2019-12-19
tracing: Have the histogram compare functions convert to u64 first
Steven Rostedt (VMware)
1
-2
/
+2
2018-08-16
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
1
-10
/
+1
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-03-10
tracing: Add per-element variable support to tracing_map
Tom Zanussi
1
-0
/
+108
2018-03-10
tracing: Remove code which merges duplicates
Vedang Patel
1
-77
/
+6
2018-03-10
tracing: Add support to detect and avoid duplicates
Vedang Patel
1
-5
/
+36
2017-10-04
tracing: Remove lookups from tracing_map hitcount
Tom Zanussi
1
-1
/
+2
2017-08-24
tracing: Fix kmemleak in tracing_map_array_free()
Chunyu Hu
1
-4
/
+7
2016-04-26
tracing: Handle tracing_map_alloc_elts() error path correctly
Tom Zanussi
1
-2
/
+6
2016-04-26
tracing: checking for NULL instead of IS_ERR()
Dan Carpenter
1
-1
/
+1
2016-04-19
tracing: Update some tracing_map constants and comments
Tom Zanussi
1
-2
/
+2
2016-04-19
tracing: Add lock-free tracing_map
Tom Zanussi
1
-0
/
+1058