index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
lzma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-14
perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")
Ian Rogers
1
-3
/
+3
2025-09-12
perf util: Fix compression checks returning -1 as bool
Yunseong Kim
1
-1
/
+1
2025-03-10
perf tools: Add LZMA decompression from FILE
Stephen Brennan
1
-11
/
+18
2023-08-22
perf lzma: Convert some pr_err() to pr_debug() as callers already use pr_debug()
Arnaldo Carvalho de Melo
1
-7
/
+5
2021-07-15
perf lzma: Close lzma stream on exit
Riccardo Mancini
1
-3
/
+5
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-08-20
perf tools: Add lzma_is_compressed function
Jiri Olsa
1
-2
/
+17
2018-08-20
perf tools: Add is_compressed callback to compressions array
Jiri Olsa
1
-0
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-04-24
perf tools: Add compress.h for the *_decompress_to_file() headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-08-24
perf tools: Fix error handling of lzma decompression
Shawn Lin
1
-6
/
+9
2015-03-21
perf tools: Add lzma decompression support for kernel module
Jiri Olsa
1
-0
/
+95