First  |  Prev |  Next  |  Last
Pages: 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
[PATCH 01/67] 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... 5 Aug 2010 19:10
[PATCH 22/67] tty: Fix the digi acceleport driver NULL checks
From: Alan Cox <alan(a)linux.intel.com> This now refcounts but doesn't actually check the reference was obtained in all the places it should. Signed-off-by: Alan Cox <alan(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/usb/serial/digi_acceleport.c | 14 +++++++++----- 1 file... 5 Aug 2010 19:10
[PATCH 08/67] serial: fix wakup races in the mrst_max3110 driver
From: Arjan van de Ven <arjan(a)linux.intel.com> The mrst_max3110 driver had a set of unsafe wakeup sequences along the following line: if (!atomic_read(&foo)) { atomic_set(&foo, 1); wake_up(worker_thread); } and the worker thread would do if (atomic_read(&foo)) { do_work(); atomic_set(&foo, 0); ... 5 Aug 2010 19:10
[PATCH 19/67] cyclades: Kill off BKL usage
From: Alan Cox <alan(a)linux.intel.com> Use the port mutext for config setting, the rest is locked sufficiently anyway that the BKL makes no odds. Signed-off-by: Alan Cox <alan(a)linux.intel.com> Cc: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/cyclades.c | ... 5 Aug 2010 19:10
[PATCH 09/67] tty: Remove Hayes ESP ioctls
From: Jeff Dike <jdike(a)addtoit.com> Remove Hayes ESP ioctls The Hayes ESP driver has been removed from the tree: commit f53a2ade0bb9f2a81f473e6469155172a96b7c38 ("tty: esp: remove broken driver") so its ioctls aren't needed any more. Signed-off-by: Jeff Dike <jdike(a)linux.intel.com> Acked-by: Alan Cox <alan... 5 Aug 2010 19:10
[PATCH 03/67] 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... 5 Aug 2010 19:10
[PATCH 01/28] uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.c
From: Hans J. Koch <hjk(a)linutronix.de> Remove IRQF_DISABLED flag since it is deprecated and a no-op in the current kernel. Signed-off-by: Hans J. Koch <hjk(a)linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/uio/uio_pdrv_genirq.c | 1 - 1 files changed, 0 insertions(+), 1 deleti... 5 Aug 2010 19:10
[PATCH 02/28] uio: Remove IRQF_DISABLED from uio_sercos3.c
From: Hans J. Koch <hjk(a)linutronix.de> Remove IRQF_DISABLED since it is deprecated and a no-op in the current kernel. Signed-off-by: Hans J. Koch <hjk(a)linutronix.de> Acked-by: John Ogness <john.ogness(a)linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/uio/uio_sercos3.c | 2 +- ... 5 Aug 2010 19:10
[PATCH 37/67] tty: fix console_sem lock order
From: Arnd Bergmann <arnd(a)arndb.de> vgacon_do_font_op releases and reacquires the BTM while holding console_sem. This violates the rule that BTM has to be the outer lock whenever we hold both. There does not seem to be any reason to give up the BTM here, so just stop doing that. Signed-off-by: Arnd Bergmann... 5 Aug 2010 19:10
[PULL REQUEST] ext3 & quota fixes and cleanups for 2.6.36
Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6.git for_linus to get quota cleanups and some ext3 cleanups and fixes. There's also MAINTAINERS update adding myself to ext2 & ext3 entries. Shortlog below: Andi Kleen (1): ext3: Fix set b... 5 Aug 2010 19:10
First  |  Prev |  Next  |  Last
Pages: 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169