First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
[PATCH 32/68] serial: trim locking on the helpers
From: Alan Cox <alan(a)linux.intel.com> The port mutex protects port->tty, but these paths never need to walk from port->tty. They do need the low level lock as the API expects that but they already also take it. Thus we can drop the extra mutex lock calls here. Signed-off-by: Alan Cox <alan(a)linux.intel.com> ... 10 Aug 2010 19:07
[PATCH 3/4] perf ui browser: Add ui_browser__show counterpart: __hide
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> So that the common tasks of providing a helpline at __run entry and destroying the window and releasing resourses at exit can be abstracted away, reducing a bit more the coupling with libnewt. Cc: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efau... 10 Aug 2010 18:01
[PATCH 03/68] vt: clean up the code - use kernel library
From: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> Cc: Andrew Morton <akpm(a)linux-foundation.org> Cc: Alan Cox <alan(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/vt.c | 5 +++-- 1 files changed, 3 i... 10 Aug 2010 18:01
[PATCH 01/68] n_gsm.c: removed duplicated #includes
From: Andrea Gelmini <andrea.gelmini(a)gelma.net> drivers/char/n_gsm.c: linux/timer.h is included more than once. Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/n_gsm.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) di... 10 Aug 2010 18:01
[PATCH 4/4] perf ui hist browser: Fixup key bindings
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> To match what is shown when '?' or 'H' is pressed, i.e. the keybind help window. Cc: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Peter Zijlstra <peterz(a)infradead.org> Cc: Stephane Eranian <eranian(a)google.com> LKML-Reference:... 10 Aug 2010 18:01
cgroup_freezer: Freezing and task move race fix
On Tue, Aug 10, 2010 at 09:53:21PM +0200, Tomasz Buchert wrote: Writing 'FROZEN' to freezer.state file does not forbid the task to be moved away from its cgroup (for a very short time). Nevertheless the moved task can become frozen OUTSIDE its cgroup which puts discussed task in a permanent 'D' state. ... 12 Aug 2010 22:27
[PATCH 1/4] perf ui: Make SPACE work as PGDN in all browsers
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Not just on the annotate one. Cc: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Peter Zijlstra <peterz(a)infradead.org> Cc: Stephane Eranian <eranian(a)google.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho d... 10 Aug 2010 18:01
[PATCH 2/4] perf annotate: Cycle thru sorted lines with samples
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> The annotate TUI now starts centered on the line with most samples, i.e. the hottest line in the annotated function. Pressing TAB will center on the second hottest function and so on. Shift+TAB goes in the other direction. This way one can more easily sift thru ... 10 Aug 2010 18:01
asm/vga.h (was: Re: drm: Add support for platform devices to register as DRM devices)
On Tue, 2010-08-10 at 22:35 +0200, Geert Uytterhoeven wrote: Now, do we really need <asm/vga.h>? It seems I can make it build and boot using: --- a/include/linux/vgaarb.h +++ b/include/linux/vgaarb.h @@ -31,7 +31,9 @@ #ifndef LINUX_VGA_H #define LINUX_VGA_H +#ifdef CONFIG_VGA_ARB #i... 11 Aug 2010 20:14
[GIT PATCH] USB patches for 2.6.36
Here's the big USB patchset for .36. I was waiting for the PCI tree to be merged first as there was one dependancy on it. There are a number of USB powermanagement patches in here, a few new drivers, and lots of other fixes all over the place. The changes in the ARM directories are for a dependancy on one of th... 10 Aug 2010 18:01
First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82