index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Use atomic(64)_t for seq_send(64)
Paul Burton
2018-11-01
1
-5
/
+2
*
Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
2018-10-18
1
-9
/
+9
|
\
|
*
xprtrdma: Squelch a sparse warning
Chuck Lever
2018-10-03
1
-1
/
+1
|
*
xprtrdma: Rename rpcrdma_qp_async_error_upcall
Chuck Lever
2018-10-03
1
-1
/
+1
|
*
xprtrdma: Rename rpcrdma_conn_upcall
Chuck Lever
2018-10-02
1
-1
/
+1
|
*
xprtrdma: Name MR trace events consistently
Chuck Lever
2018-10-02
1
-6
/
+6
|
*
xprtrdma: Explicitly resetting MRs is no longer necessary
Chuck Lever
2018-10-02
1
-1
/
+1
*
|
SUNRPC: Replace krb5_seq_lock with a lockless scheme
Trond Myklebust
2018-09-30
1
-1
/
+2
*
|
NFS: Remove private spinlock in struct nfs_pgio_header
Trond Myklebust
2018-09-30
1
-3
/
+2
*
|
NFSv4: Save a few bytes in the nfs_pgio_args/res
Trond Myklebust
2018-09-30
1
-7
/
+17
*
|
NFSv3: Improve NFSv3 performance when server returns no post-op attributes
Trond Myklebust
2018-09-30
2
-1
/
+5
*
|
NFS: Convert lookups of the open context to RCU
Trond Myklebust
2018-09-30
1
-0
/
+1
*
|
NFS: Convert lookups of the lock context to RCU
Trond Myklebust
2018-09-30
1
-0
/
+1
*
|
SUNRPC: Unexport xdr_partial_copy_from_skb()
Trond Myklebust
2018-09-30
1
-2
/
+0
*
|
SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive
Trond Myklebust
2018-09-30
1
-1
/
+0
*
|
SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()
Trond Myklebust
2018-09-30
1
-8
/
+8
*
|
SUNRPC: Simplify TCP receive code by switching to using iterators
Trond Myklebust
2018-09-30
2
-29
/
+5
*
|
SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()
Trond Myklebust
2018-09-30
2
-0
/
+9
*
|
SUNRPC: Add a label for RPC calls that require allocation on receive
Trond Myklebust
2018-09-30
1
-0
/
+1
*
|
SUNRPC: Fix priority queue fairness
Trond Myklebust
2018-09-30
1
-2
/
+0
*
|
SUNRPC: Convert xprt receive queue to use an rbtree
Trond Myklebust
2018-09-30
1
-2
/
+2
*
|
SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
Trond Myklebust
2018-09-30
1
-1
/
+1
*
|
SUNRPC: Clean up transport write space handling
Trond Myklebust
2018-09-30
2
-3
/
+3
*
|
SUNRPC: Turn off throttling of RPC slots for TCP sockets
Trond Myklebust
2018-09-30
1
-1
/
+0
*
|
SUNRPC: Support for congestion control when queuing is enabled
Trond Myklebust
2018-09-30
1
-0
/
+2
*
|
SUNRPC: Improve latency for interactive tasks
Trond Myklebust
2018-09-30
1
-0
/
+1
*
|
SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
Trond Myklebust
2018-09-30
1
-1
/
+1
*
|
SUNRPC: Fix up the back channel transmit
Trond Myklebust
2018-09-30
1
-0
/
+1
*
|
SUNRPC: Refactor RPC call encoding
Trond Myklebust
2018-09-30
1
-0
/
+1
*
|
SUNRPC: Add a transmission queue for RPC requests
Trond Myklebust
2018-09-30
1
-0
/
+6
*
|
SUNRPC: Distinguish between the slot allocation list and receive queue
Trond Myklebust
2018-09-30
1
-2
/
+7
*
|
SUNRPC: Refactor xprt_transmit() to remove wait for reply code
Trond Myklebust
2018-09-30
1
-0
/
+1
*
|
SUNRPC: Refactor xprt_transmit() to remove the reply queue code
Trond Myklebust
2018-09-30
1
-0
/
+1
*
|
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
Trond Myklebust
2018-09-30
1
-1
/
+1
*
|
SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status
Trond Myklebust
2018-09-30
1
-0
/
+3
*
|
SUNRPC: Refactor the transport request pinning
Trond Myklebust
2018-09-30
2
-2
/
+2
*
|
SUNRPC: Add socket transmit queue offset tracking
Trond Myklebust
2018-09-30
1
-0
/
+7
*
|
SUNRPC: Rename TCP receive-specific state variables
Trond Myklebust
2018-09-30
2
-12
/
+14
*
|
SUNRPC: Simplify identification of when the message send/receive is complete
Trond Myklebust
2018-09-30
1
-2
/
+4
*
|
SUNRPC: The transmitted message must lie in the RPCSEC window of validity
Trond Myklebust
2018-09-30
2
-0
/
+3
*
|
SUNRPC: Clean up initialisation of the struct rpc_rqst
Trond Myklebust
2018-09-30
1
-1
/
+0
|
/
*
Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2018-09-28
1
-3
/
+4
|
\
|
*
spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc header
Boris Brezillon
2018-09-20
1
-3
/
+2
|
*
spi: spi-mem: Add missing description for data.nbytes field
Boris Brezillon
2018-09-20
1
-0
/
+2
*
|
Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2018-09-28
2
-6
/
+33
|
\
\
|
*
|
regulator: Fix 'do-nothing' value for regulators without suspend state
Marek Szyprowski
2018-09-03
1
-3
/
+3
|
*
|
regulator: da9063: fix DT probing with constraints
Philipp Zabel
2018-08-31
1
-7
/
+9
|
*
|
regulator: bd71837: Disable voltage monitoring for LDO3/4
Matti Vaittinen
2018-08-29
1
-3
/
+30
*
|
|
Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesktop.org/drm/drm
Greg Kroah-Hartman
2018-09-28
1
-1
/
+0
|
\
\
\
|
*
|
|
Revert "drm/panel: Add device_link from panel device to DRM device"
Linus Walleij
2018-09-27
1
-1
/
+0
[next]