summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-19cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirksRafael J. Wysocki1-0/+4
2019-11-18page_pool: extend tracepoint to also include the page PFNJesper Dangaard Brouer1-4/+9
2019-11-18page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer2-3/+8
2019-11-18net: phy: add core phylib sfp supportRussell King1-0/+11
2019-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-3/+9
2019-11-18docs: Add request_irq() documentationJonathan Corbet1-0/+13
2019-11-18spi: mediatek: add SPI_CS_HIGH supportLuhua Xu1-1/+0
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-12/+12
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba1-0/+1
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba2-1/+6
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba2-2/+7
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-8/+8
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-3/+2
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba1-0/+1
2019-11-18btrfs: add sha256 to checksumming algorithmJohannes Thumshirn1-0/+1
2019-11-18btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn1-0/+1
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)1-4/+4
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)1-2/+19
2019-11-18blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1Tejun Heo1-1/+2
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar9-28/+30
2019-11-18ALSA: compress: add flac decoder paramsVinod Koul1-0/+10
2019-11-18btrfs: tracepoints: constify all pointersDavid Sterba1-26/+26
2019-11-18btrfs: tracepoints: drop typecasts from printkDavid Sterba1-15/+13
2019-11-18btrfs: use enum for extent type definesChengguang Xu1-4/+6
2019-11-18btrfs: get rid of pointless wtag variable in async-thread.cOmar Sandoval1-3/+3
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko3-3/+12
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-8/+5
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-5/+5
2019-11-18Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2-66/+225
2019-11-18mmc: core: Fix size overflow for mmc partitionsBradley Bolen1-1/+1
2019-11-17Merge tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2019-11-17libnvdimm: Move nd_device_attribute_group to device_typeDan Williams1-1/+0
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-2/+2
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-36/+26
2019-11-16percpu-refcount: Use normal instead of RCU-sched"Sebastian Andrzej Siewior1-8/+8
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel8-554/+2
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-16page_pool: do not release pool until inflight == 0.Jonathan Lemon3-57/+18