summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh: make heartbeat driver explicitly non-modularPaul Gortmaker2016-07-311-29/+3
* sh: make board-secureedge5410 explicitly non-modularPaul Gortmaker2016-07-311-2/+1
* sh: make mm/asids-debugfs explicitly non-modularPaul Gortmaker2016-07-311-4/+1
* sh: make time.c explicitly non-modularPaul Gortmaker2016-07-311-2/+1
* sh: fix futex/robust_list on nommu modelsRich Felker2016-07-311-0/+1
* sh: disable aliased page logic on NOMMU modelsRich Felker2016-07-312-0/+8
* sh: make sigcontext definition consistent across fpu/nofpu modelsRich Felker2016-07-311-3/+0
* sh: add support for linking a builtin device tree blob in the kernelRich Felker2016-07-315-3/+41
* sh: cmpxchg: fix a bit shift bug in big_endian osPan Xinhui2016-07-311-1/+1
* Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-3055-1500/+1748
|\
| * pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingBenjamin Coddington2016-07-281-3/+5
| * NFSv4: Clean up lookup of SECINFO_NO_NAMETrond Myklebust2016-07-261-8/+2
| * NFSv4.2: Fix warning "variable ‘stateids’ set but not used"Trond Myklebust2016-07-241-2/+10
| * NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"Trond Myklebust2016-07-241-1/+1
| * Merge branch 'nfs-rdma'Trond Myklebust2016-07-24205-1698/+2417
| |\
| | * Merge tag 'nfs-rdma-4.8-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-07-191-1/+1
| | |\
| | | * xprtrdma: fix semicolon.cocci warningskbuild test robot2016-07-191-1/+1
| | * | Merge tag 'nfs-rdma-4.8-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-07-1515-852/+728
| | |\|
| | | * NFS: Don't drop CB requests with invalid principalsChuck Lever2016-07-112-1/+10
| | | * svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever2016-07-111-1/+2
| | | * xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2016-07-116-2/+31
| | | * xprtrdma: Clean up fixup_copy_count accountingChuck Lever2016-07-111-13/+13
| | | * xprtrdma: Update only specific fields in private receive bufferChuck Lever2016-07-111-4/+9
| | | * xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()Chuck Lever2016-07-111-28/+33
| | | * xprtrdma: rpcrdma_inline_fixup() overruns the receive page listChuck Lever2016-07-111-5/+11
| | | * xprtrdma: Chunk list encoders no longer share one rl_segments arrayChuck Lever2016-07-112-53/+44
| | | * xprtrdma: Place registered MWs on a per-req listChuck Lever2016-07-116-139/+94
| | | * xprtrdma: Release orphaned MRs immediatelyChuck Lever2016-07-112-12/+26
| | | * xprtrdma: Allocate MRs on demandChuck Lever2016-07-115-124/+114
| | | * xprtrdma: Chunk list encoders must not return zeroChuck Lever2016-07-113-3/+7
| | | * xprtrdma: Honor ->send_request API contractChuck Lever2016-07-115-24/+39
| | | * xprtrdma: Reply buffer exhaustion can be catastrophicChuck Lever2016-07-111-7/+5
| | | * xprtrdma: Clean up device capability detectionChuck Lever2016-07-114-29/+44
| | | * xprtrdma: Remove rpcrdma_map_one() and friendsChuck Lever2016-07-112-44/+0
| | | * xprtrdma: Remove ALLPHYSICAL memory registration modeChuck Lever2016-07-114-142/+2
| | | * xprtrdma: Do not leak an MW during a DMA map failureChuck Lever2016-07-112-0/+2
| | | * xprtrdma: Refactor MR recovery work queuesChuck Lever2016-07-115-166/+135
| | | * xprtrdma: Use scatterlist for DMA mapping and unmapping under FMRChuck Lever2016-07-111-39/+57
| | | * xprtrdma: Rename fields in rpcrdma_fmrChuck Lever2016-07-112-19/+19
| | | * xprtrdma: Move init and release helpersChuck Lever2016-07-112-89/+119
| | | * xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever2016-07-112-47/+46
| | | * xprtrdma: Remove FMRs from the unmap list after unmappingChuck Lever2016-07-111-2/+7
| | |/
| * | Merge branch 'pnfs'Trond Myklebust2016-07-246-136/+218
| |\ \
| | * | pNFS: Remove redundant smp_mb() from pnfs_init_lseg()Trond Myklebust2016-07-241-1/+0
| | * | pNFS: Cleanup - do layout segment initialisation in one placeTrond Myklebust2016-07-241-4/+6
| | * | pNFS: Remove redundant stateid invalidationTrond Myklebust2016-07-241-1/+0
| | * | pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()Trond Myklebust2016-07-244-16/+0
| | * | pNFS: Clear the layout metadata if the server changed the layout stateidTrond Myklebust2016-07-241-1/+1
| | * | pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()Trond Myklebust2016-07-244-5/+5
| | * | NFS: pnfs_mark_matching_lsegs_return() should match the layout sequence idTrond Myklebust2016-07-241-14/+23