[PATCH 06/10] staging: lustre: Correct missing newline
From: James Nunez <james.a.nunez@intel.com> Several error messages are missing newline characters at the end of the message. Newlines are added where
View Article[PATCH 07/10] staging: lustre: add last missing sparse annotation __user
From: Frank Zago <fzago@cray.com> One of the __user was missed in being applied to upstream client. This is broken out of patch 11819. Signed-off-by
View Article[PATCH 08/10] staging: lustre: change test to asser in LNetGetId
The ln_refcount test was changed into an assert. Signed-off-by: James Simmons <jsimmons@infradead.org> --- drivers/staging/lustre/lnet/lnet/api-ni.c
View Article[PATCH 09/10] staging: lustre: rename proc_call_handler to lprocfs_call_handler
Using proc_call_handler as a function name is way too generic. Rename to lprocfs_call_handler to avoid possible collisions. Signed-off-by: James Simm
View Article[PATCH 10/10] staging: lustre: make LNet use lprocfs_call_handler
Sometime ago a patch was submitted to duplicate the proc_call_handler code in the LNet layer. This was due to the thinking libcfs was not used by the
View Article[PATCH v6 0/2] Add phy support for arasan,sdhci-5.1
Phy is mandatory requirement for arasan,sdhci-5.1, so we introduce generic phy support for sdhci-of-arasan. This version is rebased on Ulf's next to m
View Article[PATCH v6 1/2] Documentation: bindings: add description of phy for...
This patch adds phys and phy-names for sdhci-of-arasan as required properties for arasan,sdhci-5.1, and details the example as well. Signed-off-by: S
View Article[PATCH v6 2/2] mmc: sdhci-of-arasan: add phy support for sdhci-of-arasan
This patch adds Generic PHY access for sdhci-of-arasan. Driver can get PHY handler from dt-binding, and power-on/init the PHY. Currently, it's just ma
View Article[RFC PATCH 0/2] percpu_counter: Enable switching to global counter
This patchset allows the degeneration of per-cpu counters back to global counters when: 1) The number of CPUs in the system is large, hence a high c
View Article[RFC PATCH 1/2] percpu_counter: Allow falling back to global counter on large...
Per-cpu counters are used in quite a number of places within the kernel. On large system with a lot of CPUs, however, doing a percpu_counter_sum() ca
View Article[RFC PATCH 2/2] xfs: Allow degeneration of m_fdblocks/m_ifree to global counters
Small XFS filesystems on systems with large number of CPUs can incur a significant overhead due to excessive calls to the percpu_counter_sum() functio
View ArticleRe: [4/9] powerpc: inline ip_fast_csum()
On Tue, Sep 22, 2015 at 04:34:25PM +0200, Christophe Leroy wrote: > @@ -137,6 +130,45 @@ static inline __wsum csum_add(__wsum csum, __wsum addend) >
View Article[PATCH] checkpatch: Warn on bare unsigned or signed declarations without int
Kernel style prefers "unsigned int <foo>" over "unsigned <foo>" and "signed int <foo>" over "signed <foo>". Emit a warning for these simple signed/un
View ArticleRe: [9/9] powerpc: optimise csum_partial() call when len is constant
On Tue, Sep 22, 2015 at 04:34:36PM +0200, Christophe Leroy wrote: > +/* > + * computes the checksum of a memory block at buff, length len, > + * and a
View Article[PATCH v2 net] net: hns: fix the bug about loopback
It will always be passed if the soc is tested the loopback cases. This patch will fix this bug. Signed-off-by: Kejian Yan <yankejian@huawei.com> ---
View Article[TRIVIAL PATCH] treewide: Remove unnecessary 0x prefixes before %pa extension...
Since commit 3cab1e711297 ("lib/vsprintf: refactor duplicate code to special_hex_number()") %pa uses have been ouput with a 0x prefix. These 0x prefi
View Article[tip:perf/core] perf tools: Fix python extension build
Commit-ID: 67d5268908283c187e0a460048a423256c2fb288 Gitweb: http://git.kernel.org/tip/67d5268908283c187e0a460048a423256c2fb288 Author: Jiri O
View Article[tip:perf/core] perf trace: Check and discard not only 'nr' but...
Commit-ID: c42de706dad3f39c1f65e473a1d165ea33f8b6e8 Gitweb: http://git.kernel.org/tip/c42de706dad3f39c1f65e473a1d165ea33f8b6e8 Author: Taeung
View Article[tip:perf/core] tracing/syscalls: Rename "/format" tracepoint field...
Commit-ID: 026842d148b920dc28f0499ede4950dcb098d4d5 Gitweb: http://git.kernel.org/tip/026842d148b920dc28f0499ede4950dcb098d4d5 Author: Taeung
View Article[tip:perf/core] tools lib traceevent: Split pevent_print_event() into...
Commit-ID: a6745330789f25103e67011bcfeec908fcc3b341 Gitweb: http://git.kernel.org/tip/a6745330789f25103e67011bcfeec908fcc3b341 Author: Steven
View Article