First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
serial: MMIO32 support for 8250_early.c
On Tue, Aug 10, 2010 at 2:59 PM, Greg Kroah-Hartman <gregkh(a)suse.de> wrote: + � � � if (mmio || mmio32) + � � � � � � � printk(KERN_INFO + � � � � � � � � � � �"Early serial console at MMIO%s 0x%llu (options '%s')\n", + � � � � � � � � � � � mmio32 ? "32" : "", + � � � � � � � � � � � (unsigned long long... 12 Aug 2010 15:53
Removing BKL causes stack trace during early bootup
(Adding ACPI guys and LKML in Cc) On Thu, Aug 12, 2010 at 11:09:03AM -0700, walt wrote: Hi guys. This commit produces a non-fatal call trace very early during boot on my dual-CPU amd64 machine (but not on my single-CPU x86): commit 5e3d20a68f63fc5a310687d81956c3b96e488b84 Author: Arnd Bergmann <arnd@... 12 Aug 2010 15:53
the right way to use gpiolib hooks to automate power management?
On Thu, Aug 12, 2010 at 09:39:29AM -0700, Gregory Bean wrote: On MSM, we have a bank of gpios whose physical characteristics are controlled via a 'gpiomux' subsystem, which sets things like drive strength, pull-up, pull-down, gpio functional assignment, and the like. We have a written a software driver w... 12 Aug 2010 14:46
[GIT PULL for 2.6.36] V4L/DVB fixes
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git v4l_for_linus For 3 build fixes. Cheers, Mauro. The following changes since commit ad41a1e0cab07c5125456e8d38e5b1ab148d04aa: Merge branch 'io_remap_pfn_range' of git://www.jni.nu/cris (2010-08-12 10:17:1... 12 Aug 2010 14:46
[PATCH] perf trace: get rid of the hard-coded paths in the report scripts
The perf trace report shell scripts hard-code the exec path of the scripts into their command-lines, which doesn't work if perf has been installed somewhere else. Instead, perf trace should create the paths at run-time. This patch does that and removes the hard-coded paths from all the report scripts. v2 chan... 12 Aug 2010 14:46
perf: trace -s script is broken
Hi, On Thu, Aug 12, 2010 at 4:39 AM, Stephane Eranian <eranian(a)google.com> wrote: Hi, I am trying to understand how you're supposed to use perf trace with a script using tip-x86. I am running into several problems. I did: $ make prefix=/usr $ sudo make install prefix=/usr $ sudo perf... 12 Aug 2010 14:46
[PATCH/RFC 2/5] [PATCH] sched: pass sched_domain_level to sched_power_savings_store
From: Heiko Carstens <heiko.carstens(a)de.ibm.com> Pass the corresponding sched domain level to sched_power_savings_store instead of a yes/no flag which indicates if the level is SMT or MC. This is needed to easily extend the function so it can be used for a third level. Signed-off-by: Heiko Carstens <heiko.cars... 12 Aug 2010 13:40
[PATCH/RFC 5/5] [PATCH] topology: add z196 cpu topology support
From: Heiko Carstens <heiko.carstens(a)de.ibm.com> Use the extended cpu topology information that z196 machines provide in order to make use of the new book scheduling domain. Signed-off-by: Heiko Carstens <heiko.carstens(a)de.ibm.com> --- arch/s390/Kconfig | 7 + arch/s390/include/asm/topolo... 12 Aug 2010 13:40
input: mouse: add qci touchpad driver
On 8/12/2010 9:49 AM, Neil Leeder wrote: This driver is for the QCI trackpad used on Quanta smartbooks Signed-off-by: Horace Fu<horace.fu(a)quantatw.com> Signed-off-by: Mandeep Singh Baines<msb(a)chromium.org> [nleeder(a)codeaurora.org: cleanup i2c calls, address review comments etc] Signed-off-by: Neil L... 13 Aug 2010 21:14
[PATCH/RFC 1/5] [PATCH] sched: merge cpu_to_core_group functions
From: Heiko Carstens <heiko.carstens(a)de.ibm.com> Merge and simplify the two cpu_to_core_group variants so that the resulting function follows the same pattern like cpu_to_phys_group. Signed-off-by: Heiko Carstens <heiko.carstens(a)de.ibm.com> --- kernel/sched.c | 18 +++++------------- 1 file changed, 5 in... 12 Aug 2010 13:40
First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31