summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2618-1158/+489
|\
| * 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-251-0/+3
| * crypto: inside-secure - Remove #ifdef checksArnd Bergmann2019-10-101-0/+1
| * crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu2019-10-042-30/+30
* | Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-0/+17
|\ \
| * | livepatch: Allow to distinguish different version of system state changesPetr Mladek2019-11-011-0/+2
| * | livepatch: Basic API to track system state changesPetr Mladek2019-11-011-0/+15
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-261-0/+16
|\ \ \
| * | | printf: add support for printing symbolic error namesRasmus Villemoes2019-10-171-0/+16
* | | | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-267-125/+131
|\ \ \ \
| * | | | writeback: fix -Wformat compilation warningsQian Cai2019-11-251-24/+24
| * | | | cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-123-28/+12
| * | | | kernfs: use 64bit inos if ino_t is 64bitTejun Heo2019-11-121-6/+14
| * | | | kernfs: implement custom exportfs ops and fid typeTejun Heo2019-11-121-0/+5
| * | | | kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo2019-11-121-1/+2
| * | | | kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-123-29/+37
| * | | | netprio: use css ID instead of cgroup IDTejun Heo2019-11-121-1/+1
| * | | | writeback: use ino_t for inodes in tracepointsTejun Heo2019-11-121-44/+44
| * | | | kernfs: fix ino wrap-around detectionTejun Heo2019-11-121-0/+1
| * | | | cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistencyTejun Heo2019-11-061-1/+1
| * | | | cgroup: remove cgroup_enable_task_cg_lists() optimizationTejun Heo2019-10-251-1/+0
* | | | | Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2019-11-264-23/+53
|\ \ \ \ \
| * | | | | fork: extend clone3() to support setting a PIDAdrian Reber2019-11-154-19/+42
| * | | | | clone3: add CLONE_CLEAR_SIGHANDChristian Brauner2019-10-211-0/+3
| * | | | | pidfd: check pid has attached task in fdinfoChristian Brauner2019-10-171-0/+4
* | | | | | Merge tag 'edac_for_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras...Linus Torvalds2019-11-261-78/+68
|\ \ \ \ \ \
| * | | | | | EDAC: Remove misleading comment in struct edac_raw_error_descRobert Richter2019-11-101-5/+0
| * | | | | | EDAC: Introduce an mci_for_each_dimm() iteratorRobert Richter2019-11-101-0/+7
| * | | | | | EDAC: Remove EDAC_DIMM_OFF() macroRobert Richter2019-11-091-41/+4
| * | | | | | EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm() functionRobert Richter2019-11-091-32/+57
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-2611-17/+166
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-2164-206/+347
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2019-11-2112-21/+167
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier2019-11-082-5/+7
| | |\ \ \ \ \ \ \