[PATCH v2 4/8] menuconfig: improive help text a bit
Suggested-by: Randy Dunlap <randy.dunlap(a)oracle.com> Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> Acked-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- scripts/kconfig/mconf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 33f31... 7 May 2010 02:24
[PATCH v2 7/8] xconfig: clean up
@ok is a pointer to a bool var, so we should check the value of *ok. But actually we don't need to check it, so just remove the if statement. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- scripts/kconfig/qconf.cc | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/kco... 7 May 2010 02:24
[git pull] drm fixes
Two ttm cleanups, remove some unused code that we don't want anyone to use by accident, and fix a missing hook in the radeon kms driver. The following changes since commit 68b3adb429e0abf5c0a3deb75d71671436b3af10: Alex Deucher (1): drm/radeon/kms/legacy: only enable load detection property on DVI-I ... 7 May 2010 02:24
drivers/usb/musb: removing redundant ifdefs
Hi, On Thu, May 06, 2010 at 07:36:16PM +0200, ext Jiri Olsa wrote: wbr, jirka good catch but please add a body here. This problem appeared because those used to be CONFIG_ARCH_OMAP34XX. Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> after adding a body, you can have my: Acked-by: Felipe Balbi <... 7 May 2010 02:24
linux-next: manual merge of the omap_dss2 tree with the omap tree
Hi Tomi, Today's linux-next merge of the omap_dss2 tree got a conflict in arch/arm/mach-omap2/board-rx51-peripherals.c between commit e87da74e34ad151e6ae75ebb7a7bf447f02c0004 ("omap: rx51: Add supplies for the tlv320aic3x codec driver") from the omap tree and commit a693839eab0292aa234d7a6f48d40389389baebb ("OMA... 7 May 2010 02:24
net: Improve ks8851 snl transmit performance
Hi, [snip] There is a driver option no_tx_opt so that the driver can revert to original implementation. This allows user to verify if the transmit performance actually improves. Should we limit patch description to 80 characters also? Signed-off-by: Tristram Ha <Tristram.Ha(a)micrel.com> --- ... 24 May 2010 14:34
tracing: Remove per event trace registering
On Mon, May 03, 2010 at 11:40:48PM -0400, Steven Rostedt wrote: From: Steven Rostedt <srostedt(a)redhat.com> This patch removes the register functions of TRACE_EVENT() to enable and disable tracepoints. The registering of a event is now down directly in the trace_events.c file. The tracepoint_probe_regist... 7 May 2010 17:51
[PATCH v5 6/9] KVM MMU: support keeping sp live while it's out of protection
If we want to keep sp live while it it's out of kvm->mmu_lock protection, we can increase sp->active_count. Then, the invalid page is not only for active root but also unsync sp, we should filter those out when we make a page to unsync. And move 'hlist_del(&sp->hash_link)' into kvm_mmu_free_page() then we can ... 7 May 2010 00:14
[PATCH][GIT PULL] perf: Fix check at end of event search
Ingo, I just notice that I had this patch laying around and never pushed it out. I first had it in my ftrace branches but then realized that it was a perf change. I moved it there, but got distracted and unfortunately, forgot about it. I rebased it to the latest tip/perf/core. The change is within a #ifdef C... 7 May 2010 00:14
linux-next: build failure after merge of the suspend tree
Hi Rafael, After merging the suspend tree, today's linux-next build (x86_64 allmodconfig) failed like this: net/mac80211/scan.c: In function 'ieee80211_scan_state_decision': net/mac80211/scan.c:510: error: implicit declaration of function 'pm_qos_requirement' Caused by commit 62bad14fc6e0911a99882c2613909689... 21 May 2010 02:59