summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever2018-01-233-9/+74
* xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever2018-01-232-0/+34
* xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever2018-01-233-5/+73
* xprtrdma: Add trace points for connect eventsChuck Lever2018-01-233-28/+92
* xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever2018-01-232-3/+60
* xprtrdma: Add trace points to instrument memory invalidationChuck Lever2018-01-234-16/+57
* xprtrdma: Add trace points in reply decoder pathChuck Lever2018-01-232-20/+102
* xprtrdma: Add trace points to instrument memory registrationChuck Lever2018-01-233-22/+163
* xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever2018-01-233-19/+171
* xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever2018-01-233-15/+129
* rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever2018-01-233-5/+25
* rdma/ib: Add trace point macros to display human-readable valuesChuck Lever2018-01-231-0/+129
* xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever2018-01-164-23/+33
* xprtrdma: Remove usage of "mw"Chuck Lever2018-01-165-278/+292
* xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever2018-01-165-100/+100
* xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst'sChuck Lever2018-01-161-6/+1Star
* xprtrdma: Split xprt_rdma_send_requestChuck Lever2018-01-164-32/+50
* xprtrdma: buf_free not called for CB repliesChuck Lever2018-01-163-6/+1Star
* xprtrdma: Move unmap-safe logic to rpcrdma_marshal_reqChuck Lever2018-01-162-5/+11
* xprtrdma: Support IPv6 in xprt_rdma_set_portChuck Lever2018-01-161-4/+24
* xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever2018-01-163-19/+12Star
* xprtrdma: Initialize the xprt address string array earlierChuck Lever2018-01-163-13/+21
* xprtrdma: Remove unused padding variablesChuck Lever2018-01-162-7/+3Star
* xprtrdma: Remove ri_reminv_expectedChuck Lever2018-01-162-3/+0Star
* xprtrdma: Per-mode handling for Remote InvalidationChuck Lever2018-01-164-30/+27Star
* xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_requestChuck Lever2018-01-161-1/+1
* xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever2018-01-163-24/+22Star
* xprtrdma: Fix buffer leak after transport set up failureChuck Lever2018-01-161-11/+2Star
* Linux 4.15-rc4Linus Torvalds2017-12-181-1/+1
* Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook2017-12-171-6/+1Star
* Merge branch 'WIP.x86-pti.base-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2017-12-170-0/+0
|\
| * x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-12-172-8/+137
| * locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-1713-27/+27
| * locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon2017-12-171-0/+1
| * bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann2017-12-171-0/+1
| * perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen2017-12-172-1/+27
| * x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-172-2/+6
| * x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri2017-12-171-0/+1
| * Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-1717-93/+121
| |\
| * \ Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.baseIngo Molnar2017-12-173-58/+33Star
| |\ \
| * \ \ Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-1719-522/+613
| |\ \ \
| * \ \ \ Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-1755-361/+579
| |\ \ \ \
* | | | | | Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/sc...Linus Torvalds2017-12-172-4/+4
|\| | | | |
| * | | | | drivers/misc/intel/pti: Rename the header file to free up the namespaceIngo Molnar2017-12-172-4/+4
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-171-12/+17
|\ \ \ \ \ \
| * | | | | | posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2017-12-151-12/+17
* | | | | | | Merge tag 'dmaengine-fix-4.15-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2017-12-175-41/+52
|\ \ \ \ \ \ \
| * | | | | | | dmaengine: fsl-edma: disable clks on all error pathsAndreas Platschek2017-12-151-14/+14
| * | | | | | | dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan2017-12-111-1/+3
| * | | | | | | dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis2017-12-111-24/+31