summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2023-10-27crypto: shash - remove crypto_shash_alignmaskEric Biggers-6/+0
2023-10-27crypto: shash - eliminate indirect call for default import and exportEric Biggers-13/+2
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu-0/+1
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov-4/+0
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian-0/+13
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu-66/+1
2023-10-13crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu-0/+6
2023-10-05crypto: pkcs7 - remove md4 md5 x.509 supportDimitri John Ledkov-8/+0
2023-10-05crypto: sig - fix kernel-doc typoRandy Dunlap-1/+1
2023-10-05crypto: akcipher - fix kernel-doc typosRandy Dunlap-2/+2
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian-2/+16
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu-0/+7
2023-10-01crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König-1/+1
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu-26/+398
2023-09-20crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASKHerbert Xu-2/+0
2023-09-20crypto: aead - Add crypto_has_aeadHerbert Xu-0/+12
2023-09-15hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren-0/+1
2023-09-15KEYS: Include linux/errno.h in linux/verification.hHerbert Xu-0/+1
2023-09-09Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds-0/+1
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+2
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-5/+5
2023-09-09spnego: add missing OID to oid registrySteve French-0/+1
2023-09-08Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds-0/+18
2023-09-08Merge tag 'thermal-6.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+34
2023-09-08Merge tag 'sound-fix-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-0/+6
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt-0/+2
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-32/+56
2023-09-07Merge tag 'devicetree-fixes-for-6.6-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2023-09-07Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2023-09-07Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-20/+1
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-12/+45
2023-09-07Revert "net: team: do not use dynamic lockdep key"Jakub Kicinski-29/+1
2023-09-07Merge tag 'nf-23-09-06' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni-0/+1
2023-09-06net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski-0/+1
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-25/+180
2023-09-06Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2023-09-06netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_IDPhil Sutter-0/+1
2023-09-06kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mappingQing Zhang-0/+2
2023-09-06raid6: Add LoongArch SIMD recovery implementationWANG Xuerui-0/+2
2023-09-06raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui-0/+2
2023-09-06net: phylink: fix sphinx complaint about invalid literalJakub Kicinski-2/+2
2023-09-06ip_tunnels: use DEV_STATS_INC()Eric Dumazet-8/+7
2023-09-06net: team: do not use dynamic lockdep keyTaehee Yoo-1/+29
2023-09-05xarray: Document necessary flag in alloc functionsPhilipp Stanner-0/+18
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+59
2023-09-05thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki-17/+0
2023-09-05thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki-0/+13
2023-09-05thermal: core: Clean up headers of thermal zone registration functionsRafael J. Wysocki-16/+37
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-65/+14