summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-178-554/+2
* crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routineArd Biesheuvel2019-11-171-0/+11
* crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel2019-11-171-0/+37
* crypto: curve25519 - generic C library implementationsJason A. Donenfeld2019-11-171-0/+71
* crypto: blake2s - implement generic shash driverArd Biesheuvel2019-11-171-0/+5
* crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2019-11-172-0/+125
* crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel2019-11-171-9/+0
* crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel2019-11-171-1/+37
* crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel2019-11-172-11/+11
* crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2019-11-172-23/+67
* crypto: chacha - unexport chacha_generic routinesArd Biesheuvel2019-11-171-10/+0
* crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel2019-11-171-0/+6
* crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-172-17/+113
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-014-487/+2
* crypto: skcipher - remove crypto_has_ablkcipher()Eric Biggers2019-11-011-31/+0
* crypto: skcipher - unify the crypto_has_skcipher*() functionsEric Biggers2019-11-011-18/+1
* crypto: ccp - Retry SEV INIT command in case of integrity check failure.Ashish Kalra2019-10-261-0/+3
* crypto: inside-secure - Remove #ifdef checksArnd Bergmann2019-10-101-0/+1
* crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu2019-10-052-30/+30
* Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-09-301-3/+4
|\
| * mm, tracing: Print symbol name for call_site in trace eventsChangbin Du2019-09-281-3/+4
* | Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-292-1/+7
|\ \
| * | libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V2019-09-241-0/+1
| * | libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V2019-09-241-1/+6
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-09-291-29/+0
|\ \ \
| * | | thermal: db8500: Finalize device tree conversionLinus Walleij2019-09-241-29/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-2811-34/+65
|\ \ \ \
| * | | | sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-271-0/+9
| * | | | ptp: correctly disable flags on old ioctlsJacob Keller2019-09-271-0/+22
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-09-272-3/+9
| |\ \ \ \
| | * | | | netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana2019-09-251-0/+4
| | * | | | netfilter: ebtables: use __u8 instead of uint8_t in uapi headerMasahiro Yamada2019-09-251-3/+3
| | * | | | netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso2019-09-201-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-09-271-2/+2
| |\ \ \ \ \
| | * | | | | bpf: fix BTF limitsAlexei Starovoitov2019-09-191-2/+2
| | |/ / / /
| * | | | | tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-271-0/+1
| * | | | | ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-1/+1
| * | | | | sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-09-271-0/+5
| * | | | | net/mlx5: DR, Fix SW steering HW bits and definitionsYevgeny Kliteynik2019-09-241-14/+14
| * | | | | net: remove netx ethernet driverArnd Bergmann2019-09-211-13/+0
| * | | | | ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-201-1/+2
| |/ / / /
* | | | | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2019-09-282-6/+8
|\ \ \ \ \
| * | | | | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes2019-09-281-4/+8
| * | | | | Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes2019-09-281-2/+0
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-285-27/+29
|\ \ \ \ \ \
| * | | | | | sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-252-8/+14
| * | | | | | sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers2019-09-251-0/+2
| * | | | | | tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman2019-09-252-17/+4
| * | | | | | tasks: Add a count of task RCU usersEric W. Biederman2019-09-252-1/+5
| * | | | | | sched/core: Convert vcpu_is_preempted() from macro to an inline functionQian Cai2019-09-181-1/+4