summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-17crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routineArd Biesheuvel1-0/+11
2019-11-17crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel1-0/+37
2019-11-17crypto: curve25519 - generic C library implementationsJason A. Donenfeld1-0/+71
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel1-0/+5
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2-0/+125
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel1-9/+0
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel1-1/+37
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel2-11/+11
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2-23/+67
2019-11-17crypto: chacha - unexport chacha_generic routinesArd Biesheuvel1-10/+0
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel1-0/+6
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2-17/+113
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-3/+11
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+1
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber4-19/+42
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+3
2019-11-15ptp: Validate requests to enable time stamping of external signals.Richard Cochran1-0/+1
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal1-0/+2
2019-11-15KVM: remember position in kvm->vcpus arrayRadim Krčmář1-8/+3
2019-11-15perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu1-0/+5
2019-11-15perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu1-0/+5
2019-11-14block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig1-2/+0
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig1-0/+1
2019-11-14block: move rescan_partitions to fs/block_dev.cChristoph Hellwig2-4/+2
2019-11-14block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig1-2/+2
2019-11-14xen/mcelog: add PPIN to record when availableJan Beulich1-1/+8
2019-11-14xen/mcelog: drop __MC_MSR_MCGCAPJan Beulich1-1/+0
2019-11-13statx: define STATX_ATTR_VERITYEric Biggers2-2/+3
2019-11-13sbitmap: Delete sbitmap_any_bit_clear()John Garry1-9/+0
2019-11-13blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()John Garry1-1/+0
2019-11-13can: af_can: export can_sock_destruct()Oleksij Rempel1-0/+1
2019-11-12block: rework zone reportingChristoph Hellwig2-13/+26
2019-11-12Merge branch 'for-5.5/drivers' into for-5.5/zonedJens Axboe2-48/+188
2019-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeSumit Garg2-18/+25
2019-11-12KEYS: trusted: Create trusted keys subsystemSumit Garg2-3/+5
2019-11-12KEYS: Use common tpm_buf for trusted and asymmetric keysSumit Garg1-36/+1
2019-11-12tpm: Move tpm_buf code to include/linux/Sumit Garg2-6/+218
2019-11-12tpm: provide a way to override the chip returned durationsJerry Snitselaar1-0/+2
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-23/+13
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo3-28/+12
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo1-6/+14
2019-11-12kernfs: implement custom exportfs ops and fid typeTejun Heo1-0/+5
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo1-1/+2
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo3-29/+37
2019-11-12netprio: use css ID instead of cgroup IDTejun Heo1-1/+1
2019-11-12writeback: use ino_t for inodes in tracepointsTejun Heo1-44/+44
2019-11-12kernfs: fix ino wrap-around detectionTejun Heo1-0/+1
2019-11-12KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-0/+1
2019-11-11devlink: Add method for time-stamp on reporter's dumpAya Levin1-0/+1