summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-12-04net/mlx5: Register mlx5 devices to auxiliary virtual busLeon Romanovsky1-3/+23
2020-12-04vdpa/mlx5: Make hardware definitions visible to all mlx5 devicesLeon Romanovsky1-0/+166
2020-12-04net/mlx5_core: Clean driver version and nameLeon Romanovsky1-0/+2
2020-12-04Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...Leon Romanovsky2-0/+85
2020-12-04Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-0/+85
2020-12-04driver core: auxiliary bus: minor coding style tweaksGreg Kroah-Hartman1-3/+3
2020-12-04driver core: auxiliary bus: make remove function return voidGreg Kroah-Hartman1-1/+1
2020-12-04driver core: auxiliary bus: move slab.h from include fileGreg Kroah-Hartman1-1/+0
2020-12-04mmc: tmio: set max_busy_timeoutWolfram Sang1-1/+6
2020-12-04Add auxiliary bus supportDave Ertman2-0/+86
2020-12-04Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/...Marc Zyngier1-0/+4
2020-12-04psci: Add accessor for psci_0_1_function_idsDavid Brazdil1-0/+9
2020-12-04bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko1-0/+1
2020-12-04bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko3-12/+34
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+24
2020-12-04vfio-mdev: Wire in a request handler for mdev parentEric Farman1-0/+4
2020-12-04Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+21
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal3-4/+4
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron1-2/+2
2020-12-03iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackLars-Peter Clausen1-1/+5
2020-12-03net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steeringYevgeny Kliteynik1-1/+8
2020-12-03macvlan: Support for high multicast packet rateThomas Karlsson1-0/+1
2020-12-03signal: Add unsafe_put_compat_sigset()Christophe Leroy1-0/+32
2020-12-03Updated locking documentation for transaction_tAlexander Lochmann1-2/+3
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein1-1/+2
2020-12-03refcount: Fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-12-03completion: Drop init_completion defineMauro Carvalho Chehab1-3/+2
2020-12-03seqlock: Rename __seqprop() usersPeter Zijlstra1-23/+23
2020-12-03seqlock: avoid -Wshadow warningsArnd Bergmann1-7/+7
2020-12-03mm: Introduce pXX_leaf_size()Peter Zijlstra1-0/+16
2020-12-03mm/gup: Provide gup_get_pte() more genericPeter Zijlstra1-0/+55
2020-12-03media: coda: Convert the driver to DT-onlyFabio Estevam1-14/+0
2020-12-03Input: Add "inhibited" propertyPatrik Fimml1-2/+10
2020-12-03Input: add input_device_enabled()Andrzej Pietrasiewicz1-0/+2
2020-12-03f2fs: compress: support chksumChao Yu1-1/+1
2020-12-03fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-2/+5
2020-12-03libfs: Add generic function for setting dentry_opsDaniel Rosenberg1-0/+1
2020-12-03bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin1-11/+0
2020-12-03bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin1-12/+0
2020-12-03bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin1-0/+34
2020-12-03mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2-13/+35
2020-12-03mm: Introduce page memcg flagsRoman Gushchin1-12/+20
2020-12-03mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin1-0/+64
2020-12-03mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin3-35/+106
2020-12-03fscrypt: allow deleting files with unsupported encryption policyEric Biggers1-3/+6
2020-12-03fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers1-6/+1
2020-12-03fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers1-26/+0
2020-12-03fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers1-2/+9
2020-12-03fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-0/+24
2020-12-03Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski4-17/+99