index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-trace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-11
i2c: kempld: Support ACPI I2C device declaration
Chris Pringle
1
-0
/
+1
2022-08-11
i2c: mediatek: add i2c compatible for MT8188
Kewei Xu
1
-0
/
+43
2022-08-11
dt-bindings: i2c: update bindings for mt8188 soc
Kewei Xu
1
-0
/
+1
2022-08-11
i2c: microchip-corei2c: fix erroneous late ack send
Conor Dooley
1
-1
/
+1
2022-08-11
dt-bindings: i2c: qcom,i2c-cci: convert to dtschema
Krzysztof Kozlowski
3
-97
/
+243
2022-08-11
i2c: qcom-geni: Fix GPI DMA buffer sync-back
Robin Reckmann
1
-2
/
+3
2022-08-11
x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments
Nick Desaulniers
3
-2
/
+6
2022-08-11
Makefile: link with -z noexecstack --no-warn-rwx-segments
Nick Desaulniers
1
-0
/
+5
2022-08-11
crypto: blake2b: effectively disable frame size warning
Linus Torvalds
1
-0
/
+1
2022-08-10
hwmon: (nct6775) Fix platform driver suspend regression
Zev Weiss
3
-2
/
+5
2022-08-10
hwmon: (lm90) Fix error return value from detect function
Guenter Roeck
1
-1
/
+1
2022-08-10
add barriers to buffer_uptodate and set_buffer_uptodate
Mikulas Patocka
1
-1
/
+24
2022-08-09
dt-bindings: soc: qcom: smd-rpm: extend example
Krzysztof Kozlowski
1
-6
/
+27
2022-08-09
dt-bindings: soc: qcom: smd: reference SMD edge schema
Krzysztof Kozlowski
1
-1
/
+1
2022-08-09
NFS: Improve readpage/writepage tracing
Trond Myklebust
1
-28
/
+26
2022-08-09
NFS: Improve O_DIRECT tracing
Trond Myklebust
1
-12
/
+9
2022-08-09
NFS: Improve write error tracing
Trond Myklebust
3
-20
/
+27
2022-08-09
fscache: add tracepoint when failing cookie
Jeff Layton
2
-0
/
+4
2022-08-09
fscache: don't leak cookie access refs if invalidation is in progress or failed
Jeff Layton
1
-2
/
+5
2022-08-09
fix copy_page_from_iter() for compound destinations
Al Viro
1
-4
/
+18
2022-08-09
hugetlbfs: copy_page_to_iter() can deal with compound pages
Al Viro
1
-30
/
+1
2022-08-09
copy_page_to_iter(): don't split high-order page in case of ITER_PIPE
Al Viro
1
-15
/
+6
2022-08-09
expand those iov_iter_advance()...
Al Viro
1
-2
/
+9
2022-08-09
pipe_get_pages(): switch to append_pipe()
Al Viro
1
-29
/
+6
2022-08-09
get rid of non-advancing variants
Al Viro
2
-31
/
+20
2022-08-09
ceph: switch the last caller of iov_iter_get_pages_alloc()
Al Viro
1
-1
/
+1
2022-08-09
9p: convert to advancing variant of iov_iter_get_pages_alloc()
Al Viro
3
-19
/
+26
2022-08-09
af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()
Al Viro
2
-4
/
+4
2022-08-09
iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()
Al Viro
1
-23
/
+24
2022-08-09
block: convert to advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2
-14
/
+18
2022-08-09
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
13
-30
/
+34
2022-08-09
iov_iter: saner helper for page array allocation
Al Viro
1
-45
/
+32
2022-08-09
fold __pipe_get_pages() into pipe_get_pages()
Al Viro
1
-37
/
+38
2022-08-09
ITER_XARRAY: don't open-code DIV_ROUND_UP()
Al Viro
1
-9
/
+1
2022-08-09
unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
Al Viro
1
-59
/
+27
2022-08-09
unify xarray_get_pages() and xarray_get_pages_alloc()
Al Viro
1
-39
/
+10
2022-08-09
unify pipe_get_pages() and pipe_get_pages_alloc()
Al Viro
1
-32
/
+17
2022-08-09
iov_iter_get_pages(): sanity-check arguments
Al Viro
1
-7
/
+2
2022-08-09
iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...
Al Viro
1
-16
/
+22
2022-08-09
ITER_PIPE: fold data_start() and pipe_space_for_user() together
Al Viro
2
-45
/
+19
2022-08-09
ITER_PIPE: cache the type of last buffer
Al Viro
2
-40
/
+42
2022-08-09
ITER_PIPE: clean iov_iter_revert()
Al Viro
1
-46
/
+14
2022-08-09
ITER_PIPE: clean pipe_advance() up
Al Viro
1
-17
/
+17
2022-08-09
ITER_PIPE: lose iter_head argument of __pipe_get_pages()
Al Viro
1
-4
/
+3
2022-08-09
ITER_PIPE: fold push_pipe() into __pipe_get_pages()
Al Viro
1
-55
/
+25
2022-08-09
ITER_PIPE: allocate buffers as we go in copy-to-pipe primitives
Al Viro
1
-73
/
+98
2022-08-09
ITER_PIPE: helpers for adding pipe buffers
Al Viro
1
-42
/
+46
2022-08-09
ITER_PIPE: helper for getting pipe buffer by index
Al Viro
1
-6
/
+9
2022-08-09
splice: stop abusing iov_iter_advance() to flush a pipe
Al Viro
1
-5
/
+2
2022-08-09
switch new_sync_{read,write}() to ITER_UBUF
Al Viro
1
-4
/
+2
[next]