index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rng.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-12
dt-bindings: Drop Dan Murphy and Ricardo Rivera-Matos
Krzysztof Kozlowski
11
-13
/
+11
2022-08-12
dt-bindings: Drop Robert Jones
Krzysztof Kozlowski
2
-2
/
+1
2022-08-12
dt-bindings: Drop Beniamin Bia and Stefan Popa
Krzysztof Kozlowski
4
-5
/
+2
2022-08-12
dt-bindings: iio: Drop Bogdan Pricop
Krzysztof Kozlowski
1
-1
/
+1
2022-08-12
dt-bindings: iio: Drop Joachim Eastwood
Krzysztof Kozlowski
2
-2
/
+1
2022-08-10
dt-bindings: mailbox: arm,mhu: Make secure interrupt optional
Rob Herring
1
-0
/
+1
2022-08-10
dt-bindings: pinctrl: qcom,ipq6018: Fix example 'gpio-ranges' size
Rob Herring
1
-1
/
+1
2022-08-10
dt-bindings: Drop DT_MK_SCHEMA_FLAGS conditional selecting schema files
Rob Herring
1
-3
/
+1
2022-08-10
dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC
David Heidelberg
2
-94
/
+190
2022-08-09
dt-bindings: mmc: sdhci-msm: Fix 'operating-points-v2 was unexpected' issue
Bhupesh Sharma
1
-0
/
+2
2022-08-09
dt-bindings: display: simple-framebuffer: Drop Bartlomiej Zolnierkiewicz
Krzysztof Kozlowski
1
-1
/
+0
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
2022-08-09
new iov_iter flavour - ITER_UBUF
Al Viro
12
-31
/
+108
2022-08-08
vfs: Check the truncate maximum size in inode_newsize_ok()
David Howells
1
-0
/
+2
2022-08-08
kernel/sysctl.c: Remove trailing white space
Fanjun Kong
1
-6
/
+6
2022-08-08
kernel/sysctl.c: Clean up indentation, replace spaces with tab.
Fanjun Kong
1
-2
/
+2
2022-08-08
sysctl: Merge adjacent CONFIG_TREE_RCU blocks
Geert Uytterhoeven
1
-3
/
+1
2022-08-08
remoteproc: qcom_q6v5_pas: Do not fail if regulators are not found
Manivannan Sadhasivam
1
-4
/
+16
2022-08-07
update Coccinelle URL
Julia Lawall
43
-43
/
+43
2022-08-07
coccinelle: free: add version constraint
Julia Lawall
1
-0
/
+1
[next]