index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-30
SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive
Trond Myklebust
1
-1
/
+0
2018-09-30
SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()
Trond Myklebust
1
-8
/
+8
2018-09-30
SUNRPC: Simplify TCP receive code by switching to using iterators
Trond Myklebust
2
-29
/
+5
2018-09-30
SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()
Trond Myklebust
2
-0
/
+9
2018-09-30
SUNRPC: Add a label for RPC calls that require allocation on receive
Trond Myklebust
1
-0
/
+1
2018-09-30
SUNRPC: Fix priority queue fairness
Trond Myklebust
1
-2
/
+0
2018-09-30
SUNRPC: Convert xprt receive queue to use an rbtree
Trond Myklebust
1
-2
/
+2
2018-09-30
SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
Trond Myklebust
1
-1
/
+1
2018-09-30
SUNRPC: Clean up transport write space handling
Trond Myklebust
2
-3
/
+3
2018-09-30
SUNRPC: Turn off throttling of RPC slots for TCP sockets
Trond Myklebust
1
-1
/
+0
2018-09-30
SUNRPC: Support for congestion control when queuing is enabled
Trond Myklebust
1
-0
/
+2
2018-09-30
SUNRPC: Improve latency for interactive tasks
Trond Myklebust
1
-0
/
+1
2018-09-30
SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
Trond Myklebust
1
-1
/
+1
2018-09-30
SUNRPC: Fix up the back channel transmit
Trond Myklebust
1
-0
/
+1
2018-09-30
SUNRPC: Refactor RPC call encoding
Trond Myklebust
1
-0
/
+1
2018-09-30
SUNRPC: Add a transmission queue for RPC requests
Trond Myklebust
1
-0
/
+6
2018-09-30
SUNRPC: Distinguish between the slot allocation list and receive queue
Trond Myklebust
1
-2
/
+7
2018-09-30
SUNRPC: Refactor xprt_transmit() to remove wait for reply code
Trond Myklebust
1
-0
/
+1
2018-09-30
SUNRPC: Refactor xprt_transmit() to remove the reply queue code
Trond Myklebust
1
-0
/
+1
2018-09-30
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
Trond Myklebust
1
-1
/
+1
2018-09-30
SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status
Trond Myklebust
1
-0
/
+3
2018-09-30
SUNRPC: Refactor the transport request pinning
Trond Myklebust
2
-2
/
+2
2018-09-30
SUNRPC: Add socket transmit queue offset tracking
Trond Myklebust
1
-0
/
+7
2018-09-30
SUNRPC: Rename TCP receive-specific state variables
Trond Myklebust
2
-12
/
+14
2018-09-30
SUNRPC: Simplify identification of when the message send/receive is complete
Trond Myklebust
1
-2
/
+4
2018-09-30
SUNRPC: The transmitted message must lie in the RPCSEC window of validity
Trond Myklebust
2
-0
/
+3
2018-09-30
SUNRPC: Clean up initialisation of the struct rpc_rqst
Trond Myklebust
1
-1
/
+0
2018-09-30
Compiler Attributes: add support for __nonstring (gcc >= 8)
Miguel Ojeda
1
-0
/
+14
2018-09-30
Compiler Attributes: remove uses of __attribute__ from compiler.h
Miguel Ojeda
1
-6
/
+6
2018-09-30
Compiler Attributes: KENTRY used twice the "used" attribute
Miguel Ojeda
1
-1
/
+1
2018-09-30
Compiler Attributes: use feature checks instead of version checks
Miguel Ojeda
5
-125
/
+254
2018-09-30
Compiler Attributes: add missing SPDX ID in compiler_types.h
Miguel Ojeda
1
-0
/
+1
2018-09-30
Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
Miguel Ojeda
3
-9
/
+3
2018-09-30
Compiler Attributes: homogenize __must_be_array
Miguel Ojeda
4
-11
/
+7
2018-09-30
Compiler Attributes: remove unneeded tests
Miguel Ojeda
1
-20
/
+3
2018-09-30
Compiler Attributes: always use the extra-underscores syntax
Miguel Ojeda
5
-33
/
+33
2018-09-30
Compiler Attributes: remove unused attributes
Miguel Ojeda
3
-7
/
+0
2018-09-30
docs: fpga: document fpga manager flags
Alan Tull
1
-6
/
+14
2018-09-30
Merge 4.19-rc6 into tty-next
Greg Kroah-Hartman
21
-102
/
+135
2018-09-30
Merge 4.19-rc6 into usb-next
Greg Kroah-Hartman
21
-102
/
+135
2018-09-30
Merge 4.19-rc6
Greg Kroah-Hartman
21
-102
/
+135
2018-09-30
dt-bindings: power: Add Actions Semi S900 SPS
Manivannan Sadhasivam
1
-0
/
+23
2018-09-29
xarray: Change definition of sibling entries
Matthew Wilcox
2
-4
/
+93
2018-09-29
xarray: Replace exceptional entries
Matthew Wilcox
3
-40
/
+117
2018-09-29
Update email address
Matthew Wilcox
1
-1
/
+1
2018-09-29
netlink: fix typo in nla_parse_nested() comment
Johannes Berg
1
-1
/
+1
2018-09-29
tls: Remove redundant vars from tls record structure
Vakul Garg
1
-4
/
+2
2018-09-29
Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
1
-3
/
+1
2018-09-28
Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
1
-3
/
+4
2018-09-28
Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2
-6
/
+33
[prev]
[next]