summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* build_bug.h: remove most of dummy BUILD_BUG_ON stubs for SparseMasahiro Yamada2019-01-041-15/+7
* build_bug.h: remove negative-array fallback for BUILD_BUG_ON()Masahiro Yamada2019-01-041-14/+0
* 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
| * | | | | | | SUNRPC: discard RPC_DO_ROOTOVERRIDE()NeilBrown2018-12-191-1/+0
| * | | | | | | NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown2018-12-191-0/+1
| * | | | | | | SUNRPC: remove machine_cred field from struct auth_credNeilBrown2018-12-191-2/+1
| * | | | | | | SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-3/+0
| * | | | | | | SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-191-1/+0
| * | | | | | | SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-191-0/+2
| * | | | | | | cred: allow get_cred() and put_cred() to be given NULL.NeilBrown2018-12-191-5/+9
| * | | | | | | cred: add get_cred_rcu()NeilBrown2018-12-191-0/+11
| * | | | | | | cred: add cred_fscmp() for comparing creds.NeilBrown2018-12-191-0/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-026-13/+23
|\ \ \ \ \ \ \
| * | | | | | | nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin2018-12-311-0/+9
| * | | | | | | sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-272-2/+0