First  |  Prev |  Next  |  Last
Pages: 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927
BUG: unable to handle kernel NULL pointer dereference at 00000000000000a0
On Tue, Jun 22, 2010 at 04:16:53PM -0700, Justin Mattock wrote: I remember ipsec was able to work cleanly on my machines probably about 4/6 months ago now I get this: <snip> Perhaps netdev would be a more appropriate list than linux-wireless for this? John -- John W. Linville Someday the world wi... 23 Jun 2010 11:43
hid-input: Use a larger event buffer for MT devices
On Wed, 23 Jun 2010, Henrik Rydberg wrote: The MT devices produce a lot of data. Tell the underlying input device approximately how many events will be sent per synchronization, to allow for better buffering. The number is a template based on continuously reporting details for each finger on a single hand... 23 Jun 2010 10:36
[PULL] virtio fixes
(There are two net fixes which depend on this which will go via DaveM, so please pull soon). The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02: Linus Torvalds (1): Linux 2.6.35-rc3 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git... 23 Jun 2010 09:30
[PATCH 11/11] staging: ti dspbridge: enable driver building
From: Omar Ramirez Luna <omar.ramirez(a)ti.com> Add Kconfig + Makefile for TI's DSP Bridge driver and expose it to the staging menu. Signed-off-by: Omar Ramirez Luna <omar.ramirez(a)ti.com> Signed-off-by: Kanigeri, Hari <h-kanigeri2(a)ti.com> Signed-off-by: Ameya Palande <ameya.palande(a)nokia.com> Signed-off-by: Guz... 23 Jun 2010 09:30
[PATCH 10/11] staging: ti dspbridge: add TODO file
Add a general cleaning roadmap TODO file to TI's DSP Bridge staging driver. Signed-off-by: Ohad Ben-Cohen <ohad(a)wizery.com> --- I can also be reached at < ohadb at ti dot com > drivers/staging/tidspbridge/TODO | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644... 23 Jun 2010 09:30
[PATCH][GIT PULL][v2.6.35] tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h
Ingo, Please pull the latest tip/perf/urgent tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/perf/urgent Wu Zhangjin (1): tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h ---- include/linux/tracepoint.h | 1 + 1 files... 23 Jun 2010 09:30
Hitting WARN_ON in hw_breakpoint code
Frederic, I'm hitting the WARN_ONCE at line 114 of kernel/hw_breakpoints.c, like so: No perf context for this task ------------[ cut here ]------------ Badness at /home/paulus/kernel/perf/kernel/hw_breakpoint.c:114 NIP: c0000000000cb470 LR: c0000000000cb46c CTR: c00000000032d9b8 REGS: c000000118e7b570 TRAP: ... 24 Jun 2010 03:08
[patch] i915: take struct_mutex in i915_dma_cleanup()
intel_cleanup_ring_buffer() calls drm_gem_object_unreference() (as opposed to drm_gem_object_unreference_unlocked()) so it needs to be called with "struct_mutex" held. If we don't hold the lock, it triggers a BUG_ON(!mutex_is_locked(&dev->struct_mutex)); I also audited the other places that call intel_cleanup_ri... 23 Jun 2010 08:24
[PATCH 3/5] input: bcm5974: Set the average number of events per MT event packet
The MT devices produce a lot of data. Tell the underlying input device approximately how many events will be sent per synchronization, to allow for better buffering. The number is a template based on continuously reporting details for each finger on a single hand. Signed-off-by: Henrik Rydberg <rydberg(a)euromail.s... 23 Jun 2010 08:24
[PATCH 1/5] input: evdev: Convert to dynamic event buffer (rev5)
Allocate the event buffer dynamically, and prepare to compute the buffer size in a separate function. This patch defines the size computation to be identical to the current code, and does not contain any logical changes. Signed-off-by: Henrik Rydberg <rydberg(a)euromail.se> --- drivers/input/evdev.c | 25 +++++... 23 Jun 2010 08:24
First  |  Prev |  Next  |  Last
Pages: 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927