aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko3-12/+34
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+24
2020-12-03vfio-mdev: Wire in a request handler for mdev parentEric Farman1-0/+4
2020-12-03Merge 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-04signal: 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-02Input: Add "inhibited" propertyPatrik Fimml1-2/+10
2020-12-02Input: add input_device_enabled()Andrzej Pietrasiewicz1-0/+2
2020-12-02f2fs: compress: support chksumChao Yu1-1/+1
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-2/+5
2020-12-02libfs: Add generic function for setting dentry_opsDaniel Rosenberg1-0/+1
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin1-11/+0
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin1-12/+0
2020-12-02bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin1-0/+34
2020-12-02mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2-13/+35
2020-12-02mm: Introduce page memcg flagsRoman Gushchin1-12/+20
2020-12-02mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin1-0/+64
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin3-35/+106
2020-12-02fscrypt: allow deleting files with unsupported encryption policyEric Biggers1-3/+6
2020-12-02fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers1-6/+1
2020-12-02fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers1-26/+0
2020-12-02fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers1-2/+9
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-0/+24
2020-12-02Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski4-17/+99
2020-12-02bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev1-6/+6
2020-12-02Input: remove input_polled_dev implementationDmitry Torokhov1-58/+0
2020-12-02irqtime: Move irqtime entry accounting after irq offset incrementationFrederic Weisbecker2-12/+26
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker1-10/+6
2020-12-02SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust1-1/+0
2020-12-02SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust1-0/+1
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust1-0/+1
2020-12-02NFS: Improve handling of directory verifiersTrond Myklebust1-1/+7
2020-12-02NFS: Allow the NFS generic code to pass in a verifier to readdirTrond Myklebust1-2/+15
2020-12-02NFS: More readdir cleanupsTrond Myklebust1-1/+0
2020-12-02bio: optimise bvec iterationPavel Begunkov1-2/+15
2020-12-02block: optimise for_each_bvec() advancePavel Begunkov1-5/+15
2020-12-02entry: Add syscall_exit_to_user_mode_work()Sven Schnelle1-0/+20