summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-034-16/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-038-32/+84
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-022-7/+15
| |\
| | * bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-021-0/+10
| | * bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-021-6/+1
| | * bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-021-1/+2
| | * bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-021-0/+2
| * | ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-0/+20
| * | ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()Cong Wang2019-01-011-0/+2
| * | sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-011-3/+35
| |/
| * netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2018-12-291-1/+0
| * netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2018-12-291-15/+3
| * include/linux/phy/phy.h: fix minor kerneldoc errorsRobert P. J. Day2018-12-271-1/+1
| * phy.h: fix obvious errors in doc and kerneldoc contentRobert P. J. Day2018-12-271-5/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-022-42/+1
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2018-12-282-42/+1
| |\ \
| | * | dt-bindings: marvell,mmp2: Add clock id for the SP clockLubomir Rintel2018-11-151-0/+1
| | * | Input: ad7879 - drop platform data supportLinus Walleij2018-11-151-42/+0
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-023-111/+184
|\ \ \ \
| * | | | vhost: split structs into a separate header filePaolo Bonzini2018-12-192-111/+130
| * | | | virtio_blk: add discard and write zeroes supportChangpeng Liu2018-12-191-0/+54
* | | | | Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-023-7/+21
|\ \ \ \ \
| * | | | | blkcg: clean up blkg_tryget_closest()Dennis Zhou2018-12-211-5/+16
| * | | | | drbd: Avoid Clang warning about pointless switch statmentNathan Chancellor2018-12-201-1/+4
| * | | | | drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-201-1/+1
* | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-01-022-289/+289
|\ \ \ \ \ \
| * | | | | | clk: imx8qxp: make the name of clock ID genericAisheng Dong2018-12-282-289/+289
* | | | | | | Merge tag 'mailbox-v4.21' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2019-01-023-0/+21
|\ \ \ \ \ \ \
| * | | | | | | dt-bindings: tegra186-hsp: Add shared mailboxesMikko Perttunen2018-12-211-0/+11
| * | | | | | | mailbox: Support blocking transfers in atomic contextThierry Reding2018-12-212-0/+5
| * | | | | | | mailbox: Add device-managed registration functionsThierry Reding2018-12-211-0/+5
* | | | | | | | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-029-195/+314
|\ \ \ \ \ \ \ \
| * | | | | | | | sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan2019-01-021-2/+2
| * | | | | | | | xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever2019-01-021-0/+28
| * | | | | | | | SUNRPC: Simplify defining common RPC trace eventsChuck Lever2019-01-021-103/+69
| * | | | | | | | xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever2019-01-021-0/+136
| * | | | | | | | xprtrdma: Add trace points for calls to transport switch methodsChuck Lever2019-01-021-4/+6
| * | | | | | | | xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever2019-01-021-16/+26
| * | | | | | | | xprtrdma: Refactor Receive accountingChuck Lever2019-01-021-1/+1
| * | | | | | | | SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2018-12-191-2/+0
| * | | | | | | | SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-191-2/+0
| * | | | | | | | SUNRPC: remove generic cred code.NeilBrown2018-12-191-6/+0
| * | | | | | | | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-194-28/+12
| * | | | | | | | NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-192-2/+2
| * | | | | | | | NFS: change access cache to use 'struct cred'.NeilBrown2018-12-191-2/+2
| * | | | | | | | SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2018-12-191-3/+0
| * | | | | | | | NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-192-12/+1
| * | | | | | | | SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-191-0/+2
| * | | | | | | | SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2018-12-191-0/+1
| * | | | | | | | NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-193-3/+4