First  |  Prev |  Next  |  Last
Pages: 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
Blackfin updates for 2.6.36-rc0
This update is focused on the core architecture. It features support for dynamic ftrace, clean ups & bug fixes for the GPIO/portmux core, a few random important bug fixes, and general cleanup of the global namespace with some peripherals. Another update will go out that features board updates. Christian Dietr... 6 Aug 2010 13:47
[PATCH 1/2] tty_io: add an API to get device corresponding to tty_struct
Some device drivers (mostly tty line disciplines) would like to have way to get a struct device instancve corresponding to passed tty_struct. Add respective API call. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov(a)gmail.com> --- drivers/char/tty_io.c | 20 ++++++++++++++++++++ include/linux/tty.h | ... 6 Aug 2010 12:41
[PATCH 2/2] serport: place serport serio device correctly in the device tree
Make serport serio device to be a child of corresponding tty device instead of just hanging at /sys/devices/serioX. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov(a)gmail.com> --- drivers/input/serio/serport.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/input/serio/serpo... 6 Aug 2010 12:41
[PATCH] AFS: Fix the module init error handling
Fix the module init error handling. There are a bunch of goto labels for aborting the init procedure at different points and just undoing what needs undoing - they aren't all in the right places, however. This can lead to an oops like the following: BUG: unable to handle kernel NULL pointer dereference at 000... 6 Aug 2010 12:41
tomoyo-init (tomoyo-tools) results in kernel panic on kernel 2.6.35-git2/3
Hi, i just compiled the 2.6.35-git3 kernel on my computer using debian 64 bit as i did with all other kernels before. Booting the git2/3 kernel results in a kernel panic because of /sbin/tomoyo-init. No problem with the 2.6.35 kernel. I've to remane /sbin/tomoyo-init to boot the kernel. Now i purged tomoy... 11 Aug 2010 06:00
arch/mips/kernel: Adjust confusing if indentation
Applied. Thanks Julia, Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 6 Aug 2010 12:41
ftrace: fix a unallocated memory access in function_graph
Sorry for the late response, I just got back from vacation. Also note, please do not send to my RH account. I do not check it as much. Send emails to me to this (goodmis) account. On Tue, 2010-07-27 at 16:06 +0800, Shaohua Li wrote: With CONFIG_DEBUG_PAGEALLOC, I observed a unallocated memory access in f... 6 Aug 2010 12:41
[GIT PULL] notification tree - try 37!
Here it is again! Another notification pull request! There is still future work to be done on notification, but nothing that I believe others would call blocking or functional. The work I plan to do includes: 1) Al has discussed the addition of a file_clone() call in the VFS which would eliminate my use of __... 6 Aug 2010 12:41
[PATCH] Fix init ordering of /dev/console vs callers of modprobe
Make /dev/console get initialised before any initialisation routine that invokes modprobe because if modprobe fails, it's going to want to open /dev/console, presumably to write an error message to. The problem with that is that if the /dev/console driver is not yet initialised, the chardev handler will call requ... 6 Aug 2010 12:41
[PATCH] usb: add device IDs for igotu to navman
Hi Greg, I recently bought a i-gotU USB GPS, and whilst hunting around for linux support discovered this post by you back in 2009: http://kerneltrap.org/mailarchive/linux-usb/2009/3/12/5148644 Try the navman driver instead. You can either add the device id to the driver and rebuild it, or do this before ... 6 Aug 2010 12:41
First  |  Prev |  Next  |  Last
Pages: 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151