summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.hSagi Grimberg2014-10-091-46/+189
| | | * | | | | | | IB/iser: Nit - add space after __func__ in iser loggingSagi Grimberg2014-10-091-8/+8
| | | * | | | | | | IB/iser: Change iscsi_conn_stop log level to infoAriel Nahum2014-10-091-1/+1
| | | * | | | | | | IB/iser: Suppress scsi command send completionsSagi Grimberg2014-10-093-7/+16
| | | * | | | | | | IB/iser: Optimize completion pollingSagi Grimberg2014-10-092-5/+11
| | | * | | | | | | IB/iser: Use beacon to indicate all completions were consumedSagi Grimberg2014-10-093-22/+23
| | | * | | | | | | IB/iser: Use single CQ for RX and TXSagi Grimberg2014-10-093-125/+114
| | | * | | | | | | IB/iser: Use internal polling budget to avoid possible live-lockSagi Grimberg2014-10-091-0/+4
| | | * | | | | | | IB/iser: Centralize iser completion contextsSagi Grimberg2014-10-092-87/+84
| | | * | | | | | | IB/iser: Use iser_warn instead of BUG_ON in iser_conn_releaseAriel Nahum2014-10-091-1/+3
| | | * | | | | | | IB/iser: Signal iSCSI layer that transport is broken in error completionsSagi Grimberg2014-10-091-4/+25
| | | * | | | | | | IB/iser: Protect tasks cleanup in case IB device was already releasedSagi Grimberg2014-10-091-1/+7
| | | * | | | | | | IB/iser: Unbind at conn_stop stageAriel Nahum2014-10-091-0/+7
| | | * | | | | | | IB/iser: Don't bound release_work completions timeoutsSagi Grimberg2014-10-091-9/+4
| | | * | | | | | | IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemonSagi Grimberg2014-10-092-61/+108
| | | * | | | | | | IB/iser: Extend iser_free_ib_conn_res()Sagi Grimberg2014-10-091-28/+30
| | | * | | | | | | IB/iser: Remove unused variables and dead codeRoi Dayan2014-10-091-4/+0
| | | * | | | | | | IB/iser: Re-introduce ib_connSagi Grimberg2014-10-095-204/+245
| | | * | | | | | | IB/iser: Rename ib_conn -> iser_connSagi Grimberg2014-10-095-392/+403
| | | |/ / / / / /
| | * | | | | | | RDMA/cxgb4: Fix ntuple calculation for ipv6 and remove duplicate lineHariprasad S2014-10-141-4/+3
| | * | | | | | | RDMA/cxgb4: Add missing neigh_release in find_routeHariprasad S2014-10-141-0/+1
| | * | | | | | | RDMA/cxgb4: Take IPv6 into account for best_mtu and set_emssHariprasad S2014-10-141-8/+16
| | * | | | | | | RDMA/cxgb4: Make c4iw_wr_log_size_order staticSteve Wise2014-10-141-1/+1
| | |/ / / / / /
| * | | | | | | IB/core: Fix XRC race condition in ib_uverbs_open_qpJack Morgenstein2014-10-141-0/+4
| * | | | | | | IB/core: Clear AH attr variable to prevent garbage dataDevesh Sharma2014-10-141-0/+2
| |/ / / / / /
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-1964-910/+882
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-10-187-11/+30
| |\ \ \ \ \ \ \
| | * | | | | | | perf script: Add period as a default output columnJiri Olsa2014-10-171-3/+6
| | * | | | | | | perf script: Add period data columnJiri Olsa2014-10-172-2/+12
| | * | | | | | | perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo2014-10-174-1/+5
| | * | | | | | | perf evlist: Add missing 'struct option' forward declarationArnaldo Carvalho de Melo2014-10-171-0/+2
| | * | | | | | | perf evsel: Move exit stuff from __delete to __exitArnaldo Carvalho de Melo2014-10-171-5/+5
| |/ / / / / / /
| * | | | | | | kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE defineAnton Blanchard2014-10-171-1/+0
| * | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-10-1631-669/+460
| |\ \ \ \ \ \ \
| | * | | | | | | perf kvm stat live: Enable events copyingAlexander Yarygin2014-10-151-0/+1
| | * | | | | | | perf session: Add option to copy events when queueingAlexander Yarygin2014-10-153-8/+56
| | * | | | | | | perf Documentation: Fix typos in perf/DocumentationMasanari Iida2014-10-159-15/+15
| | * | | | | | | perf trace: Use thread_{,_set}_priv helpersNamhyung Kim2014-10-151-8/+8
| | * | | | | | | perf kvm: Use thread_{,_set}_priv helpersNamhyung Kim2014-10-151-3/+3
| | * | | | | | | perf callchain: Create an address space per threadNamhyung Kim2014-10-153-5/+55
| | * | | | | | | perf report: Set callchain_param.record_mode for future useNamhyung Kim2014-10-152-0/+10
| | * | | | | | | perf evlist: Fix for double free in tools/perf statYasser Shalabi2014-10-151-0/+1
| | * | | | | | | perf test: Add test case for pmu event new style formatKan Liang2014-10-151-0/+36
| | * | | | | | | perf tools: Add support to new style format of kernel PMU eventKan Liang2014-10-152-1/+69
| | * | | | | | | perf tools: Parse the pmu event prefix and suffixKan Liang2014-10-154-10/+141
| | * | | | | | | Revert "perf tools: Default to cpu// for events v5"Kan Liang2014-10-153-54/+1
| | * | | | | | | perf Documentation: Remove Ruplicated docs for powerpc cpu specific eventsCody P Schafer2014-10-151-573/+0
| | * | | | | | | perf Documentation: sysfs events/ interfacesCody P Schafer2014-10-151-0/+60
| | * | | | | | | perf top: Add a visual cue for toggle zeroing of samplesTaeung Song2014-10-151-10/+22
| |/ / / / / / /
| * | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-10-1535-229/+392
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud