summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2018-10-01vgic: Add support for 52bit guest physical addressKristina Martsenko
2018-10-01iommu/dma: Add support for non-strict modeZhen Lei
2018-10-01signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon
2018-10-01Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven
2018-09-30f2fs: support superblock checksumJunling Zheng
2018-09-30RDMA/qedr: Remove enumerated type qed_roce_ll2_tx_destNathan Chancellor
2018-09-30SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust
2018-09-30NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust
2018-09-30NFSv4: Save a few bytes in the nfs_pgio_args/resTrond Myklebust
2018-09-30NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust
2018-09-30NFS: Convert lookups of the open context to RCUTrond Myklebust
2018-09-30NFS: Convert lookups of the lock context to RCUTrond Myklebust
2018-09-30SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust
2018-09-30SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust
2018-09-30SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust
2018-09-30SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust
2018-09-30SUNRPC: Fix priority queue fairnessTrond Myklebust
2018-09-30SUNRPC: Convert xprt receive queue to use an rbtreeTrond Myklebust
2018-09-30SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust
2018-09-30SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust
2018-09-30SUNRPC: Improve latency for interactive tasksTrond Myklebust
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust
2018-09-30SUNRPC: Fix up the back channel transmitTrond Myklebust
2018-09-30SUNRPC: Refactor RPC call encodingTrond Myklebust
2018-09-30SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust
2018-09-30SUNRPC: Distinguish between the slot allocation list and receive queueTrond Myklebust
2018-09-30SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust
2018-09-30SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust
2018-09-30SUNRPC: Refactor the transport request pinningTrond Myklebust
2018-09-30SUNRPC: Add socket transmit queue offset trackingTrond Myklebust
2018-09-30SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust
2018-09-30SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust
2018-09-30Compiler Attributes: add support for __nonstring (gcc >= 8)Miguel Ojeda
2018-09-30Compiler Attributes: remove uses of __attribute__ from compiler.hMiguel Ojeda
2018-09-30Compiler Attributes: KENTRY used twice the "used" attributeMiguel Ojeda
2018-09-30Compiler Attributes: use feature checks instead of version checksMiguel Ojeda
2018-09-30Compiler Attributes: add missing SPDX ID in compiler_types.hMiguel Ojeda
2018-09-30Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda
2018-09-30Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda
2018-09-30Compiler Attributes: remove unneeded testsMiguel Ojeda
2018-09-30Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda