index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
flamegraph.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-21
crypto: lzo-rle - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-64
/
+4
2025-03-21
crypto: lz4hc - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-64
/
+2
2025-03-21
crypto: lz4 - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-60
/
+1
2025-03-21
crypto: deflate - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-57
/
+1
2025-03-21
crypto: 842 - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-64
/
+2
2025-03-21
crypto: nx - Migrate to scomp API
Ard Biesheuvel
4
-54
/
+58
2025-03-21
crypto: scompress - Fix scratch allocation failure handling
Herbert Xu
1
-1
/
+5
2025-03-21
ubifs: Pass folios to acomp
Herbert Xu
4
-55
/
+145
2025-03-21
ubifs: Use crypto_acomp interface
Herbert Xu
3
-56
/
+67
2025-03-21
PM: hibernate: Use crypto_acomp interface
Herbert Xu
2
-21
/
+42
2025-03-21
xfrm: ipcomp: Use crypto_acomp interface
Herbert Xu
3
-240
/
+216
2025-03-21
crypto: acomp - Add support for folios
Herbert Xu
4
-35
/
+184
2025-03-21
crypto: acomp - Add async nondma fallback
Herbert Xu
1
-28
/
+41
2025-03-21
crypto: iaa - Use acomp stack fallback
Herbert Xu
1
-22
/
+6
2025-03-21
crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra
Herbert Xu
4
-8
/
+117
2025-03-21
crypto: scomp - Add chaining and virtual address support
Herbert Xu
1
-30
/
+64
2025-03-21
crypto: acomp - Remove dst_free
Herbert Xu
1
-2
/
+0
2025-03-21
crypto: qat - Remove dst_null support
Herbert Xu
4
-259
/
+1
2025-03-21
crypto: iaa - Remove dst_null support
Herbert Xu
1
-130
/
+6
2025-03-21
crypto: scomp - Remove support for some non-trivial SG lists
Herbert Xu
4
-71
/
+76
2025-03-21
xfrm: ipcomp: Call pskb_may_pull in ipcomp_input
Herbert Xu
1
-0
/
+3
2025-03-21
crypto: nx - Fix uninitialised hv_nxc on error
Herbert Xu
1
-20
/
+17
2025-03-21
crypto: padlock - Use zero page instead of stack buffer
Herbert Xu
1
-2
/
+2
2025-03-21
crypto: lib/Kconfig - hide library options
Arnd Bergmann
3
-7
/
+7
2025-03-21
crypto: qat - remove access to parity register for QAT GEN4
Bairavi Alagappan
1
-52
/
+5
2025-03-21
crypto: qat - set parity error mask for qat_420xx
Bairavi Alagappan
2
-1
/
+2
2025-03-21
crypto: qat - optimize allocations for fw authentication
Jack Xu
2
-14
/
+19
2025-03-21
crypto: qat - remove redundant FW image size check
Jack Xu
1
-4
/
+0
2025-03-21
crypto: qat - remove unused members in suof structure
Jack Xu
2
-9
/
+2
2025-03-21
crypto: hash - Use nth_page instead of doing it by hand
Herbert Xu
1
-2
/
+2
2025-03-21
crypto: scatterwalk - Use nth_page instead of doing it by hand
Herbert Xu
1
-10
/
+20
2025-03-21
crypto: tegra - Fix format specifier in tegra_sha_prep_cmd()
Nathan Chancellor
1
-1
/
+1
2025-03-21
crypto: hash - Fix test underflow in shash_ahash_digest
Herbert Xu
1
-16
/
+28
2025-03-21
crypto: krb5 - Use SG miter instead of doing it by hand
Herbert Xu
1
-21
/
+16
2025-03-21
lib/scatterlist: Add SG_MITER_LOCAL and use it
Herbert Xu
2
-4
/
+9
2025-03-21
crypto: qat - introduce fuse array
Suman Kumar Chakraborty
12
-17
/
+27
2025-03-21
crypto: scatterwalk - simplify map and unmap calling convention
Eric Biggers
3
-41
/
+33
2025-03-21
crypto: qat - add macro to write 64-bit values to registers
Suman Kumar Chakraborty
2
-24
/
+16
2025-03-15
crypto: testmgr - Remove NULL dst acomp tests
Herbert Xu
1
-29
/
+0
2025-03-15
crypto: acomp - Add request chaining and virtual addresses
Herbert Xu
3
-13
/
+424
2025-03-15
crypto: scomp - Disable BH when taking per-cpu spin lock
Herbert Xu
1
-2
/
+2
2025-03-15
crypto: acomp - Move stream management into scomp layer
Herbert Xu
6
-93
/
+84
2025-03-15
crypto: scomp - Remove tfm argument from alloc/free_ctx
Herbert Xu
10
-34
/
+34
2025-03-15
crypto: api - Add cra_type->destroy hook
Herbert Xu
2
-2
/
+14
2025-03-15
crypto: artpec6 - change from kzalloc to kcalloc in artpec6_crypto_probe()
Ethan Carter Edwards
1
-2
/
+2
2025-03-15
crypto: skcipher - Make skcipher_walk src.virt.addr const
Herbert Xu
13
-32
/
+33
2025-03-15
crypto: skcipher - Eliminate duplicate virt.addr field
Herbert Xu
3
-24
/
+36
2025-03-15
crypto: scatterwalk - Add memcpy_sglist
Herbert Xu
2
-0
/
+30
2025-03-15
crypto: scatterwalk - Change scatterwalk_next calling convention
Herbert Xu
14
-78
/
+78
2025-03-15
crypto: ccp - Fix uAPI definitions of PSP errors
Dionna Glaze
1
-7
/
+14
[next]