summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-09-30SUNRPC: Improve latency for interactive tasksTrond Myklebust1-0/+1
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust1-1/+1
2018-09-30SUNRPC: Fix up the back channel transmitTrond Myklebust1-0/+1
2018-09-30SUNRPC: Refactor RPC call encodingTrond Myklebust1-0/+1
2018-09-30SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust1-0/+6
2018-09-30SUNRPC: Distinguish between the slot allocation list and receive queueTrond Myklebust1-2/+7
2018-09-30SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust1-0/+1
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust1-0/+1
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust1-1/+1
2018-09-30SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust1-0/+3
2018-09-30SUNRPC: Refactor the transport request pinningTrond Myklebust2-2/+2
2018-09-30SUNRPC: Add socket transmit queue offset trackingTrond Myklebust1-0/+7
2018-09-30SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2-12/+14
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust1-2/+4
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2-0/+3
2018-09-30SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust1-1/+0
2018-09-30Compiler Attributes: add support for __nonstring (gcc >= 8)Miguel Ojeda1-0/+14
2018-09-30Compiler Attributes: remove uses of __attribute__ from compiler.hMiguel Ojeda1-6/+6
2018-09-30Compiler Attributes: KENTRY used twice the "used" attributeMiguel Ojeda1-1/+1
2018-09-30Compiler Attributes: use feature checks instead of version checksMiguel Ojeda5-125/+254
2018-09-30Compiler Attributes: add missing SPDX ID in compiler_types.hMiguel Ojeda1-0/+1
2018-09-30Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda3-9/+3
2018-09-30Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda4-11/+7
2018-09-30Compiler Attributes: remove unneeded testsMiguel Ojeda1-20/+3
2018-09-30Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda5-33/+33
2018-09-30Compiler Attributes: remove unused attributesMiguel Ojeda3-7/+0
2018-09-30docs: fpga: document fpga manager flagsAlan Tull1-6/+14
2018-09-30Merge 4.19-rc6 into tty-nextGreg Kroah-Hartman21-102/+135
2018-09-30Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman21-102/+135
2018-09-30Merge 4.19-rc6Greg Kroah-Hartman21-102/+135
2018-09-30dt-bindings: power: Add Actions Semi S900 SPSManivannan Sadhasivam1-0/+23
2018-09-30xarray: Change definition of sibling entriesMatthew Wilcox2-4/+93
2018-09-30xarray: Replace exceptional entriesMatthew Wilcox3-40/+117
2018-09-30Update email addressMatthew Wilcox1-1/+1
2018-09-29netlink: fix typo in nla_parse_nested() commentJohannes Berg1-1/+1
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg1-4/+2
2018-09-29Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller1-3/+1
2018-09-29Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-3/+4
2018-09-29Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-6/+33
2018-09-29clk: renesas: Convert to SPDX identifiersKuninori Morimoto1-6/+2
2018-09-28Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring1-0/+11
2018-09-28Merge tag 'renesas-drivers-for-v4.20' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann3-0/+80
2018-09-28Merge tag 'tegra-for-4.20-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-19/+19
2018-09-28of: Add cpu node iterator for_each_of_cpu_node()Rob Herring1-0/+11
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa1-0/+2
2018-09-28PCI: Add support for Immediate ReadinessFelipe Balbi2-0/+2
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+0
2018-09-28netlink: add nested array policy validationJohannes Berg1-1/+11
2018-09-28netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg1-2/+11
2018-09-28netlink: make validation_data constJohannes Berg1-1/+1