First  |  Prev |  Next  |  Last
Pages: 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
[PATCH 1/1] console: Fix compilation regression
A regression of building without CONFIG_HW_CONSOLE was introduced with commit b45cfba4e9005d64d419718e7ff7f7cab44c1994 (vt,console,kdb: implement atomic console enter/leave functions). ERROR: "con_debug_enter" [drivers/serial/kgdboc.ko] undefined! ERROR: "vc_cons" [drivers/serial/kgdboc.ko] undefined! ERROR: "fg... 6 Aug 2010 17:06
[GIT PULL] kgdboc compile fix
Linus, please pull the for_linus which contains a compilation fix for building without the kernel config option CONFIG_HW_CONSOLE. git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_lin us There are some other fixes brewing, but this is the only known compilation problem and I know we... 6 Aug 2010 17:06
pull request: wireless-2.6 2010-08-06
From: "John W. Linville" <linville(a)tuxdriver.com> Date: Fri, 6 Aug 2010 15:14:43 -0400 Here is the first round of fixes intended for 2.6.36. It is bigger than I would prefer, but I hope you will still find it acceptable, especially as we are still so early in the cycle. Pulled, thanks John. As you kn... 6 Aug 2010 17:06
[PATCH 1/1] mouse: add qci touchpad driver
This driver is for the QCI trackpad used on Quanta smartbooks Review URL: http://codereview.chromium.org/724001 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... 6 Aug 2010 17:06
tracing: wake up tasks reading trace_pipe on write to trace_marker
On Wed, 2010-07-28 at 00:44 +0200, Marcin Slusarz wrote: Currently we rely on other code periodically waking up trace reader. If there aren't any other data than markers, reader will never be woken up. Fix it. Signed-off-by: Marcin Slusarz <marcin.slusarz(a)gmail.com> Cc: Steven Rostedt <rostedt(a)goodmi... 6 Aug 2010 18:11
timekeeping updates for 2.6.36
On Thu, Aug 5, 2010 at 3:19 PM, Thomas Gleixner <tglx(a)linutronix.de> wrote: Please pull the latest timers-timekeeping-for-linus git tree from: � git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git timers-timekeeping-for-linus It contains two cherry-picks from the powerpc tree which hav... 7 Aug 2010 08:14
[PATCH 10/18] isdn: hisax: call disable_pci_device() if pci_probe() failed
Driver should call disable_pci_device() if it returns from pci_probe() with error. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/isdn/hisax/avm_pci.c | 2 ++ drivers/isdn/hisax/elsa.c | 5 +++++ drivers/isdn/hisax/nj_u.c | 2 ++ drivers/isdn/hisax/sedlbauer.c | 3 +++ ... 6 Aug 2010 17:06
[PATCH 11/18] pcmcia: pd6729: call disable_pci_device() if pci_probe() failed
Driver should call disable_pci_device() if it returns from pci_probe() with error. Also it must not be called if pci_request_region() fails as it means that somebody uses device resources and rules the device. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/pcmcia/pd6729.c | 4 ++-- 1 files c... 6 Aug 2010 17:06
[GIT] dmaengine/async_tx update for 2.6.36
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git next ....to receive: 1/ 2 new drivers intel_mid and pch_dma to support the embedded dma engines on upcoming platforms. Unlike ioat these drivers will be used to do bus mastering on behalf of other devices (slave-dm... 6 Aug 2010 17:06
[PATCH 12/18] staging: crystalhd: call disable_pci_device() if pci_probe() failed
Driver should call disable_pci_device() if it returns from pci_probe() with error. Also it must not be called if pci_request_region() fails as it means that somebody uses device resources and rules the device. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/crystalhd/crystalhd_lnx.c | ... 6 Aug 2010 17:06
First  |  Prev |  Next  |  Last
Pages: 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135