[PATCH 1/4] usb: limit OMAP related USB options to OMAP2PLUS platforms (no...
commit 57f6ce072e35770a63be0c5d5e82f90d8da7d665 ("usb: phy: add a new driver for usb3 phy") added the new Kconfig option OMAP_USB3, but it had no dependencies whatsoever, and hence became available...
View Article[PATCH 4/4] checkpatch: only allow COMPILE_TEST in Kconfig dependency lines...
The option CONFIG_COMPILE_TEST, added in commit 4bb1667255a ("build some drivers only when compile-testing") is meant to give a middle ground[1] between those who want the widest compile coverage...
View Article[PATCH 2/4] power: make goldfish_battery depend on GOLDFISH || COMPILE_TEST...
Nearly all the other goldfish peripherals (mtd, keyboard, etc) have a dependency on the main platform's GOLDFISH Kconfig item, but this one got skipped. Even with consistency as a justification, there...
View Article[RFC PATCH 0/4] CONFIG_COMPILE_TEST: additional examples and checkpatch rule...
I only just noticed the existence of CONFIG_COMPILE_TEST (now in mainline as of merge fc76a258d41 ("Merge tag 'driver-core-3.11-rc1' of...
View ArticleDoes commit interval inExt3/Ext4 really influence performance? (no replies)
As title, when we change the commit interval from default value, i.e., 5sec, to other large value, for example, 100 sec., etc. Does it really make the performance higher? Since I change this value to...
View Article[PATCH] crypto: caam - RNG instantiation by directly programming DECO (no...
Remove the dependency of RNG instantiation on Job Ring. Now RNG instantiation for devices with RNG version > 4 is done by directly programming DECO 0. Signed-off-by: Ruchika Gupta...
View Articlelinux-next: Tree for Jul 4 (4 replies)
Hi all, Changes since 20130703: The net-next tree lost its build failure. The akpm tree gained a conflict against the kbuild tree and lost lots of patches that turned up elsewhere....
View Article[PATCH] irqchip: vt8500: Staticize local symbols (no replies)
This driver is converted to use IRQCHIP_DECLARE and irqchip_init. vt8500_handle_irq() and vt8500_irq_init() are only referenced in this file now, make them static. Signed-off-by: Axel Lin...
View Article[PATCH 1/2] powerpc: remove unnecessary line continuations (no replies)
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com> --- arch/powerpc/kernel/process.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/process.c...
View Article[PATCH 2/2] powerpc: move debug registers in a structure (no replies)
This way we can use same data type struct with KVM and also help in using other debug related function. Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com> ---...
View Article[PATCH 0/2] powerpc: allow kvm to use kerel debug framework (no replies)
From: Bharat Bhushan <bharat.bhushan@freescale.com> This patchset moves the debug registers in a structure, which allows kvm to use same structure for debug emulation. Note: Earilier a patchset...
View Article[PATCH 2/2] regulator: max8997: Fix a trivial typo in documentation (no replies)
Changed volatage to voltage. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- .../bindings/regulator/max8997-regulator.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff...
View Article[PATCH 1/2] regulator: s5m8767: Fix a trivial typo in documentation (no replies)
Changed volatage to voltage. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- .../bindings/regulator/s5m8767-regulator.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff...
View Article[PATCH 2/2 v5] tracing/uprobes: Support soft-mode disabling (no replies)
Support soft-mode disabling on uprobe-based dynamic events. Soft-disabling is just ignoring recording if the soft disabled flag is set. Signed-off-by: zhangwei(Jovi) <jovi.zhangwe@huawei.com>...
View Article[PATCH 1/1] MAINTAINERS: Upgate git repo for voltage & current regulator f/w...
The current git repository hasn't been updated since quite a long time. Update it with Mark's git repo which is the currently maintained one. Signed-off-by: Sachin Kamat...
View Article[PATCH 1/2 v5] tracing/uprobes: Support ftrace_event_file base multibuffer (3...
Support multi-buffer on uprobe-based dynamic events by using ftrace_event_file. This patch is based kprobe-based dynamic events multibuffer support work initially, commited by Masami(commit...
View Article[PATCH 0/2 v5] tracing/uprobes: Support multibuffer and soft-mode disabling...
This is fifth version of uprobes-based dynamic events multibuffer and soft-mode disabling support work. v4 -> v5 (suggested by Oleg and Masami): - code simply in probe_event_enable - use list_del...
View Article[PULL REQUEST] md updates for 3.10 (no replies)
Mostly just bug fixes. A couple marked for -stable including one recent bug which causes a RAID10 reshape to complete without moving any data :-( A couple more bugfixes (at least) to come, but haven't...
View Article[PATCH 0/4] arm: atmel: enable kernel uncompress info output (4 replies)
this patch set enable kernel uncompress info output - sama5d3 - at91sam9n12 without this patch set, it won't show following information ---8>--- Uncompressing Linux... done, booting the kernel....
View Article[PATCH] x86/kvm/emulate.c: simplify NOP (opcode 0x90) check (no replies)
The check sits in switch() statement which itself can check for opcode 0x90 far more efficiently. On assembler level, this change simply eliminates the following bit of code: 4c 8b a3 d8 00 00 00 mov...
View Article