[GIT PULL] ARM: SoC fixes for 3.11-rc (no replies)
Hi Linus, The following changes since commit 1154f858ab5cd3c5facde7cb9ac31c889eb780a8: MAINTAINERS: add TI Keystone ARM platform (2013-08-07 10:30:29 -0700) are available in the git repository at:...
View Article[PATCH] clk: handle NULL struct clk gracefully (no replies)
At some point changes to clk_set_rate and clk_set_parent introduced a bug whereby NULL struct clk pointers were treated as an error. This is in violation of the API in include/linux/clk.h. Reintroduce...
View Article[PATCH 00/11] sched/cleanup: scheduler related cleanup and refine (12 replies)
This patch-set will cleanup and refine the code related to scheduler and save few lines. Rough tested (random benchmark) with latest tip/master on a desktop. Michael Wang (11): [PATCH 01/11]...
View Article[PATCH] iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10...
From: Nicholas Bellinger <nab@linux-iscsi.org> This patch addresses a regression bug within ImmediateData=Yes failure handling that ends up triggering an OOPs within >= v3.10 iscsi-target...
View Articlelinux-next: Tree for Aug 22 (no replies)
Hi all, There will be no linux-next trees on Aug 23 or 26. Changes since 20130821: The xfs tree lost its build failure. The workqueues tree gained a conflict against the trivial tree. The driver-core...
View Article[PATCH 0/3] x86, ACPI, mm: Cleanup for {max|low|max_low}_pfn_mapped. (2 replies)
This patch-set does the following: 1. Kill max_low_pfn_mapped as it is useless. This patch is from Yinghai. 2. Update min_pfn_mapped and max_pfn_mapped together in add_pfn_range_mapped(). 3. Move...
View Article[GIT] Networking (no replies)
1) Revert Johannes Berg's genetlink locking fix, because it causes regressions. Johannes and Pravin Shelar are working on fixing things properly. 2) Do not drop ipv6 ICMP messages without a redirected...
View Article[PATCH 3.10-stable] ARM: KVM: Fix 64-bit coprocessor handling (no replies)
This patch looks like it should be in the 3.10-stable tree, should we apply it? ------------------ From: "Christoffer Dall <christoffer.dall@linaro.org>" commit...
View Article[PATCH] pinctrl: rockchip: Simplify pin_to_bank equation (no replies)
If (b->pin_base + b->nr_pins - 1) < pin is true, pin >= b->pin_base is always true because b->nr_pins is never less than 0. Thus this patch simplify the equation. Signed-off-by: Axel...
View Article[PATCH RESEND V3 net-next 0/3] huawei_cdc_ncm driver introduction (3 replies)
These patches are all related to the new huawei_cdc_ncm driver, supporting devices that use the NCM protocol as a transport layer for other protocols. this is the case of the Huawei E3131 3G modem. In...
View Article[PATCH v2] ARM: dts: exynos5420/5250: add ADC device tree node (no replies)
Add ADC device tree node for exynos5420 and exynos5250 Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com> Signed-off-by: Doug Anderson <dianders@chromium.org> --- Added...
View Article[PATCH v2] arm: dts: fix NTC thermistor device nodes for cros5250 (no replies)
This patch fixes NTC devices nodes connected to ADC channel 3, 4, 5 and 6 on exynos5250 based snow device. Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com> Signed-off-by: Doug...
View Article[patch] vlynq: fix another resource size off by 1 error (no replies)
We fixed the call to request_mem_region() patch 3354f73 ('drivers/vlynq/vlynq.c: fix resource size off by 1 error'). But we need to fix the call the release_mem_region() as well. Signed-off-by: Dan...
View Article[RFC PATCH 1/4] gcov: move gcov structs definitions to a gcc version specific...
Since also the gcov structures(gcov_info, gcov_fn_info, gcov_ctr_info) can change between gcc releases, as shown in gcc 4.7, they cannot be defined in a common header and need to be moved to a...
View Article[RFC PATCH 0/4] add support for gcov format introduced in gcc 4.7 (3 replies)
This is an attempt to bring support for modified gcov format in gcc 4.7 to the kernel. It tries to leverage the existing layout/abstraction, which was designed keeping in mind that the gcov format...
View Article[PATCH] x86: ioapic needs check attr when programmed more than once (no replies)
When programming ioapic pinX more than once, current code does not check whether the later attr (trigger&polarity) is the same as the former or not. This causes a broken semantic. This can be...
View Article[sched_delayed] sched: RT throttling activated (3 replies)
Hi, I tried to figure out what this message really means. I came to https://rt.wiki.kernel.org/index.php/Frequently_Asked_Questions but I am still lost. I lack in the FAQ some user-related...
View Article[PATCH] doc: documentation/hwspinlock.txt fix typo (no replies)
Fix a trivial typo in Documentation/hwspinlock.txt Signed-off-by: Xishi Qiu <qiuxishi@huawei.com> --- Documentation/hwspinlock.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff...
View Article[PATCH 1/3] mfd: timberdale: Staticize local variables (3 replies)
Local variables referenced only in this file are made static. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- drivers/mfd/timberdale.c | 4 ++-- 1 files changed, 2 insertions(+), 2...
View Article