summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-114-7/+19
|\
| * kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-111-2/+2
| * kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-112-5/+5
| * stacktrace: cleanup inconsistent variable typeWalter Wu2020-06-111-1/+1
| * mm: add comments on pglist_data zonesBen Widawsky2020-06-111-1/+13
* | Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-111-0/+1
|\ \
| * | irqchip: RISC-V per-HART local interrupt controller driverAnup Patel2020-06-101-0/+1
* | | Merge tag 'mailbox-v5.8' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2020-06-111-0/+33
|\ \ \
| * | | dt-bindings: mailbox: Add devicetree binding for Qcom IPCCManivannan Sadhasivam2020-05-311-0/+33
* | | | Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-117-64/+370
|\ \ \ \
| * | | | SUNRPC: rpc_xprt lifetime events should record xprt->stateChuck Lever2020-06-111-1/+29
| * | | | nfs: set invalid blocks after NFSv4 writesZheng Bin2020-06-111-0/+1
| * | | | SUNRPC: trace RPC client lifetime eventsChuck Lever2020-06-111-0/+111
| * | | | SUNRPC: Trace transport lifetime eventsChuck Lever2020-06-112-4/+35
| * | | | SUNRPC: Split the xdr_buf event classChuck Lever2020-06-111-47/+66
| * | | | SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever2020-06-111-0/+28
| * | | | SUNRPC: Update the RPC_SHOW_SOCKET() macroChuck Lever2020-06-111-3/+3
| * | | | SUNRPC: Update the rpc_show_task_flags() macroChuck Lever2020-06-111-1/+7
| * | | | SUNRPC: Trace GSS context lifetimesChuck Lever2020-06-111-4/+51
| * | | | SUNRPC: receive buffer size estimation values almost never changeChuck Lever2020-06-112-2/+37
| * | | | NFS: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-272-2/+2
| * | | | nfs4: Remove unneeded semicolonZheng Bin2020-05-271-1/+1
* | | | | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-1110-58/+529
|\ \ \ \ \
| * | | | | sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-05-292-1/+3
| * | | | | Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-2153-176/+822
| |\ \ \ \ \
| | * | | | | SUNRPC: Clean up request deferral tracepointsChuck Lever2020-05-201-3/+8
| | * | | | | SUNRPC: svc_show_status() macro should have enum definitionsChuck Lever2020-05-201-0/+11
| | * | | | | SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever2020-05-201-0/+2
| | * | | | | SUNRPC: Refactor svc_recvfrom()Chuck Lever2020-05-201-0/+1
| | * | | | | SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever2020-05-201-0/+31
| | * | | | | SUNRPC: Replace dprintk() call sites in TCP receive pathChuck Lever2020-05-201-0/+1
| | * | | | | SUNRPC: Restructure svc_tcp_recv_record()Chuck Lever2020-05-181-0/+24
| | * | | | | SUNRPC: Rename svc_sock::sk_reclenChuck Lever2020-05-181-3/+3
| | * | | | | SUNRPC: Trace server-side rpcbind registration eventsChuck Lever2020-05-181-0/+80
| | * | | | | SUNRPC: Replace dprintk call sites in TCP state change calloutsChuck Lever2020-05-181-0/+67
| | * | | | | SUNRPC: Add more svcsock tracepointsChuck Lever2020-05-181-0/+97
| | * | | | | SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever2020-05-182-35/+36
| | * | | | | SUNRPC: Tracepoint to record errors in svc_xpo_create()Chuck Lever2020-05-181-0/+29
| | * | | | | SUNRPC: Remove kernel memory address from svc_xprt tracepointsChuck Lever2020-05-181-20/+7
| | * | | | | svcrdma: Add tracepoints to report ->xpo_accept failuresChuck Lever2020-05-181-1/+37
| | * | | | | svcrdma: Remove the SVCRDMA_DEBUG macroChuck Lever2020-05-181-1/+0
| | * | | | | svcrdma: Rename tracepoints that record header decoding errorsChuck Lever2020-05-181-2/+3
| | * | | | | svcrdma: Fix backchannel return codeChuck Lever2020-05-181-3/+2
| | * | | | | svcrdma: trace undersized Write chunksChuck Lever2020-05-181-0/+32
| | * | | | | svcrdma: Trace page overruns when constructing RDMA ReadsChuck Lever2020-05-181-0/+28
| | * | | | | svcrdma: Clean up handling of get_rw_ctx errorsChuck Lever2020-05-181-0/+25
| | * | | | | svcrdma: Clean up the tracing for rw_ctx_init errorsChuck Lever2020-05-181-4/+8
| | * | | | | SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever2020-05-181-0/+6
| * | | | | | nfsd: clients don't need to break their own delegationsJ. Bruce Fields2020-05-092-0/+2
| * | | | | | kthread: save thread functionJ. Bruce Fields2020-05-091-0/+1